/*
Theme Name: Eterno Acessórios
Author: Eterno Acessórios
Description: Tema premium, mobile-first e compatível com WooCommerce para a loja Eterno Acessórios.
Version: 3.0.23
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eterno-acessorios
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--eterno-black: #050505;
	--eterno-black-2: #111111;
	--eterno-white: #ffffff;
	--eterno-ice: #ffffff;
	--eterno-gray-100: #eeeeec;
	--eterno-gray-200: #dededb;
	--eterno-gray-500: #626262;
	--eterno-gray-700: #333333;
	--eterno-orange: #f04a0a;
	--eterno-orange-dark: #d83b00;
	--eterno-red: #c81717;
	--eterno-success: #167848;
	--eterno-danger: #b42318;
	--eterno-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--eterno-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--eterno-container: 1240px;
	--eterno-gutter: clamp(20px, 5vw, 24px);
	--eterno-radius: 6px;
	--eterno-shadow: 0 10px 32px rgba(5, 5, 5, 0.07);
	--eterno-shadow-strong: 0 16px 40px rgba(5, 5, 5, 0.14);
	--eterno-transition: 180ms ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-width: 320px;
	overflow-x: hidden;
	color: var(--eterno-black-2);
	background: var(--eterno-white);
	font-family: var(--eterno-font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.eterno-menu-open,
body.eterno-search-open {
	overflow: hidden;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: var(--eterno-font-display);
	font-weight: 600;
	line-height: 1.02;
	text-wrap: balance;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--eterno-orange);
}

ul,
ol {
	padding-left: 1.3rem;
}

::selection {
	color: var(--eterno-white);
	background: var(--eterno-orange);
}

:focus-visible {
	outline: 3px solid rgba(240, 74, 10, 0.65);
	outline-offset: 3px;
}

.eterno-container {
	width: min(calc(100% - (var(--eterno-gutter) * 2)), var(--eterno-container));
	margin-inline: auto;
}

.eterno-narrow-container {
	max-width: 850px;
}

.site-main {
	min-width: 0;
}

.eterno-section {
	padding-block: clamp(64px, 9vw, 112px);
}

.eterno-icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	color: var(--eterno-white);
	background: var(--eterno-black);
	font-size: 14px;
	font-weight: 700;
	white-space: normal;
}

.skip-link {
	text-decoration: none;
}

.eterno-eyebrow {
	margin-bottom: 14px;
	color: var(--eterno-orange);
	font-family: var(--eterno-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.eterno-button,
.eterno-outline-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-family: var(--eterno-font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color var(--eterno-transition), background-color var(--eterno-transition), border-color var(--eterno-transition), transform var(--eterno-transition), box-shadow var(--eterno-transition);
}

.eterno-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	color: var(--eterno-white);
	background: var(--eterno-orange);
}

.eterno-button:hover,
.eterno-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	color: var(--eterno-white);
	background: var(--eterno-orange-dark);
	box-shadow: 0 10px 24px rgba(240, 74, 10, 0.2);
	transform: translateY(-1px);
}

.eterno-outline-button {
	color: var(--eterno-black);
	background: transparent;
	border-color: rgba(5, 5, 5, 0.3);
}

.eterno-outline-button:hover,
.eterno-outline-button:focus-visible {
	color: var(--eterno-white);
	background: var(--eterno-black);
	border-color: var(--eterno-black);
}

.eterno-button .eterno-icon,
.eterno-outline-button .eterno-icon,
.eterno-text-link .eterno-icon {
	width: 18px;
	height: 18px;
}

.eterno-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.eterno-text-link:hover .eterno-icon {
	transform: translateX(3px);
}

.eterno-text-link .eterno-icon {
	transition: transform var(--eterno-transition);
}

/* Promotional bar and header */
.eterno-promo-bar {
	position: relative;
	z-index: 60;
	padding-block: 8px;
	color: var(--eterno-promo-text, rgba(255, 255, 255, 0.86));
	background: var(--eterno-promo-bg, var(--eterno-black));
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	font-size: 0.67rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.eterno-promo-bar .eterno-container {
	color: var(--eterno-promo-text, rgba(255, 255, 255, 0.86));
}

.eterno-promo-bar .eterno-container span {
	color: var(--eterno-promo-highlight, var(--eterno-orange));
}

.eterno-promo-carousel {
	overflow: hidden;
}

.eterno-promo-carousel__track {
	position: relative;
	min-height: 1.3em;
}

.eterno-promo-carousel__item {
	width: 100%;
	color: inherit;
}

.eterno-promo-effect-fade .eterno-promo-carousel__item {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 320ms ease, visibility 320ms ease;
}

.eterno-promo-effect-fade .eterno-promo-carousel__item.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.eterno-promo-effect-slide .eterno-promo-carousel__track {
	display: flex;
	transition: transform 420ms ease;
	will-change: transform;
}

.eterno-promo-effect-slide .eterno-promo-carousel__item {
	flex: 0 0 100%;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	color: var(--eterno-white);
	background: rgba(5, 5, 5, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(15px);
}

.eterno-header__inner {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	min-height: 72px;
	gap: 8px;
}

.site-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.site-branding a,
.eterno-footer-logo a,
.eterno-mobile-drawer__logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.site-branding img {
	width: clamp(142px, 40vw, 185px);
	max-height: 55px;
	object-fit: contain;
}

.custom-logo-link {
	line-height: 0;
}

.eterno-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: inherit;
	background: transparent;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: color var(--eterno-transition), background-color var(--eterno-transition);
}

.eterno-icon-button:hover,
.eterno-icon-button:focus-visible {
	color: var(--eterno-orange);
	background: rgba(255, 255, 255, 0.07);
}

.eterno-menu-toggle {
	grid-column: 1;
}

.eterno-header-actions {
	grid-column: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.eterno-header-search,
.eterno-header-favorite {
	display: none;
}

/* No celular, Minha Conta permanece visível ao lado do carrinho. */
.eterno-header-account {
	display: inline-flex;
}

.eterno-header-actions .eterno-icon-button {
	width: 44px;
	height: 44px;
	border-radius: 4px;
}

.eterno-header-actions .eterno-icon-button .eterno-icon {
	width: 22px;
	height: 22px;
	stroke-width: 1.8;
}

.eterno-header-actions .eterno-icon-button:hover {
	color: var(--eterno-orange);
	background: transparent;
}

.eterno-header-actions .eterno-icon-button:focus-visible {
	color: var(--eterno-orange);
	background: transparent;
	outline: 2px solid var(--eterno-orange);
	outline-offset: 1px;
}

.eterno-cart-count {
	position: absolute;
	top: 4px;
	right: 1px;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding-inline: 4px;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border: 1.5px solid var(--eterno-black);
	border-radius: 999px;
	font-size: 0.59rem;
	font-weight: 700;
	line-height: 1;
}

.eterno-account-indicator {
	position: absolute;
	top: 7px;
	right: 6px;
	width: 9px;
	height: 9px;
	background: var(--eterno-success);
	border: 1.5px solid var(--eterno-black);
	border-radius: 999px;
}

.eterno-mobile-drawer__actions a {
	position: relative;
}

.eterno-mobile-drawer__actions a .eterno-account-indicator {
	position: static;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: -2px;
	border-color: rgba(5, 5, 5, 0.9);
}

.eterno-mobile-nav a {
	position: relative;
}

.eterno-mobile-nav a .eterno-account-indicator {
	top: 4px;
	right: calc(50% - 19px);
	border-color: var(--eterno-black);
}

.eterno-mobile-nav a.is-logged-in .eterno-icon {
	color: var(--eterno-success);
}

.eterno-cart-count.is-empty {
	display: none;
}

.eterno-primary-nav {
	display: none;
}

.eterno-primary-nav .menu,
.eterno-mobile-drawer .menu,
.eterno-footer-column .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Mobile menu */
.eterno-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 100;
	visibility: hidden;
	pointer-events: none;
}

.eterno-mobile-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.eterno-mobile-drawer__panel {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 2;
	width: min(88vw, 390px);
	padding: 18px var(--eterno-gutter) 40px;
	color: var(--eterno-white);
	background: var(--eterno-black);
	box-shadow: 24px 0 60px rgba(0, 0, 0, 0.3);
	transform: translateX(-105%);
	transition: transform 260ms ease;
	overflow-y: auto;
}

.eterno-mobile-drawer.is-open .eterno-mobile-drawer__panel {
	transform: translateX(0);
}

.eterno-mobile-drawer__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(0, 0, 0, 0.62);
	border: 0;
	opacity: 0;
	transition: opacity 260ms ease;
}

.eterno-mobile-drawer.is-open .eterno-mobile-drawer__backdrop {
	opacity: 1;
}

.eterno-mobile-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.eterno-mobile-drawer__logo img {
	width: 155px;
	max-height: 60px;
	object-fit: contain;
}

.eterno-mobile-drawer nav {
	padding-block: 24px;
}

.eterno-mobile-drawer .menu li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.eterno-mobile-drawer .menu a {
	display: flex;
	align-items: center;
	min-height: 54px;
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.eterno-mobile-drawer__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.eterno-mobile-drawer__actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	font-size: 0.76rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.eterno-mobile-drawer__actions .eterno-icon {
	width: 20px;
	height: 20px;
}

/* Search overlay */
.eterno-search-panel {
	position: fixed;
	inset: 0;
	z-index: 110;
	display: grid;
	place-items: center;
	padding: var(--eterno-gutter);
	visibility: hidden;
	background: rgba(5, 5, 5, 0.94);
	opacity: 0;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.eterno-search-panel.is-open {
	visibility: visible;
	opacity: 1;
}

.eterno-search-panel__inner {
	position: relative;
	width: min(100%, 760px);
	padding: clamp(32px, 8vw, 70px);
	background: var(--eterno-white);
	box-shadow: var(--eterno-shadow-strong);
}

.eterno-search-panel h2 {
	margin-bottom: 30px;
	font-size: clamp(2.2rem, 8vw, 4.8rem);
}

.eterno-search-close {
	position: absolute;
	top: 12px;
	right: 12px;
	color: var(--eterno-black);
}

.eterno-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	width: 100%;
}

.eterno-search-form input[type="search"] {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	color: var(--eterno-black);
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 3px;
	font-size: 16px;
}

.eterno-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 52px;
	min-height: 52px;
	padding: 10px 16px;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border: 0;
	border-radius: 3px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.eterno-search-form button span {
	display: none;
}

/* Hero */
.eterno-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--eterno-white);
}

.eterno-hero__media {
	position: relative;
	width: 100%;
	height: clamp(360px, 78vw, 460px);
}

.eterno-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 60%;
}

.eterno-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: clamp(22px, 6vw, 40px);
}

.eterno-hero__overlay .eterno-button {
	box-shadow: 0 10px 26px rgba(5, 5, 5, 0.18);
}

/* Benefits */
.eterno-benefits {
	background: var(--eterno-white);
	border-block: 1px solid var(--eterno-gray-100);
}

.eterno-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eterno-benefit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-width: 0;
	padding: 24px 10px;
	text-align: center;
}

.eterno-benefit:nth-child(odd) {
	border-right: 1px solid var(--eterno-gray-100);
}

.eterno-benefit:nth-child(-n+2) {
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-benefit__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: var(--eterno-gray-700);
}

.eterno-benefit__icon .eterno-icon {
	width: 34px;
	height: 34px;
}

.eterno-benefit h2 {
	margin-bottom: 6px;
	font-family: var(--eterno-font-body);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.25;
	text-transform: uppercase;
}

.eterno-benefit p {
	margin: 0;
	color: var(--eterno-gray-500);
	font-size: 0.88rem;
	line-height: 1.45;
}

/* Section headings */
.eterno-section-heading {
	max-width: 760px;
	margin: 0 auto clamp(32px, 5vw, 52px);
	text-align: center;
}

.eterno-section-heading h2 {
	margin-bottom: 12px;
	font-size: clamp(2.05rem, 8vw, 4rem);
	letter-spacing: -0.025em;
}

.eterno-heading-line {
	display: block;
	width: 34px;
	height: 2px;
	margin: 18px auto 0;
	background: var(--eterno-orange);
}

.eterno-section-action {
	margin-top: 34px;
	text-align: center;
}

/* Collections */
.eterno-collections {
	background: var(--eterno-white);
}

.eterno-carousel {
	min-width: 0;
}

.eterno-collections__track {
	display: flex;
	gap: 16px;
	margin-inline: calc(var(--eterno-gutter) * -1);
	padding: 4px var(--eterno-gutter) 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: var(--eterno-gutter);
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
}

.eterno-collections__track::-webkit-scrollbar {
	display: none;
}

.eterno-category-circle {
	flex: 0 0 88px;
	min-width: 0;
	scroll-snap-align: start;
}

.eterno-category-circle__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
	text-align: center;
}

.eterno-category-circle__media {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 50%;
	transition: transform var(--eterno-transition), box-shadow var(--eterno-transition);
}

.eterno-category-circle:hover .eterno-category-circle__media {
	box-shadow: var(--eterno-shadow);
	transform: translateY(-3px);
}

.eterno-category-circle__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eterno-category-circle__placeholder {
	font-family: var(--eterno-font-display);
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--eterno-gray-500);
}

.eterno-category-circle__label {
	max-width: 96px;
	overflow: hidden;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eterno-carousel__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 8px;
}

.eterno-carousel__controls button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--eterno-gray-500);
	background: transparent;
	border: 1px solid var(--eterno-gray-100);
	border-radius: 50%;
}

.eterno-carousel__controls button:hover {
	color: var(--eterno-white);
	background: var(--eterno-black);
	border-color: var(--eterno-black);
}

.eterno-carousel__progress {
	position: relative;
	width: 76px;
	height: 3px;
	background: var(--eterno-gray-100);
	border-radius: 999px;
	overflow: hidden;
}

.eterno-carousel__progress i {
	position: absolute;
	inset: 0 auto 0 0;
	width: 25%;
	background: var(--eterno-orange);
	border-radius: inherit;
	transition: transform 180ms ease, width 180ms ease;
}

/* Featured products and WooCommerce product cards */
.eterno-featured-products {
	background: var(--eterno-ice);
}

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 12px;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	min-width: 0;
	padding: 0 0 14px !important;
	margin: 0 !important;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	box-shadow: 0 6px 22px rgba(5, 5, 5, 0.045);
	overflow: hidden;
	transition: transform var(--eterno-transition), box-shadow var(--eterno-transition);
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: var(--eterno-shadow);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 14px !important;
	object-fit: cover;
	background: var(--eterno-ice);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	padding: 0 12px !important;
	margin: 0 0 7px !important;
	color: var(--eterno-black);
	font-family: var(--eterno-font-body);
	font-size: 0.9rem !important;
	font-weight: 600;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	display: block;
	padding: 0 52px 0 12px;
	margin-bottom: 10px !important;
	color: var(--eterno-black) !important;
	font-size: 0.92rem !important;
	font-weight: 700;
}

.woocommerce ul.products li.product .price del {
	color: var(--eterno-gray-500);
	font-size: 0.78rem;
	font-weight: 400;
	opacity: 0.8;
}

.woocommerce ul.products li.product .price ins {
	color: var(--eterno-orange);
	text-decoration: none;
}

/* Botão de adicionar: ícone pequeno flutuando no canto inferior direito do card.
   Mira só produtos simples (a classe eterno-inline-add-to-cart), preservando
   "Ver opções" como link de texto normal para produtos com variação. */
.woocommerce ul.products li.product a.eterno-inline-add-to-cart,
.woocommerce-page ul.products li.product a.eterno-inline-add-to-cart {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-height: 0;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(5, 5, 5, 0.22);
}

.woocommerce ul.products li.product a.eterno-inline-add-to-cart::before,
.woocommerce-page ul.products li.product a.eterno-inline-add-to-cart::before {
	content: "+";
	color: var(--eterno-white);
	font-family: var(--eterno-font-body);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.woocommerce ul.products li.product a.eterno-inline-add-to-cart.loading::before,
.woocommerce-page ul.products li.product a.eterno-inline-add-to-cart.loading::before {
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: var(--eterno-white);
	border-radius: 50%;
	animation: eterno-spin 0.7s linear infinite;
}

.woocommerce ul.products li.product a.eterno-inline-add-to-cart.added::before,
.woocommerce-page ul.products li.product a.eterno-inline-add-to-cart.added::before {
	content: "✓";
	font-size: 17px;
}

.woocommerce ul.products li.product a.eterno-inline-add-to-cart.added,
.woocommerce-page ul.products li.product a.eterno-inline-add-to-cart.added {
	background: var(--eterno-success) !important;
}

/* Produtos com variação continuam com "Ver opções" como link de texto comum, sem virar ícone. */
.woocommerce ul.products li.product a.button.product_type_variable,
.woocommerce-page ul.products li.product a.button.product_type_variable {
	position: static;
	width: calc(100% - 24px);
	height: auto;
	color: var(--eterno-white);
	font-size: 0.64rem;
	line-height: normal;
	border-radius: 3px;
}

.woocommerce ul.products li.product a.button.product_type_variable::before,
.woocommerce-page ul.products li.product a.button.product_type_variable::before {
	content: none;
}

@keyframes eterno-spin {
	to {
		transform: rotate(360deg);
	}
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 12px 8px;
	font-size: 0.72rem;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	width: calc(100% - 24px);
	min-height: 44px;
	padding: 9px 8px;
	margin: 0 12px !important;
	font-size: 0.64rem;
	white-space: normal;
}

.woocommerce span.onsale {
	top: 10px !important;
	left: 10px !important;
	z-index: 3;
	min-width: auto !important;
	min-height: auto !important;
	padding: 7px 9px !important;
	margin: 0 !important;
	color: var(--eterno-white);
	background: var(--eterno-orange) !important;
	border-radius: 2px !important;
	font-size: 0.62rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

/* Dark promotional section */
.eterno-dark-promo {
	color: var(--eterno-white);
	background: var(--eterno-black);
}

.eterno-dark-promo__grid {
	display: grid;
}

.eterno-dark-promo__media {
	min-width: 0;
	background: #090909;
	overflow: hidden;
}

.eterno-dark-promo__media img {
	width: 100%;
	height: clamp(280px, 75vw, 440px);
	object-fit: cover;
}

.eterno-dark-promo__content {
	padding-block: 42px 54px;
}

.eterno-dark-promo__content h2 {
	max-width: 13em;
	margin-bottom: 18px;
	font-size: clamp(2rem, 8vw, 4rem);
	letter-spacing: -0.025em;
}

.eterno-dark-promo__content > p:not(.eterno-eyebrow) {
	max-width: 38rem;
	margin-bottom: 26px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 1rem;
}

/* Institutional story and lazy video */
.eterno-story {
	background: var(--eterno-white);
}

.eterno-story__grid {
	display: grid;
	gap: 34px;
	align-items: center;
}

.eterno-video-shell {
	position: relative;
	min-width: 0;
	background: var(--eterno-black);
	border-radius: var(--eterno-radius);
	box-shadow: var(--eterno-shadow-strong);
	overflow: hidden;
}

.eterno-video-launch {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	background: var(--eterno-black);
	border: 0;
}

.eterno-video-launch::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 55%);
}

.eterno-video-launch img,
.eterno-video-shell video {
	width: 100%;
	max-height: 640px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.eterno-video-launch__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	color: var(--eterno-white);
	background: rgba(5, 5, 5, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: transform var(--eterno-transition), background-color var(--eterno-transition);
}

.eterno-video-launch:hover .eterno-video-launch__play {
	background: var(--eterno-orange);
	transform: translate(-50%, -50%) scale(1.06);
}

.eterno-video-launch__play .eterno-icon {
	width: 32px;
	height: 32px;
}

.eterno-story__content h2 {
	margin-bottom: 20px;
	font-size: clamp(2.2rem, 9vw, 4.5rem);
	letter-spacing: -0.03em;
}

.eterno-story__content > p:not(.eterno-eyebrow) {
	margin-bottom: 26px;
	color: var(--eterno-gray-500);
	font-size: 1rem;
}

/* Trust band */
.eterno-trust-band {
	color: var(--eterno-white);
	background: linear-gradient(135deg, #151515, #050505);
	border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.eterno-trust-band__grid {
	display: grid;
}

.eterno-trust-band article {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-block: 24px;
}

.eterno-trust-band article + article {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.eterno-trust-band article > .eterno-icon {
	width: 42px;
	height: 42px;
	color: var(--eterno-white);
}

.eterno-trust-band h2 {
	margin-bottom: 4px;
	font-family: var(--eterno-font-body);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.eterno-trust-band p {
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.9rem;
}

/* Reviews */
.eterno-reviews {
	background: var(--eterno-ice);
}

.eterno-reviews__grid {
	display: grid;
	gap: 16px;
}

.eterno-review-card {
	padding: 26px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	box-shadow: var(--eterno-shadow);
}

.eterno-stars {
	display: flex;
	gap: 3px;
	margin-bottom: 18px;
	color: var(--eterno-gray-200);
}

.eterno-stars span.is-filled {
	color: var(--eterno-orange);
}

.eterno-stars .eterno-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
	stroke-width: 1.2;
}

.eterno-review-card blockquote {
	padding: 0;
	margin: 0 0 20px;
	font-family: var(--eterno-font-display);
	font-size: 1.35rem;
	line-height: 1.35;
}

.eterno-review-card footer {
	display: grid;
	gap: 2px;
}

.eterno-review-card footer strong {
	font-size: 0.84rem;
	text-transform: uppercase;
}

.eterno-review-card footer a {
	color: var(--eterno-gray-500);
	font-size: 0.8rem;
	text-decoration: none;
}

/* Footer */
.site-footer {
	padding-bottom: 68px;
	color: rgba(255, 255, 255, 0.72);
	background: var(--eterno-black);
}

.eterno-footer-grid {
	display: grid;
	gap: 38px;
	padding-block: 54px;
}

.eterno-footer-logo {
	margin-bottom: 18px;
}

.eterno-footer-logo img {
	width: 190px;
	max-height: 75px;
	object-fit: contain;
}

.eterno-footer-brand p,
.eterno-footer-column p {
	margin-bottom: 20px;
	font-size: 0.9rem;
	line-height: 1.65;
}

.eterno-footer-column h2 {
	margin-bottom: 17px;
	color: var(--eterno-white);
	font-family: var(--eterno-font-body);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.eterno-footer-column .menu li,
.eterno-contact-list li {
	margin-bottom: 8px;
}

.eterno-footer-column .menu a,
.eterno-contact-list a {
	font-size: 0.86rem;
	text-decoration: none;
}

.eterno-contact-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.eterno-social-links {
	display: flex;
	gap: 10px;
}

.eterno-social-links a {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: var(--eterno-white);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	text-decoration: none;
}

.eterno-social-links a:hover {
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border-color: var(--eterno-orange);
}

.eterno-social-links .eterno-icon {
	width: 20px;
	height: 20px;
}

.eterno-newsletter-form {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px;
	gap: 7px;
}

.eterno-newsletter-form input[type="email"] {
	min-width: 0;
	min-height: 50px;
	padding: 12px 14px;
	color: var(--eterno-white);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 3px;
	font-size: 16px;
}

.eterno-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.46);
}

.eterno-newsletter-form button {
	display: grid;
	place-items: center;
	width: 52px;
	min-height: 50px;
	padding: 0;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border: 0;
	border-radius: 3px;
}

.eterno-newsletter-consent {
	margin: 9px 0 0 !important;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.7rem !important;
}

.eterno-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.eterno-form-notice {
	padding: 8px 10px;
	margin-bottom: 10px !important;
	border-radius: 3px;
	font-size: 0.78rem !important;
}

.eterno-form-notice.is-success {
	color: #b8f5d2;
	background: rgba(22, 120, 72, 0.2);
}

.eterno-form-notice.is-error {
	color: #ffd0cc;
	background: rgba(180, 35, 24, 0.2);
}

.eterno-footer-bottom {
	padding-block: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.eterno-footer-bottom p {
	margin: 0;
	font-size: 0.72rem;
}

/* Mobile bottom navigation and WhatsApp */
.eterno-mobile-nav {
	position: fixed;
	inset: auto 0 0;
	z-index: 45;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 68px;
	padding-bottom: env(safe-area-inset-bottom);
	color: rgba(255, 255, 255, 0.68);
	background: rgba(5, 5, 5, 0.98);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(14px);
}

.eterno-mobile-nav a,
.eterno-mobile-nav button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 0;
	min-height: 54px;
	padding: 5px 2px;
	color: inherit;
	background: transparent;
	border: 0;
	font-size: 0.61rem;
	line-height: 1.1;
	text-decoration: none;
}

.eterno-mobile-nav .eterno-icon {
	width: 21px;
	height: 21px;
}

.eterno-mobile-nav a:hover,
.eterno-mobile-nav button:hover,
.eterno-mobile-nav .is-current {
	color: var(--eterno-orange);
}

.eterno-whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: calc(82px + env(safe-area-inset-bottom));
	z-index: 44;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	color: var(--eterno-white);
	background: #20c866;
	border: 2px solid var(--eterno-white);
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: transform var(--eterno-transition), box-shadow var(--eterno-transition);
}

.eterno-whatsapp-float:hover {
	color: var(--eterno-white);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
	transform: translateY(-3px);
}

.eterno-whatsapp-float .eterno-icon {
	width: 31px;
	height: 31px;
}

/* Standard pages and posts */
.eterno-content-area {
	padding-block: clamp(48px, 8vw, 96px);
	background: var(--eterno-white);
}

.eterno-page-header {
	max-width: 880px;
	margin-bottom: 40px;
}

.eterno-page-header h1,
.eterno-page-article > header h1 {
	margin-bottom: 18px;
	font-size: clamp(2.7rem, 9vw, 5.5rem);
	letter-spacing: -0.04em;
}

.eterno-page-featured {
	margin-bottom: 40px;
}

.eterno-page-featured img {
	width: 100%;
	border-radius: var(--eterno-radius);
}

.eterno-prose {
	font-size: 1rem;
}

.eterno-prose > * {
	max-width: 760px;
	margin-inline: auto;
}

.eterno-prose > .alignwide {
	max-width: var(--eterno-container);
}

.eterno-prose > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.eterno-prose h2 {
	margin-top: 1.6em;
	font-size: clamp(2rem, 6vw, 3rem);
}

.eterno-prose h3 {
	margin-top: 1.5em;
	font-size: clamp(1.55rem, 5vw, 2.2rem);
}

.eterno-prose p,
.eterno-prose li {
	color: var(--eterno-gray-700);
	font-size: 1rem;
}

.eterno-prose a {
	color: var(--eterno-orange-dark);
}

.eterno-post-grid {
	display: grid;
	gap: 24px;
}

.eterno-post-card {
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	overflow: hidden;
	box-shadow: var(--eterno-shadow);
}

.eterno-post-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.eterno-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eterno-post-card__content {
	padding: 24px;
}

.eterno-post-card__meta {
	margin-bottom: 8px;
	color: var(--eterno-orange);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.eterno-post-card .entry-title {
	margin-bottom: 15px;
	font-size: clamp(1.8rem, 6vw, 2.7rem);
}

.eterno-post-card .entry-title a {
	text-decoration: none;
}

.eterno-post-navigation,
.comments-area {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid var(--eterno-gray-100);
}

.navigation.pagination {
	margin-top: 42px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 10px;
	border: 1px solid var(--eterno-gray-200);
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	color: var(--eterno-white);
	background: var(--eterno-black);
	border-color: var(--eterno-black);
}

.eterno-empty-state,
.eterno-error-page__inner {
	max-width: 700px;
	padding-block: 60px;
	margin-inline: auto;
	text-align: center;
}

.eterno-empty-state > .eterno-icon {
	width: 55px;
	height: 55px;
	margin: 0 auto 18px;
	color: var(--eterno-orange);
}

.eterno-empty-state h2,
.eterno-error-page h1 {
	font-size: clamp(2.5rem, 8vw, 4.8rem);
}

.eterno-error-code {
	margin: 0;
	color: var(--eterno-gray-100);
	font-family: var(--eterno-font-display);
	font-size: clamp(7rem, 30vw, 15rem);
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 0.75;
}

.eterno-error-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

/* Comments and standard forms */
.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list .children {
	padding-left: 20px;
	list-style: none;
}

.comment-body {
	padding-block: 20px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.82rem;
	font-weight: 700;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 3px;
	font-size: 16px;
}

.comment-form textarea,
.wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.comment-form input[type="submit"],
.wpcf7 input[type="submit"] {
	min-height: 48px;
	padding: 12px 20px;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border: 0;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
}

/* WooCommerce shop, product, cart and checkout */
.eterno-woocommerce-content .woocommerce-breadcrumb {
	margin-bottom: 24px;
	color: var(--eterno-gray-500);
	font-size: 0.78rem;
}

.eterno-woocommerce-content .woocommerce-breadcrumb a {
	text-decoration: none;
}

.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title,
.woocommerce-account .woocommerce h2,
.cart_totals h2,
.woocommerce-checkout h3 {
	font-family: var(--eterno-font-display);
	font-weight: 600;
	letter-spacing: -0.025em;
}

.woocommerce-products-header__title.page-title {
	margin-bottom: 28px;
	font-size: clamp(2.8rem, 9vw, 5rem);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	float: none;
	margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering select {
	min-height: 48px;
	padding: 10px 42px 10px 14px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 3px;
	font-size: 16px;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 42px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	gap: 7px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 10px;
	border: 1px solid var(--eterno-gray-200);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: var(--eterno-white);
	background: var(--eterno-black);
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: 100%;
}

.woocommerce div.product div.images {
	margin-bottom: 32px;
}

.woocommerce div.product div.images img {
	background: var(--eterno-ice);
}

.woocommerce div.product .woocommerce-product-gallery__wrapper {
	border-radius: var(--eterno-radius);
	overflow: hidden;
}

.woocommerce div.product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	padding-top: 8px;
}

.woocommerce div.product .flex-control-thumbs li {
	float: none;
	width: auto;
}

.woocommerce div.product .product_title {
	margin-bottom: 16px;
	font-size: clamp(2.6rem, 9vw, 4.8rem);
	line-height: 0.98;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 22px;
	color: var(--eterno-black);
	font-size: 1.55rem;
	font-weight: 700;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	color: var(--eterno-orange);
	text-decoration: none;
}

.woocommerce-product-details__short-description {
	color: var(--eterno-gray-500);
	font-size: 1rem;
}

.woocommerce div.product form.cart,
.woocommerce div.product form.variations_form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-block: 18px;
	margin-bottom: 12px;
	border-block: 1px solid var(--eterno-gray-100);
}

.woocommerce div.product form.cart .variations {
	width: 100%;
	margin-bottom: 8px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: block;
	padding: 4px 0;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--eterno-gray-200);
	font-size: 16px;
}

.woocommerce .quantity .qty {
	width: 66px;
	min-height: 48px;
	padding: 8px;
	border: 1px solid var(--eterno-gray-200);
	border-radius: 3px;
	font-size: 16px;
}

.woocommerce div.product form.cart .button {
	flex: 1 1 170px;
	min-height: 48px;
	margin: 0;
}

.woocommerce div.product form.cart .eterno-buy-now {
	color: var(--eterno-black);
	background: var(--eterno-white);
	border-color: var(--eterno-black);
}

.woocommerce div.product form.cart .eterno-buy-now:hover {
	color: var(--eterno-white);
	background: var(--eterno-black);
}

.eterno-anchor {
	position: relative;
	top: -120px;
}

.eterno-product-assurances {
	display: grid;
	gap: 10px;
	margin-block: 18px;
}

.eterno-product-assurances span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--eterno-gray-500);
	font-size: 0.85rem;
}

.eterno-product-assurances .eterno-icon {
	width: 20px;
	height: 20px;
	color: var(--eterno-orange);
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 5px;
	color: var(--eterno-gray-500);
	font-size: 0.82rem;
}

.woocommerce div.product .woocommerce-tabs {
	padding-top: 38px;
	clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 4px;
	padding: 0;
	margin: 0 0 25px;
	overflow-x: auto;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	flex: 0 0 auto;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 14px;
	font-size: 0.78rem;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--eterno-orange);
	border-bottom: 2px solid var(--eterno-orange);
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
	font-size: clamp(2rem, 6vw, 3.5rem);
}

.woocommerce div.product .related,
.woocommerce div.product .upsells {
	padding-top: 55px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 18px 18px 52px !important;
	margin-bottom: 24px !important;
	background: var(--eterno-ice) !important;
	border-top-color: var(--eterno-orange) !important;
	font-size: 0.9rem;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--eterno-orange) !important;
}

.woocommerce table.shop_table {
	border-color: var(--eterno-gray-100);
	border-radius: 3px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 14px 10px;
	border-color: var(--eterno-gray-100);
}

.woocommerce-cart table.cart img {
	width: 72px;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	width: 100%;
	margin-bottom: 12px;
}

.woocommerce-cart table.cart td.actions .coupon label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Pedido: remover o botão "Atualizar carrinho" (PC e mobile) */
.woocommerce-cart table.cart td.actions button[name="update_cart"] {
	display: none !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100% !important;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--eterno-gray-200);
}

.cart_totals {
	padding: 24px;
	background: var(--eterno-ice);
}

.cart_totals h2 {
	font-size: 2.4rem;
}

.woocommerce form .form-row label {
	font-size: 0.82rem;
	font-weight: 700;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
	min-height: 48px;
	padding: 10px 12px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 3px;
	font-size: 16px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 26px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

.woocommerce-checkout-review-order {
	padding: 22px;
	background: var(--eterno-ice);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: var(--eterno-gray-100);
	border-radius: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0 0 28px;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 14px;
	border-bottom: 1px solid var(--eterno-gray-100);
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: var(--eterno-white);
	background: var(--eterno-black);
}

.eterno-mobile-product-bar {
	position: fixed;
	right: 0;
	bottom: calc(68px + env(safe-area-inset-bottom));
	left: 0;
	z-index: 43;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px var(--eterno-gutter);
	color: var(--eterno-white);
	background: rgba(5, 5, 5, 0.98);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.16);
}

.eterno-mobile-product-bar > div {
	display: grid;
	min-width: 0;
}

.eterno-mobile-product-bar span {
	overflow: hidden;
	font-size: 0.69rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eterno-mobile-product-bar strong,
.eterno-mobile-product-bar .price {
	color: var(--eterno-white);
	font-size: 0.82rem;
}

.eterno-mobile-product-bar button {
	min-width: 104px;
	min-height: 44px;
	padding: 8px 14px;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border: 0;
	border-radius: 3px;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

body.single-product .eterno-whatsapp-float {
	bottom: calc(145px + env(safe-area-inset-bottom));
}

body.woocommerce-checkout .eterno-mobile-nav,
body.woocommerce-checkout .eterno-whatsapp-float,
body.woocommerce-cart .eterno-mobile-product-bar {
	display: none;
}

body.woocommerce-checkout .site-footer {
	padding-bottom: 0;
}

/* Full-width template */
.eterno-full-width-page .entry-content > * {
	max-width: none;
}

/* 390px and larger */
@media (min-width: 390px) {
	.woocommerce ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		font-size: 0.69rem;
	}

	.eterno-benefit {
		padding-inline: 16px;
	}
}

/* Larger phones and small tablets */
@media (min-width: 560px) {
	.eterno-promo-bar {
		font-size: 0.72rem;
	}

	.eterno-search-form button span {
		display: inline;
	}

	.eterno-search-form button {
		min-width: 122px;
	}

	.eterno-category-circle {
		flex-basis: 100px;
	}

	.eterno-category-circle__media {
		width: 100px;
		height: 100px;
	}

	.eterno-reviews__grid,
	.eterno-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eterno-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Tablet */
@media (min-width: 782px) {
	body {
		padding-bottom: 0;
	}

	.site-footer {
		padding-bottom: 0;
	}

	.eterno-mobile-nav,
	.eterno-mobile-product-bar {
		display: none;
	}

	.eterno-whatsapp-float,
	body.single-product .eterno-whatsapp-float {
		right: 28px;
		bottom: 28px;
	}

	.eterno-hero__media {
		height: 570px;
	}

	.eterno-benefits__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.eterno-benefit {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 28px 16px;
		text-align: left;
	}

	.eterno-benefit:nth-child(n) {
		border-bottom: 0;
	}

	.eterno-benefit:not(:last-child) {
		border-right: 1px solid var(--eterno-gray-100);
	}

	.eterno-category-circle {
		flex-basis: 112px;
	}

	.eterno-category-circle__media {
		width: 112px;
		height: 112px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products {
		gap: 24px 18px;
	}

	.eterno-dark-promo__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
		align-items: stretch;
	}

	.eterno-dark-promo__media img {
		height: 100%;
		min-height: 480px;
	}

	.eterno-dark-promo__content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 65px clamp(38px, 6vw, 80px);
	}

	.eterno-story__grid {
		grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
		gap: clamp(45px, 8vw, 110px);
	}

	.eterno-video-launch img,
	.eterno-video-shell video {
		max-height: 700px;
	}

	.eterno-trust-band__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eterno-trust-band article {
		justify-content: center;
		padding: 30px 22px;
	}

	.eterno-trust-band article + article {
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}

	.eterno-reviews__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eterno-post-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.woocommerce div.product {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
		column-gap: clamp(40px, 7vw, 90px);
		align-items: start;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		width: auto;
	}

	.woocommerce div.product .woocommerce-tabs,
	.woocommerce div.product .related,
	.woocommerce div.product .upsells {
		grid-column: 1 / -1;
	}

	.woocommerce-cart .cart-collaterals .cart_totals {
		width: min(100%, 520px);
	}

	.woocommerce-account .woocommerce {
		display: grid;
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 42px;
	}

	.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
	.woocommerce-account .woocommerce > h2,
	.woocommerce-account .woocommerce > form.login,
	.woocommerce-account .woocommerce > form.register {
		grid-column: 1 / -1;
	}
}

/* Desktop navigation and four-column grids */
@media (min-width: 960px) {
	.eterno-header__inner {
		display: flex;
		min-height: 80px;
		gap: 26px;
	}

	.eterno-menu-toggle {
		display: none;
	}

	.site-branding {
		flex: 0 0 205px;
		justify-content: flex-start;
	}

	.site-branding img {
		width: 185px;
	}

	.eterno-primary-nav {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
	}

	.eterno-primary-nav .menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: clamp(18px, 2.6vw, 38px);
	}

	.eterno-primary-nav .menu a {
		position: relative;
		display: flex;
		align-items: center;
		min-height: 44px;
		font-size: 0.75rem;
		font-weight: 600;
		letter-spacing: 0.03em;
		text-decoration: none;
		text-transform: uppercase;
	}

	.eterno-primary-nav .menu a::after {
		position: absolute;
		right: 0;
		bottom: 4px;
		left: 0;
		height: 2px;
		content: "";
		background: var(--eterno-orange);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform var(--eterno-transition);
	}

	.eterno-primary-nav .menu a:hover::after,
	.eterno-primary-nav .current-menu-item > a::after {
		transform: scaleX(1);
		transform-origin: left;
	}

	.eterno-header-actions {
		display: flex;
		flex: 0 0 auto;
		gap: 0;
	}

	.eterno-header-search,
	.eterno-header-favorite,
	.eterno-header-account {
		display: inline-flex;
	}

	.eterno-mobile-drawer {
		display: none;
	}

	.eterno-category-circle {
		flex-basis: 128px;
	}

	.eterno-category-circle__media {
		width: 128px;
		height: 128px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 26px 20px;
	}

	.eterno-footer-grid {
		grid-template-columns: 1.2fr 0.8fr 0.95fr 1.15fr;
		gap: clamp(28px, 5vw, 72px);
		padding-block: 70px;
	}
}

/* Wide desktop */
@media (min-width: 1200px) {
	.eterno-hero__media {
		height: 650px;
	}

	.eterno-benefit {
		gap: 16px;
	}

	.eterno-benefit h2 {
		font-size: 0.8rem;
	}

	.eterno-benefit p {
		font-size: 0.9rem;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		padding-inline: 16px !important;
		font-size: 0.98rem !important;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price,
	.woocommerce ul.products li.product .star-rating {
		padding-inline: 16px;
		margin-inline: 0;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		width: calc(100% - 32px);
		margin-inline: 16px !important;
		font-size: 0.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.site-header,
	.eterno-promo-bar,
	.site-footer,
	.eterno-mobile-nav,
	.eterno-whatsapp-float,
	.eterno-mobile-product-bar {
		display: none !important;
	}

	body {
		color: #000;
		background: #fff;
	}
}

/* Newsletter privacy consent */
.eterno-newsletter-consent {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.7rem;
	line-height: 1.45;
}

.eterno-newsletter-consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--eterno-orange);
}

.eterno-newsletter-consent label {
	cursor: pointer;
}

/* ==========================================================
   ETERNO COMMERCE JOURNEY 1.1
   Premium WooCommerce inner pages: catalog, cart, checkout,
   account and order confirmation.
   ========================================================== */

.eterno-commerce-hero {
	display: grid;
	gap: 26px;
	padding: clamp(34px, 6vw, 72px) 0 clamp(26px, 4vw, 48px);
	margin-bottom: clamp(24px, 4vw, 44px);
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-commerce-hero h1 {
	max-width: 760px;
	margin-bottom: 12px;
	font-size: clamp(2.65rem, 8vw, 5.5rem);
	letter-spacing: -0.035em;
	line-height: 0.92;
}

.eterno-commerce-hero > div:first-child > p:last-child {
	max-width: 630px;
	margin-bottom: 0;
	color: var(--eterno-gray-500);
	font-size: 1rem;
}

.eterno-commerce-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 620px;
	gap: 0;
	align-self: end;
}

.eterno-commerce-step {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 0;
	color: #9b9b96;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.eterno-commerce-step::before {
	position: absolute;
	top: 14px;
	right: 50%;
	left: -50%;
	height: 1px;
	background: var(--eterno-gray-200);
	content: "";
}

.eterno-commerce-step:first-child::before {
	display: none;
}

.eterno-commerce-step__dot {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: var(--eterno-gray-500);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 50%;
	font-size: 0.7rem;
}

.eterno-commerce-step.is-current,
.eterno-commerce-step.is-complete {
	color: var(--eterno-black);
}

.eterno-commerce-step.is-current .eterno-commerce-step__dot,
.eterno-commerce-step.is-complete .eterno-commerce-step__dot {
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border-color: var(--eterno-orange);
}

.eterno-commerce-step.is-complete::before,
.eterno-commerce-step.is-current::before {
	background: var(--eterno-orange);
}

/* Catalog / shop */
.eterno-catalog-page .eterno-woocommerce-content {
	background: linear-gradient(180deg, var(--eterno-ice) 0, var(--eterno-white) 280px);
}

.eterno-catalog-page .woocommerce-products-header {
	padding-top: clamp(30px, 5vw, 64px);
}

.eterno-catalog-page .woocommerce-products-header__title.page-title {
	max-width: 850px;
	margin-bottom: 16px;
	font-size: clamp(3rem, 8vw, 5.8rem);
	line-height: 0.93;
}

.eterno-catalog-page .term-description {
	max-width: 720px;
	color: var(--eterno-gray-500);
}

.eterno-catalog-intro {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 22px 0;
	margin: 22px 0 28px;
	border-block: 1px solid var(--eterno-gray-100);
}

.eterno-catalog-intro p {
	margin: 0;
}

.eterno-catalog-intro .eterno-eyebrow {
	margin-bottom: 6px;
}

.eterno-catalog-intro > div:first-child > p:last-child {
	max-width: 580px;
	color: var(--eterno-gray-500);
}

.eterno-catalog-trust {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.eterno-catalog-trust .eterno-icon {
	width: 20px;
	height: 20px;
	color: var(--eterno-orange);
}

.eterno-catalog-page .woocommerce .woocommerce-result-count {
	float: left;
	margin: 0 0 22px;
	color: var(--eterno-gray-500);
	font-size: 0.86rem;
	line-height: 48px;
}

.eterno-catalog-page .woocommerce .woocommerce-ordering {
	float: right;
	margin: 0 0 22px;
}

.eterno-catalog-page .woocommerce .woocommerce-ordering select {
	min-width: 210px;
	background-color: var(--eterno-white);
}

.eterno-catalog-page .woocommerce ul.products {
	clear: both;
}

.eterno-product-kicker {
	display: block;
	padding: 13px 14px 0;
	color: var(--eterno-orange);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

/* Cart */
body.eterno-cart-page .eterno-woocommerce-content {
	background: var(--eterno-white);
}

body.eterno-cart-page .woocommerce > .woocommerce-notices-wrapper,
body.eterno-cart-page .woocommerce > .eterno-commerce-hero,
body.eterno-cart-page .woocommerce > .woocommerce-message,
body.eterno-cart-page .woocommerce > .woocommerce-info,
body.eterno-cart-page .woocommerce > .woocommerce-error,
body.eterno-cart-page .woocommerce > .cart-empty,
body.eterno-cart-page .woocommerce > .return-to-shop,
body.eterno-cart-page .woocommerce > .eterno-empty-cart-panel {
	grid-column: 1 / -1;
}

body.eterno-cart-page .woocommerce-cart-form {
	min-width: 0;
}

body.eterno-cart-page table.shop_table.cart {
	margin: 0;
	background: var(--eterno-white);
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

body.eterno-cart-page table.shop_table.cart thead th {
	padding: 0 12px 13px;
	color: var(--eterno-gray-500);
	border-bottom: 1px solid var(--eterno-gray-100);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.eterno-cart-page table.shop_table.cart td {
	padding: 22px 12px;
	vertical-align: middle;
	border-top: 0;
	border-bottom: 1px solid var(--eterno-gray-100);
}

body.eterno-cart-page table.shop_table.cart .product-thumbnail img {
	width: 92px;
	background: var(--eterno-ice);
	border-radius: var(--eterno-radius);
}

body.eterno-cart-page table.shop_table.cart .product-name a {
	font-family: var(--eterno-font-display);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.05;
	text-decoration: none;
}

body.eterno-cart-page table.shop_table.cart .product-price,
body.eterno-cart-page table.shop_table.cart .product-subtotal {
	font-size: 0.92rem;
	font-weight: 700;
}

body.eterno-cart-page table.shop_table.cart .product-remove a.remove {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: var(--eterno-gray-500) !important;
	background: var(--eterno-ice);
	border-radius: 50%;
	font-size: 1.25rem;
	font-weight: 400;
	text-decoration: none;
}

body.eterno-cart-page table.shop_table.cart .product-remove a.remove:hover {
	color: var(--eterno-white) !important;
	background: var(--eterno-black);
}

body.eterno-cart-page table.shop_table.cart td.actions {
	padding: 22px 0 0;
	border-bottom: 0;
}

body.eterno-cart-page .cart-collaterals {
	min-width: 0;
}

body.eterno-cart-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	padding: clamp(22px, 4vw, 34px);
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

body.eterno-cart-page .cart_totals h2 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 5vw, 3rem);
}

body.eterno-cart-page .cart_totals table.shop_table {
	margin-bottom: 20px;
	border: 0;
}

body.eterno-cart-page .cart_totals table.shop_table th,
body.eterno-cart-page .cart_totals table.shop_table td {
	padding: 14px 0;
	border-top: 1px solid var(--eterno-gray-200);
	font-size: 0.88rem;
}

body.eterno-cart-page .cart_totals table.shop_table td {
	text-align: right;
}

body.eterno-cart-page .cart_totals .order-total th,
body.eterno-cart-page .cart_totals .order-total td {
	font-size: 1rem;
}

body.eterno-cart-page .wc-proceed-to-checkout {
	padding: 0;
}

body.eterno-cart-page .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	min-height: 56px;
	margin: 0;
	font-size: 0.8rem;
}

.eterno-summary-assurances {
	display: grid;
	gap: 14px;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid var(--eterno-gray-200);
}

.eterno-summary-assurances > div {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
}

.eterno-summary-assurances .eterno-icon {
	width: 22px;
	height: 22px;
	color: var(--eterno-orange);
}

.eterno-summary-assurances span {
	display: grid;
	gap: 1px;
	color: var(--eterno-gray-500);
	font-size: 0.74rem;
	line-height: 1.45;
}

.eterno-summary-assurances strong {
	color: var(--eterno-black);
	font-size: 0.76rem;
}

.eterno-continue-shopping {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	font-size: 0.74rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.eterno-continue-shopping .eterno-icon {
	width: 17px;
	height: 17px;
	transform: rotate(180deg);
}

.eterno-empty-cart-panel {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	max-width: 760px;
	padding: clamp(24px, 5vw, 44px);
	margin: 0 auto 24px;
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

.eterno-empty-cart-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	color: var(--eterno-orange);
	background: var(--eterno-white);
	border-radius: 50%;
}

.eterno-empty-cart-icon .eterno-icon {
	width: 28px;
	height: 28px;
}

.eterno-empty-cart-panel h2 {
	margin-bottom: 8px;
	font-size: clamp(2rem, 6vw, 3.4rem);
}

.eterno-empty-cart-panel p:last-child {
	margin-bottom: 0;
	color: var(--eterno-gray-500);
}

/* Checkout */
body.eterno-checkout-page .eterno-promo-bar {
	display: none;
}

body.eterno-checkout-page .site-header {
	position: relative;
}

body.eterno-checkout-page .eterno-header__inner {
	justify-content: center;
}

body.eterno-checkout-page .eterno-primary-nav,
body.eterno-checkout-page .eterno-menu-toggle,
body.eterno-checkout-page .eterno-header-actions,
body.eterno-checkout-page .eterno-mobile-drawer,
body.eterno-checkout-page .eterno-search-panel {
	display: none !important;
}

body.eterno-checkout-page .site-branding {
	flex: 0 0 auto;
	justify-content: center;
}

body.eterno-checkout-page .site-branding img {
	width: min(185px, 46vw);
}

body.eterno-checkout-page .eterno-woocommerce-content {
	padding-top: 0;
	background: linear-gradient(180deg, var(--eterno-ice) 0, var(--eterno-white) 430px);
}

body.eterno-checkout-page .eterno-commerce-hero {
	margin-bottom: 22px;
}

.eterno-checkout-secure-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	margin-bottom: 28px;
	color: var(--eterno-gray-700);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	font-size: 0.8rem;
}

.eterno-checkout-secure-note .eterno-icon {
	width: 20px;
	height: 20px;
	color: var(--eterno-success);
}

body.eterno-checkout-page form.checkout.woocommerce-checkout {
	display: grid;
	gap: 24px;
	align-items: start;
}

body.eterno-checkout-page #customer_details {
	min-width: 0;
}

body.eterno-checkout-page #customer_details .col-1,
body.eterno-checkout-page #customer_details .col-2 {
	float: none;
	width: 100%;
	padding: clamp(20px, 4vw, 32px);
	margin-bottom: 18px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

body.eterno-checkout-page #customer_details h3,
body.eterno-checkout-page #order_review_heading {
	margin-bottom: 20px;
	font-size: clamp(1.8rem, 5vw, 2.6rem);
}

body.eterno-checkout-page .woocommerce-billing-fields__field-wrapper,
body.eterno-checkout-page .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 14px;
}

body.eterno-checkout-page .form-row-first,
body.eterno-checkout-page .form-row-last {
	width: auto;
}

body.eterno-checkout-page .form-row-wide,
body.eterno-checkout-page #billing_address_1_field,
body.eterno-checkout-page #billing_address_2_field,
body.eterno-checkout-page #shipping_address_1_field,
body.eterno-checkout-page #shipping_address_2_field {
	grid-column: 1 / -1;
}

body.eterno-checkout-page .woocommerce form .form-row {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 15px;
}

body.eterno-checkout-page .woocommerce form .form-row label {
	margin-bottom: 6px;
	font-size: 0.74rem;
	letter-spacing: 0.015em;
}

body.eterno-checkout-page .woocommerce form .form-row input.input-text,
body.eterno-checkout-page .woocommerce form .form-row textarea,
body.eterno-checkout-page .woocommerce form .form-row select,
body.eterno-checkout-page .select2-container .select2-selection--single {
	min-height: 52px;
	background: var(--eterno-white);
	border-color: var(--eterno-gray-200);
	border-radius: 4px;
}

body.eterno-checkout-page #order_review_heading {
	margin: 0;
	padding: 0 0 14px;
}

body.eterno-checkout-page #order_review {
	min-width: 0;
	padding: clamp(20px, 4vw, 32px);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	box-shadow: var(--eterno-shadow);
}

.eterno-order-review-label {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-order-review-label span {
	font-family: var(--eterno-font-display);
	font-size: 1.7rem;
	font-weight: 700;
}

.eterno-order-review-label small {
	color: var(--eterno-gray-500);
	font-size: 0.68rem;
}

body.eterno-checkout-page #order_review table.shop_table {
	border: 0;
}

body.eterno-checkout-page #order_review table.shop_table th,
body.eterno-checkout-page #order_review table.shop_table td {
	padding: 13px 0;
	border-top: 1px solid var(--eterno-gray-100);
	font-size: 0.82rem;
}

body.eterno-checkout-page #order_review table.shop_table .order-total th,
body.eterno-checkout-page #order_review table.shop_table .order-total td {
	font-size: 1rem;
}

body.eterno-checkout-page #payment {
	margin-top: 16px;
	background: var(--eterno-ice);
}

body.eterno-checkout-page #payment ul.payment_methods {
	padding: 18px;
	border-bottom-color: var(--eterno-gray-200);
}

body.eterno-checkout-page #payment div.form-row {
	padding: 18px;
}

body.eterno-checkout-page #place_order {
	width: 100%;
	min-height: 56px;
	margin-top: 12px;
}

body.eterno-checkout-page .site-footer .eterno-footer-grid {
	display: none;
}

body.eterno-checkout-page .eterno-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* WooCommerce Cart / Checkout Blocks */
body.eterno-cart-page .wc-block-cart,
body.eterno-checkout-page .wc-block-checkout {
	margin-block: clamp(34px, 6vw, 72px);
}

.wc-block-components-sidebar,
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
	padding: clamp(18px, 3vw, 28px) !important;
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

.wc-block-components-button:not(.is-link) {
	min-height: 52px;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
}

.wc-block-components-button:not(.is-link):hover {
	color: var(--eterno-white);
	background: var(--eterno-orange-dark);
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-form__address_2-toggle {
	font-size: 16px !important;
}

/* Account */
body.eterno-account-page .eterno-woocommerce-content {
	background: linear-gradient(180deg, var(--eterno-ice) 0, var(--eterno-white) 360px);
}

body.eterno-account-page .eterno-account-hero {
	grid-column: 1 / -1;
}

.eterno-account-assurance {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 360px;
	padding: 14px 16px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	font-size: 0.78rem;
}

.eterno-account-assurance .eterno-icon {
	width: 22px;
	height: 22px;
	color: var(--eterno-orange);
}

body.eterno-account-page #customer_login {
	display: grid;
	gap: 20px;
}

body.eterno-account-page #customer_login .u-column1,
body.eterno-account-page #customer_login .u-column2 {
	float: none;
	width: 100%;
	padding: clamp(22px, 4vw, 34px);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	box-shadow: var(--eterno-shadow);
}

body.eterno-account-page #customer_login h2 {
	font-size: clamp(2rem, 6vw, 3.2rem);
}

body.eterno-account-page #customer_login form.login,
body.eterno-account-page #customer_login form.register {
	padding: 0;
	margin: 22px 0 0;
	border: 0;
}

body.eterno-account-page .woocommerce-MyAccount-navigation {
	padding: 14px;
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

body.eterno-account-page .woocommerce-MyAccount-navigation li a {
	border: 0;
	border-radius: 3px;
}

body.eterno-account-page .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--eterno-black);
}

body.eterno-account-page .woocommerce-MyAccount-content {
	min-width: 0;
	padding: clamp(20px, 4vw, 34px);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

.eterno-account-dashboard-intro {
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-account-dashboard-intro h2 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.2rem);
}

/* Order received */
.eterno-order-success-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	padding: clamp(24px, 5vw, 42px);
	margin: 24px 0 34px;
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

.eterno-order-success-card__icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	color: var(--eterno-white);
	background: var(--eterno-success);
	border-radius: 50%;
}

.eterno-order-success-card__icon .eterno-icon {
	width: 30px;
	height: 30px;
}

.eterno-order-success-card h2 {
	margin-bottom: 8px;
	font-size: clamp(2rem, 6vw, 3.5rem);
}

.eterno-order-success-card p:last-child {
	margin-bottom: 0;
	color: var(--eterno-gray-500);
}

/* Product detail refinements */
body.single-product .eterno-woocommerce-content {
	background: linear-gradient(180deg, var(--eterno-ice) 0, var(--eterno-white) 520px);
}

body.single-product .woocommerce div.product div.images {
	padding: 10px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

body.single-product .woocommerce div.product div.summary {
	padding: 2px 0 0;
}

body.single-product .woocommerce div.product .product_title {
	font-size: clamp(2.8rem, 7vw, 5rem);
}

body.single-product .woocommerce div.product form.cart {
	padding: 22px 0;
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 54px;
}

body.single-product .eterno-product-assurances {
	padding: 18px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

@media (max-width: 767px) {
	:root {
		--eterno-gutter: 14px;
	}

	.eterno-commerce-hero {
		padding-top: 30px;
	}

	.eterno-commerce-hero h1 {
		font-size: clamp(2.55rem, 13vw, 4rem);
	}

	.eterno-commerce-steps {
		width: 100%;
	}

	.eterno-commerce-step {
		font-size: 0.62rem;
	}

	.eterno-catalog-page .woocommerce .woocommerce-result-count,
	.eterno-catalog-page .woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-bottom: 12px;
		line-height: 1.45;
	}

	.eterno-catalog-page .woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	body.eterno-cart-page table.shop_table.cart tr.cart_item {
		padding: 18px 0;
		border-bottom: 1px solid var(--eterno-gray-100);
	}

	body.eterno-cart-page table.shop_table.cart td {
		padding: 8px 0 8px 42%;
		border-bottom: 0;
	}

	body.eterno-cart-page table.shop_table.cart td.product-thumbnail {
		display: block;
		padding: 0 0 14px;
		text-align: left !important;
	}

	body.eterno-cart-page table.shop_table.cart td.product-thumbnail::before {
		display: none;
	}

	body.eterno-cart-page table.shop_table.cart .product-thumbnail img {
		width: 104px;
	}

	body.eterno-cart-page table.shop_table.cart td.actions {
		padding-left: 0;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		gap: 6px;
	}

	/* Pedido: cupom com texto e botão menores no mobile */
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-height: 40px;
		padding: 8px 10px;
		font-size: 0.82rem;
	}

	.woocommerce-cart table.cart td.actions .coupon .button {
		min-height: 40px;
		padding: 8px 14px;
		font-size: 0.78rem;
	}

	/* Pedido: remover "Você também pode se interessar" no mobile */
	.cross-sells {
		display: none !important;
	}

	body.eterno-checkout-page .woocommerce-billing-fields__field-wrapper,
	body.eterno-checkout-page .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body.eterno-checkout-page .form-row-wide,
	body.eterno-checkout-page #billing_address_1_field,
	body.eterno-checkout-page #billing_address_2_field,
	body.eterno-checkout-page #shipping_address_1_field,
	body.eterno-checkout-page #shipping_address_2_field {
		grid-column: auto;
	}

	.eterno-order-review-label {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.eterno-empty-cart-panel,
	.eterno-order-success-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.eterno-empty-cart-icon,
	.eterno-order-success-card__icon {
		width: 56px;
		height: 56px;
	}

	body.eterno-account-page #customer_login {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) {
	.eterno-commerce-hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
		align-items: end;
	}

	.eterno-catalog-intro {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	body.eterno-cart-page .woocommerce {
		display: grid;
		grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
		gap: 30px clamp(28px, 5vw, 62px);
		align-items: start;
	}

	body.eterno-cart-page .cart-collaterals .cart_totals {
		position: sticky;
		top: 120px;
	}

	body.eterno-checkout-page form.checkout.woocommerce-checkout {
		grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
		gap: clamp(28px, 5vw, 64px);
	}

	body.eterno-checkout-page #customer_details {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	body.eterno-checkout-page #order_review_heading {
		grid-column: 2;
		grid-row: 1;
		align-self: end;
	}

	body.eterno-checkout-page #order_review {
		position: sticky;
		top: 28px;
		grid-column: 2;
		grid-row: 2;
	}

	body.eterno-account-page #customer_login {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	body.eterno-checkout-page .eterno-header__inner {
		min-height: 72px;
	}

	body.eterno-checkout-page .site-branding {
		flex-basis: auto;
	}
}

/* ==========================================================
   ETERNO COMMERCE JOURNEY 1.2 — IDENTIFICAÇÃO
   Carrinho > Identificação > Entrega > Pagamento.
   ========================================================== */

.eterno-commerce-steps {
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	max-width: 680px;
}

/* WooCommerce shortcode pages must use the full store container. */
body.woocommerce-cart .eterno-content-area > .eterno-container.eterno-narrow-container,
body.woocommerce-checkout .eterno-content-area > .eterno-container.eterno-narrow-container,
body.woocommerce-account .eterno-content-area > .eterno-container.eterno-narrow-container {
	max-width: var(--eterno-container);
}

body.woocommerce-cart .eterno-content-area,
body.woocommerce-checkout .eterno-content-area,
body.woocommerce-account .eterno-content-area {
	padding-top: 0;
}

body.woocommerce-cart .eterno-page-header,
body.woocommerce-checkout .eterno-page-header,
body.woocommerce-account .eterno-page-header {
	display: none;
}

body.woocommerce-cart .eterno-prose > *,
body.woocommerce-checkout .eterno-prose > *,
body.woocommerce-account .eterno-prose > * {
	max-width: none;
	margin-inline: 0;
}

body.woocommerce-cart .eterno-page-article,
body.woocommerce-checkout .eterno-page-article,
body.woocommerce-account .eterno-page-article,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
	min-width: 0;
}

/* Focused identification header, matching the checkout experience. */
body.eterno-checkout-auth-page .eterno-promo-bar {
	display: none;
}

body.eterno-checkout-auth-page .site-header {
	position: relative;
	background: var(--eterno-black);
}

body.eterno-checkout-auth-page .eterno-header__inner {
	justify-content: center;
	min-height: 72px;
}

body.eterno-checkout-auth-page .eterno-primary-nav,
body.eterno-checkout-auth-page .eterno-menu-toggle,
body.eterno-checkout-auth-page .eterno-header-actions,
body.eterno-checkout-auth-page .eterno-mobile-drawer,
body.eterno-checkout-auth-page .eterno-search-panel,
body.eterno-checkout-auth-page .eterno-mobile-nav,
body.eterno-checkout-auth-page .eterno-whatsapp-float {
	display: none !important;
}

body.eterno-checkout-auth-page .site-branding {
	flex: 0 1 220px;
	justify-content: center;
	margin-inline: auto;
}

body.eterno-checkout-auth-page .site-branding img {
	max-height: 48px;
}

body.eterno-checkout-auth-page .eterno-content-area {
	background: linear-gradient(180deg, var(--eterno-ice) 0, var(--eterno-white) 680px);
}

body.eterno-checkout-auth-page .site-footer .eterno-footer-grid {
	display: none;
}

body.eterno-checkout-auth-page .eterno-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.eterno-account-page .eterno-auth-layout,
body.eterno-account-page .eterno-account-login-layout,
body.eterno-account-page .eterno-auth-back {
	grid-column: 1 / -1;
}

.eterno-auth-layout {
	display: grid;
	gap: 22px;
	align-items: start;
	min-width: 0;
}

.eterno-auth-layout #customer_login,
.eterno-account-login-layout #customer_login {
	margin: 0;
}

body.eterno-checkout-auth-page #customer_login .eterno-auth-card {
	position: relative;
	overflow: hidden;
	padding: clamp(22px, 4vw, 34px);
	border-radius: 10px;
}

body.eterno-checkout-auth-page #customer_login .eterno-auth-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--eterno-red), var(--eterno-orange));
	content: "";
}

.eterno-auth-card__header {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 22px;
}

.eterno-auth-card__header > div {
	min-width: 0;
}

.eterno-auth-card__header h2 {
	margin: 0 0 7px;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 0.98;
}

.eterno-auth-card__header p:last-child {
	margin: 0;
	color: var(--eterno-gray-500);
	font-size: 0.88rem;
	line-height: 1.55;
}

.eterno-auth-card__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	color: var(--eterno-black);
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 50%;
}

.eterno-auth-card__icon .eterno-icon {
	width: 22px;
	height: 22px;
}

body.eterno-checkout-auth-page #customer_login form.login,
body.eterno-checkout-auth-page #customer_login form.register {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
}

body.eterno-checkout-auth-page #customer_login form .form-row {
	padding: 0;
	margin: 0;
}

body.eterno-checkout-auth-page #customer_login form label:not(.eterno-auth-consent):not(.woocommerce-form-login__rememberme) {
	display: block;
	margin-bottom: 7px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.eterno-checkout-auth-page #customer_login input.input-text {
	width: 100%;
	min-height: 50px;
	padding: 10px 14px;
	color: var(--eterno-black);
	background: var(--eterno-white);
	border: 1px solid #d7d7d2;
	border-radius: 5px;
	font-size: 16px;
}

body.eterno-checkout-auth-page #customer_login input.input-text:focus {
	border-color: var(--eterno-orange);
	box-shadow: 0 0 0 3px rgba(240, 74, 10, 0.12);
	outline: none;
}

.eterno-auth-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	font-size: 0.76rem;
}

.eterno-auth-options label,
.eterno-auth-consent {
	cursor: pointer;
}

.eterno-auth-options .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--eterno-gray-500);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.eterno-auth-options input,
.eterno-auth-consent input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--eterno-orange);
}

.eterno-auth-options .lost_password {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

.eterno-auth-submit-row .button {
	width: 100%;
	min-height: 52px;
	margin: 0;
}

.eterno-auth-name-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.eterno-checkout-auth-page #customer_login .eterno-auth-card--register {
	color: var(--eterno-white);
	background: #0a0a0a;
	border-color: #242424;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.13);
}

.eterno-auth-card--register .eterno-auth-card__icon {
	color: var(--eterno-orange);
	background: #151515;
	border-color: #343434;
}

.eterno-auth-card--register .eterno-auth-card__header h2,
.eterno-auth-card--register label,
.eterno-auth-card--register .required {
	color: var(--eterno-white);
}

.eterno-auth-card--register .eterno-auth-card__header p:last-child,
.eterno-auth-card--register .woocommerce-privacy-policy-text,
.eterno-auth-card--register .woocommerce-privacy-policy-text p {
	color: #b8b8b8;
}

.eterno-auth-card--register a {
	color: var(--eterno-white);
}

.eterno-auth-card--register a:hover {
	color: var(--eterno-orange);
}

.eterno-auth-perks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin: 0 0 20px;
}

.eterno-auth-perks > div {
	min-width: 0;
	padding: 13px 10px;
	background: #121212;
	border: 1px solid #292929;
	border-radius: 7px;
}

.eterno-auth-perks strong,
.eterno-auth-perks span {
	display: block;
}

.eterno-auth-perks strong {
	margin-bottom: 5px;
	font-size: 0.68rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.eterno-auth-perks span {
	color: #a9a9a9;
	font-size: 0.68rem;
	line-height: 1.45;
}

.eterno-auth-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #b7b7b7;
	font-size: 0.72rem;
	line-height: 1.5;
}

.eterno-auth-consent input {
	flex: 0 0 18px;
	margin-top: 2px;
}

.eterno-auth-social {
	padding-top: 20px;
	margin-top: 22px;
	border-top: 1px solid var(--eterno-gray-100);
	text-align: center;
}

.eterno-auth-social > span {
	display: block;
	margin-bottom: 12px;
	color: var(--eterno-gray-500);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.eterno-auth-summary {
	min-width: 0;
	padding: clamp(22px, 4vw, 30px);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 10px;
	box-shadow: var(--eterno-shadow);
}

.eterno-auth-summary h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 5vw, 3rem);
}

.eterno-auth-summary__items {
	display: grid;
	gap: 14px;
}

.eterno-auth-summary__item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-auth-summary__image img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	background: var(--eterno-ice);
	border-radius: 5px;
}

.eterno-auth-summary__item strong,
.eterno-auth-summary__item span {
	display: block;
}

.eterno-auth-summary__item strong {
	font-family: var(--eterno-font-display);
	font-size: 1rem;
	line-height: 1.05;
}

.eterno-auth-summary__item span {
	margin-top: 4px;
	color: var(--eterno-gray-500);
	font-size: 0.72rem;
}

.eterno-auth-summary__item b {
	font-size: 0.78rem;
	white-space: nowrap;
}

.eterno-auth-summary__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
}

.eterno-auth-summary__total span {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.eterno-auth-summary__total strong {
	font-family: var(--eterno-font-display);
	font-size: 1.55rem;
}

.eterno-auth-summary__shipping {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px;
	margin: 0 0 16px;
	color: var(--eterno-gray-500);
	background: var(--eterno-ice);
	border-radius: 5px;
	font-size: 0.75rem;
	line-height: 1.45;
}

.eterno-auth-summary__shipping .eterno-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	color: var(--eterno-orange);
}

.eterno-auth-summary__button {
	width: 100%;
}

.eterno-auth-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: var(--eterno-gray-500);
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.eterno-auth-back .eterno-icon {
	width: 18px;
	height: 18px;
	transform: rotate(180deg);
}

/* Logged-in identity shown before delivery and payment. */
.eterno-checkout-account-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 18px;
	margin: 0 0 14px;
	background: #f2faf6;
	border: 1px solid #cce9d9;
	border-radius: var(--eterno-radius);
}

.eterno-checkout-account-strip > div,
.eterno-checkout-account-strip strong,
.eterno-checkout-account-strip span {
	display: flex;
	align-items: center;
}

.eterno-checkout-account-strip > div {
	flex-wrap: wrap;
	gap: 5px 14px;
}

.eterno-checkout-account-strip strong {
	gap: 8px;
	font-size: 0.82rem;
}

.eterno-checkout-account-strip strong .eterno-icon {
	width: 20px;
	height: 20px;
	color: var(--eterno-success);
}

.eterno-checkout-account-strip span {
	gap: 4px;
	color: var(--eterno-gray-500);
	font-size: 0.78rem;
}

.eterno-checkout-account-strip a {
	flex: 0 0 auto;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 767px) {
	.eterno-commerce-step {
		gap: 6px;
		font-size: 0.56rem;
		letter-spacing: 0.015em;
	}

	.eterno-commerce-step__dot {
		width: 28px;
		height: 28px;
	}

	.eterno-commerce-step::before {
		top: 13px;
	}

	.eterno-auth-card__header {
		gap: 12px;
	}

	.eterno-auth-card__icon {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.eterno-auth-name-fields,
	.eterno-auth-perks {
		grid-template-columns: minmax(0, 1fr);
	}

	.eterno-auth-perks > div {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 8px;
		align-items: center;
	}

	.eterno-auth-perks strong {
		margin: 0;
	}

	.eterno-auth-options,
	.eterno-checkout-account-strip {
		align-items: flex-start;
		flex-direction: column;
	}

	.eterno-auth-summary__item {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.eterno-auth-summary__item > b {
		grid-column: 2;
	}

	.eterno-checkout-account-strip a {
		min-height: 44px;
		padding-block: 10px;
	}
}

@media (min-width: 1080px) {
	.eterno-auth-layout {
		grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
		gap: clamp(24px, 3vw, 38px);
	}

	.eterno-auth-summary {
		position: sticky;
		top: 28px;
	}
}

/* ==========================================================
   ETERNO 1.4 - HEADER, IDENTIFICATION, REVIEWS AND CHECKOUT
   ========================================================== */

/* Protect theme icons from broad SVG rules added by page builders. */
.eterno-theme svg.eterno-icon {
	width: 24px !important;
	height: 24px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 24px !important;
	max-height: 24px !important;
	flex: 0 0 24px !important;
	transform-origin: center;
}

.eterno-theme .eterno-header-actions svg.eterno-icon,
.eterno-theme .eterno-focus-header svg.eterno-icon {
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	flex-basis: 22px !important;
}

.eterno-theme .eterno-checkout-secure-note svg.eterno-icon,
.eterno-theme .eterno-checkout-account-strip svg.eterno-icon,
.eterno-theme .eterno-auth-summary__shipping svg.eterno-icon,
.eterno-theme .eterno-auth-connected-card svg.eterno-icon,
.eterno-theme .eterno-product-review-cta svg.eterno-icon {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	flex-basis: 20px !important;
}

/* Keep the desktop header on a single line and make submenus true dropdowns. */
@media (min-width: 960px) {
	.site-header:not(.eterno-focus-header) {
		overflow: visible;
	}

	.site-header:not(.eterno-focus-header) .eterno-header__inner {
		height: 80px;
		min-height: 80px;
		max-height: 80px;
		overflow: visible;
	}

	.site-header:not(.eterno-focus-header) .site-branding,
	.site-header:not(.eterno-focus-header) .site-branding a {
		height: 64px;
		overflow: hidden;
	}

	.site-header:not(.eterno-focus-header) .site-branding img {
		display: block;
		width: 185px;
		height: auto;
		max-height: 58px;
		object-fit: contain;
	}

	.eterno-primary-nav > .menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: clamp(16px, 2vw, 34px);
		height: 80px;
		padding: 0;
		margin: 0;
		overflow: visible;
		list-style: none;
	}

	.eterno-primary-nav > .menu > li {
		position: relative;
		display: flex;
		align-items: center;
		height: 80px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.eterno-primary-nav > .menu > li > a {
		display: inline-flex;
		align-items: center;
		height: 80px;
		min-height: 80px;
		white-space: nowrap;
	}

	.eterno-primary-nav .sub-menu {
		position: absolute;
		top: calc(100% - 1px);
		left: 50%;
		z-index: 120;
		display: block !important;
		width: min(280px, 88vw);
		min-width: 230px;
		padding: 12px;
		margin: 0;
		color: var(--eterno-white);
		background: #0d0d0d;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 4px;
		box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
		list-style: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate(-50%, 10px);
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	}

	.eterno-primary-nav .sub-menu .sub-menu {
		top: -12px;
		/* Sobrepõe levemente o submenu pai para não existir um “vão” de mouse.
		 * Assim o hover continua ativo durante o movimento até as subcategorias. */
		left: calc(100% - 3px);
		transform: translate(8px, 0);
	}

	/* Corredor invisível de hover entre o item pai e o submenu de 2º nível. */
	.eterno-primary-nav .sub-menu li.menu-item-has-children::after {
		content: "";
		position: absolute;
		top: 0;
		right: -10px;
		width: 14px;
		height: 100%;
		z-index: 119;
	}

	.eterno-primary-nav li:hover > .sub-menu,
	.eterno-primary-nav li:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate(-50%, 0);
	}

	.eterno-primary-nav .sub-menu li:hover > .sub-menu,
	.eterno-primary-nav .sub-menu li:focus-within > .sub-menu {
		transform: translate(0, 0);
	}

	.eterno-primary-nav .sub-menu li {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.eterno-primary-nav .sub-menu a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 44px;
		padding: 10px 12px;
		color: rgba(255, 255, 255, 0.9);
		border-radius: 3px;
		font-size: 0.72rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		line-height: 1.35;
		text-transform: none;
		white-space: normal;
	}

	.eterno-primary-nav .sub-menu a::after {
		display: none !important;
	}

	.eterno-primary-nav .sub-menu a:hover,
	.eterno-primary-nav .sub-menu a:focus-visible {
		color: var(--eterno-white);
		background: rgba(240, 74, 10, 0.16);
	}
}

/* Nested menu items stay readable inside the mobile drawer. */
.eterno-mobile-drawer .sub-menu {
	position: static;
	display: block;
	padding: 3px 0 9px 17px;
	margin: 0;
	list-style: none;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.eterno-mobile-drawer .sub-menu a {
	min-height: 42px;
	font-size: 0.82rem;
	font-weight: 500;
	text-transform: none;
}

/* Compact checkout and identification header. */
.eterno-focus-header {
	position: relative;
	z-index: 80;
	color: var(--eterno-white);
	background: var(--eterno-black);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.eterno-focus-header__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
	align-items: center;
	min-height: 76px;
	gap: 16px;
}

.eterno-focus-header__back,
.eterno-focus-header__secure {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

.eterno-focus-header__back {
	justify-self: start;
}

.eterno-focus-header__back .eterno-icon {
	transform: rotate(180deg);
}

.eterno-focus-header__brand {
	grid-column: 2;
	justify-self: center;
}

.eterno-focus-header__brand a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.eterno-focus-header__brand img {
	display: block;
	width: min(180px, 42vw);
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.eterno-focus-header__secure {
	justify-self: end;
	color: rgba(255, 255, 255, 0.86);
}

.eterno-focus-header__secure .eterno-icon {
	color: var(--eterno-orange);
}

@media (max-width: 560px) {
	.eterno-focus-header__inner {
		min-height: 68px;
		gap: 8px;
	}

	.eterno-focus-header__back span,
	.eterno-focus-header__secure span {
		position: absolute !important;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.eterno-focus-header__brand img {
		width: min(152px, 48vw);
		max-height: 48px;
	}
}

/* Dedicated identification page. */
body.eterno-checkout-auth-page .eterno-auth-page-content {
	padding: 0 0 clamp(58px, 8vw, 96px);
	background: linear-gradient(180deg, var(--eterno-ice) 0, var(--eterno-white) 720px);
}

body.eterno-checkout-auth-page .eterno-auth-page-content > .eterno-container {
	padding-top: clamp(30px, 5vw, 58px);
}

.eterno-auth-connected-card {
	padding: clamp(26px, 5vw, 44px);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 8px;
	box-shadow: var(--eterno-shadow);
}

.eterno-auth-connected-card__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
	color: var(--eterno-white);
	background: var(--eterno-black);
	border-radius: 50%;
}

.eterno-auth-connected-card h2 {
	margin-bottom: 12px;
	font-size: clamp(2.1rem, 5vw, 3.5rem);
}

.eterno-auth-connected-card > p:not(.eterno-eyebrow) {
	max-width: 590px;
	color: var(--eterno-gray-500);
}

.eterno-auth-connected-card__identity {
	display: grid;
	gap: 2px;
	padding: 15px 17px;
	margin: 24px 0;
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 5px;
}

.eterno-auth-connected-card__identity strong,
.eterno-auth-connected-card__identity span {
	overflow-wrap: anywhere;
}

.eterno-auth-connected-card__identity span {
	color: var(--eterno-gray-500);
	font-size: 0.88rem;
}

.eterno-auth-connected-card__continue {
	width: 100%;
	min-height: 54px;
}

.eterno-auth-connected-card__switch {
	display: block;
	min-height: 44px;
	padding-top: 14px;
	color: var(--eterno-gray-500);
	font-size: 0.78rem;
	font-weight: 700;
	text-align: center;
}

.eterno-auth-social .nsl-container,
.eterno-auth-social .wc-social-login,
.eterno-auth-social .woocommerce-social-login {
	width: 100%;
	margin: 0 !important;
}

.eterno-auth-social .nsl-button,
.eterno-auth-social .button-social-login,
.eterno-auth-social a[class*="social-login"] {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 50px !important;
	padding: 11px 16px !important;
	color: var(--eterno-black) !important;
	background: var(--eterno-white) !important;
	border: 1px solid var(--eterno-gray-200) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-family: var(--eterno-font-body) !important;
	font-size: 0.84rem !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

/* Product review summary, tab and form. */
.eterno-product-review-cta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	padding: 11px 0 17px;
	margin-top: -5px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-product-review-cta__rating,
.eterno-product-review-cta .star-rating,
.eterno-empty-rating {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin: 0 !important;
}

.eterno-product-review-cta .star-rating {
	color: var(--eterno-orange);
}

.eterno-empty-rating {
	color: var(--eterno-orange);
}

.eterno-empty-rating .eterno-icon {
	fill: none;
	stroke-width: 1.7;
}

.eterno-product-review-cta > a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--eterno-black);
	font-size: 0.78rem;
	font-weight: 700;
	text-underline-offset: 4px;
}

body.single-product #reviews {
	padding: clamp(22px, 4vw, 36px);
	background: var(--eterno-ice);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 8px;
}

body.single-product #reviews #comments,
body.single-product #reviews #review_form_wrapper {
	min-width: 0;
}

body.single-product #reviews #comments h2,
body.single-product #reviews #reply-title {
	display: block;
	margin-bottom: 18px;
	font-family: var(--eterno-font-display);
	font-size: clamp(1.9rem, 5vw, 2.8rem);
	font-weight: 600;
	line-height: 1.05;
}

body.single-product #reviews #comments ol.commentlist {
	padding: 0;
	margin: 0 0 28px;
	list-style: none;
}

body.single-product #reviews #comments ol.commentlist li {
	padding: 18px;
	margin: 0 0 12px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 5px;
}

body.single-product #reviews #comments ol.commentlist li img.avatar {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
}

body.single-product #reviews #comments ol.commentlist li .comment-text {
	margin-left: 58px;
	border: 0;
}

body.single-product #review_form_wrapper {
	padding: clamp(20px, 4vw, 30px);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 6px;
}

body.single-product #review_form .comment-form-rating {
	display: grid;
	gap: 8px;
}

body.single-product #review_form .stars {
	margin: 0 0 12px;
	font-size: 1.35rem;
}

body.single-product #review_form .stars a {
	color: var(--eterno-orange);
}

body.single-product #review_form textarea,
body.single-product #review_form input[type="text"],
body.single-product #review_form input[type="email"] {
	width: 100%;
	min-height: 50px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 4px;
}

body.single-product #review_form textarea {
	min-height: 140px;
}

body.single-product #review_form input[type="submit"] {
	min-height: 50px;
	padding: 12px 22px;
	color: var(--eterno-white);
	background: var(--eterno-orange);
	border: 1px solid var(--eterno-orange);
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 820px) {
	body.single-product #reviews {
		display: grid;
		grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
		gap: clamp(28px, 5vw, 60px);
		align-items: start;
	}
}

/* Native checkout owned by this theme, without funnel/page-builder wrappers. */
body.eterno-checkout-page .eterno-native-checkout {
	min-height: 70vh;
	padding: 0 0 clamp(60px, 8vw, 100px);
	background: linear-gradient(180deg, var(--eterno-ice) 0, #f7f7f5 520px, var(--eterno-white) 100%);
}

body.eterno-checkout-page .eterno-native-checkout > .eterno-container {
	padding-top: clamp(30px, 5vw, 58px);
}

body.eterno-checkout-page .eterno-native-checkout .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
}

body.eterno-checkout-page .eterno-commerce-hero {
	padding: clamp(20px, 4vw, 34px);
	margin: 0 0 20px;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(5, 5, 5, 0.04);
}

body.eterno-checkout-page .eterno-commerce-hero h1 {
	margin-bottom: 6px;
	font-size: clamp(1.7rem, 4vw, 2.6rem);
}

body.eterno-checkout-page .eterno-checkout-account-strip,
body.eterno-checkout-page .eterno-checkout-secure-note {
	max-width: none;
}

body.eterno-checkout-page .eterno-checkout-secure-note {
	align-items: center;
	min-height: 52px;
	padding: 13px 16px;
	margin: 0 0 24px;
	background: #f2faf6;
	border-color: #cce9d9;
}

body.eterno-checkout-page form.checkout.woocommerce-checkout {
	width: 100%;
	margin: 0;
}

body.eterno-checkout-page #customer_details .col-1,
body.eterno-checkout-page #customer_details .col-2,
body.eterno-checkout-page #order_review {
	background: var(--eterno-white) !important;
	border: 1px solid var(--eterno-gray-100) !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 34px rgba(5, 5, 5, 0.06) !important;
}

body.eterno-checkout-page #customer_details .col-1,
body.eterno-checkout-page #customer_details .col-2 {
	overflow: visible;
}

body.eterno-checkout-page .woocommerce form .form-row input.input-text,
body.eterno-checkout-page .woocommerce form .form-row textarea,
body.eterno-checkout-page .woocommerce form .form-row select,
body.eterno-checkout-page .select2-container .select2-selection--single {
	min-height: 52px !important;
	color: var(--eterno-black) !important;
	background: var(--eterno-white) !important;
	border: 1px solid #d7d7d2 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 16px !important;
}

body.eterno-checkout-page .woocommerce form .form-row textarea {
	min-height: 116px !important;
}

body.eterno-checkout-page .woocommerce form .form-row input.input-text:focus,
body.eterno-checkout-page .woocommerce form .form-row textarea:focus,
body.eterno-checkout-page .woocommerce form .form-row select:focus,
body.eterno-checkout-page .select2-container--focus .select2-selection--single {
	border-color: var(--eterno-orange) !important;
	outline: 2px solid rgba(240, 74, 10, 0.14) !important;
	outline-offset: 1px;
}

body.eterno-checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 38px 10px 13px !important;
	line-height: 30px !important;
}

body.eterno-checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
}

body.eterno-checkout-page #order_review_heading {
	padding: 0 0 12px;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
}

body.eterno-checkout-page #order_review table.shop_table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

body.eterno-checkout-page #order_review table.shop_table th,
body.eterno-checkout-page #order_review table.shop_table td {
	vertical-align: top;
}

body.eterno-checkout-page #payment {
	overflow: hidden;
	background: var(--eterno-ice) !important;
	border: 1px solid var(--eterno-gray-100);
	border-radius: 5px;
}

body.eterno-checkout-page #payment .payment_box {
	color: var(--eterno-gray-700);
	background: var(--eterno-white) !important;
}

body.eterno-checkout-page #payment .payment_box::before {
	border-bottom-color: var(--eterno-white) !important;
}

body.eterno-checkout-page #place_order {
	min-height: 56px !important;
	color: var(--eterno-white) !important;
	background: var(--eterno-orange) !important;
	border-color: var(--eterno-orange) !important;
	border-radius: 3px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

body.eterno-checkout-page #place_order:hover {
	background: var(--eterno-orange-dark) !important;
	border-color: var(--eterno-orange-dark) !important;
}

/* Hide only external funnel ornaments that may still be injected globally. */
body.eterno-checkout-page .wfacp-progress-bar,
body.eterno-checkout-page .wfacp_header,
body.eterno-checkout-page .cartflows-container > header,
body.eterno-checkout-page .cfw-header,
body.eterno-checkout-page .checkoutwc,
body.eterno-checkout-page [class*="funnel-checkout-header"] {
	display: none !important;
}

@media (max-width: 767px) {
	body.eterno-checkout-page .eterno-native-checkout > .eterno-container,
	body.eterno-checkout-auth-page .eterno-auth-page-content > .eterno-container {
		width: min(calc(100% - 40px), var(--eterno-container));
	}

	body.eterno-checkout-page .eterno-commerce-hero,
	body.eterno-checkout-page #customer_details .col-1,
	body.eterno-checkout-page #customer_details .col-2,
	body.eterno-checkout-page #order_review,
	body.eterno-checkout-auth-page #customer_login .eterno-auth-card,
	.eterno-auth-connected-card,
	.eterno-auth-summary {
		padding: 20px;
	}

	body.eterno-checkout-page .eterno-commerce-steps,
	body.eterno-checkout-auth-page .eterno-commerce-steps {
		margin-top: 8px;
	}

	body.eterno-checkout-page .eterno-commerce-step,
	body.eterno-checkout-auth-page .eterno-commerce-step {
		font-size: 0.54rem;
	}

	body.eterno-checkout-page #order_review {
		position: static;
	}

	body.single-product #reviews #comments ol.commentlist li .comment-text {
		margin-left: 0;
		padding-top: 12px;
	}
}

/* ========================================================================
   Eterno 1.6 - ajustes de Home, catálogo, produto e carrinho
   ======================================================================== */

/* Home: manter fundo branco puro nas seções claras. */
body.eterno-front-page,
body.eterno-front-page .site-main,
body.eterno-front-page .eterno-featured-products,
body.eterno-front-page .eterno-reviews,
body.eterno-front-page .eterno-story,
body.eterno-front-page .eterno-collections {
	background: #ffffff;
}

/* Banner principal com até três capas. */
.eterno-hero-carousel {
	position: relative;
	background: #ffffff;
}

.eterno-hero-carousel__track {
	position: relative;
	height: clamp(360px, 78vw, 460px);
	overflow: hidden;
}

.eterno-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
}

.eterno-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.eterno-hero-slide .eterno-hero__media,
.eterno-hero-slide .eterno-hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.eterno-hero-slide .eterno-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.eterno-hero-slide .eterno-hero__overlay {
	z-index: 2;
	padding: 20px var(--eterno-gutter) 54px;
}

.eterno-hero__overlay.eterno-align-mobile-left {
	justify-content: flex-start;
}

.eterno-hero__overlay.eterno-align-mobile-center {
	justify-content: center;
}

.eterno-hero__overlay.eterno-align-mobile-right {
	justify-content: flex-end;
}

.eterno-hero-carousel__controls {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	pointer-events: none;
}

.eterno-hero-carousel__controls > button,
.eterno-hero-carousel__dots button {
	pointer-events: auto;
}

.eterno-hero-carousel__controls > button {
	display: none;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	color: var(--eterno-black);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(5, 5, 5, 0.12);
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(5, 5, 5, 0.09);
}

.eterno-hero-carousel__dots {
	display: flex;
	align-items: center;
	gap: 8px;
}

.eterno-hero-carousel__dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	background: rgba(5, 5, 5, 0.24);
	border: 0;
	border-radius: 999px;
	transition: width 180ms ease, background-color 180ms ease;
}

.eterno-hero-carousel__dots button.is-active {
	width: 24px;
	background: var(--eterno-orange);
}

/* Banner 2 no mesmo conceito visual do banner 1. */
.eterno-banner-secondary {
	position: relative;
	isolation: isolate;
	height: clamp(390px, 92vw, 540px);
	overflow: hidden;
	color: var(--eterno-white);
	background: var(--eterno-black);
}

.eterno-banner-secondary__media,
.eterno-banner-secondary__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.eterno-banner-secondary__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.eterno-banner-secondary__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 30px var(--eterno-gutter);
	background: linear-gradient(180deg, rgba(0,0,0,0.02) 28%, rgba(0,0,0,0.72) 100%);
}

.eterno-banner-secondary__content {
	max-width: 620px;
}

.eterno-banner-secondary__content .eterno-eyebrow {
	color: #ff7a3d;
}

.eterno-banner-secondary__content h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(2rem, 9vw, 3.5rem);
	line-height: 0.98;
}

.eterno-banner-secondary__content > p:not(.eterno-eyebrow) {
	max-width: 38rem;
	margin: 0 0 18px;
	color: rgba(255,255,255,0.86);
}

.eterno-banner-secondary.eterno-align-mobile-left .eterno-banner-secondary__overlay {
	justify-content: flex-start;
	text-align: left;
}

.eterno-banner-secondary.eterno-align-mobile-center .eterno-banner-secondary__overlay {
	justify-content: center;
	text-align: center;
}

.eterno-banner-secondary.eterno-align-mobile-right .eterno-banner-secondary__overlay {
	justify-content: flex-end;
	text-align: right;
}

/* Vídeos da home em carrossel, mantendo os arquivos sob demanda. */
.eterno-video-heading > p:last-child {
	max-width: 720px;
	margin: 0 auto;
	color: var(--eterno-gray-500);
}

.eterno-video-carousel__track {
	display: flex;
	gap: 14px;
	margin-inline: calc(var(--eterno-gutter) * -1);
	padding: 4px var(--eterno-gutter) 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: var(--eterno-gutter);
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
}

.eterno-video-carousel__track::-webkit-scrollbar {
	display: none;
}

.eterno-video-card {
	flex: 0 0 min(78vw, 320px);
	min-width: 0;
	scroll-snap-align: start;
	background: var(--eterno-black);
	border-radius: var(--eterno-radius);
	overflow: hidden;
	box-shadow: var(--eterno-shadow);
}

.eterno-video-card .eterno-video-launch img,
.eterno-video-card video {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	max-height: none;
	object-fit: cover;
}

.eterno-video-player {
	position: relative;
	background: var(--eterno-black);
}

.eterno-video-speed {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 5px 7px;
	color: #ffffff;
	background: rgba(5, 5, 5, 0.72);
	border-radius: 4px;
	font-size: 0.72rem;
}

.eterno-video-speed select {
	min-height: 30px;
	padding: 2px 26px 2px 6px;
	color: #ffffff;
	background-color: #111111;
	border: 1px solid rgba(255,255,255,0.35);
	font-size: 0.75rem;
}

/* Cards de produto: oferta em percentual e verde. */
.woocommerce span.onsale.eterno-sale-percentage,
.woocommerce-page span.onsale.eterno-sale-percentage,
.eterno-sale-percentage {
	color: #ffffff !important;
	background: var(--eterno-success) !important;
	font-family: var(--eterno-font-body);
	font-size: 0.68rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
}

/* Página de produto: galeria, preço, variações e avaliações. */
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	overflow-x: auto;
	scrollbar-width: thin;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	flex: 0 0 72px;
	width: 72px;
	margin: 0;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border: 1px solid var(--eterno-gray-200);
	border-radius: 4px;
	opacity: 0.72;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover {
	border-color: var(--eterno-black);
	opacity: 1;
}

body.single-product .woocommerce div.product div.summary p.price,
body.single-product .woocommerce div.product div.summary span.price {
	display: flex;
	float: none !important;
	clear: both;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 10px;
	width: 100%;
	margin: 14px 0 18px !important;
	line-height: 1.2;
}

body.single-product .woocommerce div.product div.summary .price del,
body.single-product .woocommerce div.product div.summary .price ins {
	display: inline-flex;
	align-items: baseline;
}

.eterno-variation-warning {
	padding: 10px 12px;
	margin: 10px 0 0;
	color: #7a2417;
	background: #ffffff;
	border: 1px solid #e7b7aa;
	border-radius: 4px;
	font-size: 0.84rem;
}

body.single-product .woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding: 16px;
	margin-left: 0;
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

body.single-product .woocommerce #review_form #respond {
	padding: 20px;
	background: #ffffff;
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}

body.single-product .woocommerce #review_form #respond .comment-form-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
}

/* Carrinho: CTA verde configurável e feedback imediato na exclusão. */
body.eterno-cart-page .wc-proceed-to-checkout a.checkout-button.eterno-cart-identification-button {
	background: var(--eterno-cart-cta, #167848) !important;
	border-color: var(--eterno-cart-cta, #167848) !important;
}

body.eterno-cart-page .wc-proceed-to-checkout a.checkout-button.eterno-cart-identification-button:hover {
	filter: brightness(0.9);
}

body.eterno-cart-page table.shop_table.cart tr.is-removing {
	opacity: 0.38;
	pointer-events: none;
	transition: opacity 150ms ease;
}

body.eterno-cart-page table.shop_table.cart tr.is-removing::after {
	content: "Removendo…";
	display: block;
	padding: 6px 0;
	color: var(--eterno-gray-500);
	font-size: 0.75rem;
}

/* Mobile - alterações independentes do desktop. */
@media (max-width: 767px) {
	.eterno-hero-carousel__track {
		height: clamp(360px, 118vw, 510px);
	}

	.eterno-hero-slide .eterno-hero__overlay {
		padding-bottom: 50px;
	}

	.eterno-banner-secondary {
		height: clamp(420px, 124vw, 560px);
	}

	.eterno-banner-secondary__overlay {
		padding-bottom: 28px;
	}

	.eterno-video-card {
		flex-basis: min(76vw, 300px);
	}

	/* Carrinho mobile: item com imagem e conteúdo mais compacto. */
	body.eterno-cart-page table.shop_table.cart tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 4px 14px;
		padding: 18px 0 20px;
	}

	body.eterno-cart-page table.shop_table.cart td {
		display: block;
		width: 100%;
		padding: 3px 0 !important;
		text-align: left !important;
	}

	body.eterno-cart-page table.shop_table.cart td::before {
		display: none !important;
	}

	body.eterno-cart-page table.shop_table.cart td.product-remove {
		position: absolute;
		top: 12px;
		right: 0;
		z-index: 2;
		width: auto;
	}

	body.eterno-cart-page table.shop_table.cart td.product-thumbnail {
		grid-row: 1 / span 5;
		grid-column: 1;
		padding: 0 !important;
	}

	body.eterno-cart-page table.shop_table.cart td.product-thumbnail img {
		width: 96px;
		height: 112px;
		object-fit: cover;
		border-radius: 4px;
	}

	body.eterno-cart-page table.shop_table.cart td.product-name,
	body.eterno-cart-page table.shop_table.cart td.product-price,
	body.eterno-cart-page table.shop_table.cart td.product-quantity,
	body.eterno-cart-page table.shop_table.cart td.product-subtotal {
		grid-column: 2;
		padding-right: 32px !important;
	}

	body.eterno-cart-page table.shop_table.cart td.product-name a {
		display: block;
		font-size: 0.9rem;
		line-height: 1.32;
	}

	body.eterno-cart-page table.shop_table.cart td.product-price,
	body.eterno-cart-page table.shop_table.cart td.product-subtotal {
		font-size: 0.82rem;
	}

	/* Cupom na mesma linha, com campo e botão menores. */
	.woocommerce-cart table.cart td.actions .coupon {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: stretch;
		gap: 6px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-width: 0;
		min-height: 40px;
		padding: 7px 9px;
		font-size: 0.78rem;
	}

	.woocommerce-cart table.cart td.actions .coupon .button {
		width: auto;
		min-height: 40px;
		padding: 7px 10px;
		font-size: 0.72rem;
		white-space: nowrap;
	}
}

/* Desktop - alterações independentes do mobile. */
@media (min-width: 768px) {
	.eterno-hero-carousel__track {
		height: 570px;
	}

	.eterno-hero__overlay.eterno-align-desktop-left {
		justify-content: flex-start;
	}

	.eterno-hero__overlay.eterno-align-desktop-center {
		justify-content: center;
	}

	.eterno-hero__overlay.eterno-align-desktop-right {
		justify-content: flex-end;
	}

	.eterno-hero-carousel__controls {
		bottom: 18px;
	}

	.eterno-hero-carousel__controls > button {
		display: grid;
	}

	.eterno-banner-secondary {
		height: 570px;
	}

	.eterno-banner-secondary.eterno-align-desktop-left .eterno-banner-secondary__overlay {
		justify-content: flex-start;
		text-align: left;
	}

	.eterno-banner-secondary.eterno-align-desktop-center .eterno-banner-secondary__overlay {
		justify-content: center;
		text-align: center;
	}

	.eterno-banner-secondary.eterno-align-desktop-right .eterno-banner-secondary__overlay {
		justify-content: flex-end;
		text-align: right;
	}

	.eterno-banner-secondary__overlay {
		align-items: center;
		padding-inline: max(var(--eterno-gutter), calc((100vw - var(--eterno-container)) / 2 + var(--eterno-gutter)));
	}

	.eterno-video-card {
		flex-basis: min(31vw, 340px);
	}

	body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
		flex-basis: 88px;
		width: 88px;
	}

	body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
		width: 88px;
		height: 88px;
	}

	body.eterno-cart-page .eterno-cart-hero h1 {
		font-size: clamp(3.4rem, 5.2vw, 5.2rem);
		line-height: 0.95;
		letter-spacing: -0.035em;
	}
}

@media (min-width: 1200px) {
	.eterno-hero-carousel__track,
	.eterno-banner-secondary {
		height: 650px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eterno-hero-slide {
		transition: none;
	}
}

/* Pop-up leve da Home - carregado apenas quando ativado no Personalizador. */
html.eterno-popup-open {
	overflow: hidden;
}

.eterno-home-popup[hidden] {
	display: none !important;
}

.eterno-home-popup {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: grid;
	place-items: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.eterno-home-popup.is-open {
	opacity: 1;
	visibility: visible;
}

.eterno-home-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.58);
	backdrop-filter: blur(2px);
}

.eterno-home-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(92vw, 520px);
	max-height: min(88vh, 720px);
	overflow: auto;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	outline: 0;
	transform: translateY(10px) scale(0.985);
	transition: transform 180ms ease;
}

.eterno-home-popup.is-open .eterno-home-popup__dialog {
	transform: translateY(0) scale(1);
}

.eterno-home-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: #111;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.eterno-home-popup__media img {
	display: block;
	width: 100%;
	height: min(44vh, 330px);
	object-fit: cover;
}

.eterno-home-popup__content {
	padding: 28px;
	text-align: center;
}

.eterno-home-popup__content h2 {
	margin: 6px 0 12px;
	font-family: var(--eterno-heading-font);
	font-size: clamp(1.8rem, 7vw, 2.7rem);
	line-height: 1;
}

.eterno-home-popup__content > p:not(.eterno-eyebrow) {
	margin: 0 auto 20px;
	max-width: 42ch;
	color: var(--eterno-muted);
}

.eterno-home-popup__content .eterno-button {
	min-height: 48px;
}

@media (min-width: 768px) {
	.eterno-home-popup__dialog.has-media {
		width: min(900px, 90vw);
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		align-items: stretch;
	}

	.eterno-home-popup__dialog.has-media .eterno-home-popup__media img {
		height: 100%;
		min-height: 430px;
		max-height: 620px;
	}

	.eterno-home-popup__dialog.has-media .eterno-home-popup__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eterno-home-popup,
	.eterno-home-popup__dialog {
		transition: none;
	}
}


/* ========================================================================
   Eterno 1.7 - correções finais da jornada, navegação e checkout
   ======================================================================== */

/* Cabeçalho mobile: conta + carrinho compactos sem disputar espaço com a marca. */
@media (max-width: 959px) {
	.eterno-header-actions {
		gap: 0;
	}
	.eterno-header-actions .eterno-header-account,
	.eterno-header-actions .eterno-cart-link {
		display: inline-flex;
		width: 40px;
		height: 44px;
	}
	.eterno-header-actions .eterno-icon-button .eterno-icon {
		width: 21px !important;
		height: 21px !important;
		max-width: 21px !important;
		max-height: 21px !important;
		flex-basis: 21px !important;
	}
	.eterno-header-account .eterno-account-indicator {
		top: 6px;
		right: 4px;
		background: var(--eterno-success);
	}
}

/* Navegação inferior: Carrinho ocupa a quarta posição; contador independente. */
.eterno-mobile-nav .eterno-mobile-cart-link {
	position: relative;
}
.eterno-mobile-nav .eterno-mobile-cart-count {
	position: absolute;
	top: 3px;
	left: calc(50% + 6px);
	display: grid;
	place-items: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	color: #fff;
	background: var(--eterno-orange);
	border: 1.5px solid var(--eterno-black);
	border-radius: 999px;
	font-size: .56rem;
	font-weight: 800;
	line-height: 1;
}
.eterno-mobile-nav .eterno-mobile-cart-count.is-empty { display:none; }
.eterno-account-indicator { background: var(--eterno-success); }

/* Catálogo principal: somente produtos, sem blocos de subcategorias. */
body.eterno-catalog-page .woocommerce .products .product-category,
body.post-type-archive-product .woocommerce .products .product-category {
	display: none !important;
}

/* Feedback de remoção otimista no carrinho. */
body.eterno-cart-page table.shop_table.cart tr.is-removing {
	max-height: 300px;
	overflow: hidden;
	filter: grayscale(.2);
}
body.eterno-cart-page table.shop_table.cart tr.is-removed-optimistic {
	display: none !important;
}
body.eterno-cart-page .eterno-cart-ajax-status {
	padding: 12px 14px;
	margin-bottom: 14px;
	color: var(--eterno-gray-700);
	background: #fff;
	border: 1px solid var(--eterno-gray-100);
	border-radius: 5px;
	font-size: .8rem;
}

/* Checkout: fundo branco puro e hierarquia de entrega/pagamento mais clara. */
body.eterno-checkout-page,
body.eterno-checkout-page .eterno-native-checkout,
body.eterno-checkout-page .eterno-woocommerce-content {
	background: #ffffff !important;
}
body.eterno-checkout-page .eterno-native-checkout {
	padding-bottom: clamp(48px, 7vw, 88px);
}
body.eterno-checkout-page .eterno-native-checkout > .eterno-container {
	padding-top: clamp(22px, 4vw, 42px);
}
body.eterno-checkout-page .eterno-commerce-hero {
	padding: clamp(12px, 2vw, 18px) 0 14px;
	margin: 0 0 14px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--eterno-gray-100);
	border-radius: 0;
	box-shadow: none;
}
body.eterno-checkout-page .eterno-commerce-hero h1 {
	font-size: clamp(1.7rem, 4vw, 2.6rem);
}
body.eterno-checkout-page .eterno-checkout-account-strip {
	padding: 14px 16px;
	margin-bottom: 12px;
	background: #f3faf6;
	border-color: #cbe8d7;
	border-left: 4px solid var(--eterno-success);
}
body.eterno-checkout-page .eterno-checkout-secure-note {
	padding: 12px 16px;
	margin-bottom: 22px;
	background: #fff;
	border-color: var(--eterno-gray-100);
}
body.eterno-checkout-page form.checkout.woocommerce-checkout {
	display: grid;
	gap: clamp(22px, 4vw, 48px);
	align-items: start;
}
body.eterno-checkout-page #customer_details .col-1,
body.eterno-checkout-page #customer_details .col-2,
body.eterno-checkout-page #order_review {
	padding: clamp(20px, 3vw, 30px) !important;
	background: #fff !important;
	border: 1px solid #e7e7e3 !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 32px rgba(5,5,5,.045) !important;
}
body.eterno-checkout-page #customer_details .col-2:empty { display:none; }
body.eterno-checkout-page #customer_details h3,
body.eterno-checkout-page #order_review_heading {
	font-family: var(--eterno-font-display);
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	font-weight: 600;
	line-height: 1;
}
body.eterno-checkout-page #customer_details h3::before {
	display: block;
	margin-bottom: 8px;
	color: var(--eterno-orange);
	font-family: var(--eterno-font-body);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	content: "ENTREGA";
}
body.eterno-checkout-page #order_review_heading::before {
	display: block;
	margin-bottom: 8px;
	color: var(--eterno-orange);
	font-family: var(--eterno-font-body);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	content: "RESUMO E PAGAMENTO";
}
body.eterno-checkout-page .woocommerce form .form-row {
	margin-bottom: 14px;
}
body.eterno-checkout-page .woocommerce form .form-row label {
	margin-bottom: 6px;
	color: var(--eterno-gray-700);
	font-size: .76rem;
	font-weight: 700;
}
body.eterno-checkout-page .woocommerce form .form-row input.input-text,
body.eterno-checkout-page .woocommerce form .form-row textarea,
body.eterno-checkout-page .woocommerce form .form-row select,
body.eterno-checkout-page .select2-container .select2-selection--single {
	background: #ffffff !important;
	border-color: #d9d9d5 !important;
	border-radius: 5px !important;
}
body.eterno-checkout-page #order_review table.shop_table {
	border: 0 !important;
}
body.eterno-checkout-page #order_review table.shop_table th,
body.eterno-checkout-page #order_review table.shop_table td {
	padding: 13px 0 !important;
	border-top: 1px solid var(--eterno-gray-100) !important;
	font-size: .82rem;
}
body.eterno-checkout-page #order_review table.shop_table thead th {
	padding-top: 0 !important;
	border-top: 0 !important;
}
body.eterno-checkout-page #order_review .product-name {
	padding-right: 16px !important;
}
body.eterno-checkout-page #shipping_method,
body.eterno-checkout-page #payment ul.payment_methods {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
body.eterno-checkout-page #shipping_method li,
body.eterno-checkout-page #payment ul.payment_methods > li {
	padding: 13px 14px !important;
	margin: 0 0 8px !important;
	background: #fff !important;
	border: 1px solid var(--eterno-gray-100) !important;
	border-radius: 5px;
}
body.eterno-checkout-page #payment {
	padding: 14px;
	margin-top: 18px;
	background: #f8f8f6 !important;
	border: 1px solid var(--eterno-gray-100) !important;
	border-radius: 7px !important;
}
body.eterno-checkout-page #payment .payment_box {
	padding: 12px !important;
	margin: 10px 0 0 !important;
	background: #fff !important;
	border: 1px solid var(--eterno-gray-100);
	border-radius: 4px;
}
body.eterno-checkout-page #payment .place-order {
	padding: 16px 0 0 !important;
	margin: 0 !important;
}
body.eterno-checkout-page #place_order {
	width: 100% !important;
	min-height: 56px !important;
	margin-top: 10px !important;
}
body.eterno-checkout-page .woocommerce-privacy-policy-text {
	color: var(--eterno-gray-500);
	font-size: .72rem;
	line-height: 1.55;
}

@media (min-width: 768px) {
	body.eterno-checkout-page form.checkout.woocommerce-checkout {
		grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
	}
	body.eterno-checkout-page #customer_details {
		grid-column: 1;
		grid-row: 1 / span 2;
	}
	body.eterno-checkout-page #order_review_heading {
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		margin-bottom: 0;
	}
	body.eterno-checkout-page #order_review {
		grid-column: 2;
		grid-row: 2;
		position: sticky;
		top: 24px;
	}
}

@media (max-width: 767px) {
	body.eterno-checkout-page .eterno-commerce-hero {
		padding-top: 10px;
	}
	body.eterno-checkout-page .eterno-commerce-steps {
		overflow-x: auto;
		padding-bottom: 4px;
	}
	body.eterno-checkout-page #customer_details .col-1,
	body.eterno-checkout-page #customer_details .col-2,
	body.eterno-checkout-page #order_review {
		padding: 18px !important;
	}
	body.eterno-checkout-page #payment {
		padding: 10px;
	}
}

/* Pop-up promocional: cupom e imagens responsivas. */
.eterno-home-popup__coupon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	margin: 4px 0 14px;
	background: var(--eterno-ice);
	border: 1px dashed var(--eterno-gray-500);
	border-radius: 4px;
}
.eterno-home-popup__coupon code {
	font-family: var(--eterno-font-body);
	font-size: .85rem;
	font-weight: 800;
	letter-spacing: .08em;
}
.eterno-home-popup__copy {
	min-height: 36px;
	padding: 7px 10px;
	color: #fff;
	background: var(--eterno-black);
	border: 0;
	border-radius: 3px;
	font-size: .7rem;
	font-weight: 700;
}


/* ========================================================================
   Eterno 1.8 - acabamento e robustez solicitados
   ======================================================================== */

/* Home: o último bloco encosta corretamente no rodapé, sem faixa vazia. */
body.eterno-front-page .site-main { padding-bottom: 0 !important; }
body.eterno-front-page .site-main > :last-child { margin-bottom: 0 !important; }
body.eterno-front-page .site-footer { margin-top: 0 !important; }

/* Banner 1: alinhamento horizontal e vertical independente por dispositivo. */
@media (max-width: 767px) {
  .eterno-hero__overlay.eterno-vertical-mobile-top { align-items: flex-start; padding-top: 28px; padding-bottom: 28px; }
  .eterno-hero__overlay.eterno-vertical-mobile-center { align-items: center; padding-top: 28px; padding-bottom: 28px; }
  .eterno-hero__overlay.eterno-vertical-mobile-bottom { align-items: flex-end; }
  .eterno-banner-secondary.eterno-vertical-mobile-top .eterno-banner-secondary__overlay { align-items: flex-start; padding-top: 28px; }
  .eterno-banner-secondary.eterno-vertical-mobile-center .eterno-banner-secondary__overlay { align-items: center; }
  .eterno-banner-secondary.eterno-vertical-mobile-bottom .eterno-banner-secondary__overlay { align-items: flex-end; }
}
@media (min-width: 768px) {
  .eterno-hero__overlay.eterno-vertical-desktop-top { align-items: flex-start; padding-top: 40px; padding-bottom: 40px; }
  .eterno-hero__overlay.eterno-vertical-desktop-center { align-items: center; padding-top: 40px; padding-bottom: 40px; }
  .eterno-hero__overlay.eterno-vertical-desktop-bottom { align-items: flex-end; }
  .eterno-banner-secondary.eterno-vertical-desktop-top .eterno-banner-secondary__overlay { align-items: flex-start; padding-top: 44px; }
  .eterno-banner-secondary.eterno-vertical-desktop-center .eterno-banner-secondary__overlay { align-items: center; }
  .eterno-banner-secondary.eterno-vertical-desktop-bottom .eterno-banner-secondary__overlay { align-items: flex-end; padding-bottom: 44px; }
}

/* Categorias sempre perfeitamente circulares e sem deformação de imagens. */
.eterno-category-circle__media { aspect-ratio: 1 / 1; border-radius: 50% !important; }
.eterno-category-circle__media img { aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; }

/* Catálogo: não mostrar blocos/rótulos de categoria injetados por extensões. */
body.eterno-catalog-page .products .product-category,
body.eterno-catalog-page .products .category,
body.eterno-catalog-page .products .product_cat,
body.post-type-archive-product .products .product-category { display: none !important; }
body.eterno-catalog-page ul.products li.product .product-categories,
body.eterno-catalog-page ul.products li.product .posted_in,
body.eterno-catalog-page ul.products li.product [class*="category-label"] { display: none !important; }

/* Produto: tamanho das miniaturas controlado no Personalizador. */
body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  flex: 0 0 var(--eterno-thumb-mobile, 72px);
  width: var(--eterno-thumb-mobile, 72px);
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  width: var(--eterno-thumb-mobile, 72px);
  height: var(--eterno-thumb-mobile, 72px);
}
@media (min-width: 768px) {
  body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    flex-basis: var(--eterno-thumb-desktop, 88px);
    width: var(--eterno-thumb-desktop, 88px);
  }
  body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
    width: var(--eterno-thumb-desktop, 88px);
    height: var(--eterno-thumb-desktop, 88px);
  }
}
body.single-product .woocommerce div.product div.summary .price { position: static !important; transform: none !important; }
body.single-product form.variations_form .single_add_to_cart_button.disabled,
body.single-product form.variations_form .eterno-buy-now:disabled { opacity: .62; }

/* Avaliações: estrelas clicáveis e formulário visualmente consistente. */
body.single-product #review_form .comment-form-rating label { font-weight: 700; }
body.single-product #review_form .stars { min-height: 32px; display: inline-flex; align-items: center; }
body.single-product #review_form .stars a { width: 30px; height: 30px; line-height: 30px; }

/* Carrinho: título e ações mais estáveis. */
body.eterno-cart-page .eterno-cart-hero { margin-bottom: 22px; }
body.eterno-cart-page .eterno-cart-hero h1 { margin-bottom: 8px; }
body.eterno-cart-page table.shop_table.cart td.actions button[name="update_cart"],
body.eterno-cart-page table.shop_table.cart td.actions input[name="update_cart"] { display: none !important; }
body.eterno-cart-page .wc-proceed-to-checkout .eterno-cart-identification-button { min-height: 54px; display:flex; align-items:center; justify-content:center; text-align:center; }

@media (max-width: 767px) {
  body.eterno-cart-page .woocommerce-cart-form { overflow: visible; }
  body.eterno-cart-page table.shop_table.cart tr.cart_item { min-height: 150px; }
  body.eterno-cart-page table.shop_table.cart td.product-quantity .quantity { margin-top: 2px; }
  body.eterno-cart-page table.shop_table.cart td.actions .coupon { display:grid !important; grid-template-columns:minmax(0,1fr) auto !important; gap:6px !important; }
  body.eterno-cart-page table.shop_table.cart td.actions .coupon .input-text { min-width:0 !important; width:100% !important; font-size:.78rem !important; }
  body.eterno-cart-page table.shop_table.cart td.actions .coupon .button { width:auto !important; min-width:0 !important; padding-inline:10px !important; font-size:.7rem !important; }
}

/* Checkout/entrega: uma única coluna no celular e resumo fixo apenas no desktop. */
body.eterno-checkout-page .woocommerce form.checkout_coupon,
body.eterno-checkout-page .woocommerce form.login { border-radius: 6px; }
body.eterno-checkout-page #customer_details { min-width: 0; }
body.eterno-checkout-page #customer_details .woocommerce-billing-fields,
body.eterno-checkout-page #customer_details .woocommerce-shipping-fields { min-width:0; }
body.eterno-checkout-page #customer_details .form-row-first,
body.eterno-checkout-page #customer_details .form-row-last { width: calc(50% - 7px); }
body.eterno-checkout-page #customer_details .form-row-first { margin-right:14px; }
body.eterno-checkout-page #order_review .woocommerce-checkout-review-order-table .order-total th,
body.eterno-checkout-page #order_review .woocommerce-checkout-review-order-table .order-total td { font-size:1rem; font-weight:800; }
body.eterno-checkout-page #payment .payment_methods label { font-weight:700; }
@media (max-width: 767px) {
  body.eterno-checkout-page form.checkout.woocommerce-checkout { display:block !important; }
  body.eterno-checkout-page #customer_details,
  body.eterno-checkout-page #order_review_heading,
  body.eterno-checkout-page #order_review { width:100% !important; margin:0 0 18px !important; }
  body.eterno-checkout-page #customer_details .form-row-first,
  body.eterno-checkout-page #customer_details .form-row-last { float:none !important; width:100% !important; margin-right:0 !important; }
  body.eterno-checkout-page #order_review_heading { padding-top:10px; }
  body.eterno-checkout-page #order_review { position:static !important; }
  body.eterno-checkout-page #place_order { position:static !important; width:100% !important; }
}

/* Pop-up: botão/cupom continuam utilizáveis em telas estreitas. */
@media (max-width: 430px) {
  .eterno-home-popup { padding: 12px; }
  .eterno-home-popup__content { padding: 22px 18px; }
  .eterno-home-popup__coupon { align-items:stretch; flex-direction:column; }
  .eterno-home-popup__copy { width:100%; }
}


/* ========================================================================
   Eterno 1.9 - refinamentos Home e produto (PC/celular)
   ======================================================================== */

/* Home: os dois blocos de destaque usam exatamente o mesmo card-base do catálogo. */
body.eterno-front-page .eterno-featured-products ul.products li.product {
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	box-shadow: 0 6px 22px rgba(5, 5, 5, 0.045);
}

/* Na Home, o desconto fica ao lado do preço antigo, sem duplicar o selo sobre a foto. */
body.eterno-front-page .eterno-featured-products .onsale.eterno-sale-percentage {
	display: none !important;
}
body.eterno-front-page .eterno-featured-products .price {
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 7px;
}
body.eterno-front-page .eterno-featured-products .price .eterno-inline-discount {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 2px 6px;
	color: #ffffff;
	background: var(--eterno-success);
	border-radius: 3px;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
}
body.eterno-front-page .eterno-featured-products .price del {
	order: 2;
}
body.eterno-front-page .eterno-featured-products .price ins {
	order: 3;
}
body.eterno-front-page .eterno-featured-products .price .eterno-inline-discount {
	order: 1;
}

/* Produto individual: tamanhos administráveis no Personalizador. */
body.single-product .woocommerce div.product .product_title {
	font-size: var(--eterno-product-title-mobile, 42px) !important;
	line-height: 0.98 !important;
	text-wrap: balance;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
	align-items: stretch;
	scroll-snap-type: x proximity;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
	scroll-snap-align: start;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
	display: block;
	background: #ffffff;
}

@media (min-width: 768px) {
	body.single-product .woocommerce div.product .product_title {
		font-size: var(--eterno-product-title-desktop, 56px) !important;
	}
}

@media (max-width: 767px) {
	/* Home mobile: benefícios fora da página conforme definido para celular. */
	body.eterno-front-page .eterno-benefits {
		display: none !important;
	}

	/* Categorias continuam por gesto; setas desaparecem no celular. */
	body.eterno-front-page .eterno-collections .eterno-carousel__controls > button {
		display: none !important;
	}
	body.eterno-front-page .eterno-collections .eterno-carousel__controls {
		justify-content: center;
	}

	/* Ordem exclusiva do celular: vídeo depois do segundo bloco de produtos. */
	body.eterno-front-page #primary.site-main {
		display: flex;
		flex-direction: column;
	}
	body.eterno-front-page #primary > .eterno-hero-carousel { order: 10; }
	body.eterno-front-page #primary > .eterno-benefits { order: 20; }
	body.eterno-front-page #primary > .eterno-collections { order: 30; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured { order: 40; }
	body.eterno-front-page #primary > .eterno-banner-secondary { order: 50; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured-2 { order: 60; }
	body.eterno-front-page #primary > .eterno-trust-band { order: 70; }
	body.eterno-front-page #primary > .eterno-reviews { order: 80; }
	body.eterno-front-page #primary > .eterno-video-carousel-section { order: 90; }

	body.single-product .eterno-mobile-product-bar button[data-mobile-add-to-cart] {
		min-width: 104px;
		cursor: pointer;
	}
}


/* Eterno 1.9.3: o carrinho inline atualiza o contador sem exibir o link redundante "Ver carrinho". */
body.eterno-front-page a.added_to_cart.wc-forward,
body.woocommerce-shop a.added_to_cart.wc-forward,
body.tax-product_cat a.added_to_cart.wc-forward,
body.tax-product_tag a.added_to_cart.wc-forward {
	display: none !important;
}

/* ========================================================================
   Eterno 2.0 - card de produto consolidado (substitui as tentativas 1.9.4-1.9.8)
   Título sempre em linha própria (até 2 linhas). Preço e botão dividem a
   mesma linha no computador; no celular o preço fica em linha própria,
   acima do botão, para não faltar espaço.
   ======================================================================== */
body.eterno-front-page .eterno-featured-products ul.products li.product,
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body.eterno-catalog-page ul.products li.product {
	display: flex !important;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	row-gap: 6px;
	padding: 0 0 14px !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product > a.woocommerce-loop-product__link,
body.woocommerce-shop ul.products li.product > a.woocommerce-loop-product__link,
body.post-type-archive-product ul.products li.product > a.woocommerce-loop-product__link,
body.tax-product_cat ul.products li.product > a.woocommerce-loop-product__link,
body.tax-product_tag ul.products li.product > a.woocommerce-loop-product__link,
body.eterno-catalog-page ul.products li.product > a.woocommerce-loop-product__link {
	display: contents;
}

body.eterno-front-page .eterno-featured-products ul.products li.product a img,
body.woocommerce-shop ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.tax-product_tag ul.products li.product a img,
body.eterno-catalog-page ul.products li.product a img {
	flex: 0 0 100%;
	aspect-ratio: 1 / 1.06;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
	flex: 0 0 100%;
	padding-inline: 12px !important;
	margin: 0 !important;
	font-size: 0.82rem !important;
	line-height: 1.28 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price,
body.eterno-catalog-page ul.products li.product .price {
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 12px !important;
	margin: 0 !important;
	color: var(--eterno-black) !important;
	font-size: 0.86rem !important;
	line-height: 1.2 !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .price del,
body.woocommerce-shop ul.products li.product .price del,
body.post-type-archive-product ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del,
body.tax-product_tag ul.products li.product .price del,
body.eterno-catalog-page ul.products li.product .price del,
body.eterno-front-page .eterno-featured-products ul.products li.product .price ins,
body.woocommerce-shop ul.products li.product .price ins,
body.post-type-archive-product ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins,
body.tax-product_tag ul.products li.product .price ins,
body.eterno-catalog-page ul.products li.product .price ins {
	margin: 0;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .button,
body.woocommerce-shop ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button,
body.eterno-catalog-page ul.products li.product .button {
	flex: 0 0 auto;
	min-width: 94px;
	height: 34px;
	min-height: 34px;
	margin: 0 12px 0 0 !important;
	padding: 0 15px !important;
	color: #ffffff !important;
	background: #050505 !important;
	border-color: #050505 !important;
	box-shadow: none !important;
	font-size: 0.68rem !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .button:hover,
body.woocommerce-shop ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_tag ul.products li.product .button:hover,
body.eterno-catalog-page ul.products li.product .button:hover,
body.eterno-front-page .eterno-featured-products ul.products li.product .button:focus-visible,
body.woocommerce-shop ul.products li.product .button:focus-visible,
body.post-type-archive-product ul.products li.product .button:focus-visible,
body.tax-product_cat ul.products li.product .button:focus-visible,
body.tax-product_tag ul.products li.product .button:focus-visible,
body.eterno-catalog-page ul.products li.product .button:focus-visible {
	background: #1b1b1b !important;
	border-color: #1b1b1b !important;
}

/* O estado confirmado permanece no card e continua com o mesmo acabamento preto. */
a.eterno-inline-add-to-cart.added {
	cursor: default;
}

@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.76rem !important;
	}

	/* "Preço acima do botão": no celular o preço vira linha própria (100%),
	   empurrando o botão para a linha seguinte, alinhado à direita. */
	body.eterno-front-page .eterno-featured-products ul.products li.product .price,
	body.woocommerce-shop ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.eterno-catalog-page ul.products li.product .price {
		flex: 0 0 100%;
		font-size: 0.8rem !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .button,
	body.woocommerce-shop ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product .button {
		min-width: 82px;
		height: 30px;
		min-height: 30px;
		margin-left: auto !important;
		font-size: 0.62rem !important;
	}
}



/* ================================================================
   Eterno 1.9.6 - confirmação discreta de produto adicionado
   ================================================================ */
.eterno-cart-toast {
	position: fixed;
	left: 22px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 9px;
	max-width: min(320px, calc(100vw - 104px));
	padding: 10px 14px;
	color: #ffffff;
	background: rgba(5, 5, 5, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 9px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.25;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.eterno-cart-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.eterno-cart-toast__icon {
	display: grid;
	place-items: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	background: #168a43;
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 800;
}

.eterno-cart-toast__text {
	min-width: 0;
}

@media (max-width: 781px) {
	.eterno-cart-toast {
		left: 14px;
		bottom: calc(82px + env(safe-area-inset-bottom));
		max-width: calc(100vw - 96px);
		padding: 9px 12px;
		font-size: 0.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eterno-cart-toast {
		transition: none;
	}
}


/* ================================================================
   Eterno 1.9.6 - CTA compacto no canto inferior direito dos cards
   ================================================================ */
body.eterno-front-page .eterno-featured-products ul.products li.product,
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body.eterno-catalog-page ul.products li.product {
	padding-bottom: 58px !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price,
body.eterno-catalog-page ul.products li.product .price {
	padding-right: 12px !important;
	margin-bottom: 0 !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .button,
body.woocommerce-shop ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button,
body.eterno-catalog-page ul.products li.product .button {
	position: absolute !important;
	right: 12px;
	bottom: 12px;
	left: auto !important;
	z-index: 4;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 92px;
	height: 32px;
	min-height: 32px;
	padding: 0 14px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	background: #050505 !important;
	border: 1px solid #050505 !important;
	color: #ffffff !important;
	box-shadow: 0 6px 16px rgba(5, 5, 5, 0.18) !important;
	font-size: 0.68rem !important;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap !important;
	overflow: hidden;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .button:hover,
body.woocommerce-shop ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_tag ul.products li.product .button:hover,
body.eterno-catalog-page ul.products li.product .button:hover,
body.eterno-front-page .eterno-featured-products ul.products li.product .button:focus-visible,
body.woocommerce-shop ul.products li.product .button:focus-visible,
body.post-type-archive-product ul.products li.product .button:focus-visible,
body.tax-product_cat ul.products li.product .button:focus-visible,
body.tax-product_tag ul.products li.product .button:focus-visible,
body.eterno-catalog-page ul.products li.product .button:focus-visible {
	background: #151515 !important;
	border-color: #151515 !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product a.eterno-inline-add-to-cart,
body.woocommerce-shop ul.products li.product a.eterno-inline-add-to-cart,
body.post-type-archive-product ul.products li.product a.eterno-inline-add-to-cart,
body.tax-product_cat ul.products li.product a.eterno-inline-add-to-cart,
body.tax-product_tag ul.products li.product a.eterno-inline-add-to-cart,
body.eterno-catalog-page ul.products li.product a.eterno-inline-add-to-cart {
	color: #ffffff !important;
	font-size: 0.68rem !important;
	line-height: 1 !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product a.eterno-inline-add-to-cart::before,
body.woocommerce-shop ul.products li.product a.eterno-inline-add-to-cart::before,
body.post-type-archive-product ul.products li.product a.eterno-inline-add-to-cart::before,
body.tax-product_cat ul.products li.product a.eterno-inline-add-to-cart::before,
body.tax-product_tag ul.products li.product a.eterno-inline-add-to-cart::before,
body.eterno-catalog-page ul.products li.product a.eterno-inline-add-to-cart::before {
	content: none !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product a.eterno-inline-add-to-cart.loading,
body.woocommerce-shop ul.products li.product a.eterno-inline-add-to-cart.loading,
body.post-type-archive-product ul.products li.product a.eterno-inline-add-to-cart.loading,
body.tax-product_cat ul.products li.product a.eterno-inline-add-to-cart.loading,
body.tax-product_tag ul.products li.product a.eterno-inline-add-to-cart.loading,
body.eterno-catalog-page ul.products li.product a.eterno-inline-add-to-cart.loading {
	color: transparent !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product a.eterno-inline-add-to-cart.loading::after,
body.woocommerce-shop ul.products li.product a.eterno-inline-add-to-cart.loading::after,
body.post-type-archive-product ul.products li.product a.eterno-inline-add-to-cart.loading::after,
body.tax-product_cat ul.products li.product a.eterno-inline-add-to-cart.loading::after,
body.tax-product_tag ul.products li.product a.eterno-inline-add-to-cart.loading::after,
body.eterno-catalog-page ul.products li.product a.eterno-inline-add-to-cart.loading::after {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: eterno-spin 0.7s linear infinite;
}

body.eterno-front-page .eterno-featured-products ul.products li.product a.eterno-inline-add-to-cart.added,
body.woocommerce-shop ul.products li.product a.eterno-inline-add-to-cart.added,
body.post-type-archive-product ul.products li.product a.eterno-inline-add-to-cart.added,
body.tax-product_cat ul.products li.product a.eterno-inline-add-to-cart.added,
body.tax-product_tag ul.products li.product a.eterno-inline-add-to-cart.added,
body.eterno-catalog-page ul.products li.product a.eterno-inline-add-to-cart.added {
	background: #050505 !important;
	border-color: #050505 !important;
}

@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product,
	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.eterno-catalog-page ul.products li.product {
		padding-bottom: 54px !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .button,
	body.woocommerce-shop ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product .button {
		min-width: 86px;
		height: 30px;
		min-height: 30px;
		padding-inline: 12px !important;
		font-size: 0.64rem !important;
	}
}



/* ================================================================
   Eterno 2.0.1 - correção definitiva do card no celular
   Mantém o mesmo layout do desktop: nome em cima, preço à esquerda
   e botão à direita. Também reduz o respiro lateral para sobrar
   mais área útil para a foto e para o conteúdo do card.
   ================================================================ */
@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products,
	body.woocommerce-shop .products,
	body.post-type-archive-product .products,
	body.tax-product_cat .products,
	body.tax-product_tag .products,
	body.eterno-catalog-page .products {
		margin-left: -4px;
		margin-right: -4px;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product,
	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.eterno-catalog-page ul.products li.product {
		display: flex !important;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: center;
		row-gap: 4px;
		padding: 0 0 10px !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product > a.woocommerce-loop-product__link,
	body.woocommerce-shop ul.products li.product > a.woocommerce-loop-product__link,
	body.post-type-archive-product ul.products li.product > a.woocommerce-loop-product__link,
	body.tax-product_cat ul.products li.product > a.woocommerce-loop-product__link,
	body.tax-product_tag ul.products li.product > a.woocommerce-loop-product__link,
	body.eterno-catalog-page ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product a img,
	body.woocommerce-shop ul.products li.product a img,
	body.post-type-archive-product ul.products li.product a img,
	body.tax-product_cat ul.products li.product a img,
	body.tax-product_tag ul.products li.product a img,
	body.eterno-catalog-page ul.products li.product a img {
		order: 1;
		flex: 0 0 100%;
		width: 100%;
		aspect-ratio: 1 / 1.14;
		margin: 0 0 6px !important;
		object-fit: cover;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
		order: 2;
		position: static !important;
		inset: auto !important;
		flex: 0 0 100%;
		padding: 0 8px !important;
		margin: 0 !important;
		font-size: 0.75rem !important;
		line-height: 1.2 !important;
		text-align: left;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		min-height: calc(1.2em * 2);
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price,
	body.woocommerce-shop ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.eterno-catalog-page ul.products li.product .price {
		order: 3;
		position: static !important;
		inset: auto !important;
		flex: 1 1 auto !important;
		min-width: 0;
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		gap: 2px 6px;
		padding: 0 8px !important;
		margin: 0 !important;
		font-size: 0.78rem !important;
		line-height: 1.14 !important;
		text-align: left !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price del,
	body.woocommerce-shop ul.products li.product .price del,
	body.post-type-archive-product ul.products li.product .price del,
	body.tax-product_cat ul.products li.product .price del,
	body.tax-product_tag ul.products li.product .price del,
	body.eterno-catalog-page ul.products li.product .price del,
	body.eterno-front-page .eterno-featured-products ul.products li.product .price ins,
	body.woocommerce-shop ul.products li.product .price ins,
	body.post-type-archive-product ul.products li.product .price ins,
	body.tax-product_cat ul.products li.product .price ins,
	body.tax-product_tag ul.products li.product .price ins,
	body.eterno-catalog-page ul.products li.product .price ins {
		margin: 0 !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .button,
	body.woocommerce-shop ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product .button {
		order: 4;
		position: static !important;
		inset: auto !important;
		flex: 0 0 auto;
		align-self: center;
		min-width: 86px;
		height: 30px;
		min-height: 30px;
		padding: 0 12px !important;
		margin: 0 8px 0 0 !important;
		border-radius: 999px !important;
		font-size: 0.62rem !important;
		line-height: 1;
	}
}


/* ========================================================================
   Eterno 2.0.1 - mobile igual ao desktop: título + preço/CTA sem sobreposição
   ======================================================================== */
@media (max-width: 767px) {
	/* Ganhar largura útil: mantém apenas ~8px de respiro lateral nos grids. */
	body.eterno-front-page .eterno-featured-products ul.products,
	body.woocommerce-shop ul.products,
	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products,
	body.eterno-catalog-page ul.products {
		width: calc(100% + 24px) !important;
		max-width: none !important;
		margin-left: -12px !important;
		margin-right: -12px !important;
		gap: 18px 10px !important;
	}

	/* No celular o card usa grid explícito: imagem, título e depois preço+botão. */
	body.eterno-front-page .eterno-featured-products ul.products li.product,
	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.eterno-catalog-page ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto minmax(34px, auto);
		column-gap: 6px;
		row-gap: 5px;
		align-items: center;
		align-content: start;
		padding: 0 0 9px !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product > a.woocommerce-loop-product__link,
	body.woocommerce-shop ul.products li.product > a.woocommerce-loop-product__link,
	body.post-type-archive-product ul.products li.product > a.woocommerce-loop-product__link,
	body.tax-product_cat ul.products li.product > a.woocommerce-loop-product__link,
	body.tax-product_tag ul.products li.product > a.woocommerce-loop-product__link,
	body.eterno-catalog-page ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product a img,
	body.woocommerce-shop ul.products li.product a img,
	body.post-type-archive-product ul.products li.product a img,
	body.tax-product_cat ul.products li.product a img,
	body.tax-product_tag ul.products li.product a img,
	body.eterno-catalog-page ul.products li.product a img {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100% !important;
		aspect-ratio: 1 / 1.12 !important;
		margin: 0 0 3px !important;
		object-fit: cover;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1;
		grid-row: 2;
		width: auto !important;
		min-height: 2.35em;
		padding: 0 10px !important;
		margin: 0 !important;
		font-size: 0.72rem !important;
		font-weight: 600;
		line-height: 1.18 !important;
		-webkit-line-clamp: 2;
		text-align: left;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price,
	body.woocommerce-shop ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.eterno-catalog-page ul.products li.product .price {
		position: static !important;
		grid-column: 1;
		grid-row: 3;
		align-self: center;
		min-width: 0;
		width: auto !important;
		padding: 0 0 0 10px !important;
		margin: 0 !important;
		font-size: 0.72rem !important;
		font-weight: 700;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 2px 4px;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price del,
	body.woocommerce-shop ul.products li.product .price del,
	body.post-type-archive-product ul.products li.product .price del,
	body.tax-product_cat ul.products li.product .price del,
	body.tax-product_tag ul.products li.product .price del,
	body.eterno-catalog-page ul.products li.product .price del {
		font-size: 0.62rem !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price .eterno-inline-discount {
		font-size: 0.56rem !important;
		min-height: 17px;
		padding: 2px 4px;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .button,
	body.woocommerce-shop ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product .button {
		position: static !important;
		grid-column: 2;
		grid-row: 3;
		align-self: center;
		justify-self: end;
		width: auto !important;
		min-width: 76px !important;
		height: 30px !important;
		min-height: 30px !important;
		padding: 0 10px !important;
		margin: 0 10px 0 0 !important;
		border-radius: 999px !important;
		font-size: 0.58rem !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	/* Produtos variáveis mantêm o mesmo CTA compacto do produto simples. */
	body.eterno-front-page .eterno-featured-products ul.products li.product a.button.product_type_variable,
	body.woocommerce-shop ul.products li.product a.button.product_type_variable,
	body.post-type-archive-product ul.products li.product a.button.product_type_variable,
	body.tax-product_cat ul.products li.product a.button.product_type_variable,
	body.tax-product_tag ul.products li.product a.button.product_type_variable,
	body.eterno-catalog-page ul.products li.product a.button.product_type_variable {
		width: auto !important;
	}
}

@media (max-width: 374px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .button,
	body.woocommerce-shop ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product .button {
		min-width: 70px !important;
		padding-inline: 8px !important;
		font-size: 0.54rem !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price,
	body.woocommerce-shop ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.eterno-catalog-page ul.products li.product .price {
		font-size: 0.68rem !important;
	}
}


/* ========================================================================
   Eterno 2.0.2 - alinhamento dos cards no desktop
   Mantém o mobile 2.0.1 intacto e organiza nome, preço e CTA na mesma base.
   ======================================================================== */
@media (min-width: 768px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product,
	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.eterno-catalog-page ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto minmax(42px, auto) minmax(34px, auto);
		column-gap: 10px;
		row-gap: 6px;
		align-items: center;
		align-content: start;
		padding: 0 0 12px !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product > a.woocommerce-loop-product__link,
	body.woocommerce-shop ul.products li.product > a.woocommerce-loop-product__link,
	body.post-type-archive-product ul.products li.product > a.woocommerce-loop-product__link,
	body.tax-product_cat ul.products li.product > a.woocommerce-loop-product__link,
	body.tax-product_tag ul.products li.product > a.woocommerce-loop-product__link,
	body.eterno-catalog-page ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product a img,
	body.woocommerce-shop ul.products li.product a img,
	body.post-type-archive-product ul.products li.product a img,
	body.tax-product_cat ul.products li.product a img,
	body.tax-product_tag ul.products li.product a img,
	body.eterno-catalog-page ul.products li.product a img {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100% !important;
		aspect-ratio: 1 / 1.22 !important;
		margin: 0 0 2px !important;
		object-fit: cover;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1;
		grid-row: 2;
		width: auto !important;
		min-height: 2.45em;
		padding: 0 12px !important;
		margin: 0 !important;
		font-size: 0.79rem !important;
		font-weight: 600;
		line-height: 1.22 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: left;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price,
	body.woocommerce-shop ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price,
	body.tax-product_tag ul.products li.product .price,
	body.eterno-catalog-page ul.products li.product .price {
		position: static !important;
		grid-column: 1;
		grid-row: 3;
		align-self: center;
		min-width: 0;
		width: auto !important;
		padding: 0 0 0 12px !important;
		margin: 0 !important;
		font-size: 0.82rem !important;
		font-weight: 700;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 2px 5px;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .price del,
	body.woocommerce-shop ul.products li.product .price del,
	body.post-type-archive-product ul.products li.product .price del,
	body.tax-product_cat ul.products li.product .price del,
	body.tax-product_tag ul.products li.product .price del,
	body.eterno-catalog-page ul.products li.product .price del {
		font-size: 0.7rem !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .button,
	body.woocommerce-shop ul.products li.product .button,
	body.post-type-archive-product ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button,
	body.tax-product_tag ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product .button {
		position: static !important;
		grid-column: 2;
		grid-row: 3;
		align-self: center;
		justify-self: end;
		width: auto !important;
		min-width: 90px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 13px !important;
		margin: 0 12px 0 0 !important;
		border-radius: 999px !important;
		font-size: 0.62rem !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product a.button.product_type_variable,
	body.woocommerce-shop ul.products li.product a.button.product_type_variable,
	body.post-type-archive-product ul.products li.product a.button.product_type_variable,
	body.tax-product_cat ul.products li.product a.button.product_type_variable,
	body.tax-product_tag ul.products li.product a.button.product_type_variable,
	body.eterno-catalog-page ul.products li.product a.button.product_type_variable {
		width: auto !important;
	}
}


/* ================================================================
   Eterno 2.0.4 - carrinho flutuante somente no desktop
   ================================================================ */
.eterno-cart-float {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 44;
	display: none;
	place-items: center;
	width: 54px;
	height: 54px;
	color: var(--eterno-white);
	background: var(--eterno-black);
	border: 2px solid var(--eterno-white);
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: transform var(--eterno-transition), box-shadow var(--eterno-transition), background var(--eterno-transition);
}

.eterno-cart-float:hover {
	color: var(--eterno-white);
	background: #151515;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
	transform: translateY(-3px);
}

.eterno-cart-float .eterno-icon {
	width: 29px;
	height: 29px;
}

@media (min-width: 782px) {
	.eterno-whatsapp-float--mobile {
		display: none !important;
	}

	.eterno-cart-float--desktop {
		display: grid;
	}
}

@media (max-width: 781px) {
	.eterno-cart-float--desktop {
		display: none !important;
	}
}

body.woocommerce-checkout .eterno-cart-float,
body.eterno-checkout-auth-page .eterno-cart-float {
	display: none !important;
}

@media print {
	.eterno-cart-float {
		display: none !important;
	}
}


/* ================================================================
   Eterno 2.0.5 - contador no carrinho flutuante do desktop
   ================================================================ */
.eterno-cart-float {
	overflow: visible;
}

.eterno-floating-cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	color: #ffffff;
	background: var(--eterno-orange);
	border: 2px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 3px 9px rgba(5, 5, 5, 0.22);
	font-family: var(--eterno-font-body);
	font-size: 0.67rem;
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	pointer-events: none;
}

.eterno-floating-cart-count.is-empty {
	display: none;
}

@media (max-width: 781px) {
	.eterno-floating-cart-count {
		display: none !important;
	}
}


/* ================================================================
   Eterno 2.0.6 - Home desktop com espaçamento vertical mais compacto
   Reduz apenas a distância externa da seção Categorias em relação
   ao bloco anterior e ao primeiro bloco de Produtos em Destaque.
   O mobile permanece inalterado.
   ================================================================ */
@media (min-width: 782px) {
	body.eterno-front-page .eterno-collections {
		padding-top: 52px !important;
		padding-bottom: 34px !important;
	}

	body.eterno-front-page .eterno-collections + .eterno-featured-products {
		padding-top: 42px !important;
	}
}


/* ================================================================
   Eterno 2.0.7 - Home mobile com seções mais próximas e títulos menores
   ================================================================ */
@media (max-width: 767px) {
	/* Aproxima Categorias do banner principal. */
	body.eterno-front-page .eterno-collections {
		padding-top: 34px !important;
		padding-bottom: 24px !important;
	}

	/* Compacta o cabeçalho da seção de categorias. */
	body.eterno-front-page .eterno-collections .eterno-section-heading {
		margin-bottom: 24px !important;
	}

	/* Aproxima o primeiro bloco de produtos da seção de categorias. */
	body.eterno-front-page .eterno-collections + .eterno-featured-products,
	body.eterno-front-page .eterno-featured-products--eterno-featured {
		padding-top: 28px !important;
	}

	body.eterno-front-page .eterno-featured-products--eterno-featured .eterno-section-heading {
		margin-bottom: 24px !important;
	}

	/* Títulos CATEGORIAS e do primeiro destaque (ex.: LANÇAMENTOS). */
	body.eterno-front-page .eterno-collections .eterno-section-heading h2,
	body.eterno-front-page .eterno-featured-products--eterno-featured .eterno-section-heading h2 {
		font-size: clamp(1.72rem, 7vw, 2rem) !important;
		line-height: 1.05 !important;
	}

	body.eterno-front-page .eterno-collections .eterno-heading-line,
	body.eterno-front-page .eterno-featured-products--eterno-featured .eterno-heading-line {
		margin-top: 12px !important;
	}
}


/* ================================================================
   Eterno 2.0.8 - posição de vídeo no desktop e confiança no fim do mobile
   ================================================================ */
@media (max-width: 767px) {
	/* Atendimento / Compra segura / Satisfação ficam como a última seção da Home,
	   imediatamente antes do rodapé. */
	body.eterno-front-page #primary > .eterno-trust-band {
		order: 100 !important;
	}
}


/* ================================================================
   Eterno 2.0.11 - Destaques 2 mais próximos do vídeo institucional
   ================================================================ */
@media (min-width: 768px) {
	body.eterno-front-page .eterno-featured-products--eterno-featured-2 {
		padding-bottom: 30px !important;
	}

	body.eterno-front-page .eterno-video-carousel-section {
		padding-top: 30px !important;
	}
}

@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products--eterno-featured-2 {
		padding-bottom: 20px !important;
	}

	body.eterno-front-page .eterno-video-carousel-section {
		padding-top: 20px !important;
	}
}


/* ================================================================
   Eterno 2.0.12 - categorias recolhidas no menu mobile
   ================================================================ */
@media (max-width: 1023px) {
	.eterno-mobile-drawer .menu-item-has-children {
		position: relative;
	}

	.eterno-mobile-drawer .menu-item-has-children > a {
		padding-right: 50px;
	}

	.eterno-mobile-drawer .menu-item-has-children > .sub-menu[hidden] {
		display: none !important;
	}

	.eterno-mobile-drawer .menu-item-has-children.is-submenu-open > .sub-menu {
		display: block !important;
	}

	.eterno-mobile-drawer .eterno-submenu-toggle {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 3;
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		padding: 0;
		color: #ffffff;
		background: transparent;
		border: 0;
		border-radius: 50%;
		cursor: pointer;
	}

	.eterno-mobile-drawer .eterno-submenu-toggle::after {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 1.8px solid currentColor;
		border-bottom: 1.8px solid currentColor;
		transform: translateY(-2px) rotate(45deg);
		transition: transform 180ms ease;
	}

	.eterno-mobile-drawer .menu-item-has-children.is-submenu-open > .eterno-submenu-toggle::after {
		transform: translateY(2px) rotate(225deg);
	}

	.eterno-mobile-drawer .sub-menu {
		padding-top: 0;
	}
}


/* ========================================================================
   Eterno 2.0.17 - popup editável e localização somente no desktop
   ======================================================================== */
@media (max-width: 959px) {
	.eterno-header-actions .eterno-header-contact {
		display: none !important;
	}
}


/* ========================================================================
   Eterno 2.0.17 - categorias selecionáveis + catálogo igual aos cards da Home
   ======================================================================== */
.eterno-catalog-page .eterno-shop-categories {
	clear: both;
	padding: 6px 0 26px;
	margin: 0 0 24px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-shop-categories__heading {
	margin-bottom: 18px;
}

.eterno-shop-categories__heading .eterno-eyebrow {
	margin: 0 0 4px;
}

.eterno-shop-categories__heading h2 {
	margin: 0;
	font-size: clamp(1.9rem, 3.6vw, 3rem);
	line-height: 1;
}

.eterno-shop-categories__track {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 2px 2px 8px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--eterno-orange) var(--eterno-gray-100);
}

.eterno-shop-category {
	flex: 0 0 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--eterno-black);
	text-decoration: none;
	scroll-snap-align: start;
}

.eterno-shop-category__media {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	padding: 0;
	background: var(--eterno-ice);
	border: 2px solid transparent;
	border-radius: 50%;
	overflow: hidden;
	transition: border-color var(--eterno-transition), transform var(--eterno-transition), box-shadow var(--eterno-transition);
}

.eterno-shop-category__media img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
	border-radius: 50%;
}

.eterno-shop-category__media--all,
.eterno-shop-category__fallback {
	color: var(--eterno-gray-500);
}

.eterno-shop-category__fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.eterno-shop-category__media--all .eterno-icon,
.eterno-shop-category__fallback .eterno-icon {
	width: 28px;
	height: 28px;
}

.eterno-shop-category__label {
	max-width: 100%;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eterno-shop-category:hover .eterno-shop-category__media,
.eterno-shop-category:focus-visible .eterno-shop-category__media,
.eterno-shop-category.is-active .eterno-shop-category__media {
	border-color: var(--eterno-orange);
	box-shadow: 0 7px 18px rgba(5, 5, 5, 0.10);
	transform: translateY(-2px);
}

.eterno-shop-category.is-active .eterno-shop-category__label {
	color: var(--eterno-orange);
}

/* A Loja usa exatamente a mesma malha visual dos destaques da Home. */
body.eterno-catalog-page .woocommerce ul.products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 12px;
}

body.eterno-catalog-page .woocommerce ul.products li.product {
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	box-shadow: 0 6px 22px rgba(5, 5, 5, 0.045);
}

@media (min-width: 768px) {
	.eterno-shop-category {
		flex-basis: 108px;
	}

	.eterno-shop-category__media {
		width: 100px;
		height: 100px;
	}

	body.eterno-catalog-page .woocommerce ul.products {
		gap: 24px 18px;
	}
}

@media (min-width: 1024px) {
	.eterno-catalog-page .eterno-shop-categories {
		padding-bottom: 30px;
		margin-bottom: 28px;
	}

	.eterno-shop-categories__track {
		gap: 18px;
	}

	.eterno-shop-category {
		flex-basis: 116px;
	}

	.eterno-shop-category__media {
		width: 108px;
		height: 108px;
	}

	body.eterno-catalog-page .woocommerce ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 26px 20px;
	}
}

@media (max-width: 767px) {
	.eterno-catalog-page .eterno-shop-categories {
		padding: 2px 0 18px;
		margin-bottom: 18px;
	}

	.eterno-shop-categories__heading {
		margin-bottom: 14px;
	}

	.eterno-shop-categories__heading h2 {
		font-size: 1.85rem;
	}

	.eterno-shop-categories__track {
		gap: 12px;
		margin-right: calc(var(--eterno-gutter) * -1);
		padding-right: var(--eterno-gutter);
	}

	.eterno-shop-category {
		flex-basis: 82px;
		gap: 7px;
	}

	.eterno-shop-category__media {
		width: 76px;
		height: 76px;
	}

	.eterno-shop-category__label {
		font-size: 0.62rem;
	}
}


/* ========================================================================
   Eterno 2.0.18 - Loja: cards espelham exatamente os cards aprovados da Home
   ======================================================================== */
/* A introdução antiga "Descubra a coleção" não é mais renderizada via PHP. */

/* Grade da Loja igual aos destaques da Home: 2 no celular e 4 no desktop. */
body.eterno-catalog-page .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px 10px !important;
}

/* Mobile: mesma composição aprovada na Home. */
@media (max-width: 767px) {
	body.eterno-catalog-page .woocommerce ul.products {
		width: calc(100% + 24px) !important;
		max-width: none !important;
		margin-left: -12px !important;
		margin-right: -12px !important;
	}

	body.eterno-catalog-page ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto minmax(34px, auto);
		column-gap: 6px;
		row-gap: 5px;
		align-items: center;
		align-content: start;
		padding: 0 0 9px !important;
		background: var(--eterno-white);
		border: 1px solid var(--eterno-gray-100);
		border-radius: var(--eterno-radius);
		box-shadow: 0 6px 22px rgba(5, 5, 5, 0.045);
		overflow: hidden;
	}

	body.eterno-catalog-page ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}

	body.eterno-catalog-page ul.products li.product a img {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100% !important;
		aspect-ratio: 1 / 1.12 !important;
		margin: 0 0 3px !important;
		object-fit: cover;
		object-position: center;
	}

	body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1;
		grid-row: 2;
		width: auto !important;
		min-height: 2.35em;
		padding: 0 10px !important;
		margin: 0 !important;
		font-size: 0.72rem !important;
		font-weight: 600;
		line-height: 1.18 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: left;
	}

	body.eterno-catalog-page ul.products li.product .price {
		position: static !important;
		grid-column: 1;
		grid-row: 3;
		align-self: center;
		min-width: 0;
		width: auto !important;
		padding: 0 0 0 10px !important;
		margin: 0 !important;
		font-size: 0.72rem !important;
		font-weight: 700;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 2px 4px;
	}

	body.eterno-catalog-page ul.products li.product .price del {
		font-size: 0.62rem !important;
	}

	body.eterno-catalog-page ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product a.button.product_type_variable {
		position: static !important;
		grid-column: 2;
		grid-row: 3;
		align-self: center;
		justify-self: end;
		width: auto !important;
		min-width: 76px !important;
		height: 30px !important;
		min-height: 30px !important;
		padding: 0 10px !important;
		margin: 0 10px 0 0 !important;
		border-radius: 999px !important;
		font-size: 0.58rem !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
}

/* Desktop: mesma composição aprovada na Home. */
@media (min-width: 768px) {
	body.eterno-catalog-page .woocommerce ul.products {
		gap: 24px 18px !important;
	}

	body.eterno-catalog-page ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto minmax(42px, auto) minmax(34px, auto);
		column-gap: 10px;
		row-gap: 6px;
		align-items: center;
		align-content: start;
		padding: 0 0 12px !important;
		background: var(--eterno-white);
		border: 1px solid var(--eterno-gray-100);
		border-radius: var(--eterno-radius);
		box-shadow: 0 6px 22px rgba(5, 5, 5, 0.045);
		overflow: hidden;
	}

	body.eterno-catalog-page ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}

	body.eterno-catalog-page ul.products li.product a img {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100% !important;
		aspect-ratio: 1 / 1.22 !important;
		margin: 0 0 2px !important;
		object-fit: cover;
		object-position: center;
	}

	body.eterno-catalog-page ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1;
		grid-row: 2;
		width: auto !important;
		min-height: 2.45em;
		padding: 0 12px !important;
		margin: 0 !important;
		font-size: 0.79rem !important;
		font-weight: 600;
		line-height: 1.22 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: left;
	}

	body.eterno-catalog-page ul.products li.product .price {
		position: static !important;
		grid-column: 1;
		grid-row: 3;
		align-self: center;
		min-width: 0;
		width: auto !important;
		padding: 0 0 0 12px !important;
		margin: 0 !important;
		font-size: 0.82rem !important;
		font-weight: 700;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 2px 5px;
	}

	body.eterno-catalog-page ul.products li.product .price del {
		font-size: 0.7rem !important;
	}

	body.eterno-catalog-page ul.products li.product .button,
	body.eterno-catalog-page ul.products li.product a.button.product_type_variable {
		position: static !important;
		grid-column: 2;
		grid-row: 3;
		align-self: center;
		justify-self: end;
		width: auto !important;
		min-width: 90px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 13px !important;
		margin: 0 12px 0 0 !important;
		border-radius: 999px !important;
		font-size: 0.62rem !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
}

@media (min-width: 1024px) {
	body.eterno-catalog-page .woocommerce ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 26px 20px !important;
	}
}


/* ========================================================================
   Eterno 2.0.20 - Categorias: navegação por setas + cards idênticos à Home
   ======================================================================== */
.eterno-shop-categories__carousel {
	position: relative;
}

.eterno-shop-categories__track {
	scrollbar-width: none;
}

.eterno-shop-categories__track::-webkit-scrollbar {
	display: none;
}

/* No catálogo, ofertas seguem exatamente o padrão aprovado na Home:
   percentual verde junto ao preço, sem faixa sobre a imagem. */
body.eterno-catalog-page .onsale.eterno-sale-percentage {
	display: none !important;
}


body.eterno-catalog-page ul.products li.product .price .eterno-inline-discount {
	order: 1;
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 2px 6px;
	color: #ffffff;
	background: var(--eterno-success);
	border-radius: 3px;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
}

body.eterno-catalog-page ul.products li.product .price del {
	order: 2;
}

body.eterno-catalog-page ul.products li.product .price ins {
	order: 3;
}

/* Setas aparecem no computador, nas laterais da faixa de categorias. */
@media (min-width: 960px) {
	.eterno-shop-categories__track {
		padding-left: 32px;
		padding-right: 32px;
	}

	.eterno-shop-categories__controls {
		position: absolute;
		top: 31px;
		left: -12px;
		right: -12px;
		z-index: 5;
		display: flex;
		justify-content: space-between;
		margin: 0;
		pointer-events: none;
	}

	.eterno-shop-categories__controls button {
		width: 42px;
		height: 42px;
		color: var(--eterno-black);
		background: rgba(255, 255, 255, 0.96);
		border-color: var(--eterno-gray-100);
		box-shadow: 0 7px 20px rgba(5, 5, 5, 0.12);
		pointer-events: auto;
	}

	.eterno-shop-categories__controls button:hover,
	.eterno-shop-categories__controls button:focus-visible {
		color: var(--eterno-white);
		background: var(--eterno-black);
		border-color: var(--eterno-black);
	}
}

@media (max-width: 959px) {
	.eterno-shop-categories__controls {
		display: none !important;
	}
}

@media (max-width: 767px) {
	body.eterno-catalog-page ul.products li.product .price .eterno-inline-discount {
		min-height: 17px;
		padding: 2px 4px;
		font-size: 0.56rem;
	}
}


/* ========================================================================
   Eterno 2.0.23 - Entrega separada e checkout focado em pagamento
   ======================================================================== */
body.eterno-delivery-page,
body.eterno-delivery-page .eterno-native-checkout,
body.eterno-delivery-page .eterno-woocommerce-content,
body.eterno-payment-stage,
body.eterno-payment-stage .eterno-native-checkout,
body.eterno-payment-stage .eterno-woocommerce-content {
	background: #fff !important;
}

body.eterno-delivery-stage .eterno-native-checkout > .eterno-container,
body.eterno-payment-stage .eterno-native-checkout > .eterno-container {
	padding-top: clamp(22px, 4vw, 42px);
}

body.eterno-delivery-stage #customer_details h3::before {
	content: "ENDERECO" !important;
}

body.eterno-delivery-stage #order_review_heading::before {
	content: "FRETE E RESUMO" !important;
}

body.eterno-delivery-stage #payment {
	display: none !important;
}

body.eterno-delivery-stage .eterno-order-review-label {
	margin-bottom: 12px;
}

body.eterno-delivery-stage .eterno-delivery-note {
	background: #f7fbf8;
	border-color: #d7eadf;
}

.eterno-delivery-continue-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: min(100%, 560px);
	padding: 20px;
	margin: 22px 0 0 auto;
	background: #fff;
	border: 1px solid #e7e7e3;
	border-radius: 8px;
	box-shadow: 0 10px 32px rgba(5, 5, 5, .045);
}

.eterno-delivery-continue-card > div {
	display: grid;
	gap: 5px;
}

.eterno-delivery-continue-card strong {
	font-size: .92rem;
	line-height: 1.25;
}

.eterno-delivery-continue-card span {
	color: var(--eterno-gray-500);
	font-size: .74rem;
	line-height: 1.45;
}

.eterno-delivery-continue {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 220px;
	min-height: 54px;
	padding: 12px 18px !important;
	color: #fff !important;
	background: var(--eterno-orange) !important;
	border: 1px solid var(--eterno-orange) !important;
	border-radius: 4px !important;
	font-size: .76rem !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.eterno-delivery-continue:hover,
.eterno-delivery-continue:focus {
	background: var(--eterno-orange-dark) !important;
	border-color: var(--eterno-orange-dark) !important;
}

.eterno-delivery-continue.is-loading {
	cursor: wait;
	opacity: .72;
}

body.eterno-payment-stage form.checkout.woocommerce-checkout {
	grid-template-columns: minmax(0, 1fr) !important;
	max-width: 860px;
	margin: 0 auto !important;
}

body.eterno-payment-stage #customer_details {
	display: none !important;
}

body.eterno-payment-stage #order_review_heading,
body.eterno-payment-stage #order_review {
	grid-column: 1 !important;
	grid-row: auto !important;
	width: 100%;
}

body.eterno-payment-stage #order_review {
	position: static !important;
}

body.eterno-payment-stage #order_review_heading::before {
	content: "RESUMO E PAGAMENTO" !important;
}

body.eterno-payment-stage .eterno-checkout-secure-note,
body.eterno-payment-stage .eterno-checkout-account-strip,
body.eterno-payment-stage .eterno-payment-delivery-card {
	width: min(100%, 860px);
	margin-left: auto;
	margin-right: auto;
}

.eterno-payment-delivery-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #e7e7e3;
	border-left: 4px solid var(--eterno-success);
	border-radius: 6px;
}

.eterno-payment-delivery-card__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: #f2faf6;
	border-radius: 50%;
}

.eterno-payment-delivery-card__icon .eterno-icon {
	width: 21px;
	height: 21px;
}

.eterno-payment-delivery-card__content {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.eterno-payment-delivery-card__content span {
	color: var(--eterno-success);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.eterno-payment-delivery-card__content strong {
	font-size: .88rem;
}

.eterno-payment-delivery-card__content small {
	overflow: hidden;
	color: var(--eterno-gray-500);
	font-size: .7rem;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eterno-payment-delivery-card > a {
	color: var(--eterno-black);
	font-size: .7rem;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.eterno-payment-stage #payment {
	background: #f8f8f6 !important;
}

body.eterno-payment-stage #place_order {
	background: var(--eterno-orange) !important;
}

@media (max-width: 767px) {
	.eterno-delivery-continue-card {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
		padding: 18px;
		margin-top: 12px;
	}

	.eterno-delivery-continue {
		width: 100%;
		min-width: 0;
	}

	.eterno-payment-delivery-card {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 14px;
	}

	.eterno-payment-delivery-card__icon {
		width: 38px;
		height: 38px;
	}

	.eterno-payment-delivery-card > a {
		grid-column: 2;
		justify-self: start;
	}

	.eterno-payment-delivery-card__content small {
		white-space: normal;
	}
}


/* ========================================================================
   Eterno 2.0.24 - Jornada de compra mais limpa e padronizada
   ======================================================================== */
/* Escopo restrito a Identificação, Entrega e Pagamento para não interferir
   na Home, catálogo, produto, carrinho ou Minha Conta. */
body.eterno-checkout-auth-page .eterno-journey-compact-hero,
body.eterno-delivery-stage .eterno-journey-compact-hero,
body.eterno-payment-stage .eterno-journey-compact-hero {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	padding: 10px 0 18px;
	margin: 0 0 22px;
	border: 0;
	box-shadow: none;
}

body.eterno-checkout-auth-page .eterno-journey-compact-hero h1,
body.eterno-delivery-stage .eterno-journey-compact-hero h1,
body.eterno-payment-stage .eterno-journey-compact-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1;
}

body.eterno-checkout-auth-page .eterno-journey-compact-hero .eterno-commerce-steps,
body.eterno-delivery-stage .eterno-journey-compact-hero .eterno-commerce-steps,
body.eterno-payment-stage .eterno-journey-compact-hero .eterno-commerce-steps {
	width: min(100%, 520px);
	margin: 0;
}

/* Identificação: menos texto auxiliar e um resumo do carrinho realmente compacto. */
body.eterno-checkout-auth-page .eterno-auth-page-content > .eterno-container {
	padding-top: clamp(22px, 3.5vw, 38px);
}

body.eterno-checkout-auth-page #customer_login .eterno-auth-card {
	padding: clamp(16px, 2.4vw, 24px);
	border: 1px solid #e7e7e3;
	border-radius: 7px;
	box-shadow: 0 6px 22px rgba(5, 5, 5, .04);
}

body.eterno-checkout-auth-page #customer_login .eterno-auth-card::before {
	display: none;
}

body.eterno-checkout-auth-page .eterno-auth-card__header {
	align-items: center;
	margin-bottom: 16px;
}

body.eterno-checkout-auth-page .eterno-auth-card__header h2 {
	margin: 0;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.05;
}

body.eterno-checkout-auth-page .eterno-auth-card__icon {
	width: 42px;
	height: 42px;
	flex-basis: 42px;
}

body.eterno-checkout-auth-page #customer_login form.login,
body.eterno-checkout-auth-page #customer_login form.register {
	gap: 11px;
}

body.eterno-checkout-auth-page #customer_login form label:not(.eterno-auth-consent):not(.woocommerce-form-login__rememberme) {
	margin-bottom: 5px;
	font-size: .67rem;
}

body.eterno-checkout-auth-page #customer_login input.input-text {
	min-height: 46px;
}

body.eterno-checkout-auth-page .eterno-auth-summary--compact {
	padding: 20px;
	border-radius: 7px;
	box-shadow: 0 6px 22px rgba(5, 5, 5, .04);
}

.eterno-auth-summary__compact-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--eterno-gray-100);
}

.eterno-auth-summary__compact-head span {
	font-family: var(--eterno-font-display);
	font-size: 1.35rem;
	font-weight: 600;
}

.eterno-auth-summary__compact-head strong {
	color: var(--eterno-gray-500);
	font-size: .76rem;
}

body.eterno-checkout-auth-page .eterno-auth-summary__total {
	padding: 15px 0;
}

body.eterno-checkout-auth-page .eterno-auth-summary__total strong {
	font-size: 1.35rem;
}

body.eterno-checkout-auth-page .eterno-auth-connected-card--compact {
	padding: clamp(22px, 3vw, 30px);
	border-radius: 7px;
	box-shadow: 0 6px 22px rgba(5, 5, 5, .04);
}

body.eterno-checkout-auth-page .eterno-auth-connected-card--compact h2 {
	margin: 0 0 14px;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}

body.eterno-checkout-auth-page .eterno-auth-connected-card--compact .eterno-auth-connected-card__identity {
	margin: 0 0 16px;
}

/* Entrega e pagamento: reduzir caixas, separadores e mensagens repetidas. */
body.eterno-delivery-stage .eterno-native-checkout > .eterno-container,
body.eterno-payment-stage .eterno-native-checkout > .eterno-container {
	padding-top: clamp(18px, 3vw, 30px);
}

body.eterno-delivery-stage #customer_details .col-1,
body.eterno-delivery-stage #customer_details .col-2,
body.eterno-delivery-stage #order_review,
body.eterno-payment-stage #order_review {
	padding: clamp(18px, 2.5vw, 24px) !important;
	border: 1px solid #ecece8 !important;
	border-radius: 7px !important;
	box-shadow: none !important;
}

body.eterno-delivery-stage #customer_details h3,
body.eterno-delivery-stage #order_review_heading,
body.eterno-payment-stage #order_review_heading {
	font-size: clamp(1.55rem, 2.6vw, 2rem);
}

body.eterno-delivery-stage #customer_details h3::before,
body.eterno-delivery-stage #order_review_heading::before,
body.eterno-payment-stage #order_review_heading::before {
	margin-bottom: 5px;
	font-size: .62rem;
}

body.eterno-delivery-stage .woocommerce form .form-row {
	margin-bottom: 10px;
}

body.eterno-delivery-stage .woocommerce form .form-row label {
	margin-bottom: 4px;
	font-size: .72rem;
}

body.eterno-delivery-stage .woocommerce form .form-row input.input-text,
body.eterno-delivery-stage .woocommerce form .form-row textarea,
body.eterno-delivery-stage .woocommerce form .form-row select,
body.eterno-delivery-stage .select2-container .select2-selection--single {
	min-height: 46px !important;
}

/* Na Entrega, o resumo exibe só o que afeta frete/total; os produtos continuam
   no formulário WooCommerce e reaparecem completos no Pagamento. */
body.eterno-delivery-stage #order_review table.shop_table thead,
body.eterno-delivery-stage #order_review table.shop_table tr.cart_item,
body.eterno-delivery-stage #order_review table.shop_table tr.cart-subtotal {
	display: none !important;
}

body.eterno-delivery-stage #order_review table.shop_table th,
body.eterno-delivery-stage #order_review table.shop_table td,
body.eterno-payment-stage #order_review table.shop_table th,
body.eterno-payment-stage #order_review table.shop_table td {
	padding: 10px 0 !important;
	border-top: 0 !important;
}

body.eterno-delivery-stage #order_review table.shop_table tr.order-total th,
body.eterno-delivery-stage #order_review table.shop_table tr.order-total td,
body.eterno-payment-stage #order_review table.shop_table tr.order-total th,
body.eterno-payment-stage #order_review table.shop_table tr.order-total td {
	padding-top: 14px !important;
	border-top: 1px solid var(--eterno-gray-100) !important;
}

.eterno-delivery-continue-card--compact {
	justify-content: flex-end;
	width: 100%;
	padding: 0;
	margin-top: 14px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.eterno-delivery-continue-card--compact .eterno-delivery-continue {
	min-width: 245px;
}

body.eterno-payment-stage .eterno-payment-delivery-card {
	grid-template-columns: 36px minmax(0, 1fr) auto;
	gap: 11px;
	padding: 12px 14px;
	margin-bottom: 14px;
	border: 1px solid #e8e8e4;
	border-left: 3px solid var(--eterno-success);
	box-shadow: none;
}

body.eterno-payment-stage .eterno-payment-delivery-card__icon {
	width: 36px;
	height: 36px;
}

body.eterno-payment-stage .eterno-payment-delivery-card__content span {
	font-size: .6rem;
}

body.eterno-payment-stage .eterno-payment-delivery-card__content strong {
	font-size: .82rem;
}

body.eterno-payment-stage .eterno-payment-delivery-card__content small {
	font-size: .67rem;
}

body.eterno-payment-stage #payment {
	padding: 12px !important;
	background: #fafaf8 !important;
	border-color: #ecece8 !important;
}

body.eterno-payment-stage #payment ul.payment_methods > li {
	padding: 12px 0 !important;
	border-bottom: 1px solid #ecece8 !important;
}

body.eterno-payment-stage #payment ul.payment_methods > li:last-child {
	border-bottom: 0 !important;
}

@media (min-width: 1080px) {
	body.eterno-checkout-auth-page .eterno-auth-layout {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
		gap: 24px;
	}
}

@media (max-width: 767px) {
	body.eterno-checkout-auth-page .eterno-journey-compact-hero,
	body.eterno-delivery-stage .eterno-journey-compact-hero,
	body.eterno-payment-stage .eterno-journey-compact-hero {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		padding-top: 4px;
		margin-bottom: 16px;
	}

	body.eterno-checkout-auth-page .eterno-journey-compact-hero .eterno-commerce-steps,
	body.eterno-delivery-stage .eterno-journey-compact-hero .eterno-commerce-steps,
	body.eterno-payment-stage .eterno-journey-compact-hero .eterno-commerce-steps {
		width: 100%;
		max-width: none;
	}

	body.eterno-checkout-auth-page #customer_login .eterno-auth-card,
	body.eterno-checkout-auth-page .eterno-auth-summary--compact,
	body.eterno-checkout-auth-page .eterno-auth-connected-card--compact,
	body.eterno-delivery-stage #customer_details .col-1,
	body.eterno-delivery-stage #customer_details .col-2,
	body.eterno-delivery-stage #order_review,
	body.eterno-payment-stage #order_review {
		padding: 16px !important;
	}

	body.eterno-checkout-auth-page .eterno-auth-options {
		gap: 8px;
	}

	.eterno-delivery-continue-card--compact .eterno-delivery-continue {
		width: 100%;
		min-width: 0;
	}

	body.eterno-payment-stage .eterno-payment-delivery-card {
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 12px;
	}

	body.eterno-payment-stage .eterno-payment-delivery-card > a {
		grid-column: 2;
	}
}

/* ========================================================================
   Eterno 2.0.25 - Entrega essencial + checkout joalheria premium
   ======================================================================== */
body.eterno-delivery-stage .eterno-native-checkout,
body.eterno-delivery-stage .woocommerce-checkout,
body.eterno-delivery-stage .eterno-delivery-hero,
body.eterno-delivery-stage .eterno-delivery-continue-card {
	display: none !important;
}

body.eterno-delivery-stage .eterno-luxury-delivery-page {
	background: #fff;
	min-height: 70vh;
}

.eterno-luxury-delivery-shell {
	max-width: 1120px;
	padding-top: clamp(26px, 4vw, 54px);
	padding-bottom: clamp(48px, 7vw, 90px);
}

.eterno-luxury-journey-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 24px;
	margin-bottom: 26px;
	border-bottom: 1px solid #ece9e3;
}

.eterno-luxury-kicker {
	display: block;
	margin-bottom: 7px;
	color: var(--eterno-orange);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.eterno-luxury-journey-head h1,
.eterno-luxury-payment-head h1 {
	margin: 0;
	font-family: var(--eterno-font-display);
	font-size: clamp(2.15rem, 4.2vw, 3.55rem);
	font-weight: 600;
	line-height: .98;
}

.eterno-luxury-journey-head p {
	margin: 8px 0 0;
	color: #5f5b56;
	font-size: .88rem;
}

.eterno-luxury-journey-head .eterno-commerce-steps {
	width: min(100%, 500px);
	margin: 0;
}

.eterno-luxury-delivery-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(26px, 5vw, 64px);
	align-items: start;
}

.eterno-luxury-address-card {
	padding: clamp(22px, 3.4vw, 38px);
	background: #fff;
	border: 1px solid #e7e2db;
	border-radius: 4px;
	box-shadow: 0 18px 50px rgba(24, 20, 15, .045);
}

.eterno-luxury-delivery-form {
	display: grid;
	gap: 15px;
}

.eterno-luxury-field-row {
	display: grid;
	gap: 15px;
}

.eterno-luxury-field-row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eterno-luxury-field-row--street { grid-template-columns: minmax(0, 1fr) 112px; }

.eterno-luxury-field,
.eterno-luxury-place-field {
	display: block;
	margin: 0;
}

.eterno-luxury-field input,
.eterno-luxury-place-field input,
.eterno-luxury-place-field select {
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0 14px;
	color: #1d1b19;
	background: #fff;
	border: 1px solid #d9d5cf;
	border-radius: 0;
	box-shadow: none;
	font: 500 .88rem/1 var(--eterno-font-body);
	outline: none;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.eterno-luxury-field input::placeholder,
.eterno-luxury-place-field input::placeholder {
	color: #aaa6a0;
	opacity: 1;
}

.eterno-luxury-field input:focus,
.eterno-luxury-place-field input:focus,
.eterno-luxury-place-field select:focus {
	border-color: #2b2825;
	box-shadow: 0 0 0 1px #2b2825;
}

.eterno-luxury-place-field {
	display: grid;
	grid-template-columns: 96px 1px minmax(0, 1fr);
	align-items: stretch;
	height: 52px;
	border: 1px solid #d9d5cf;
	background: #fff;
}

.eterno-luxury-place-field label { min-width: 0; }
.eterno-luxury-place-field input,
.eterno-luxury-place-field select {
	height: 50px;
	border: 0;
}
.eterno-luxury-place-field input:focus,
.eterno-luxury-place-field select:focus { box-shadow: inset 0 0 0 1px #2b2825; }
.eterno-luxury-place-divider { width: 1px; background: #e7e2db; }

.eterno-luxury-shipping-section {
	padding-top: 7px;
	margin-top: 3px;
}

.eterno-luxury-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.eterno-luxury-section-heading span { font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eterno-luxury-section-heading small { color: #858079; font-size: .69rem; }

.eterno-delivery-rates {
	position: relative;
	display: grid;
	gap: 8px;
}

.eterno-delivery-rate {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-height: 52px;
	padding: 10px 14px;
	margin: 0;
	border: 1px solid #ddd8d0;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease;
}
.eterno-delivery-rate.is-selected { border-color: #181613; background: #fbfaf8; }
.eterno-delivery-rate input { position: absolute; opacity: 0; pointer-events: none; }
.eterno-delivery-rate__mark {
	width: 17px;
	height: 17px;
	border: 1px solid #958f87;
	border-radius: 50%;
	box-shadow: inset 0 0 0 4px #fff;
}
.eterno-delivery-rate.is-selected .eterno-delivery-rate__mark { background: #181613; border-color: #181613; }
.eterno-delivery-rate__name { display: flex; justify-content: space-between; gap: 12px; font-size: .82rem; font-weight: 650; }
.eterno-delivery-rate__name .amount { margin-left: auto; font-weight: 800; }
.eterno-delivery-rate-placeholder { margin: 0; padding: 13px 14px; color: #777169; background: #faf9f7; border: 1px dashed #ddd8d0; font-size: .76rem; }
.eterno-rates-loading { position: absolute; inset: 0; display: grid; place-items: center; padding: 10px; color: #504b45; background: rgba(255,255,255,.9); font-size: .74rem; z-index: 2; }

.eterno-luxury-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 54px;
	margin-top: 5px;
	padding: 0 22px;
	color: #fff;
	background: #11100f;
	border: 1px solid #11100f;
	border-radius: 0;
	font: 800 .74rem/1 var(--eterno-font-body);
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease;
}
.eterno-luxury-primary-button:hover { background: #2a2723; transform: translateY(-1px); }
.eterno-luxury-primary-button:disabled { cursor: wait; opacity: .65; transform: none; }
.eterno-luxury-primary-button .eterno-icon { width: 17px; height: 17px; }

.eterno-luxury-error-list {
	margin: 0 0 15px;
	padding: 12px 14px 12px 32px;
	color: #8c2f22;
	background: #fff8f6;
	border: 1px solid #ead8d4;
	font-size: .76rem;
}

.eterno-luxury-order-glance {
	position: sticky;
	top: 118px;
	padding: 26px 0 0;
	border-top: 1px solid #1d1b19;
}
.eterno-luxury-order-glance__line {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0 20px;
	border-bottom: 1px solid #ece9e3;
}
.eterno-luxury-order-glance__line span { color: #625d57; font-size: .78rem; }
.eterno-luxury-order-glance__line strong { font-family: var(--eterno-font-display); font-size: 1.55rem; }
.eterno-luxury-order-glance__trust { display: flex; align-items: center; gap: 8px; padding-top: 15px; color: #777169; font-size: .68rem; }
.eterno-luxury-order-glance__trust .eterno-icon { width: 15px; height: 15px; }

body.eterno-payment-stage .eterno-native-checkout > .eterno-container {
	max-width: 1120px;
	padding-top: clamp(26px, 4vw, 54px);
	padding-bottom: clamp(48px, 7vw, 90px);
}
body.eterno-payment-stage .eterno-luxury-payment-head {
	padding: 0 0 24px !important;
	margin-bottom: 22px !important;
	border-bottom: 1px solid #ece9e3 !important;
}
body.eterno-payment-stage .eterno-luxury-payment-head .eterno-luxury-kicker { margin-bottom: 7px; }
body.eterno-payment-stage .eterno-payment-delivery-card {
	padding: 16px 18px !important;
	margin: 0 0 20px !important;
	background: #fbfaf8 !important;
	border: 1px solid #e3ded6 !important;
	border-left: 1px solid #e3ded6 !important;
	border-radius: 0 !important;
}
body.eterno-payment-stage .eterno-payment-delivery-card__icon { background: #11100f !important; color: #fff !important; border-radius: 50%; }
body.eterno-payment-stage .eterno-payment-delivery-card__content span { color: var(--eterno-orange); letter-spacing: .12em; }
body.eterno-payment-stage .eterno-payment-delivery-card > a { color: #1d1b19; font-size: .68rem; font-weight: 800; }

body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-luxury-payment-form {
	display: grid !important;
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
}
body.eterno-payment-stage #customer_details {
	grid-column: 1;
	width: 100% !important;
	margin: 0 !important;
}
body.eterno-payment-stage #customer_details.eterno-no-extra-fields { display: none !important; }
body.eterno-payment-stage #customer_details .col-1,
body.eterno-payment-stage #customer_details .col-2 {
	width: 100% !important;
	padding: 22px !important;
	margin: 0 0 14px !important;
	background: #fff;
	border: 1px solid #e7e2db !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
body.eterno-payment-stage #customer_details .form-row:has(input[type="hidden"]):not(:has(input:not([type="hidden"]))),
body.eterno-payment-stage #customer_details .eterno-payment-hidden-field { display: none !important; }
body.eterno-payment-stage #customer_details h3 { margin: 0 0 14px; font-size: 1.35rem; }
body.eterno-payment-stage #customer_details .form-row { width: 100% !important; margin: 0 0 10px !important; }
body.eterno-payment-stage #customer_details input.input-text,
body.eterno-payment-stage #customer_details select,
body.eterno-payment-stage #customer_details .select2-selection { min-height: 48px !important; border-radius: 0 !important; }

body.eterno-payment-stage #order_review_heading {
	grid-column: 2;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 10px !important;
	font-family: var(--eterno-font-display);
	font-size: 1.75rem !important;
	font-weight: 600;
}
body.eterno-payment-stage #order_review_heading::before { content: 'Sua seleção'; display: block; margin-bottom: 5px; color: var(--eterno-orange); font-family: var(--eterno-font-body); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
body.eterno-payment-stage #order_review {
	grid-column: 2;
	width: 100% !important;
	padding: 22px !important;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #e7e2db !important;
	border-radius: 0 !important;
	box-shadow: 0 18px 50px rgba(24, 20, 15, .04) !important;
}
body.eterno-payment-stage #order_review table.shop_table { margin: 0 0 18px !important; border: 0 !important; }
body.eterno-payment-stage #order_review table.shop_table th,
body.eterno-payment-stage #order_review table.shop_table td { padding: 10px 0 !important; border-top: 0 !important; font-size: .78rem; }
body.eterno-payment-stage #order_review table.shop_table thead th { padding-top: 0 !important; color: #736d66; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
body.eterno-payment-stage #order_review .product-name { font-weight: 650; }
body.eterno-payment-stage #order_review .order-total th,
body.eterno-payment-stage #order_review .order-total td { padding-top: 14px !important; border-top: 1px solid #e8e3dc !important; font-size: 1rem; }
body.eterno-payment-stage #shipping_method input { position: absolute !important; opacity: 0 !important; pointer-events: none !important; }
body.eterno-payment-stage #shipping_method li { padding: 2px 0 !important; font-size: .75rem; }
body.eterno-payment-stage #payment {
	padding: 0 !important;
	margin-top: 8px;
	background: #fff !important;
	border: 0 !important;
	border-top: 1px solid #e8e3dc !important;
	border-radius: 0 !important;
}
body.eterno-payment-stage #payment ul.payment_methods { padding: 8px 0 0 !important; margin: 0 !important; }
body.eterno-payment-stage #payment ul.payment_methods > li { padding: 14px 0 !important; border-bottom: 1px solid #eeeae4 !important; }
body.eterno-payment-stage #payment .payment_box { margin: 10px 0 0 !important; padding: 14px !important; background: #faf9f7 !important; border-radius: 0 !important; }
body.eterno-payment-stage #payment .place-order { padding: 18px 0 0 !important; }
body.eterno-payment-stage #place_order {
	width: 100% !important;
	min-height: 54px !important;
	background: #11100f !important;
	border-radius: 0 !important;
	font-size: .76rem !important;
	font-weight: 800 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}
body.eterno-payment-stage #place_order:hover { background: #2a2723 !important; }
body.eterno-payment-stage .woocommerce-privacy-policy-text { margin-top: 10px; color: #847f78; font-size: .64rem; line-height: 1.5; }

@media (max-width: 860px) {
	.eterno-luxury-journey-head { align-items: stretch; flex-direction: column; gap: 16px; }
	.eterno-luxury-journey-head .eterno-commerce-steps { width: 100%; max-width: none; }
	.eterno-luxury-delivery-grid { grid-template-columns: 1fr; gap: 24px; }
	.eterno-luxury-order-glance { position: static; order: -1; padding: 18px 0 0; }
	body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-luxury-payment-form { display: block !important; }
	body.eterno-payment-stage #customer_details,
	body.eterno-payment-stage #order_review_heading,
	body.eterno-payment-stage #order_review { width: 100% !important; margin-bottom: 16px !important; }
}

@media (max-width: 600px) {
	.eterno-luxury-delivery-shell { padding-top: 20px; }
	.eterno-luxury-journey-head { margin-bottom: 18px; padding-bottom: 18px; }
	.eterno-luxury-address-card { padding: 18px 14px; border-left: 0; border-right: 0; }
	.eterno-luxury-field-row--2 { grid-template-columns: 1fr; }
	.eterno-luxury-field-row--street { grid-template-columns: minmax(0, 1fr) 96px; gap: 10px; }
	.eterno-luxury-field input,
	.eterno-luxury-place-field { height: 50px; }
	.eterno-luxury-place-field input,
	.eterno-luxury-place-field select { height: 48px; }
	.eterno-luxury-section-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
	.eterno-luxury-order-glance { margin-inline: 2px; }
	body.eterno-payment-stage .eterno-native-checkout > .eterno-container { padding-top: 20px; }
	body.eterno-payment-stage #order_review { padding: 16px !important; }
	body.eterno-payment-stage .eterno-payment-delivery-card { grid-template-columns: 36px minmax(0, 1fr) !important; padding: 13px !important; }
	body.eterno-payment-stage .eterno-payment-delivery-card > a { grid-column: 2; justify-self: start; }
}

body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-luxury-payment-form.eterno-no-extra-payment-fields {
	grid-template-columns: minmax(0, 760px) !important;
	justify-content: center;
}
body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-luxury-payment-form.eterno-no-extra-payment-fields #order_review_heading,
body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-luxury-payment-form.eterno-no-extra-payment-fields #order_review {
	grid-column: 1 !important;
}


/* 2.0.26 — checkout no mesmo padrão da etapa Entrega, com reforço de layout mesmo quando algum plugin falha ao adicionar classes via JS. */
body.eterno-payment-stage .eterno-luxury-payment-head,
body.eterno-payment-stage .eterno-checkout-hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}
body.eterno-payment-stage .eterno-checkout-hero > div { max-width: 520px; }
body.eterno-payment-stage .eterno-checkout-hero h1,
body.eterno-payment-stage .eterno-luxury-payment-head h1 {
	margin: 0;
	font-size: clamp(2.3rem, 4.5vw, 4rem);
	line-height: .95;
}
body.eterno-payment-stage .eterno-checkout-hero .eterno-commerce-steps,
body.eterno-payment-stage .eterno-luxury-payment-head .eterno-commerce-steps {
	width: min(100%, 420px);
	margin-left: auto;
}
body.eterno-payment-stage .woocommerce-notices-wrapper { margin-bottom: 16px; }
body.eterno-payment-stage .woocommerce form .form-row label {
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #2b2825;
}
body.eterno-payment-stage .woocommerce form .input-text,
body.eterno-payment-stage .woocommerce form select,
body.eterno-payment-stage .woocommerce form textarea,
body.eterno-payment-stage .select2-container .select2-selection--single {
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #d8d2ca !important;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: none !important;
}
body.eterno-payment-stage .woocommerce form textarea { min-height: 110px; }
body.eterno-payment-stage form.checkout.woocommerce-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
}
body.eterno-payment-stage form.checkout.woocommerce-checkout > * { min-width: 0; }
body.eterno-payment-stage form.checkout.woocommerce-checkout .col2-set,
body.eterno-payment-stage form.checkout.woocommerce-checkout #customer_details {
	grid-column: 1;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}
body.eterno-payment-stage form.checkout.woocommerce-checkout .col2-set::after,
body.eterno-payment-stage #customer_details::after { content: ''; display: table; clear: both; }
body.eterno-payment-stage form.checkout.woocommerce-checkout #order_review_heading,
body.eterno-payment-stage form.checkout.woocommerce-checkout #order_review {
	grid-column: 2;
}
body.eterno-payment-stage #customer_details .woocommerce-shipping-fields,
body.eterno-payment-stage #customer_details .shipping_address,
body.eterno-payment-stage #ship-to-different-address,
body.eterno-payment-stage #ship-to-different-address-checkbox,
body.eterno-payment-stage .woocommerce-additional-fields:empty {
	display: none !important;
}
body.eterno-payment-stage #order_review {
	position: sticky;
	top: 118px;
}
body.eterno-payment-stage #payment .payment_method_pix,
body.eterno-payment-stage #payment .payment_method_bacs,
body.eterno-payment-stage #payment .payment_method_cod,
body.eterno-payment-stage #payment .payment_method_woo-mercado-pago-basic,
body.eterno-payment-stage #payment .payment_method_pagarme_credit_card,
body.eterno-payment-stage #payment .payment_method_pagarme_pix,
body.eterno-payment-stage #payment .payment_method_pagarme_banking_billet {
	padding-inline: 2px !important;
}
body.eterno-payment-stage #payment .payment_methods label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: .82rem;
	font-weight: 700;
	color: #1f1d1b;
}
body.eterno-payment-stage #payment .payment_methods input[type="radio"] {
	accent-color: #11100f;
}
body.eterno-payment-stage #payment .payment_box p:last-child { margin-bottom: 0; }
body.eterno-payment-stage #place_order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media (max-width: 980px) {
	body.eterno-payment-stage .eterno-checkout-hero,
	body.eterno-payment-stage .eterno-luxury-payment-head {
		flex-direction: column;
		align-items: stretch;
	}
	body.eterno-payment-stage .eterno-checkout-hero .eterno-commerce-steps,
	body.eterno-payment-stage .eterno-luxury-payment-head .eterno-commerce-steps {
		width: 100%;
		margin-left: 0;
	}
	body.eterno-payment-stage form.checkout.woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	body.eterno-payment-stage form.checkout.woocommerce-checkout #order_review_heading,
	body.eterno-payment-stage form.checkout.woocommerce-checkout #order_review,
	body.eterno-payment-stage form.checkout.woocommerce-checkout .col2-set,
	body.eterno-payment-stage form.checkout.woocommerce-checkout #customer_details {
		grid-column: 1;
	}
	body.eterno-payment-stage #order_review {
		position: static;
		top: auto;
	}
}


/* 2.0.27 — checkout premium em fluxo visual de grandes marcas, preservando o motor nativo do WooCommerce. */
body.eterno-payment-stage {
	--eterno-checkout-ink: #121110;
	--eterno-checkout-muted: #746f69;
	--eterno-checkout-line: #e7e2db;
	--eterno-checkout-soft: #faf9f7;
	--eterno-checkout-success: #2f7d4a;
}
body.eterno-payment-stage .eterno-native-checkout > .eterno-container {
	max-width: 1180px;
	padding-top: clamp(24px, 4vw, 52px);
}
body.eterno-payment-stage .eterno-luxury-payment-head {
	margin-bottom: 18px !important;
	padding-bottom: 22px !important;
}
body.eterno-payment-stage .eterno-payment-delivery-card {
	max-width: none !important;
	display: grid !important;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	margin-bottom: 26px !important;
	padding: 14px 16px !important;
	background: var(--eterno-checkout-soft) !important;
	border-color: var(--eterno-checkout-line) !important;
}
body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-premium-checkout-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
	grid-template-areas:
		'actiontitle reviewtitle'
		'details review'
		'payment review';
	column-gap: clamp(32px, 5vw, 68px);
	row-gap: 16px;
	align-items: start;
}
body.eterno-payment-stage .eterno-payment-action-title { grid-area: actiontitle; }
body.eterno-payment-stage .eterno-review-side-title,
body.eterno-payment-stage #order_review_heading { grid-area: reviewtitle; }
body.eterno-payment-stage #customer_details { grid-area: details; }
body.eterno-payment-stage #order_review_heading {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 10px !important;
	font-family: var(--eterno-font-display);
	font-size: clamp(1.7rem, 2.6vw, 2.2rem) !important;
	font-weight: 600 !important;
	line-height: 1.05;
	color: var(--eterno-checkout-ink);
}
body.eterno-payment-stage #order_review {
	grid-area: review;
	display: contents !important;
	position: static !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}
body.eterno-payment-stage #order_review .woocommerce-checkout-review-order-table {
	grid-area: review;
	position: sticky;
	top: 110px;
	width: 100% !important;
	margin: 0 !important;
	padding: 22px !important;
	background: #fff;
	border: 1px solid var(--eterno-checkout-line) !important;
	box-shadow: 0 20px 60px rgba(28, 23, 18, .055);
	border-collapse: separate !important;
	border-spacing: 0 !important;
}
body.eterno-payment-stage #payment {
	grid-area: payment;
	width: 100%;
	margin: 0 !important;
	padding: 22px !important;
	background: #fff !important;
	border: 1px solid var(--eterno-checkout-line) !important;
	box-shadow: 0 20px 60px rgba(28, 23, 18, .045);
}
body.eterno-payment-stage .eterno-payment-action-title,
body.eterno-payment-stage .eterno-review-side-title {
	padding-bottom: 10px;
}
body.eterno-payment-stage .eterno-payment-action-title > span,
body.eterno-payment-stage .eterno-review-side-title > span {
	display: block;
	margin-bottom: 6px;
	color: var(--eterno-orange);
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}
body.eterno-payment-stage .eterno-payment-action-title h2,
body.eterno-payment-stage .eterno-review-side-title h2 {
	margin: 0;
	font-family: var(--eterno-font-display);
	font-size: clamp(1.7rem, 2.6vw, 2.2rem);
	font-weight: 600;
	line-height: 1.05;
	color: var(--eterno-checkout-ink);
}
body.eterno-payment-stage .eterno-payment-action-title p {
	margin: 8px 0 0;
	color: var(--eterno-checkout-muted);
	font-size: .78rem;
	line-height: 1.55;
}
body.eterno-payment-stage #customer_details.eterno-no-extra-fields { display: none !important; }
body.eterno-payment-stage #customer_details .col-1,
body.eterno-payment-stage #customer_details .col-2 {
	padding: 20px !important;
	margin: 0 0 12px !important;
	border: 1px solid var(--eterno-checkout-line) !important;
	background: #fff !important;
	box-shadow: none !important;
}
body.eterno-payment-stage #customer_details h3 {
	margin: 0 0 16px !important;
	font-family: var(--eterno-font-display);
	font-size: 1.35rem !important;
	font-weight: 600;
}
body.eterno-payment-stage #customer_details .form-row { position: relative; }
body.eterno-payment-stage #customer_details .form-row.eterno-field-valid::after {
	content: '✓';
	position: absolute;
	right: 12px;
	top: 35px;
	color: var(--eterno-checkout-success);
	font-weight: 800;
	pointer-events: none;
}
body.eterno-payment-stage #customer_details .form-row.eterno-field-invalid input,
body.eterno-payment-stage #customer_details .form-row.eterno-field-invalid select,
body.eterno-payment-stage #customer_details .form-row.eterno-field-invalid .select2-selection {
	border-color: #c85d55 !important;
}
body.eterno-payment-stage #customer_details .woocommerce-shipping-fields,
body.eterno-payment-stage #customer_details .shipping_address,
body.eterno-payment-stage #ship-to-different-address { display: none !important; }
body.eterno-payment-stage #payment ul.payment_methods {
	padding: 0 !important;
}
body.eterno-payment-stage #payment ul.payment_methods > li {
	margin: 0 !important;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eeeae4 !important;
}
body.eterno-payment-stage #payment ul.payment_methods > li:first-child { padding-top: 2px !important; }
body.eterno-payment-stage #payment ul.payment_methods > li:last-child { border-bottom: 0 !important; }
body.eterno-payment-stage #payment .payment_methods label {
	font-size: .86rem;
	font-weight: 750;
}
body.eterno-payment-stage #payment .payment_box {
	margin-top: 12px !important;
	padding: 15px !important;
	background: var(--eterno-checkout-soft) !important;
	border: 1px solid #eeeae4 !important;
}
body.eterno-payment-stage #payment .place-order {
	position: sticky;
	bottom: 0;
	z-index: 4;
	margin: 16px -22px -22px !important;
	padding: 16px 22px 20px !important;
	background: rgba(255,255,255,.97) !important;
	border-top: 1px solid var(--eterno-checkout-line);
	backdrop-filter: blur(12px);
}
body.eterno-payment-stage #place_order {
	min-height: 58px !important;
	border-radius: 2px !important;
	font-size: .8rem !important;
	letter-spacing: .1em !important;
}
body.eterno-payment-stage .eterno-checkout-trustline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 12px;
	color: #726d66;
	font-size: .66rem;
}
body.eterno-payment-stage .eterno-checkout-trustline span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
body.eterno-payment-stage .eterno-checkout-trustline .eterno-icon { width: 14px; height: 14px; }
body.eterno-payment-stage #order_review .woocommerce-checkout-review-order-table thead th {
	padding: 0 0 14px !important;
	font-size: .62rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #817b74;
}
body.eterno-payment-stage #order_review .woocommerce-checkout-review-order-table tbody td {
	padding: 14px 0 !important;
	border-top: 1px solid #f0ede8 !important;
	vertical-align: middle;
}
body.eterno-payment-stage #order_review .woocommerce-checkout-review-order-table tbody tr:first-child td { border-top: 0 !important; }
body.eterno-payment-stage .eterno-checkout-product {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}
body.eterno-payment-stage .eterno-checkout-product__thumb {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: #f7f6f4;
}
body.eterno-payment-stage .eterno-checkout-product__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.eterno-payment-stage .eterno-checkout-product__name {
	display: block;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.35;
}
body.eterno-payment-stage #order_review dl.variation {
	margin: 5px 0 0 76px !important;
	font-size: .68rem;
	color: #777169;
}
body.eterno-payment-stage #order_review .product-total {
	text-align: right;
	font-weight: 700;
	white-space: nowrap;
}
body.eterno-payment-stage #order_review tfoot th,
body.eterno-payment-stage #order_review tfoot td {
	padding: 10px 0 !important;
	border-top: 1px solid #eeeae4 !important;
	font-size: .76rem;
}
body.eterno-payment-stage #order_review tfoot td { text-align: right; }
body.eterno-payment-stage #order_review tfoot .order-total th,
body.eterno-payment-stage #order_review tfoot .order-total td {
	padding-top: 15px !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
}
body.eterno-payment-stage .wc-stripe-payment-request-wrapper,
body.eterno-payment-stage .ppc-button-wrapper,
body.eterno-payment-stage .wc-block-components-express-payment,
body.eterno-payment-stage .express-payment-methods {
	margin: 0 0 16px !important;
	padding: 14px !important;
	border: 1px solid var(--eterno-checkout-line);
	background: #fff;
}
@media (max-width: 900px) {
	body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-premium-checkout-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			'actiontitle'
			'details'
			'payment'
			'reviewtitle'
			'review' !important;
		row-gap: 14px;
	}
	body.eterno-payment-stage #order_review .woocommerce-checkout-review-order-table {
		position: static;
		top: auto;
	}
	body.eterno-payment-stage #payment .place-order {
		position: static;
		margin-bottom: -22px !important;
		backdrop-filter: none;
	}
}
@media (max-width: 600px) {
	body.eterno-payment-stage .eterno-native-checkout > .eterno-container { padding-inline: 14px; }
	body.eterno-payment-stage #payment,
	body.eterno-payment-stage #order_review .woocommerce-checkout-review-order-table {
		padding: 16px !important;
	}
	body.eterno-payment-stage #payment .place-order {
		margin: 14px -16px -16px !important;
		padding: 14px 16px 16px !important;
	}
	body.eterno-payment-stage .eterno-payment-delivery-card {
		grid-template-columns: 34px minmax(0, 1fr) !important;
	}
	body.eterno-payment-stage .eterno-payment-delivery-card > a {
		grid-column: 2;
		justify-self: start;
	}
	body.eterno-payment-stage .eterno-checkout-product {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 10px;
	}
	body.eterno-payment-stage .eterno-checkout-product__thumb { width: 54px; height: 54px; }
	body.eterno-payment-stage #order_review dl.variation { margin-left: 64px !important; }
}

body.eterno-payment-stage #order_review_heading::before {
	content: 'Resumo' !important;
	display: block;
	margin-bottom: 6px;
	color: var(--eterno-orange);
	font-family: var(--eterno-font-body);
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}
body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-premium-checkout-grid.eterno-no-extra-payment-fields {
	grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr) !important;
	grid-template-areas:
		'actiontitle reviewtitle'
		'payment review' !important;
	justify-content: stretch !important;
}
body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-premium-checkout-grid.eterno-no-extra-payment-fields #order_review_heading,
body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-premium-checkout-grid.eterno-no-extra-payment-fields #order_review {
	grid-column: auto !important;
}
@media (max-width: 900px) {
	body.eterno-payment-stage form.checkout.woocommerce-checkout.eterno-premium-checkout-grid.eterno-no-extra-payment-fields {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			'actiontitle'
			'payment'
			'reviewtitle'
			'review' !important;
	}
}


/* 2.0.29 — checkout real: força apresentação do tema mesmo quando Store Checkout/funnel remove os estilos do tema. */
body.eterno-focus-commerce-page .site-header.eterno-focus-header {
	background: #050505 !important;
	border: 0 !important;
}
body.eterno-focus-commerce-page .eterno-focus-header__inner {
	min-height: 76px;
	display: grid !important;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
}
body.eterno-focus-commerce-page .eterno-focus-header__brand,
body.eterno-focus-commerce-page .eterno-focus-header__brand .custom-logo-link,
body.eterno-focus-commerce-page .eterno-focus-header__brand a {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
body.eterno-focus-commerce-page .eterno-focus-header__brand img,
body.eterno-focus-commerce-page .eterno-focus-header__brand .custom-logo {
	display: block !important;
	width: auto !important;
	height: 46px !important;
	max-width: 190px !important;
	max-height: 46px !important;
	object-fit: contain !important;
}
body.eterno-focus-commerce-page .eterno-focus-header__back,
body.eterno-focus-commerce-page .eterno-focus-header__secure {
	color: #fff !important;
	font-size: .74rem;
	font-weight: 700;
	text-decoration: none;
}
body.eterno-focus-commerce-page .eterno-focus-header__secure { justify-self: end; }
body.eterno-focus-commerce-page .eterno-content-area { background: #fff; }

/* Endpoint order-pay/PIX/cartão: usa o mesmo shell do checkout e nunca cai no conteúdo cru da página/funil. */
body.eterno-order-pay-stage .eterno-native-checkout > .eterno-container,
body.eterno-order-received-stage .eterno-native-checkout > .eterno-container {
	max-width: 1080px;
	padding-top: clamp(26px, 4vw, 52px);
	padding-bottom: clamp(50px, 8vw, 96px);
}
body.eterno-order-pay-stage .eterno-order-endpoint-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e8e3dc;
}
body.eterno-order-pay-stage .eterno-order-endpoint-head h1 {
	margin: 4px 0 0;
	font-family: var(--eterno-font-display);
	font-size: clamp(2.2rem, 4.5vw, 3.8rem);
	font-weight: 600;
	line-height: .98;
}
body.eterno-order-pay-stage .eterno-order-endpoint-head p {
	margin: 9px 0 0;
	max-width: 590px;
	color: #756f68;
	font-size: .82rem;
	line-height: 1.55;
}
body.eterno-order-pay-stage form#order_review,
body.eterno-order-pay-stage .woocommerce-order-pay,
body.eterno-order-pay-stage .woocommerce-order-details,
body.eterno-order-pay-stage .woocommerce-order {
	max-width: 860px;
	margin-inline: auto;
}
body.eterno-order-pay-stage form#order_review {
	padding: clamp(18px, 3vw, 28px);
	background: #fff;
	border: 1px solid #e7e2db;
	box-shadow: 0 20px 60px rgba(28, 23, 18, .055);
}
body.eterno-order-pay-stage form#order_review table.shop_table,
body.eterno-order-pay-stage .woocommerce-order-pay table.shop_table {
	width: 100%;
	margin: 0 0 22px !important;
	border: 0 !important;
	border-collapse: collapse;
}
body.eterno-order-pay-stage form#order_review table.shop_table th,
body.eterno-order-pay-stage form#order_review table.shop_table td,
body.eterno-order-pay-stage .woocommerce-order-pay table.shop_table th,
body.eterno-order-pay-stage .woocommerce-order-pay table.shop_table td {
	padding: 12px 0 !important;
	border-top: 1px solid #eeeae4 !important;
	font-size: .82rem;
}
body.eterno-order-pay-stage form#order_review #payment,
body.eterno-order-pay-stage .woocommerce-order-pay #payment {
	margin-top: 18px !important;
	padding: 20px !important;
	background: #fff !important;
	border: 1px solid #e7e2db !important;
	border-radius: 0 !important;
}
body.eterno-order-pay-stage #payment ul.payment_methods {
	margin: 0 !important;
	padding: 0 !important;
}
body.eterno-order-pay-stage #payment ul.payment_methods > li {
	padding: 14px 0 !important;
	border-bottom: 1px solid #eeeae4 !important;
}
body.eterno-order-pay-stage #payment .payment_box {
	margin: 10px 0 0 !important;
	padding: 16px !important;
	background: #faf9f7 !important;
}
body.eterno-order-pay-stage #place_order,
body.eterno-order-pay-stage button.button.alt,
body.eterno-order-pay-stage input.button.alt {
	width: 100% !important;
	min-height: 56px !important;
	background: #11100f !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: .78rem !important;
	font-weight: 800 !important;
	letter-spacing: .09em;
	text-transform: uppercase;
}
body.eterno-order-pay-stage .woocommerce-error,
body.eterno-order-pay-stage .woocommerce-message,
body.eterno-order-pay-stage .woocommerce-info {
	max-width: 860px;
	margin: 0 auto 18px !important;
}

/* Garante que o checkout base continue premium mesmo se um plugin de checkout remover classes auxiliares via JS. */
body.eterno-payment-stage form.checkout.woocommerce-checkout {
	max-width: 1180px;
	margin-inline: auto;
}
body.eterno-payment-stage #ship-to-different-address,
body.eterno-payment-stage .woocommerce-shipping-fields,
body.eterno-payment-stage .shipping_address {
	display: none !important;
}

@media (max-width: 700px) {
	body.eterno-focus-commerce-page .eterno-focus-header__inner {
		grid-template-columns: 1fr auto 1fr;
		gap: 10px;
		min-height: 66px;
	}
	body.eterno-focus-commerce-page .eterno-focus-header__brand img,
	body.eterno-focus-commerce-page .eterno-focus-header__brand .custom-logo {
		height: 36px !important;
		max-width: 145px !important;
	}
	body.eterno-focus-commerce-page .eterno-focus-header__secure span,
	body.eterno-focus-commerce-page .eterno-focus-header__back span { font-size: .66rem; }
	body.eterno-order-pay-stage .eterno-native-checkout > .eterno-container,
	body.eterno-order-received-stage .eterno-native-checkout > .eterno-container { padding-inline: 14px; }
	body.eterno-order-pay-stage form#order_review { padding: 16px; }
	body.eterno-order-pay-stage form#order_review #payment,
	body.eterno-order-pay-stage .woocommerce-order-pay #payment { padding: 16px !important; }
}


/* 2.0.30 — checkout canônico: endpoints de pagamento/confirmacao ficam nativos do WooCommerce. */
body.eterno-order-pay-page .eterno-content-area,
body.eterno-order-received-page .eterno-content-area,
body.eterno-order-pay-page .woocommerce,
body.eterno-order-received-page .woocommerce {
	max-width: 1120px;
	margin-inline: auto;
}
body.eterno-order-pay-page .woocommerce,
body.eterno-order-received-page .woocommerce {
	padding: clamp(24px, 4vw, 52px) 20px clamp(52px, 7vw, 90px);
}
body.eterno-order-pay-page .woocommerce-order-pay,
body.eterno-order-pay-page #payment,
body.eterno-order-received-page .woocommerce-order {
	background: #fff;
	border: 1px solid #e7e2db;
	box-shadow: 0 18px 50px rgba(24,20,15,.04);
}
body.eterno-order-pay-page #payment { padding: clamp(18px,3vw,30px) !important; }
body.eterno-order-pay-page #place_order,
body.eterno-order-pay-page .button.alt {
	min-height: 52px;
	background: #11100f !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-weight: 800 !important;
	letter-spacing: .06em;
	text-transform: uppercase;
}
body.eterno-order-received-page .woocommerce-order { padding: clamp(20px,3vw,34px); }
body.eterno-order-received-page .woocommerce-thankyou-order-received {
	font-family: var(--eterno-font-display);
	font-size: clamp(1.8rem,3vw,2.8rem);
}


/* ========================================================================
   Eterno 2.0.32 - seleção de categorias maior no catálogo
   ======================================================================== */
/* Amplia apenas a faixa de categorias da página de produtos/categorias.
   A seleção de categorias da Home permanece inalterada. */
.eterno-catalog-page .eterno-shop-categories__track {
	gap: 20px;
}

.eterno-catalog-page .eterno-shop-category {
	flex-basis: 112px;
	gap: 9px;
}

.eterno-catalog-page .eterno-shop-category__media {
	width: 104px;
	height: 104px;
}

.eterno-catalog-page .eterno-shop-category__label {
	font-size: 0.74rem;
}

@media (min-width: 768px) {
	.eterno-catalog-page .eterno-shop-category {
		flex-basis: 128px;
	}
	.eterno-catalog-page .eterno-shop-category__media {
		width: 118px;
		height: 118px;
	}
	.eterno-catalog-page .eterno-shop-category__label {
		font-size: 0.76rem;
	}
}

@media (min-width: 1024px) {
	.eterno-catalog-page .eterno-shop-categories__track {
		gap: 22px;
	}
	.eterno-catalog-page .eterno-shop-category {
		flex-basis: 140px;
	}
	.eterno-catalog-page .eterno-shop-category__media {
		width: 128px;
		height: 128px;
	}
	.eterno-catalog-page .eterno-shop-category__label {
		font-size: 0.8rem;
	}
	.eterno-shop-categories__controls {
		top: 41px;
	}
}

@media (max-width: 767px) {
	.eterno-catalog-page .eterno-shop-categories__track {
		gap: 14px;
	}
	.eterno-catalog-page .eterno-shop-category {
		flex-basis: 98px;
	}
	.eterno-catalog-page .eterno-shop-category__media {
		width: 90px;
		height: 90px;
	}
	.eterno-catalog-page .eterno-shop-category__label {
		font-size: 0.66rem;
	}
}


/* ========================================================================
   Eterno 2.0.33 - ordem correta da Home no celular
   ======================================================================== */
/* Banner 3 e Produtos em destaque 3 foram adicionados depois do mapa de
   ordenação mobile original. Sem ordens próprias, eles podiam subir para
   posições incorretas. Esta regra mantém a sequência visual aprovada. */
@media (max-width: 767px) {
	body.eterno-front-page #primary > .eterno-hero-carousel { order: 10 !important; }
	body.eterno-front-page #primary > .eterno-benefits { order: 20 !important; }
	body.eterno-front-page #primary > .eterno-collections { order: 30 !important; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured { order: 40 !important; }
	body.eterno-front-page #primary > .eterno-banner-secondary:not(.eterno-banner-tertiary) { order: 50 !important; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured-2 { order: 60 !important; }
	body.eterno-front-page #primary > .eterno-banner-tertiary { order: 70 !important; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured-3 { order: 80 !important; }
	body.eterno-front-page #primary > .eterno-video-carousel-section { order: 90 !important; }
	body.eterno-front-page #primary > .eterno-reviews { order: 100 !important; }
	body.eterno-front-page #primary > .eterno-trust-band { order: 110 !important; }
}


/* === 2.0.34: paginação do catálogo com seleção leve === */
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #11100f !important;
	background: #ffffff !important;
	border: 1px solid #11100f !important;
	box-shadow: inset 0 -3px 0 var(--eterno-orange);
	font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus-visible {
	color: #11100f !important;
	background: #f7f4ef !important;
	border-color: #11100f !important;
}
body.eterno-catalog-page .page-numbers.current {
	color: #11100f !important;
	background: #ffffff !important;
	border-color: #11100f !important;
	box-shadow: inset 0 -3px 0 var(--eterno-orange);
	font-weight: 700;
}
body.eterno-catalog-page a.page-numbers:hover,
body.eterno-catalog-page a.page-numbers:focus-visible {
	color: #11100f !important;
	background: #f7f4ef !important;
	border-color: #11100f !important;
}


/* === 2.0.35: somente a página atual fica preta === */
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul,
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul li {
	background: transparent !important;
}
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul li a.page-numbers,
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul li span.page-numbers:not(.current) {
	color: #11100f !important;
	background: #ffffff !important;
	border: 1px solid #d9d5cf !important;
	box-shadow: none !important;
}
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
	color: #ffffff !important;
	background: #11100f !important;
	border: 1px solid #11100f !important;
	box-shadow: none !important;
	font-weight: 700 !important;
}
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
body.eterno-catalog-page .woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus-visible {
	color: #11100f !important;
	background: #f7f4ef !important;
	border-color: #11100f !important;
}


/* === 2.0.36: paginacao - somente o numero selecionado em preto === */
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul,
.woocommerce-pagination ul li {
	background: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers:not(.current),
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers:not(.current) {
	color: #11100f !important;
	background: #ffffff !important;
	border: 1px solid #d9d5cf !important;
	box-shadow: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus-visible,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:focus,
.woocommerce-pagination a.page-numbers:focus-visible {
	color: #11100f !important;
	background: #ffffff !important;
	border-color: #11100f !important;
	box-shadow: none !important;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers[aria-current="page"],
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers[aria-current="page"] {
	color: #ffffff !important;
	background: #11100f !important;
	border: 1px solid #11100f !important;
	box-shadow: none !important;
	font-weight: 700 !important;
}


/* ========================================================================
   Eterno 2.0.37 - Banner 4 abaixo do Banner 1 e Banner 5 abaixo do Banner 2
   ======================================================================== */
/* Os novos banners reutilizam integralmente o visual do Banner 3. No mobile,
   recebem ordens próprias para não interferirem na sequência já aprovada. */
@media (max-width: 767px) {
	body.eterno-front-page #primary > .eterno-hero-carousel { order: 10 !important; }
	body.eterno-front-page #primary > .eterno-banner-fourth { order: 15 !important; }
	body.eterno-front-page #primary > .eterno-benefits { order: 20 !important; }
	body.eterno-front-page #primary > .eterno-collections { order: 30 !important; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured { order: 40 !important; }
	body.eterno-front-page #primary > .eterno-banner-secondary:not(.eterno-banner-tertiary):not(.eterno-banner-fourth):not(.eterno-banner-fifth) { order: 50 !important; }
	body.eterno-front-page #primary > .eterno-banner-fifth { order: 55 !important; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured-2 { order: 60 !important; }
	body.eterno-front-page #primary > .eterno-banner-tertiary { order: 70 !important; }
	body.eterno-front-page #primary > .eterno-featured-products--eterno-featured-3 { order: 80 !important; }
	body.eterno-front-page #primary > .eterno-video-carousel-section { order: 90 !important; }
	body.eterno-front-page #primary > .eterno-reviews { order: 100 !important; }
	body.eterno-front-page #primary > .eterno-trust-band { order: 110 !important; }
}


/* ========================================================================
   Eterno 2.0.38 - ordem mobile dos Banners 4/5 + categorias maiores no catálogo
   ======================================================================== */
/* Corrige a cascata das regras antigas: Banner 4 permanece logo abaixo do
   Banner principal e Banner 5 logo abaixo do Banner 2 somente no celular. */
@media (max-width: 767px) {
	body.eterno-front-page #primary.site-main > section.eterno-banner-secondary.eterno-banner-fourth {
		order: 15 !important;
	}
	body.eterno-front-page #primary.site-main > section.eterno-banner-secondary.eterno-banner-fifth {
		order: 55 !important;
	}
	body.eterno-front-page #primary.site-main > section.eterno-banner-secondary.eterno-banner-tertiary {
		order: 70 !important;
	}
	body.eterno-front-page #primary.site-main > section.eterno-banner-secondary:not(.eterno-banner-tertiary):not(.eterno-banner-fourth):not(.eterno-banner-fifth) {
		order: 50 !important;
	}
}

/* Aumenta novamente somente a seleção de categorias da página de produtos. */
.eterno-catalog-page .eterno-shop-categories__track {
	gap: 22px;
}
.eterno-catalog-page .eterno-shop-category {
	flex-basis: 128px;
	gap: 10px;
}
.eterno-catalog-page .eterno-shop-category__media {
	width: 118px;
	height: 118px;
}
.eterno-catalog-page .eterno-shop-category__label {
	font-size: .78rem;
}
@media (min-width: 768px) {
	.eterno-catalog-page .eterno-shop-categories__track { gap: 24px; }
	.eterno-catalog-page .eterno-shop-category { flex-basis: 144px; }
	.eterno-catalog-page .eterno-shop-category__media { width: 134px; height: 134px; }
	.eterno-catalog-page .eterno-shop-category__label { font-size: .82rem; }
}
@media (min-width: 1024px) {
	.eterno-catalog-page .eterno-shop-categories__track { gap: 26px; }
	.eterno-catalog-page .eterno-shop-category { flex-basis: 160px; }
	.eterno-catalog-page .eterno-shop-category__media { width: 148px; height: 148px; }
	.eterno-catalog-page .eterno-shop-category__label { font-size: .86rem; }
	.eterno-shop-categories__controls { top: 51px; }
}
@media (max-width: 767px) {
	.eterno-catalog-page .eterno-shop-categories__track { gap: 16px; }
	.eterno-catalog-page .eterno-shop-category { flex-basis: 112px; }
	.eterno-catalog-page .eterno-shop-category__media { width: 104px; height: 104px; }
	.eterno-catalog-page .eterno-shop-category__label { font-size: .70rem; }
}


/* === 2.0.40: CPF, nascimento e gênero no cadastro/Minha Conta === */
.eterno-account-profile-fields {
	display: grid;
	gap: 14px;
	min-width: 0;
}
.eterno-account-profile-fields .form-row {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.eterno-account-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.eterno-account-profile-fields input[type="date"],
.eterno-account-profile-fields select {
	width: 100%;
	min-height: 50px;
	padding: 10px 14px;
	color: var(--eterno-black);
	background: var(--eterno-white);
	border: 1px solid #d7d7d2;
	border-radius: 5px;
	font-family: var(--eterno-font-body);
	font-size: 16px;
	box-shadow: none;
}
.eterno-account-profile-fields input[type="date"]:focus,
.eterno-account-profile-fields select:focus {
	border-color: var(--eterno-orange);
	box-shadow: 0 0 0 3px rgba(240, 74, 10, .12);
	outline: none;
}
body.eterno-checkout-auth-page .eterno-auth-card--register .eterno-account-profile-fields select,
body.eterno-checkout-auth-page .eterno-auth-card--register .eterno-account-profile-fields input[type="date"] {
	color: var(--eterno-black);
	background: #fff;
}
.eterno-my-account-personal-data {
	padding: 20px;
	margin: 24px 0;
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
}
.eterno-my-account-personal-data > legend {
	padding: 0 8px;
	font-family: var(--eterno-font-display);
	font-size: 1.45rem;
	font-weight: 700;
}
.woocommerce-account .eterno-my-account-personal-data .eterno-account-profile-fields label {
	display: block;
	margin-bottom: 7px;
	font-size: .76rem;
	font-weight: 700;
}
@media (max-width: 600px) {
	.eterno-account-profile-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.eterno-my-account-personal-data {
		padding: 16px 14px;
	}
}


/* === 2.0.46: descrição compacta, seta da galeria e recomendações no padrão do catálogo === */
body.single-product .woocommerce-product-details__short-description.eterno-product-description {
	margin: 0 0 4px;
	color: var(--eterno-gray-500);
	font-size: .84rem;
	line-height: 1.45;
	transition: max-height 180ms ease;
}
body.single-product .woocommerce-product-details__short-description.eterno-product-description > *:first-child { margin-top: 0; }
body.single-product .woocommerce-product-details__short-description.eterno-product-description > *:last-child { margin-bottom: 0; }
body.single-product .woocommerce-product-details__short-description.eterno-product-description.is-collapsed {
	max-height: 2.9em;
	overflow: hidden;
}
body.single-product .woocommerce-product-details__short-description.eterno-product-description.is-expanded {
	max-height: none;
	overflow: visible;
}
body.single-product .eterno-product-description-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 30px;
	padding: 2px 0;
	margin: 0 0 10px;
	color: var(--eterno-black);
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	font-family: var(--eterno-font-body);
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
}
body.single-product .eterno-product-description-toggle[hidden] { display: none !important; }
body.single-product .eterno-product-description-toggle:hover { color: var(--eterno-orange); }

/* Navegação desktop da galeria sem alterar qualquer dimensão da foto principal. */
body.single-product .woocommerce-product-gallery { position: relative; }
body.single-product .eterno-product-gallery-next {
	position: absolute;
	top: var(--eterno-gallery-arrow-top, 42%);
	right: 18px;
	z-index: 12;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #111;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(17,17,17,.12);
	border-radius: 50%;
	box-shadow: 0 7px 22px rgba(0,0,0,.10);
	transform: translateY(-50%);
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
body.single-product .eterno-product-gallery-next span {
	display: block;
	margin-top: -3px;
	font-family: Arial, sans-serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}
body.single-product .eterno-product-gallery-next:hover,
body.single-product .eterno-product-gallery-next:focus-visible {
	background: #fff;
	box-shadow: 0 9px 26px rgba(0,0,0,.16);
	transform: translateY(-50%) scale(1.04);
}
@media (min-width: 768px) {
	body.single-product .eterno-product-gallery-next { display: inline-flex; }
}

/* Produtos relacionados e "Você também pode gostar" usam o mesmo card do catálogo. */
body.single-product section.related.products ul.products,
body.single-product section.upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 10px !important;
	padding: 0 !important;
	margin: 0 !important;
}
body.single-product section.related.products ul.products::before,
body.single-product section.related.products ul.products::after,
body.single-product section.upsells.products ul.products::before,
body.single-product section.upsells.products ul.products::after { display: none !important; }
body.single-product section.related.products ul.products li.product,
body.single-product section.upsells.products ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-100);
	border-radius: var(--eterno-radius);
	box-shadow: 0 6px 22px rgba(5,5,5,.045);
	overflow: hidden;
	transition: transform var(--eterno-transition), box-shadow var(--eterno-transition);
}
body.single-product section.related.products ul.products li.product:hover,
body.single-product section.upsells.products ul.products li.product:hover {
	box-shadow: var(--eterno-shadow);
	transform: translateY(-3px);
}
body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link,
body.single-product section.upsells.products ul.products li.product > a.woocommerce-loop-product__link { display: contents !important; }
body.single-product section.related.products ul.products li.product a,
body.single-product section.upsells.products ul.products li.product a { text-decoration: none; }
body.single-product section.related.products ul.products li.product .star-rating,
body.single-product section.upsells.products ul.products li.product .star-rating { display: none; }

@media (max-width: 767px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		width: calc(100% + 24px) !important;
		max-width: none !important;
		margin-left: -12px !important;
		margin-right: -12px !important;
	}
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto minmax(34px, auto);
		column-gap: 6px;
		row-gap: 5px;
		align-items: center;
		align-content: start;
		padding: 0 0 9px !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100% !important;
		aspect-ratio: 1 / 1.12 !important;
		margin: 0 0 3px !important;
		object-fit: cover;
		background: var(--eterno-ice);
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1;
		grid-row: 2;
		width: auto !important;
		min-height: 2.35em;
		padding: 0 10px !important;
		margin: 0 !important;
		color: var(--eterno-black);
		font-family: var(--eterno-font-body);
		font-size: .72rem !important;
		font-weight: 600;
		line-height: 1.18 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: left;
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		position: static !important;
		grid-column: 1;
		grid-row: 3;
		align-self: center;
		min-width: 0;
		width: auto !important;
		padding: 0 0 0 10px !important;
		margin: 0 !important;
		color: var(--eterno-black) !important;
		font-size: .72rem !important;
		font-weight: 700;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 2px 4px;
	}
	body.single-product section.related.products ul.products li.product .price del,
	body.single-product section.upsells.products ul.products li.product .price del { font-size: .62rem !important; }
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button {
		position: static !important;
		grid-column: 2;
		grid-row: 3;
		align-self: center;
		justify-self: end;
		width: auto !important;
		min-width: 76px !important;
		height: 30px !important;
		min-height: 30px !important;
		padding: 0 10px !important;
		margin: 0 10px 0 0 !important;
		color: #fff !important;
		background: #050505 !important;
		border: 1px solid #050505 !important;
		border-radius: 999px !important;
		box-shadow: none !important;
		font-size: .58rem !important;
		font-weight: 600;
		line-height: 1 !important;
		text-transform: uppercase;
		white-space: nowrap !important;
	}
	body.single-product section.related.products ul.products li.product a.button.product_type_variable,
	body.single-product section.upsells.products ul.products li.product a.button.product_type_variable { width: auto !important; }
}

@media (min-width: 768px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 26px 20px !important;
	}
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto minmax(42px, auto) minmax(34px, auto);
		column-gap: 10px;
		row-gap: 6px;
		align-items: center;
		align-content: start;
		padding: 0 0 12px !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100% !important;
		aspect-ratio: 1 / 1.22 !important;
		margin: 0 0 2px !important;
		object-fit: cover;
		background: var(--eterno-ice);
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1;
		grid-row: 2;
		width: auto !important;
		min-height: 2.45em;
		padding: 0 12px !important;
		margin: 0 !important;
		color: var(--eterno-black);
		font-family: var(--eterno-font-body);
		font-size: .79rem !important;
		font-weight: 600;
		line-height: 1.22 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: left;
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		position: static !important;
		grid-column: 1;
		grid-row: 3;
		align-self: center;
		min-width: 0;
		width: auto !important;
		padding: 0 0 0 12px !important;
		margin: 0 !important;
		color: var(--eterno-black) !important;
		font-size: .82rem !important;
		font-weight: 700;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 2px 5px;
	}
	body.single-product section.related.products ul.products li.product .price del,
	body.single-product section.upsells.products ul.products li.product .price del { font-size: .7rem !important; }
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button {
		position: static !important;
		grid-column: 2;
		grid-row: 3;
		align-self: center;
		justify-self: end;
		width: auto !important;
		min-width: 90px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 13px !important;
		margin: 0 12px 0 0 !important;
		color: #fff !important;
		background: #050505 !important;
		border: 1px solid #050505 !important;
		border-radius: 999px !important;
		box-shadow: none !important;
		font-size: .62rem !important;
		font-weight: 600;
		line-height: 1 !important;
		text-transform: uppercase;
		white-space: nowrap !important;
	}
	body.single-product section.related.products ul.products li.product a.button.product_type_variable,
	body.single-product section.upsells.products ul.products li.product a.button.product_type_variable { width: auto !important; }
}
body.single-product section.related.products ul.products li.product .button:hover,
body.single-product section.upsells.products ul.products li.product .button:hover,
body.single-product section.related.products ul.products li.product .button:focus-visible,
body.single-product section.upsells.products ul.products li.product .button:focus-visible {
	color: #fff !important;
	background: #151515 !important;
	border-color: #151515 !important;
}


/* === 2.0.47: produto grande, descrição realmente compacta e recomendações sem zoom === */
/* A descrição completa da aba também é recolhida; não apenas a descrição curta do topo. */
body.single-product #tab-description,
body.single-product .woocommerce-Tabs-panel--description {
	padding-top: 18px !important;
}
body.single-product #tab-description > h2,
body.single-product .woocommerce-Tabs-panel--description > h2 {
	margin: 0 0 18px !important;
	font-size: clamp(1.8rem, 2.6vw, 2.35rem) !important;
	line-height: 1 !important;
}
body.single-product .eterno-long-description-body {
	position: relative;
	max-width: 100%;
	color: #2f2d2a;
	font-size: .9rem;
	line-height: 1.55;
	transition: max-height 200ms ease;
}
body.single-product .eterno-long-description-body > * {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
body.single-product .eterno-long-description-body.is-collapsed {
	max-height: 145px;
	overflow: hidden;
}
body.single-product .eterno-long-description-body.is-collapsed::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 44px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 88%);
}
body.single-product .eterno-long-description-body.is-expanded {
	max-height: none;
	overflow: visible;
}
body.single-product .eterno-long-description-body.is-expanded::after { display: none; }
body.single-product .eterno-long-description-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0;
	margin: 5px 0 0;
	color: #111;
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	font-family: var(--eterno-font-body);
	font-size: .75rem;
	font-weight: 800;
	cursor: pointer;
}
body.single-product .eterno-long-description-toggle:hover,
body.single-product .eterno-long-description-toggle:focus-visible { color: var(--eterno-orange); }

/* Galeria desktop: mantém a largura atual, mas padroniza a área principal no formato grande 2:3 da captura. */
@media (min-width: 768px) {
	body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100% !important;
		max-width: none !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport {
		width: 100% !important;
		aspect-ratio: 2 / 3;
		height: auto !important;
		min-height: 0 !important;
		background: #f5f6f7;
		overflow: hidden !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
		height: 100% !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
		height: 100% !important;
		min-height: 100% !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		height: 100% !important;
		background: #f5f6f7;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: contain !important;
		object-position: center center !important;
	}
}

/* Relacionados e upsells: mesmo ritmo de card do catálogo, sem recorte/zoom e com CTA alinhado. */
body.single-product section.related.products ul.products li.product,
body.single-product section.upsells.products ul.products li.product {
	background: #fff !important;
}
body.single-product section.related.products ul.products li.product a img,
body.single-product section.upsells.products ul.products li.product a img {
	background: #f5f6f7 !important;
	object-fit: contain !important;
	object-position: center !important;
}
@media (min-width: 768px) {
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		grid-template-rows: auto 44px 40px !important;
		min-height: 100%;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		aspect-ratio: 1 / 1.22 !important;
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		align-self: start !important;
		min-height: 0 !important;
		max-height: calc(1.22em * 2);
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		align-self: center !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button {
		align-self: center !important;
		justify-self: end !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	body.single-product .eterno-long-description-body.is-collapsed { max-height: 118px; }
	body.single-product #tab-description > h2,
	body.single-product .woocommerce-Tabs-panel--description > h2 { font-size: 1.75rem !important; }
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		grid-template-rows: auto 38px 36px !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		aspect-ratio: 1 / 1.12 !important;
		object-fit: contain !important;
	}
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button {
		align-self: center !important;
		justify-self: end !important;
	}
}


/* === 2.0.48: foto principal desktop levemente menor + relacionados idênticos ao catálogo === */
/* A alteração de tamanho da galeria é exclusivamente desktop. O formato vertical aprovado permanece. */
@media (min-width: 768px) {
	body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
		width: 92% !important;
		max-width: 500px !important;
		justify-self: start;
		margin-right: auto !important;
	}
}

/* Relacionados e upsells recebem exatamente a mesma grade dos cards da página Produtos/Categorias. */
body.single-product section.related.products ul.products,
body.single-product section.upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px 10px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.single-product section.related.products ul.products li.product,
body.single-product section.upsells.products ul.products li.product {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	background: var(--eterno-white) !important;
	border: 1px solid var(--eterno-gray-100) !important;
	border-radius: var(--eterno-radius) !important;
	box-shadow: 0 6px 22px rgba(5, 5, 5, 0.045) !important;
	overflow: hidden !important;
}

body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link,
body.single-product section.upsells.products ul.products li.product > a.woocommerce-loop-product__link {
	display: contents !important;
}

body.single-product section.related.products ul.products li.product a img,
body.single-product section.upsells.products ul.products li.product a img {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	width: 100% !important;
	margin: 0 0 3px !important;
	object-fit: cover !important;
	object-position: center !important;
	background: var(--eterno-ice) !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
	position: static !important;
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	width: auto !important;
	margin: 0 !important;
	font-family: var(--eterno-font-body) !important;
	font-weight: 600 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-align: left !important;
}

body.single-product section.related.products ul.products li.product .price,
body.single-product section.upsells.products ul.products li.product .price {
	position: static !important;
	grid-column: 1 !important;
	grid-row: 3 !important;
	align-self: center !important;
	min-width: 0 !important;
	width: auto !important;
	margin: 0 !important;
	color: var(--eterno-black) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	text-align: left !important;
	display: flex !important;
	align-items: baseline !important;
	flex-wrap: wrap !important;
}

body.single-product section.related.products ul.products li.product .button,
body.single-product section.upsells.products ul.products li.product .button,
body.single-product section.related.products ul.products li.product a.button.product_type_variable,
body.single-product section.upsells.products ul.products li.product a.button.product_type_variable {
	position: static !important;
	grid-column: 2 !important;
	grid-row: 3 !important;
	align-self: center !important;
	justify-self: end !important;
	width: auto !important;
	color: #fff !important;
	background: #050505 !important;
	border: 1px solid #050505 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

@media (max-width: 767px) {
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: auto auto minmax(34px, auto) !important;
		column-gap: 6px !important;
		row-gap: 5px !important;
		align-items: center !important;
		align-content: start !important;
		padding: 0 0 9px !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		aspect-ratio: 1 / 1.12 !important;
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		min-height: 2.35em !important;
		padding: 0 10px !important;
		font-size: .72rem !important;
		line-height: 1.18 !important;
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		padding: 0 0 0 10px !important;
		font-size: .72rem !important;
		gap: 2px 4px !important;
	}
	body.single-product section.related.products ul.products li.product .price del,
	body.single-product section.upsells.products ul.products li.product .price del {
		font-size: .62rem !important;
	}
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button,
	body.single-product section.related.products ul.products li.product a.button.product_type_variable,
	body.single-product section.upsells.products ul.products li.product a.button.product_type_variable {
		min-width: 76px !important;
		height: 30px !important;
		min-height: 30px !important;
		padding: 0 10px !important;
		margin: 0 10px 0 0 !important;
		font-size: .58rem !important;
	}
}

@media (min-width: 768px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		gap: 24px 18px !important;
	}
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: auto minmax(42px, auto) minmax(34px, auto) !important;
		column-gap: 10px !important;
		row-gap: 6px !important;
		align-items: center !important;
		align-content: start !important;
		padding: 0 0 12px !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		aspect-ratio: 1 / 1.22 !important;
		margin-bottom: 2px !important;
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		min-height: 2.45em !important;
		max-height: none !important;
		padding: 0 12px !important;
		font-size: .79rem !important;
		line-height: 1.22 !important;
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		padding: 0 0 0 12px !important;
		font-size: .82rem !important;
		gap: 2px 5px !important;
		white-space: normal !important;
		overflow: visible !important;
	}
	body.single-product section.related.products ul.products li.product .price del,
	body.single-product section.upsells.products ul.products li.product .price del {
		font-size: .7rem !important;
	}
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button,
	body.single-product section.related.products ul.products li.product a.button.product_type_variable,
	body.single-product section.upsells.products ul.products li.product a.button.product_type_variable {
		min-width: 90px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 13px !important;
		margin: 0 12px 0 0 !important;
		font-size: .62rem !important;
	}
}

@media (min-width: 1024px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 26px 20px !important;
	}
}


/* === 2.0.49: relacionados exatamente como catálogo + galeria responsiva refinada === */
/* Página de produto: no computador a galeria vertical aprovada fica um pouco menor. */
@media (min-width: 768px) {
	body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
		width: 84% !important;
		max-width: 455px !important;
		justify-self: start !important;
		margin-left: 0 !important;
		margin-right: auto !important;
	}
}

/* No celular, a foto principal passa a usar o mesmo formato vertical 2:3 do PC. */
@media (max-width: 767px) {
	body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport {
		width: 100% !important;
		aspect-ratio: 2 / 3 !important;
		height: auto !important;
		min-height: 0 !important;
		background: #f5f6f7 !important;
		overflow: hidden !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
		height: 100% !important;
		min-height: 100% !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 100% !important;
		background: #f5f6f7 !important;
	}
	body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: contain !important;
		object-position: center center !important;
	}
}

/* Produtos relacionados e upsells reutilizam literalmente as medidas do catálogo. */
body.single-product section.related.products ul.products,
body.single-product section.upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px 10px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.single-product section.related.products ul.products::before,
body.single-product section.related.products ul.products::after,
body.single-product section.upsells.products ul.products::before,
body.single-product section.upsells.products ul.products::after {
	display: none !important;
}

/* Igual ao catálogo: o selo não fica sobre a foto; o desconto entra junto ao preço. */
body.single-product section.related.products .onsale.eterno-sale-percentage,
body.single-product section.upsells.products .onsale.eterno-sale-percentage {
	display: none !important;
}
body.single-product section.related.products ul.products li.product .price .eterno-inline-discount,
body.single-product section.upsells.products ul.products li.product .price .eterno-inline-discount {
	order: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	min-height: 20px !important;
	padding: 2px 6px !important;
	color: #fff !important;
	background: var(--eterno-success) !important;
	border-radius: 3px !important;
	font-size: .68rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}
body.single-product section.related.products ul.products li.product .price del,
body.single-product section.upsells.products ul.products li.product .price del { order: 2 !important; }
body.single-product section.related.products ul.products li.product .price ins,
body.single-product section.upsells.products ul.products li.product .price ins { order: 3 !important; }

@media (max-width: 767px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		width: calc(100% + 24px) !important;
		max-width: none !important;
		margin-left: -12px !important;
		margin-right: -12px !important;
	}
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		position: relative !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: auto auto minmax(34px, auto) !important;
		column-gap: 6px !important;
		row-gap: 5px !important;
		align-items: center !important;
		align-content: start !important;
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding: 0 0 9px !important;
		margin: 0 !important;
		background: var(--eterno-white) !important;
		border: 1px solid var(--eterno-gray-100) !important;
		border-radius: var(--eterno-radius) !important;
		box-shadow: 0 6px 22px rgba(5,5,5,.045) !important;
		overflow: hidden !important;
	}
	body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link,
	body.single-product section.upsells.products ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		aspect-ratio: 1 / 1.12 !important;
		height: auto !important;
		margin: 0 0 3px !important;
		background: var(--eterno-ice) !important;
		object-fit: cover !important;
		object-position: center !important;
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: auto !important;
		min-height: 2.35em !important;
		max-height: none !important;
		padding: 0 10px !important;
		margin: 0 !important;
		font-size: .72rem !important;
		font-weight: 600 !important;
		line-height: 1.18 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		text-align: left !important;
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		position: static !important;
		grid-column: 1 !important;
		grid-row: 3 !important;
		align-self: center !important;
		min-width: 0 !important;
		width: auto !important;
		padding: 0 0 0 10px !important;
		margin: 0 !important;
		font-size: .72rem !important;
		font-weight: 700 !important;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline !important;
		flex-wrap: wrap !important;
		gap: 2px 4px !important;
		white-space: normal !important;
		overflow: visible !important;
	}
	body.single-product section.related.products ul.products li.product .price del,
	body.single-product section.upsells.products ul.products li.product .price del { font-size: .62rem !important; }
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button,
	body.single-product section.related.products ul.products li.product a.button.product_type_variable,
	body.single-product section.upsells.products ul.products li.product a.button.product_type_variable {
		position: static !important;
		grid-column: 2 !important;
		grid-row: 3 !important;
		align-self: center !important;
		justify-self: end !important;
		width: auto !important;
		min-width: 76px !important;
		height: 30px !important;
		min-height: 30px !important;
		padding: 0 10px !important;
		margin: 0 10px 0 0 !important;
		color: #fff !important;
		background: #050505 !important;
		border: 1px solid #050505 !important;
		border-radius: 999px !important;
		box-shadow: none !important;
		font-size: .58rem !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
}

@media (min-width: 768px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		gap: 24px 18px !important;
	}
	body.single-product section.related.products ul.products li.product,
	body.single-product section.upsells.products ul.products li.product {
		position: relative !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: auto minmax(42px, auto) minmax(34px, auto) !important;
		column-gap: 10px !important;
		row-gap: 6px !important;
		align-items: center !important;
		align-content: start !important;
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding: 0 0 12px !important;
		margin: 0 !important;
		background: var(--eterno-white) !important;
		border: 1px solid var(--eterno-gray-100) !important;
		border-radius: var(--eterno-radius) !important;
		box-shadow: 0 6px 22px rgba(5,5,5,.045) !important;
		overflow: hidden !important;
	}
	body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link,
	body.single-product section.upsells.products ul.products li.product > a.woocommerce-loop-product__link {
		display: contents !important;
	}
	body.single-product section.related.products ul.products li.product a img,
	body.single-product section.upsells.products ul.products li.product a img {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		width: 100% !important;
		aspect-ratio: 1 / 1.22 !important;
		height: auto !important;
		margin: 0 0 2px !important;
		background: var(--eterno-ice) !important;
		object-fit: cover !important;
		object-position: center !important;
	}
	body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
	body.single-product section.upsells.products ul.products li.product .woocommerce-loop-product__title {
		position: static !important;
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: auto !important;
		min-height: 2.45em !important;
		max-height: none !important;
		padding: 0 12px !important;
		margin: 0 !important;
		font-size: .79rem !important;
		font-weight: 600 !important;
		line-height: 1.22 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		text-align: left !important;
	}
	body.single-product section.related.products ul.products li.product .price,
	body.single-product section.upsells.products ul.products li.product .price {
		position: static !important;
		grid-column: 1 !important;
		grid-row: 3 !important;
		align-self: center !important;
		min-width: 0 !important;
		width: auto !important;
		padding: 0 0 0 12px !important;
		margin: 0 !important;
		font-size: .82rem !important;
		font-weight: 700 !important;
		line-height: 1.12 !important;
		text-align: left !important;
		display: flex !important;
		align-items: baseline !important;
		flex-wrap: wrap !important;
		gap: 2px 5px !important;
		white-space: normal !important;
		overflow: visible !important;
	}
	body.single-product section.related.products ul.products li.product .price del,
	body.single-product section.upsells.products ul.products li.product .price del { font-size: .7rem !important; }
	body.single-product section.related.products ul.products li.product .button,
	body.single-product section.upsells.products ul.products li.product .button,
	body.single-product section.related.products ul.products li.product a.button.product_type_variable,
	body.single-product section.upsells.products ul.products li.product a.button.product_type_variable {
		position: static !important;
		grid-column: 2 !important;
		grid-row: 3 !important;
		align-self: center !important;
		justify-self: end !important;
		width: auto !important;
		min-width: 90px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 13px !important;
		margin: 0 12px 0 0 !important;
		color: #fff !important;
		background: #050505 !important;
		border: 1px solid #050505 !important;
		border-radius: 999px !important;
		box-shadow: none !important;
		font-size: .62rem !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
}

@media (min-width: 1024px) {
	body.single-product section.related.products ul.products,
	body.single-product section.upsells.products ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 26px 20px !important;
	}
}


/* ========================================================================
   Eterno 2.0.50 - galeria com voltar + CTA dos relacionados refinado
   ======================================================================== */
/* A seta de voltar usa exatamente a mesma posição vertical da seta de avançar. */
body.single-product .eterno-product-gallery-prev {
	position: absolute;
	top: var(--eterno-gallery-arrow-top, 42%);
	left: 18px;
	z-index: 12;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #111;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(17,17,17,.12);
	border-radius: 50%;
	box-shadow: 0 7px 22px rgba(0,0,0,.10);
	transform: translateY(-50%);
	cursor: pointer;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
body.single-product .eterno-product-gallery-prev span {
	display: block;
	margin-top: -3px;
	font-family: Arial, sans-serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}
body.single-product .eterno-product-gallery-prev:hover,
body.single-product .eterno-product-gallery-prev:focus-visible {
	background: #fff;
	box-shadow: 0 9px 26px rgba(0,0,0,.16);
	transform: translateY(-50%) scale(1.04);
}
@media (min-width: 768px) {
	body.single-product .eterno-product-gallery-prev { display: inline-flex; }
}

/* Centraliza de verdade o texto de todos os CTAs dos recomendados. */
body.single-product section.related.products ul.products li.product .button,
body.single-product section.upsells.products ul.products li.product .button,
body.single-product section.related.products ul.products li.product a.button.product_type_variable,
body.single-product section.upsells.products ul.products li.product a.button.product_type_variable {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	vertical-align: middle !important;
}

/* Apenas o CTA de adicionar produtos simples fica laranja; “Ver opções” permanece preto. */
body.single-product section.related.products ul.products li.product a.eterno-inline-add-to-cart,
body.single-product section.upsells.products ul.products li.product a.eterno-inline-add-to-cart {
	color: #fff !important;
	background: var(--eterno-orange) !important;
	border-color: var(--eterno-orange) !important;
}
body.single-product section.related.products ul.products li.product a.eterno-inline-add-to-cart:hover,
body.single-product section.related.products ul.products li.product a.eterno-inline-add-to-cart:focus-visible,
body.single-product section.upsells.products ul.products li.product a.eterno-inline-add-to-cart:hover,
body.single-product section.upsells.products ul.products li.product a.eterno-inline-add-to-cart:focus-visible {
	background: #c94312 !important;
	border-color: #c94312 !important;
}


/* 2.0.51 — CTA principal laranja, recomendados pretos e add-to-cart sem saída da página. */
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button.button,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button.button.alt {
	color: #fff !important;
	background: var(--eterno-orange) !important;
	border-color: var(--eterno-orange) !important;
	box-shadow: none !important;
}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:focus-visible {
	color: #fff !important;
	background: #c94312 !important;
	border-color: #c94312 !important;
}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button.disabled,
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:disabled {
	color: #fff !important;
	background: var(--eterno-orange) !important;
	border-color: var(--eterno-orange) !important;
	opacity: .62 !important;
}

/* Relacionados/upsells voltam ao mesmo CTA preto do catálogo. */
body.single-product section.related.products ul.products li.product a.eterno-inline-add-to-cart,
body.single-product section.upsells.products ul.products li.product a.eterno-inline-add-to-cart {
	color: #fff !important;
	background: #050505 !important;
	border-color: #050505 !important;
}
body.single-product section.related.products ul.products li.product a.eterno-inline-add-to-cart:hover,
body.single-product section.related.products ul.products li.product a.eterno-inline-add-to-cart:focus-visible,
body.single-product section.upsells.products ul.products li.product a.eterno-inline-add-to-cart:hover,
body.single-product section.upsells.products ul.products li.product a.eterno-inline-add-to-cart:focus-visible {
	color: #fff !important;
	background: #242424 !important;
	border-color: #242424 !important;
}


/* 2.0.52 — CTA principal realmente laranja e adição AJAX sem sair do produto. */
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button.button,
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button.button.alt,
html body.single-product .woocommerce div.product form.variations_form button.single_add_to_cart_button,
html body.single-product .woocommerce div.product form.variations_form button.single_add_to_cart_button.button.alt {
	background: #f04a0a !important;
	background-color: #f04a0a !important;
	border-color: #f04a0a !important;
	color: #fff !important;
	box-shadow: none !important;
}
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:hover,
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:focus-visible,
html body.single-product .woocommerce div.product form.variations_form button.single_add_to_cart_button:hover,
html body.single-product .woocommerce div.product form.variations_form button.single_add_to_cart_button:focus-visible {
	background: #d83b00 !important;
	background-color: #d83b00 !important;
	border-color: #d83b00 !important;
	color: #fff !important;
}
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button.loading,
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button.added,
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button.disabled,
html body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:disabled {
	background: #f04a0a !important;
	background-color: #f04a0a !important;
	border-color: #f04a0a !important;
	color: #fff !important;
}
body.single-product .eterno-single-cart-notice {
	margin: 0 0 12px;
	padding: 10px 12px;
	border: 1px solid #e6e1da;
	background: #fff;
	font-size: .78rem;
	line-height: 1.45;
}
body.single-product .eterno-single-cart-notice--error {
	border-color: #d9a29c;
	color: #8f2119;
	background: #fff8f7;
}


/* 2.0.54 — remove apenas o simulador de frete duplicado do produto.
 * O calculador de frete do plugin, identificado por “Calcular o Frete”, permanece intacto. */
.single-product .eterno-hidden-shipping-simulation {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}


/* 2.0.56 — remove marcação automática indevida do menu na página de catálogo.
 * Hover continua funcionando normalmente; somente o estado current-menu-item
 * é neutralizado em Loja/Categorias/arquivos de produto. */
body.eterno-catalog-page .eterno-primary-nav .current-menu-item > a::after,
body.eterno-catalog-page .eterno-primary-nav .current-menu-parent > a::after,
body.eterno-catalog-page .eterno-primary-nav .current-menu-ancestor > a::after,
body.eterno-catalog-page .eterno-primary-nav .current_page_item > a::after,
body.eterno-catalog-page .eterno-primary-nav .current_page_parent > a::after,
body.eterno-catalog-page .eterno-primary-nav .current_page_ancestor > a::after {
	transform: scaleX(0) !important;
}
body.eterno-catalog-page .eterno-primary-nav .menu a:hover::after,
body.eterno-catalog-page .eterno-primary-nav .menu a:focus-visible::after {
	transform: scaleX(1) !important;
	transform-origin: left;
}


/* === 2.0.58: resumo do carrinho mais compacto === */
body.eterno-cart-page .cart-collaterals {
	align-self: start !important;
	height: auto !important;
	min-height: 0 !important;
}
body.eterno-cart-page .cart-collaterals .cart_totals {
	display: block !important;
	width: min(100%, 390px) !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 24px 26px !important;
	margin: 0 0 0 auto !important;
}
body.eterno-cart-page .cart_totals h2 {
	margin: 0 0 18px !important;
	font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
	line-height: 1 !important;
}
body.eterno-cart-page .cart_totals table.shop_table {
	margin: 0 0 16px !important;
}
body.eterno-cart-page .cart_totals table.shop_table th,
body.eterno-cart-page .cart_totals table.shop_table td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
body.eterno-cart-page .wc-proceed-to-checkout {
	margin-top: 8px !important;
}
body.eterno-cart-page .eterno-summary-assurances {
	gap: 10px !important;
	padding-top: 16px !important;
	margin-top: 16px !important;
}
@media (max-width: 767px) {
	body.eterno-cart-page .cart-collaterals .cart_totals {
		width: 100% !important;
		padding: 20px 18px !important;
		margin: 0 !important;
	}
}


/* === 2.0.59: carrinho - total realmente compacto, sem esticar com a coluna === */
body.eterno-cart-page .woocommerce .cart-collaterals,
body.woocommerce-cart .woocommerce .cart-collaterals {
	display: block !important;
	align-self: start !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}
body.eterno-cart-page .woocommerce .cart-collaterals .cart_totals,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	grid-auto-rows: max-content !important;
	align-content: start !important;
	justify-content: stretch !important;
	width: 100% !important;
	max-width: 390px !important;
	height: fit-content !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 22px 24px !important;
	margin: 0 0 0 auto !important;
}
body.eterno-cart-page .cart_totals > *,
body.woocommerce-cart .cart_totals > * {
	align-self: start !important;
	margin-top: 0 !important;
}
body.eterno-cart-page .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table {
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}


/* 2.0.60 — carrinho sem bloco de produtos sugeridos. */
body.eterno-cart-page .cross-sells,
body.woocommerce-cart .cross-sells {
	display: none !important;
}


/* 2.0.61 — checkout: textos finais legíveis dentro do pagamento + apenas um resumo do pedido. */
body.eterno-payment-stage .eterno-review-side-title {
	display: none !important;
}
body.eterno-payment-stage #payment {
	overflow: visible !important;
}
body.eterno-payment-stage #payment .place-order {
	position: static !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 16px 0 0 !important;
	padding: 18px 0 0 !important;
	background: #fff !important;
	border-top: 1px solid var(--eterno-checkout-line) !important;
	backdrop-filter: none !important;
	overflow: visible !important;
	clear: both !important;
}
body.eterno-payment-stage #payment .place-order::before,
body.eterno-payment-stage #payment .place-order::after {
	content: '';
	display: table;
	clear: both;
}
body.eterno-payment-stage #payment .place-order .woocommerce-privacy-policy-text,
body.eterno-payment-stage #payment .place-order .woocommerce-terms-and-conditions-wrapper,
body.eterno-payment-stage #payment .place-order .woocommerce-form__label-for-checkbox,
body.eterno-payment-stage #payment .place-order .form-row,
body.eterno-payment-stage #payment .place-order p {
	float: none !important;
	position: static !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	white-space: normal !important;
	overflow: visible !important;
	text-indent: 0 !important;
}
body.eterno-payment-stage #payment .place-order .woocommerce-privacy-policy-text,
body.eterno-payment-stage #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 12px !important;
	color: #746f69 !important;
	font-size: .72rem !important;
	line-height: 1.55 !important;
	text-align: left !important;
}
body.eterno-payment-stage #payment .place-order .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: flex-start !important;
	gap: 8px !important;
	color: #282522 !important;
	font-size: .72rem !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}
body.eterno-payment-stage #payment .place-order .woocommerce-form__label-for-checkbox input[type="checkbox"] {
	flex: 0 0 auto !important;
	margin: 2px 0 0 !important;
}
body.eterno-payment-stage #place_order {
	float: none !important;
	width: 100% !important;
	margin: 4px 0 0 !important;
}
body.eterno-payment-stage .eterno-checkout-trustline {
	position: static !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	justify-content: flex-start !important;
	gap: 8px 18px !important;
	text-align: left !important;
	white-space: normal !important;
	overflow: visible !important;
}
body.eterno-payment-stage .eterno-checkout-trustline span {
	white-space: nowrap !important;
}
@media (max-width: 600px) {
	body.eterno-payment-stage #payment .place-order {
		margin: 14px 0 0 !important;
		padding: 14px 0 0 !important;
	}
	body.eterno-payment-stage .eterno-checkout-trustline {
		justify-content: flex-start !important;
		gap: 8px 12px !important;
	}
}


/* ========================================================================
   Eterno 2.0.62 - segunda foto no hover dos cards da Home e do catálogo
   ======================================================================== */
body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media,
body.woocommerce-shop ul.products li.product .eterno-loop-product-media,
body.post-type-archive-product ul.products li.product .eterno-loop-product-media,
body.tax-product_cat ul.products li.product .eterno-loop-product-media,
body.tax-product_tag ul.products li.product .eterno-loop-product-media,
body.eterno-catalog-page ul.products li.product .eterno-loop-product-media {
	position: relative;
	grid-column: 1 / -1;
	grid-row: 1;
	order: 1;
	width: 100%;
	aspect-ratio: 1 / 1.12;
	margin: 0 0 3px;
	background: var(--eterno-white);
	overflow: hidden;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media > img,
body.woocommerce-shop ul.products li.product .eterno-loop-product-media > img,
body.post-type-archive-product ul.products li.product .eterno-loop-product-media > img,
body.tax-product_cat ul.products li.product .eterno-loop-product-media > img,
body.tax-product_tag ul.products li.product .eterno-loop-product-media > img,
body.eterno-catalog-page ul.products li.product .eterno-loop-product-media > img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	aspect-ratio: auto !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: none !important;
}

body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-secondary-image,
body.woocommerce-shop ul.products li.product .eterno-loop-secondary-image,
body.post-type-archive-product ul.products li.product .eterno-loop-secondary-image,
body.tax-product_cat ul.products li.product .eterno-loop-secondary-image,
body.tax-product_tag ul.products li.product .eterno-loop-secondary-image,
body.eterno-catalog-page ul.products li.product .eterno-loop-secondary-image {
	z-index: 1;
	opacity: 0;
	transition: opacity 260ms ease;
}

@media (hover: hover) and (pointer: fine) {
	body.eterno-front-page .eterno-featured-products ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.eterno-front-page .eterno-featured-products ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media {
		aspect-ratio: 1 / 1.22;
		margin-bottom: 2px;
	}
}


/* ========================================================================
   Eterno 2.0.63 - deslize de fotos nos cards no celular
   ======================================================================== */
@media (max-width: 767px) and (hover: none) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image {
		touch-action: pan-y;
		-webkit-user-select: none;
		user-select: none;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image > img {
		transition: transform 260ms ease !important;
		will-change: transform;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image > img:not(.eterno-loop-secondary-image),
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image > img:not(.eterno-loop-secondary-image),
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image > img:not(.eterno-loop-secondary-image),
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image > img:not(.eterno-loop-secondary-image),
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image > img:not(.eterno-loop-secondary-image),
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image > img:not(.eterno-loop-secondary-image) {
		transform: translate3d(0, 0, 0) !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image {
		opacity: 1 !important;
		transform: translate3d(100%, 0, 0) !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image) {
		transform: translate3d(-100%, 0, 0) !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image {
		transform: translate3d(0, 0, 0) !important;
	}
}


/* ========================================================================
   Eterno 2.0.64 - indicadores de fotos nos cards no celular
   ======================================================================== */
.eterno-loop-media-dots {
	display: none;
}

@media (max-width: 767px) and (hover: none) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots {
		position: absolute;
		left: 50%;
		bottom: 9px;
		z-index: 5;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		transform: translateX(-50%);
		pointer-events: none;
	}

	.eterno-loop-media-dot {
		display: block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(17, 16, 15, .42);
		border-radius: 50%;
		background: rgba(255, 255, 255, .92);
		box-shadow: 0 1px 3px rgba(0, 0, 0, .14);
		transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease;
	}

	.eterno-loop-media-dot.is-active {
		width: 16px;
		border-radius: 999px;
		border-color: #11100f;
		background: #11100f;
	}
}


/* ========================================================================
   Eterno 2.0.66 - swipe nativo robusto nos cards mobile, inclusive categorias
   ======================================================================== */
@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y !important;
		scrollbar-width: none;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image::-webkit-scrollbar,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image::-webkit-scrollbar,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image::-webkit-scrollbar,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image::-webkit-scrollbar,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image::-webkit-scrollbar,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image::-webkit-scrollbar {
		display: none;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image > img {
		position: relative !important;
		inset: auto !important;
		z-index: 1 !important;
		display: block !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		object-fit: cover !important;
		object-position: center !important;
		transform: none !important;
		transition: none !important;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image {
		opacity: 1 !important;
		transform: none !important;
	}

	/* The indicators stay pinned to the card instead of becoming a flex slide. */
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots {
		position: sticky !important;
		left: 50% !important;
		bottom: 9px !important;
		z-index: 7 !important;
		align-self: flex-end !important;
		flex: 0 0 auto !important;
		width: 0 !important;
		min-width: 0 !important;
		margin-left: -50% !important;
		margin-bottom: 9px !important;
		transform: translateX(-50%) !important;
		pointer-events: none !important;
	}
}

/* ========================================================================
   Eterno 2.0.67 - uma foto por vez no swipe mobile + feedback do carrinho
   ======================================================================== */
@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image {
		display: block !important;
		position: relative !important;
		overflow: hidden !important;
		overflow-x: hidden !important;
		overflow-y: hidden !important;
		scroll-snap-type: none !important;
		scroll-behavior: auto !important;
		touch-action: pan-y !important;
		-webkit-user-select: none !important;
		user-select: none !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image > img {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		object-fit: cover !important;
		object-position: center !important;
		-webkit-user-drag: none !important;
		transform: translate3d(0, 0, 0) !important;
		transition: transform 230ms ease !important;
		will-change: transform;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-secondary-image {
		transform: translate3d(100%, 0, 0) !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image),
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible > img:not(.eterno-loop-secondary-image) {
		transform: translate3d(-100%, 0, 0) !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image.is-secondary-visible .eterno-loop-secondary-image {
		transform: translate3d(0, 0, 0) !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots {
		position: absolute !important;
		left: 50% !important;
		bottom: 9px !important;
		z-index: 7 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 5px !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		transform: translateX(-50%) !important;
		pointer-events: none !important;
	}
}

/* A confirmação precisa ficar acima de barras móveis, plugins e widgets. */
.eterno-cart-toast {
	z-index: 2147483000 !important;
	visibility: visible !important;
}

/* 2.0.69 — rotação das capas dos Banners 2–5 sem alterar o layout aprovado. */
.eterno-banner-secondary__rotator {
	position: relative;
}

.eterno-banner-secondary__media-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
}

.eterno-banner-secondary__media-slide.is-active {
	z-index: 1;
	opacity: 1;
}

.eterno-banner-secondary__media-slide picture,
.eterno-banner-secondary__media-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.eterno-banner-secondary__media-slide img {
	object-fit: cover;
	object-position: center;
}

@media (prefers-reduced-motion: reduce) {
	.eterno-banner-secondary__media-slide {
		transition: none;
	}
}



/* 2.0.70 — banners continuam rotativos, sem setas nem pontinhos de navegação. */
body.eterno-front-page .eterno-hero-carousel__controls {
	display: none !important;
}

/* ========================================================================
   Eterno 2.0.71 - swipe mobile reforcado para Safari/iPhone
   ======================================================================== */
@media (max-width: 767px) {
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image {
		touch-action: pan-y !important;
		-webkit-touch-callout: none !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image > img,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image > img {
		pointer-events: none !important;
		-webkit-user-drag: none !important;
	}
}


/* ========================================================================
   Eterno 2.0.72 - swipe nativo consistente na Home e em todas as ordenacoes
   ======================================================================== */
/* Desktop: a nova trilha preserva exatamente o hover aprovado. */
.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: none !important;
}

.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img:not(.eterno-loop-secondary-image) {
	z-index: 1;
	opacity: 1 !important;
}

.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image {
	z-index: 2;
	opacity: 0 !important;
	transition: opacity 260ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
	.woocommerce ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image,
	.woocommerce ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image,
	.eterno-featured-products ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image,
	.eterno-featured-products ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image {
		opacity: 1 !important;
	}
}

/* Mobile: a propria trilha e o scroller. Assim o gesto nao depende da
 * ordenacao, de listeners presos ao card ou de o grid ter vindo do cache/AJAX. */
@media (max-width: 767px) {
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image {
		position: relative !important;
		display: block !important;
		overflow: hidden !important;
		touch-action: auto !important;
		-webkit-touch-callout: none !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
		position: absolute !important;
		inset: 0 !important;
		display: flex !important;
		flex-flow: row nowrap !important;
		width: 100% !important;
		height: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		scroll-behavior: smooth !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y !important;
		scrollbar-width: none;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track::-webkit-scrollbar,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track::-webkit-scrollbar {
		display: none;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img {
		position: relative !important;
		inset: auto !important;
		z-index: 1 !important;
		display: block !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		object-fit: cover !important;
		object-position: center !important;
		transform: none !important;
		transition: none !important;
		scroll-snap-align: start !important;
		scroll-snap-stop: always;
		pointer-events: auto !important;
		touch-action: pan-x pan-y !important;
		-webkit-user-drag: none !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track .eterno-loop-secondary-image {
		opacity: 1 !important;
		transform: none !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots {
		position: absolute !important;
		left: 50% !important;
		bottom: 9px !important;
		z-index: 8 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 5px !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		transform: translateX(-50%) !important;
		pointer-events: none !important;
	}
}

/* ========================================================================
   Eterno 2.0.73 - primeiro swipe responde sem precisar selecionar o card
   ======================================================================== */
@media (max-width: 767px) {
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img {
		touch-action: pan-y !important;
		-webkit-touch-callout: none !important;
		-webkit-user-select: none !important;
		user-select: none !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
		scroll-behavior: auto !important;
	}
}

/* ========================================================================
   Eterno 2.0.74 - segunda foto confiavel na Home + deslize sempre suave
   ======================================================================== */
@media (max-width: 767px) {
	/* O gesto horizontal passa a ser controlado por um unico runtime. Isso
	 * evita a disputa entre scroll-snap nativo e o snap do JavaScript, que em
	 * alguns aparelhos fazia a foto trocar instantaneamente. */
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
		overflow-x: hidden !important;
		overflow-y: hidden !important;
		scroll-snap-type: none !important;
		scroll-behavior: auto !important;
		touch-action: pan-y !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > img {
		scroll-snap-align: none !important;
		scroll-snap-stop: normal !important;
		touch-action: pan-y !important;
	}
}

/* ========================================================================
   Eterno 3.0 - dois slots fixos no swipe mobile
   ======================================================================== */
/* Cada foto ocupa um slot proprio. Assim wrappers de WebP/lazy-load nao
 * viram itens extras do flex e a segunda foto nunca cai numa "terceira"
 * posicao visual. No desktop, o mesmo slot preserva o hover aprovado. */
.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden !important;
}

.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide--primary {
	z-index: 1 !important;
	opacity: 1 !important;
}

.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide--secondary {
	z-index: 2 !important;
	opacity: 0 !important;
	transition: opacity 260ms ease !important;
}

.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > img,
.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > picture,
.eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > picture > img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.woocommerce ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
	.woocommerce ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
	.eterno-featured-products ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
	.eterno-featured-products ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary {
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch !important;
		width: 100% !important;
		height: 100% !important;
		overflow-x: hidden !important;
		overflow-y: hidden !important;
		scroll-snap-type: none !important;
		scroll-behavior: auto !important;
		touch-action: pan-y !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide {
		position: relative !important;
		inset: auto !important;
		z-index: 1 !important;
		display: block !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		overflow: hidden !important;
		touch-action: pan-y !important;
	}

	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > img,
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > picture,
	.woocommerce ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > picture > img,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > img,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > picture,
	.eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide > picture > img {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		object-fit: cover !important;
		object-position: center !important;
		transform: none !important;
		transition: none !important;
		pointer-events: none !important;
		-webkit-user-drag: none !important;
	}
}



/* ========================================================================
   Eterno 3.0.1 - swipe mobile com somente duas posicoes reais
   ======================================================================== */
@media (max-width: 767px) {
	/* O card faz o recorte. A trilha apenas se desloca entre 0 e -1 largura
	 * de card; nao existe scrollWidth, snap nativo ou terceiro slot virtual. */
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image {
		position: relative !important;
		display: block !important;
		overflow: hidden !important;
		touch-action: pan-y !important;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
		position: absolute !important;
		inset: 0 !important;
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch !important;
		gap: 0 !important;
		width: 100% !important;
		height: 100% !important;
		overflow: visible !important;
		scroll-snap-type: none !important;
		scroll-behavior: auto !important;
		touch-action: pan-y !important;
		will-change: transform;
	}

	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide {
		position: relative !important;
		inset: auto !important;
		z-index: 1 !important;
		display: block !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		opacity: 1 !important;
		overflow: hidden !important;
		transform: none !important;
		transition: none !important;
		touch-action: pan-y !important;
	}

	/* Neutraliza explicitamente o translateX(+100%) das versoes antigas.
	 * A imagem fica sempre em 0 dentro do seu proprio slot; somente a trilha
	 * inteira se move. Isso impede a segunda foto de cair na terceira posicao. */
	body.eterno-front-page .eterno-featured-products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image,
	body.woocommerce-shop ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image,
	body.post-type-archive-product ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image,
	body.tax-product_cat ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image,
	body.tax-product_tag ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image,
	body.eterno-catalog-page ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		object-fit: cover !important;
		object-position: center !important;
		transform: translate3d(0, 0, 0) !important;
		transition: none !important;
		pointer-events: none !important;
		-webkit-user-drag: none !important;
	}
}


/* 3.0.6 - produto estavel desde o primeiro paint. */
.single_add_to_cart_button.eterno-primary-cart-cta,
button.single_add_to_cart_button.eterno-primary-cart-cta {
	-webkit-appearance: none !important;
	appearance: none !important;
	-webkit-tap-highlight-color: transparent !important;
	background: #f04a0a !important;
	background-color: #f04a0a !important;
	background-image: none !important;
	border-color: #f04a0a !important;
	color: #fff !important;
	box-shadow: none !important;
	filter: none !important;
	transition: none !important;
}
.single_add_to_cart_button.eterno-primary-cart-cta:hover,
.single_add_to_cart_button.eterno-primary-cart-cta:focus,
.single_add_to_cart_button.eterno-primary-cart-cta:focus-visible,
.single_add_to_cart_button.eterno-primary-cart-cta:active,
.single_add_to_cart_button.eterno-primary-cart-cta.loading,
.single_add_to_cart_button.eterno-primary-cart-cta.added,
.single_add_to_cart_button.eterno-primary-cart-cta.disabled,
.single_add_to_cart_button.eterno-primary-cart-cta:disabled {
	background: #f04a0a !important;
	background-color: #f04a0a !important;
	background-image: none !important;
	border-color: #f04a0a !important;
	color: #fff !important;
}

/* ========================================================================
   Eterno 3.0.8 - relacionados em varias linhas sem quebrar a midia do card
   ======================================================================== */
/* O thumbnail customizado sempre usa .eterno-loop-product-media. Quando o
 * produto possui segunda foto, a trilha interna e absoluta e, sem uma altura
 * propria no wrapper, o card perde a altura da imagem e invade a proxima linha.
 * Esta regra fixa a area de midia e deixa as 3 linhas de relacionados crescerem
 * naturalmente, mantendo o mesmo desenho de card aprovado. */
body.single-product section.related.products,
body.single-product section.upsells.products {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

body.single-product section.related.products ul.products,
body.single-product section.upsells.products ul.products {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	grid-auto-rows: auto !important;
	align-items: stretch !important;
}

body.single-product section.related.products ul.products li.product,
body.single-product section.upsells.products ul.products li.product {
	height: auto !important;
	min-height: 0 !important;
}

body.single-product section.related.products ul.products li.product .eterno-loop-product-media,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media {
	position: relative !important;
	display: block !important;
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	aspect-ratio: 1 / 1.22 !important;
	margin: 0 0 2px !important;
	background: var(--eterno-ice) !important;
	overflow: hidden !important;
}

/* Produtos sem segunda foto tambem ocupam exatamente a mesma area visual. */
body.single-product section.related.products ul.products li.product .eterno-loop-product-media > img,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media > img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* Produtos com segunda foto: a trilha fica contida na area de midia do card. */
body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

@media (max-width: 767px) {
	body.single-product section.related.products ul.products li.product .eterno-loop-product-media,
	body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media {
		aspect-ratio: 1 / 1.12 !important;
		margin-bottom: 3px !important;
	}
}

/* === 3.0.9: compartilhamento nativo na pagina do produto === */
body.single-product .eterno-product-share {
	display: flex;
	align-items: center;
	margin: 12px 0 18px;
}

body.single-product .eterno-product-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	color: var(--eterno-black);
	background: var(--eterno-white);
	border: 1px solid var(--eterno-gray-200);
	border-radius: 3px;
	box-shadow: none;
	font-family: var(--eterno-font-body);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color var(--eterno-transition), border-color var(--eterno-transition), color var(--eterno-transition);
	-webkit-tap-highlight-color: transparent;
}

body.single-product .eterno-product-share__button .eterno-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

body.single-product .eterno-product-share__button:hover,
body.single-product .eterno-product-share__button:focus-visible {
	color: var(--eterno-black);
	background: #f7f7f5;
	border-color: var(--eterno-black);
}

body.single-product .eterno-product-share__button.is-success {
	border-color: var(--eterno-orange);
}

@media (min-width: 768px) {
	body.single-product .eterno-product-share__button {
		width: auto;
		min-width: 176px;
	}
}



/* ================================================================
   Eterno 3.0.12 - WhatsApp flutuante verde no desktop
   ================================================================ */
.eterno-whatsapp-desktop-float {
	position: fixed;
	left: 28px;
	bottom: 28px;
	z-index: 44;
	display: none;
	place-items: center;
	width: 54px;
	height: 54px;
	color: var(--eterno-white);
	background: #20c866;
	border: 2px solid var(--eterno-white);
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: transform var(--eterno-transition), box-shadow var(--eterno-transition), background var(--eterno-transition);
}

.eterno-whatsapp-desktop-float:hover {
	color: var(--eterno-white);
	background: #18ad56;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
	transform: translateY(-3px);
}

.eterno-whatsapp-desktop-float .eterno-icon {
	width: 29px;
	height: 29px;
}

@media (min-width: 782px) {
	.eterno-whatsapp-desktop-float {
		display: grid;
	}
}

@media (max-width: 781px) {
	.eterno-whatsapp-desktop-float {
		display: none !important;
	}
}

body.woocommerce-checkout .eterno-whatsapp-desktop-float,
body.eterno-checkout-auth-page .eterno-whatsapp-desktop-float {
	display: none !important;
}

@media print {
	.eterno-whatsapp-desktop-float {
		display: none !important;
	}
}

/* ========================================================================
   Eterno 3.0.13 - segunda foto nos relacionados igual Home/Loja
   ======================================================================== */
/* Na pagina individual, os relacionados usam o mesmo HTML de duas fotos dos
 * cards da Home/Loja. Estas regras explicitam o mesmo hover desktop e o mesmo
 * trilho de duas posicoes no mobile, inclusive quando nao existe um ancestral
 * .woocommerce envolvendo a secao de relacionados. */
body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image {
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
}

body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--primary,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--primary {
	z-index: 1 !important;
	opacity: 1 !important;
}

body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary {
	z-index: 2 !important;
	opacity: 0 !important;
	transition: opacity 260ms ease !important;
}

body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide > img,
body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide > picture,
body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide > picture > img,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide > img,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide > picture,
body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide > picture > img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: translate3d(0, 0, 0) !important;
}

@media (hover: hover) and (pointer: fine) {
	body.single-product section.related.products ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
	body.single-product section.related.products ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
	body.single-product section.upsells.products ul.products li.product:hover .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary,
	body.single-product section.upsells.products ul.products li.product:focus-within .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide--secondary {
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
	body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image,
	body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image {
		touch-action: pan-y !important;
		-webkit-touch-callout: none !important;
		-webkit-user-select: none !important;
		user-select: none !important;
	}

	body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track,
	body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track {
		position: absolute !important;
		inset: 0 !important;
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch !important;
		gap: 0 !important;
		width: 100% !important;
		height: 100% !important;
		overflow: visible !important;
		touch-action: pan-y !important;
		will-change: transform;
	}

	body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide,
	body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-track > .eterno-loop-media-slide {
		position: relative !important;
		inset: auto !important;
		z-index: 1 !important;
		display: block !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		opacity: 1 !important;
		overflow: hidden !important;
		transform: none !important;
		transition: none !important;
		touch-action: pan-y !important;
	}

	body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image,
	body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-slide .eterno-loop-secondary-image {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		opacity: 1 !important;
		object-fit: cover !important;
		object-position: center !important;
		transform: translate3d(0, 0, 0) !important;
		transition: none !important;
		pointer-events: none !important;
		-webkit-user-drag: none !important;
	}

	body.single-product section.related.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots,
	body.single-product section.upsells.products ul.products li.product .eterno-loop-product-media.has-secondary-image .eterno-loop-media-dots {
		position: absolute !important;
		left: 50% !important;
		bottom: 9px !important;
		z-index: 8 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 5px !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		transform: translateX(-50%) !important;
		pointer-events: none !important;
	}
}

/* ========================================================================
   Eterno 3.0.14 - setas sobre os banners no desktop
   ======================================================================== */
.eterno-banner-arrow {
	display: none;
}

@media (min-width: 768px) {
	body.eterno-front-page .eterno-banner-arrow {
		position: absolute;
		top: 50%;
		z-index: 8;
		display: grid;
		place-items: center;
		width: 46px;
		height: 46px;
		padding: 0;
		color: #050505;
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(5, 5, 5, 0.14);
		border-radius: 50%;
		box-shadow: 0 5px 20px rgba(5, 5, 5, 0.16);
		transform: translateY(-50%);
		cursor: pointer;
		transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
	}

	body.eterno-front-page .eterno-banner-arrow span {
		display: block;
		font-size: 32px;
		font-weight: 400;
		line-height: 1;
		transform: translateY(-1px);
	}

	body.eterno-front-page .eterno-banner-arrow--prev {
		left: 20px;
	}

	body.eterno-front-page .eterno-banner-arrow--next {
		right: 20px;
	}

	body.eterno-front-page .eterno-banner-arrow:hover,
	body.eterno-front-page .eterno-banner-arrow:focus-visible {
		color: #ffffff;
		background: #050505;
		box-shadow: 0 7px 24px rgba(5, 5, 5, 0.24);
		outline: none;
	}

	body.eterno-front-page .eterno-banner-arrow:active {
		transform: translateY(-50%) scale(0.96);
	}
}



/* ========================================================================
   Eterno 3.0.15 - setas desktop robustas em resolucoes intermediarias
   ======================================================================== */
@media (min-width: 768px) {
	body.eterno-front-page .eterno-hero-carousel,
	body.eterno-front-page .eterno-banner-secondary__rotator {
		position: relative !important;
	}

	body.eterno-front-page .eterno-banner-arrow {
		position: absolute !important;
		top: 50% !important;
		z-index: 30 !important;
		display: grid !important;
		place-items: center !important;
		box-sizing: border-box !important;
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 0 !important;
		-webkit-appearance: none !important;
		appearance: none !important;
		transform: translateY(-50%) !important;
	}

	body.eterno-front-page .eterno-banner-arrow--prev {
		left: 20px !important;
		right: auto !important;
	}

	body.eterno-front-page .eterno-banner-arrow--next {
		right: 20px !important;
		left: auto !important;
	}
}


/* ========================================================================
   Eterno 3.0.16 - remove emenda entre banners apenas no desktop intermediario
   ======================================================================== */
/*
 * Em alguns monitores de 27 polegadas/escala do Windows, uma emenda branca
 * de aproximadamente 10px podia aparecer entre banners que ficam encostados
 * na Home. O ajuste e restrito ao desktop e apenas a banners realmente
 * adjacentes; nenhuma regra de max-width:767px e alterada.
 */
@media (min-width: 1200px) and (max-width: 1700px) {
	body.eterno-front-page #primary > .eterno-hero-carousel + .eterno-banner-secondary,
	body.eterno-front-page #primary > .eterno-banner-secondary + .eterno-banner-secondary {
		margin-top: -8px !important;
	}
}


/* ========================================================================
   Eterno 3.0.18 - nomes completos na selecao de categorias
   ======================================================================== */
/* A selecao de categorias do catalogo deixa de truncar os nomes em uma
   unica linha. Mantem os rotulos centralizados e permite quebra natural,
   preservando o nome completo cadastrado no WooCommerce. */
.eterno-catalog-page .eterno-shop-category__label {
	width: 100%;
	max-width: 100%;
	min-height: 2.5em;
	padding: 0 3px;
	font-family: var(--eterno-font-body);
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.01em;
	text-align: center;
	text-transform: none;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

@media (min-width: 768px) {
	.eterno-catalog-page .eterno-shop-category__label {
		font-size: 0.76rem;
	}
}

@media (min-width: 1024px) {
	.eterno-catalog-page .eterno-shop-category__label {
		font-size: 0.78rem;
	}
}

@media (max-width: 767px) {
	.eterno-catalog-page .eterno-shop-category__label {
		font-size: 0.68rem;
		min-height: 2.5em;
	}
}

/* ========================================================================
   Eterno 3.0.19 - nomes completos nas categorias da Home
   ======================================================================== */
/* Aplica na selecao de categorias da Home o mesmo tratamento tipografico
   usado no catalogo desde a 3.0.18: sem reticencias, sem caixa-alta forcado
   e com quebra natural de linha, mantendo circulos e carrossel intactos. */
.eterno-collections .eterno-category-circle__label {
	width: 100%;
	max-width: 100%;
	min-height: 2.5em;
	padding: 0 3px;
	font-family: var(--eterno-font-body);
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.01em;
	text-align: center;
	text-transform: none;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

@media (min-width: 768px) {
	.eterno-collections .eterno-category-circle__label {
		font-size: 0.76rem;
	}
}

@media (min-width: 1024px) {
	.eterno-collections .eterno-category-circle__label {
		font-size: 0.78rem;
	}
}

@media (max-width: 767px) {
	.eterno-collections .eterno-category-circle__label {
		font-size: 0.68rem;
		min-height: 2.5em;
	}
}


/* 3.0.20 — controles - / + da quantidade no carrinho. */
body.eterno-cart-page .eterno-cart-qty-control {
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	vertical-align: middle;
}

body.eterno-cart-page .eterno-cart-qty-control .quantity {
	display: flex;
	margin: 0 !important;
}

body.eterno-cart-page .eterno-cart-qty-control .qty {
	width: 46px !important;
	min-width: 46px;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 6px 4px;
	border: 1px solid var(--eterno-gray-200);
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	background: var(--eterno-white);
	color: var(--eterno-black);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	-moz-appearance: textfield;
}

body.eterno-cart-page .eterno-cart-qty-control .qty::-webkit-outer-spin-button,
body.eterno-cart-page .eterno-cart-qty-control .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

body.eterno-cart-page .eterno-cart-qty-step {
	display: inline-grid;
	place-items: center;
	flex: 0 0 36px;
	width: 36px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--eterno-gray-200);
	background: var(--eterno-white);
	color: var(--eterno-black);
	font: inherit;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

body.eterno-cart-page .eterno-cart-qty-step--minus {
	border-radius: 3px 0 0 3px;
}

body.eterno-cart-page .eterno-cart-qty-step--plus {
	border-radius: 0 3px 3px 0;
}

body.eterno-cart-page .eterno-cart-qty-step:hover,
body.eterno-cart-page .eterno-cart-qty-step:focus-visible {
	border-color: var(--eterno-black);
	background: var(--eterno-black);
	color: var(--eterno-white);
	outline: 0;
}

body.eterno-cart-page .eterno-cart-qty-step:disabled {
	cursor: not-allowed;
	opacity: .38;
}

@media (max-width: 767px) {
	body.eterno-cart-page .eterno-cart-qty-control .qty {
		width: 42px !important;
		min-width: 42px;
		height: 40px;
		min-height: 40px;
		font-size: 14px;
	}

	body.eterno-cart-page .eterno-cart-qty-step {
		flex-basis: 32px;
		width: 32px;
		height: 40px;
		font-size: 19px;
	}
}

/* ========================================================================
   Eterno 20.21 - Feedback visual durante a busca automatica do CEP
   ======================================================================== */
.eterno-luxury-address-card.is-looking-up-cep [name="postcode"] {
	background-image: linear-gradient(90deg, transparent 0%, rgba(240, 74, 10, 0.15) 50%, transparent 100%);
	background-size: 200% 100%;
	animation: eterno-cep-scan 900ms ease-in-out infinite;
}

@keyframes eterno-cep-scan {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}


/* ========================================================================
   Eterno 20.22 - Minha conta logada: layout desktop estavel
   Neutraliza floats/larguras padrao do WooCommerce apenas no desktop.
   ======================================================================== */
@media (min-width: 960px) {
	body.eterno-account-page.logged-in .woocommerce {
		display: grid !important;
		grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) !important;
		gap: clamp(32px, 4vw, 56px) !important;
		align-items: start;
		width: 100%;
	}

	body.eterno-account-page.logged-in .woocommerce-MyAccount-navigation {
		grid-column: 1;
		grid-row: 1;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		box-sizing: border-box;
		align-self: start;
	}

	body.eterno-account-page.logged-in .woocommerce-MyAccount-content {
		grid-column: 2;
		grid-row: 1;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}

	body.eterno-account-page.logged-in .woocommerce-MyAccount-content > :first-child {
		margin-top: 0;
	}

	body.eterno-account-page.logged-in .eterno-account-dashboard-intro h2 {
		max-width: none;
		font-size: clamp(2rem, 3vw, 3.2rem);
		line-height: 1.02;
	}
}
