/**
 * Loja + full-width store pages
 * Cards premium (papelaria / templates digitais)
 */

/* Tokens herdados de brand.css */

/* -------------------------------------------------------------------------
   Full-width: sem sidebars de blog
   ------------------------------------------------------------------------- */
body.ashe-wc-no-blog-sidebars .sidebar-left,
body.ashe-wc-no-blog-sidebars .sidebar-right,
body.ashe-wc-no-blog-sidebars .sidebar-left-wrap,
body.ashe-wc-no-blog-sidebars .sidebar-right-wrap,
body.ashe-wc-store .sidebar-left,
body.ashe-wc-store .sidebar-right,
body.ashe-wc-store .sidebar-left-wrap,
body.ashe-wc-store .sidebar-right-wrap,
body.woocommerce .sidebar-left,
body.woocommerce .sidebar-right,
body.woocommerce-page .sidebar-left,
body.woocommerce-page .sidebar-right {
	display: none !important;
}

body.ashe-wc-no-blog-sidebars .entry-comments,
body.ashe-wc-no-blog-sidebars .comments-area,
body.ashe-wc-no-blog-sidebars #comments,
body.ashe-wc-store .entry-comments,
body.woocommerce .entry-comments,
body.single-product .related-posts {
	display: none !important;
}

/* -------------------------------------------------------------------------
   Breadcrumb + toolbar
   ------------------------------------------------------------------------- */
.woocommerce .woocommerce-breadcrumb.ashe-wc-breadcrumb,
.ashe-wc-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.4rem;
	margin: 0 0 1.5rem;
	padding: 0 0 0.9rem;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--ashe-wc-muted);
	border-bottom: 1px solid var(--ashe-wc-line);
	font-family: 'Open Sans', sans-serif;
}

.ashe-wc-breadcrumb a {
	color: var(--ashe-wc-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.ashe-wc-breadcrumb a:hover {
	color: var(--ashe-wc-moss);
}

.ashe-wc-breadcrumb__sep {
	opacity: 0.45;
}

.ashe-wc-breadcrumb__current {
	color: var(--ashe-wc-ink);
}

.ashe-wc-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.85rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--ashe-wc-line);
}

.ashe-wc-shop-toolbar .woocommerce-result-count {
	margin: 0;
	font-size: 13px;
	color: var(--ashe-wc-muted);
}

.ashe-wc-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.ashe-wc-shop-toolbar .woocommerce-ordering select {
	min-height: 40px;
	padding: 0.4rem 2rem 0.4rem 0.75rem !important;
	border: 1px solid var(--ashe-wc-line) !important;
	border-radius: var(--ashe-wc-radius) !important;
	background: #fff !important;
	font-size: 13px !important;
	color: var(--ashe-wc-ink);
	box-shadow: none !important;
}

.woocommerce .woocommerce-products-header {
	margin-bottom: 1.35rem;
	text-align: center;
}

.woocommerce .woocommerce-products-header__title,
.woocommerce-page .page-title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-weight: 400 !important;
	font-size: clamp(1.75rem, 3vw, 2.2rem) !important;
	color: var(--ashe-wc-ink);
	margin: 0 0 0.5rem !important;
	letter-spacing: 0.01em;
}

/* -------------------------------------------------------------------------
   Grid + cards premium
   ------------------------------------------------------------------------- */
/* Filtro de categoria na loja */
.ashe-wc-filter-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.85rem;
	margin: 0 0 1.5rem;
	padding: 0.85rem 0 1rem;
	border-bottom: 1px solid var(--ashe-wc-line);
}

.ashe-wc-filter-bar__label {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ashe-wc-muted);
	flex: 0 0 auto;
}

.ashe-wc-filter-bar__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	flex: 1 1 auto;
}

.ashe-wc-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.75rem;
	border: 1px solid var(--ashe-wc-line);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 500;
	color: #555 !important;
	text-decoration: none !important;
	background: #fff;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
	line-height: 1.3;
}

.ashe-wc-chip:hover {
	border-color: #cfd8d3;
	color: var(--ashe-wc-moss-deep) !important;
}

.ashe-wc-chip.is-active {
	background: var(--ashe-wc-moss-soft);
	border-color: #c5d5ce;
	color: var(--ashe-wc-moss-deep) !important;
}

.ashe-wc-chip--child {
	font-weight: 400;
	opacity: 0.95;
	font-size: 0.75rem;
}

/*
 * Grelha de produtos — CSS Grid puro
 * NÃO exigir body.woocommerce (home shortcode)
 * Anula: Ashe 32%/48% float + WC smallscreen [class*=columns-]
 */
body.ashe-woocommerce-child ul.products,
body.ashe-woocommerce-child .woocommerce ul.products,
body.ashe-woocommerce-child .woocommerce-page ul.products,
body.ashe-woocommerce-child .page-content ul.products,
body.ashe-woocommerce-child .woocommerce .page-content ul.products,
body.ashe-woocommerce-child .page-content .woocommerce ul.products,
body.ashe-woocommerce-child ul.products[class*="columns-"],
body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
body.ashe-woocommerce-child .woocommerce-page ul.products[class*="columns-"],
body.ashe-woocommerce-child .ep-home ul.products,
body.ashe-woocommerce-child .ep-home .woocommerce ul.products {
	display: grid !important;
	/* 4 colunas desktop — evita 5+1 “produto isolado” */
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1.1rem 1rem !important;
	margin: 0 0 2rem !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	clear: none !important;
}

/* Remove clearfix que vira célula vazia na grid */
body.ashe-woocommerce-child ul.products::before,
body.ashe-woocommerce-child ul.products::after,
body.ashe-woocommerce-child .woocommerce ul.products::before,
body.ashe-woocommerce-child .woocommerce ul.products::after,
body.ashe-woocommerce-child .woocommerce-page ul.products::before,
body.ashe-woocommerce-child .woocommerce-page ul.products::after,
body.ashe-woocommerce-child .page-content ul.products::before,
body.ashe-woocommerce-child .page-content ul.products::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
	clear: none !important;
}

/* Anula Ashe/WC width% + floats — inclui selectores attribute do smallscreen */
body.ashe-woocommerce-child ul.products li.product,
body.ashe-woocommerce-child .woocommerce ul.products li.product,
body.ashe-woocommerce-child .woocommerce-page ul.products li.product,
body.ashe-woocommerce-child .page-content ul.products li.product,
body.ashe-woocommerce-child .woocommerce .page-content ul.products li.product,
body.ashe-woocommerce-child .page-content .woocommerce ul.products li.product,
body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"] li.product,
body.ashe-woocommerce-child .woocommerce-page ul.products[class*="columns-"] li.product,
body.ashe-woocommerce-child ul.products li.product.first,
body.ashe-woocommerce-child ul.products li.product.last,
body.ashe-woocommerce-child ul.products li.first,
body.ashe-woocommerce-child ul.products li.last,
body.ashe-woocommerce-child ul.products li.product:nth-child(odd),
body.ashe-woocommerce-child ul.products li.product:nth-child(even),
body.ashe-woocommerce-child .woocommerce ul.products li.product:nth-child(2n),
body.ashe-woocommerce-child .woocommerce-page ul.products li.product:nth-child(2n) {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	left: auto !important;
	right: auto !important;
	position: relative !important;
	text-align: left !important;
	box-sizing: border-box !important;
}

body.ashe-woocommerce-child ul.products li.product .ashe-wc-card {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100%;
	box-sizing: border-box !important;
}

@media (max-width: 1200px) {
	body.ashe-woocommerce-child ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce-page ul.products,
	body.ashe-woocommerce-child .page-content ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
	body.ashe-woocommerce-child .ep-home ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 1rem 0.85rem !important;
	}
}

@media (max-width: 900px) {
	body.ashe-woocommerce-child ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce-page ul.products,
	body.ashe-woocommerce-child .page-content ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
	body.ashe-woocommerce-child .ep-home ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.85rem 0.7rem !important;
	}
}

@media (max-width: 480px) {
	body.ashe-woocommerce-child ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce-page ul.products,
	body.ashe-woocommerce-child .page-content ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
	body.ashe-woocommerce-child .ep-home ul.products {
		grid-template-columns: 1fr !important;
		gap: 1rem !important;
	}
}

.ashe-wc-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	/* borda/radius/hover via brand.css DNA */
}

/* Cards compactos (5 por fila) */
body.ashe-woocommerce-child .ashe-wc-card__body {
	padding: 0.65rem 0.7rem 0.75rem !important;
	gap: 0.02rem;
}

body.ashe-woocommerce-child .ashe-wc-card__cat {
	font-size: 0.58rem !important;
	margin-bottom: 0.2rem !important;
	letter-spacing: 0.08em;
}

body.ashe-woocommerce-child .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ashe-woocommerce-child .ashe-wc-card__title {
	font-size: 0.88rem !important;
	line-height: 1.28 !important;
	margin: 0 0 0.25rem !important;
}

body.ashe-woocommerce-child .woocommerce ul.products li.product .price {
	font-size: 0.78rem !important;
	margin: 0.02rem 0 0.5rem !important;
}

body.ashe-woocommerce-child .woocommerce ul.products li.product .button,
body.ashe-woocommerce-child .ashe-wc-card__actions .button {
	min-height: 32px !important;
	padding: 0.35rem 0.5rem !important;
	font-size: 0.7rem !important;
}

/* Mídia */
.ashe-wc-card__media {
	position: relative;
	aspect-ratio: 1;
	background: var(--ashe-wc-paper);
	overflow: hidden;
}

.ashe-wc-card__media a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.ashe-wc-card__media img,
.woocommerce ul.products li.product a img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0 !important;
	transition: transform 0.45s ease, opacity 0.3s ease;
}

/* Esconde placeholder nativo do WC; usamos monograma editorial */
.ashe-wc-card--placeholder .ashe-wc-card__media img,
.ashe-wc-card__media img[src*="woocommerce-placeholder"],
.ashe-wc-card__media img.woocommerce-placeholder {
	opacity: 0 !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ashe-wc-card__ph {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(160deg, #f4f1eb 0%, #e9f0ed 45%, #f7f5f1 100%);
	border: 0;
}

.ashe-wc-card__ph-mark {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.35rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	color: var(--ashe-wc-moss-deep);
	opacity: 0.35;
	user-select: none;
}

.woocommerce ul.products li.product:hover .ashe-wc-card__media img {
	transform: scale(1.06);
	opacity: 0.97;
}

/* Sale */
.woocommerce span.onsale.ashe-wc-onsale,
.ashe-wc-onsale {
	position: absolute !important;
	top: 12px !important;
	left: 12px !important;
	right: auto !important;
	z-index: 3;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0.28rem 0.5rem !important;
	margin: 0 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2 !important;
	border-radius: 3px !important;
	background: #fff !important;
	color: var(--ashe-wc-moss-deep) !important;
	border: 1px solid rgba(61, 92, 82, 0.15);
	box-shadow: none !important;
}

/* Body — compacto, token de padding */
.ashe-wc-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: var(--ashe-wc-card-pad, 0.9rem 0.95rem 1rem);
	gap: 0.05rem;
	text-align: left;
	background: transparent;
}

.ashe-wc-card__cat {
	margin: 0 0 0.3rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ashe-wc-muted);
	line-height: 1.3;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ashe-wc-card__title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
	color: var(--ashe-wc-ink) !important;
}

.ashe-wc-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ashe-wc-card__title a:hover {
	color: var(--ashe-wc-moss-deep);
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
}

.woocommerce ul.products li.product .price {
	display: block;
	color: var(--ashe-wc-ink) !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	margin: 0.05rem 0 0.75rem !important;
	letter-spacing: 0.01em;
}

.woocommerce ul.products li.product .price del {
	opacity: 0.4;
	margin-right: 0.4rem;
	font-weight: 400;
	font-size: 0.85em;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	color: var(--ashe-wc-moss-deep) !important;
	background: transparent;
}

/* Actions — botão contido (outline → fill) */
.ashe-wc-card__actions {
	margin-top: auto;
	padding-top: 0.2rem;
}

.woocommerce ul.products li.product .button,
.ashe-wc-card__actions .button,
.ashe-wc-card__actions a.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0.5rem 0.75rem !important;
	min-height: 38px;
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	text-decoration: none !important;
	background: transparent !important;
	color: var(--ashe-wc-moss-deep) !important;
	border: 1px solid #d5ddd9 !important;
	border-radius: var(--ashe-wc-radius, 6px) !important;
	box-shadow: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

.woocommerce ul.products li.product .button:hover,
.ashe-wc-card__actions .button:hover,
.ashe-wc-card__actions a.button:hover {
	background: var(--ashe-wc-moss-deep) !important;
	border-color: var(--ashe-wc-moss-deep) !important;
	color: #fff !important;
}

.woocommerce ul.products li.product a.added_to_cart {
	display: none !important;
}

/* -------------------------------------------------------------------------
   Qty
   ------------------------------------------------------------------------- */
.ashe-wc-qty {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid var(--ashe-wc-line);
	border-radius: var(--ashe-wc-radius);
	overflow: hidden;
	vertical-align: middle;
}

.ashe-wc-qty .qty {
	width: 2.6rem !important;
	min-width: 2.6rem;
	border: 0 !important;
	text-align: center;
	margin: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
	-moz-appearance: textfield;
}

.ashe-wc-qty .qty::-webkit-outer-spin-button,
.ashe-wc-qty .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ashe-wc-qty__btn {
	width: 2rem;
	padding: 0;
	border: 0;
	background: var(--ashe-wc-paper);
	color: var(--ashe-wc-moss-deep);
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
}

.ashe-wc-qty__btn:hover {
	background: var(--ashe-wc-moss-soft);
}

/* -------------------------------------------------------------------------
   Single product — layout premium (identidade preservada)
   ------------------------------------------------------------------------- */
body.ashe-woocommerce-child.single-product .page-content,
body.ashe-woocommerce-child.single-product .main-container {
	/* Menos vazio exagerado sob o header */
	padding-top: 0.35rem;
}

body.ashe-woocommerce-child.single-product .woocommerce-notices-wrapper {
	margin-bottom: 0.75rem;
}

.woocommerce div.product.ashe-wc-single-product {
	max-width: 1180px;
	margin: 0 auto;
}

.woocommerce div.product .ashe-wc-single-top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 2rem 2.75rem;
	align-items: start;
	margin-bottom: 2.25rem;
	padding: 0.25rem 0 0.5rem;
}

.woocommerce div.product .ashe-wc-single-top::after {
	display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	margin: 0;
	border: 1px solid var(--ashe-wc-line);
	border-radius: calc(var(--ashe-wc-radius, 8px) + 2px);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 0 rgba(47, 72, 64, 0.04);
}

/* Galeria single — zoom/lightbox nativos WC + acabamento */
.woocommerce div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product .woocommerce-product-gallery__image a {
	cursor: zoom-in;
	display: block;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-product-gallery__image img {
	transition: transform 0.4s ease;
}

.woocommerce div.product .woocommerce-product-gallery__image:hover img {
	transform: scale(1.03);
}

.woocommerce div.product .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0 !important;
	padding: 0 10px 10px;
}

.woocommerce div.product .flex-control-thumbs li {
	width: calc(25% - 6px) !important;
	margin: 0 !important;
	float: none !important;
	border: 1px solid var(--ashe-wc-line);
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.75;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.woocommerce div.product .flex-control-thumbs li img {
	opacity: 1 !important;
}

.woocommerce div.product .flex-control-thumbs li:hover,
.woocommerce div.product .flex-control-thumbs li.flex-active {
	opacity: 1;
	border-color: var(--ashe-wc-moss);
}

.woocommerce div.product div.summary {
	float: none !important;
	width: 100% !important;
	margin: 0;
	padding: 0.15rem 0 0;
}

.woocommerce div.product .product_title {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: clamp(1.55rem, 2.6vw, 2rem) !important;
	font-weight: 400 !important;
	line-height: 1.22;
	margin: 0 0 0.55rem;
	color: var(--ashe-wc-ink);
	letter-spacing: -0.01em;
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 0 0 0.75rem !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 1.28rem !important;
	font-weight: 600 !important;
	color: var(--ashe-wc-moss-deep) !important;
	margin: 0 0 0.95rem !important;
	letter-spacing: 0.01em;
}

.woocommerce-product-details__short-description {
	color: #4a4e4c;
	line-height: 1.68;
	margin: 0 0 1.15rem;
	font-size: 0.94rem;
	max-width: 38em;
}

/* Variações — bloco organizado */
.woocommerce div.product form.cart.variations_form,
.woocommerce div.product form.variations_form {
	display: block;
	margin: 0 0 1.15rem;
	padding: 1.1rem 1.15rem 1.15rem;
	border: 1px solid var(--ashe-wc-line);
	border-radius: calc(var(--ashe-wc-radius, 8px) + 2px);
	background: var(--ashe-wc-paper, #f7f4ef);
	box-sizing: border-box;
}

.woocommerce div.product form.cart:not(.variations_form) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.35rem;
	padding: 1.1rem 0;
	border-top: 1px solid var(--ashe-wc-line);
	border-bottom: 1px solid var(--ashe-wc-line);
	background: transparent;
}

.woocommerce div.product form.cart table.variations {
	width: 100%;
	margin: 0 0 1rem !important;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0 0.55rem;
}

.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tr {
	border: 0 !important;
}

.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td {
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	vertical-align: middle;
}

.woocommerce div.product form.cart table.variations label {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ashe-wc-muted, #6a6e6c);
}

.woocommerce div.product form.cart table.variations select {
	width: 100% !important;
	min-height: 44px;
	padding: 0.55rem 2.25rem 0.55rem 0.85rem !important;
	border: 1px solid var(--ashe-wc-line, #e5e1db) !important;
	border-radius: var(--ashe-wc-radius, 8px) !important;
	/* Usa tokens — dark mode redefine --ashe-wc-* sem precisar de !important branco */
	background-color: var(--ashe-wc-surface, #fff) !important;
	color: var(--ashe-wc-ink, #17191a) !important;
	font-size: 0.92rem !important;
	line-height: 1.3;
	box-shadow: none !important;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%236a6e6c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 12px 8px;
}

.woocommerce div.product form.cart table.variations select:focus {
	outline: none !important;
	border-color: var(--ashe-wc-moss, #455a51) !important;
	box-shadow: 0 0 0 3px rgba(61, 92, 82, 0.12) !important;
}

.woocommerce div.product form.cart table.variations select option {
	background-color: var(--ashe-wc-surface, #fff);
	color: var(--ashe-wc-ink, #17191a);
}

.woocommerce div.product form.cart .reset_variations {
	font-size: 0.82rem;
	color: var(--ashe-wc-moss, #455a51) !important;
	text-decoration: underline;
	opacity: 1 !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button.disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled,
.woocommerce div.product form.cart .single_add_to_cart_button.wc-variation-selection-needed {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	filter: none !important;
}

.woocommerce div.product form.cart .woocommerce-variation,
.woocommerce div.product form.cart .single_variation_wrap {
	margin-top: 0.35rem;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.85rem;
}

/* MTO / quote blocks — integração com o card */
.woocommerce div.product #ep-mto-panel,
.woocommerce div.product .ep-mto-panel {
	margin: 0 0 1rem;
}

.woocommerce div.product .ep-mto-box,
.woocommerce div.product .ep-quote-only {
	border-radius: calc(var(--ashe-wc-radius, 8px) + 2px) !important;
}

/* -------------------------------------------------------------------------
   Simulação de frete (Melhor Envio · .containerCalculator)
   Integra ao card de produto (light). Dark mode mais abaixo.
   ------------------------------------------------------------------------- */
body.ashe-woocommerce-child .containerCalculator,
body.ashe-woocommerce-child #woocommerce-correios-calculo-de-frete-na-pagina-do-produto,
body.ashe-woocommerce-child #melhor-envio-shortcode.containerCalculator {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0.85rem 0 1.15rem !important;
	padding: 1rem 1.1rem 1.05rem !important;
	border: 1px solid var(--ashe-wc-line, #e5e1db) !important;
	border-radius: var(--ashe-wc-radius-lg, 12px) !important;
	background: var(--ashe-wc-white, #fff) !important;
	box-shadow: var(--ashe-wc-shadow-soft, 0 1px 2px rgba(23, 25, 26, 0.03), 0 8px 20px rgba(23, 25, 26, 0.05)) !important;
	color: var(--ashe-wc-ink, #17191a) !important;
}

body.ashe-woocommerce-child .containerCalculator .col-75 > p,
body.ashe-woocommerce-child .containerCalculator > .calculatorRow p,
body.ashe-woocommerce-child #woocommerce-correios-calculo-de-frete-na-pagina-do-produto .col-75 > p {
	margin: 0 0 0.65rem !important;
	font-family: var(--ashe-wc-font-serif, "Playfair Display", Georgia, serif) !important;
	font-size: 1.05rem !important;
	font-weight: 400 !important;
	letter-spacing: -0.01em;
	line-height: 1.3 !important;
	color: var(--ashe-wc-ink, #17191a) !important;
}

body.ashe-woocommerce-child .containerCalculator input[type="text"],
body.ashe-woocommerce-child .containerCalculator input.iptCep,
body.ashe-woocommerce-child .containerCalculator #inputCep,
body.ashe-woocommerce-child .containerCalculator select,
body.ashe-woocommerce-child .containerCalculator textarea {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 44px !important;
	padding: 0.65rem 0.85rem !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	border: 1px solid var(--ashe-wc-line, #e5e1db) !important;
	border-radius: var(--ashe-wc-radius, 8px) !important;
	background: var(--ashe-wc-paper, #f7f4ef) !important;
	color: var(--ashe-wc-ink, #17191a) !important;
	font-family: var(--ashe-wc-font-sans, "Open Sans", sans-serif) !important;
	font-size: 0.9rem !important;
	box-shadow: none !important;
	outline: none !important;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease !important;
}

body.ashe-woocommerce-child .containerCalculator input[type="text"]::placeholder,
body.ashe-woocommerce-child .containerCalculator #inputCep::placeholder {
	color: var(--ashe-wc-muted, #6a6e6c) !important;
	opacity: 0.85;
}

body.ashe-woocommerce-child .containerCalculator input[type="text"]:focus,
body.ashe-woocommerce-child .containerCalculator #inputCep:focus,
body.ashe-woocommerce-child .containerCalculator select:focus {
	border-color: var(--ashe-wc-moss, #455a51) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px var(--ashe-wc-accent-ring, rgba(69, 90, 81, 0.2)) !important;
}

body.ashe-woocommerce-child .containerCalculator input[type="submit"],
body.ashe-woocommerce-child .containerCalculator button[type="submit"] {
	background: var(--ashe-wc-moss-deep, #2c3a34) !important;
	color: #fff !important;
	border: 1px solid var(--ashe-wc-moss-deep, #2c3a34) !important;
	border-radius: var(--ashe-wc-radius, 8px) !important;
	font-family: var(--ashe-wc-font-sans, "Open Sans", sans-serif) !important;
	font-weight: 600 !important;
	float: none !important;
}

body.ashe-woocommerce-child .containerCalculator .resultado-frete,
body.ashe-woocommerce-child .containerCalculator .tableResult {
	margin-top: 0.75rem !important;
}

body.ashe-woocommerce-child .containerCalculator .resultado-frete table,
body.ashe-woocommerce-child .containerCalculator .tableResult table {
	width: 100% !important;
	border-collapse: collapse !important;
	border: 0 !important;
	background: transparent !important;
}

body.ashe-woocommerce-child .containerCalculator .resultado-frete td,
body.ashe-woocommerce-child .containerCalculator .resultado-frete th,
body.ashe-woocommerce-child .containerCalculator .tableResult td,
body.ashe-woocommerce-child .containerCalculator .tableResult th {
	padding: 0.55rem 0.15rem !important;
	border: 0 !important;
	border-bottom: 1px solid var(--ashe-wc-line, #e5e1db) !important;
	background: transparent !important;
	color: var(--ashe-wc-ink, #17191a) !important;
	font-family: var(--ashe-wc-font-sans, "Open Sans", sans-serif) !important;
	font-size: 0.85rem !important;
	line-height: 1.4 !important;
	text-align: left !important;
}

body.ashe-woocommerce-child .containerCalculator .resultado-frete tr:last-child td,
body.ashe-woocommerce-child .containerCalculator .tableResult tr:last-child td {
	border-bottom: 0 !important;
}

body.ashe-woocommerce-child .containerCalculator #destiny-shipping-mehor-envio,
body.ashe-woocommerce-child .containerCalculator .observation-shipping-free,
body.ashe-woocommerce-child .containerCalculator small {
	display: block;
	margin-top: 0.45rem !important;
	color: var(--ashe-wc-muted, #6a6e6c) !important;
	font-size: 0.78rem !important;
	line-height: 1.45 !important;
}

body.ashe-woocommerce-child .containerCalculator label {
	color: var(--ashe-wc-muted, #6a6e6c) !important;
	font-size: 0.8rem !important;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 48px !important;
	padding: 0.75rem 1.6rem !important;
	flex: 1 1 auto;
	min-width: 180px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.07em !important;
	text-transform: uppercase !important;
	background: var(--ashe-wc-moss-deep) !important;
	border: 1px solid var(--ashe-wc-moss-deep) !important;
	color: #fff !important;
	border-radius: var(--ashe-wc-radius) !important;
	box-shadow: 0 1px 2px rgba(44, 58, 52, 0.12) !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
	background: var(--ashe-wc-moss) !important;
	border-color: var(--ashe-wc-moss) !important;
	transform: translateY(-1px);
}

.woocommerce div.product .quantity .qty {
	min-height: 48px;
	min-width: 4.25rem;
	border-radius: var(--ashe-wc-radius, 8px) !important;
	border: 1px solid var(--ashe-wc-line) !important;
	text-align: center;
}

.woocommerce div.product .product_meta {
	font-size: 0.8rem;
	color: var(--ashe-wc-muted);
	line-height: 1.7;
	margin-top: 0.35rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--ashe-wc-line);
}

.woocommerce div.product .product_meta a {
	color: var(--ashe-wc-moss);
	text-decoration: none;
}

/* Abas */
.woocommerce div.product .woocommerce-tabs {
	clear: both;
	padding: 1.75rem 0 0.5rem;
	margin-top: 0.5rem;
	border-top: 1px solid var(--ashe-wc-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin: 0 0 1.35rem !important;
	border-bottom: 1px solid var(--ashe-wc-line) !important;
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.35rem;
	background: transparent !important;
}

.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 !important;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block !important;
	padding: 0.9rem 0.1rem !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.84rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em;
	text-transform: none !important;
	color: var(--ashe-wc-muted) !important;
	border-bottom: 2px solid transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--ashe-wc-moss-deep) !important;
	border-bottom-color: var(--ashe-wc-moss) !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0.15rem 0 0.5rem !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	line-height: 1.7;
	color: #3a3e3c;
	font-size: 0.95rem;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-weight: 400 !important;
	font-size: 1.25rem !important;
	margin: 0 0 0.85rem !important;
	text-transform: none !important;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes {
	border: 1px solid var(--ashe-wc-line) !important;
	border-radius: var(--ashe-wc-radius, 8px);
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes th,
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
	padding: 0.7rem 1rem !important;
	border-color: var(--ashe-wc-line) !important;
	font-size: 0.9rem;
}

/* Recomendações (uma secção) */
.woocommerce .related.products,
.woocommerce .upsells.products,
.woocommerce .up-sells.products {
	margin-top: 2rem;
	padding-top: 1.35rem;
	border-top: 1px solid var(--ashe-wc-line);
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2,
.woocommerce .up-sells.products > h2 {
	font-family: 'Playfair Display', Georgia, serif !important;
	font-weight: 400 !important;
	font-size: 1.35rem !important;
	text-align: center;
	margin: 0 0 1.25rem !important;
	color: var(--ashe-wc-ink);
	text-transform: none !important;
	letter-spacing: -0.01em;
}

/* Notices / cart */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	border-top: 0 !important;
	border-left: 3px solid var(--ashe-wc-moss) !important;
	background: #fff !important;
	border-radius: var(--ashe-wc-radius) !important;
}

.ashe-wc-empty-cart {
	text-align: center;
	padding: 2.5rem 1rem;
}

.woocommerce .cart-collaterals .cart_totals {
	border: 1px solid var(--ashe-wc-line);
	border-radius: var(--ashe-wc-radius);
	padding: 1.25rem 1.35rem;
	background: #fff;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt {
	background: var(--ashe-wc-moss-deep) !important;
	border-color: var(--ashe-wc-moss-deep) !important;
	color: #fff !important;
	border-radius: var(--ashe-wc-radius) !important;
}

/* Single product layout (não reescreve a grelha da loja) */
@media (max-width: 992px) {
	.woocommerce div.product .ashe-wc-single-top {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		margin-bottom: 1.75rem;
	}

	.woocommerce div.product form.cart.variations_form,
	.woocommerce div.product form.variations_form {
		padding: 1rem 1.05rem 1.1rem;
	}
}

@media (max-width: 480px) {
	.woocommerce div.product form.cart:not(.variations_form),
	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		flex-direction: column;
		align-items: stretch;
	}

	.woocommerce div.product form.cart .button,
	.woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}
}

/* =========================================================================
   MOBILE — vence Ashe responsive + WC smallscreen (≤768)
   ========================================================================= */
@media screen and (max-width: 768px) {
	body.ashe-woocommerce-child ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce-page ul.products,
	body.ashe-woocommerce-child .page-content ul.products,
	body.ashe-woocommerce-child .woocommerce .page-content ul.products,
	body.ashe-woocommerce-child .page-content .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
	body.ashe-woocommerce-child .woocommerce-page ul.products[class*="columns-"],
	body.ashe-woocommerce-child .ep-home ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 0.65rem !important;
		row-gap: 0.85rem !important;
		gap: 0.85rem 0.65rem !important;
		margin: 0 0 1.5rem !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
	}

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

	/* Ashe + WC smallscreen — todas as variantes */
	body.ashe-woocommerce-child .woocommerce .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce-page .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce-page[class*="columns-"] .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce[class*="columns-"] .page-content ul.products li.product,
	body.ashe-woocommerce-child .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce ul.products li.product,
	body.ashe-woocommerce-child .woocommerce-page ul.products li.product,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"] li.product,
	body.ashe-woocommerce-child .woocommerce-page ul.products[class*="columns-"] li.product,
	body.ashe-woocommerce-child ul.products li.product,
	body.ashe-woocommerce-child .woocommerce ul.products li.product:nth-child(odd),
	body.ashe-woocommerce-child .woocommerce ul.products li.product:nth-child(even),
	body.ashe-woocommerce-child .woocommerce ul.products li.product:nth-child(2n),
	body.ashe-woocommerce-child .woocommerce-page ul.products li.product:nth-child(odd),
	body.ashe-woocommerce-child .woocommerce-page ul.products li.product:nth-child(even),
	body.ashe-woocommerce-child .woocommerce-page ul.products li.product:nth-child(2n) {
		float: none !important;
		clear: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	body.ashe-woocommerce-child .ashe-wc-card {
		min-width: 0 !important;
		width: 100% !important;
		height: 100%;
		display: flex !important;
		flex-direction: column !important;
		background: #ffffff !important;
		background-color: #ffffff !important;
		border: 1px solid var(--ashe-wc-line, #ebe8e4) !important;
		border-radius: var(--ashe-wc-radius, 6px) !important;
		overflow: hidden !important;
		box-shadow: 0 1px 2px rgba(23, 25, 26, 0.04) !important;
	}

	body.ashe-woocommerce-child .ashe-wc-card__media {
		aspect-ratio: 1 / 1;
		width: 100% !important;
		flex: 0 0 auto;
		background: var(--ashe-wc-paper, #f7f4ef) !important;
		overflow: hidden !important;
	}

	body.ashe-woocommerce-child .ashe-wc-card__media img,
	body.ashe-woocommerce-child ul.products li.product a img {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		object-fit: cover !important;
	}

	body.ashe-woocommerce-child .ashe-wc-card__body {
		padding: 0.6rem 0.6rem 0.7rem !important;
		flex: 1 1 auto;
		min-width: 0 !important;
	}

	body.ashe-woocommerce-child .ashe-wc-card__cat {
		font-size: 0.55rem !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}

	body.ashe-woocommerce-child ul.products li.product .woocommerce-loop-product__title,
	body.ashe-woocommerce-child .ashe-wc-card__title {
		font-size: 0.84rem !important;
		line-height: 1.28 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-break: break-word;
	}

	body.ashe-woocommerce-child ul.products li.product .price {
		font-size: 0.78rem !important;
		margin: 0.15rem 0 0.45rem !important;
	}

	body.ashe-woocommerce-child ul.products li.product .button,
	body.ashe-woocommerce-child .ashe-wc-card__actions .button {
		min-height: 36px !important;
		width: 100% !important;
		padding: 0.4rem 0.35rem !important;
		font-size: 0.7rem !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.ashe-woocommerce-child .ashe-wc-shop-toolbar,
	body.ashe-woocommerce-child .ashe-wc-filter-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 0.55rem;
	}

	body.ashe-woocommerce-child .ashe-wc-filter-bar__chips {
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.15rem;
	}

	body.ashe-woocommerce-child .ashe-wc-chip {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	/* Main content padding mais generoso no mobile */
	body.ashe-woocommerce-child .main-content {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media screen and (max-width: 640px) {
	body.ashe-woocommerce-child .woocommerce .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce-page .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce-page[class*="columns-"] .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce[class*="columns-"] .page-content ul.products li.product,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"] li.product,
	body.ashe-woocommerce-child ul.products li.product {
		width: 100% !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
	}

	body.ashe-woocommerce-child ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce-page ul.products,
	body.ashe-woocommerce-child .page-content ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
	body.ashe-woocommerce-child .ep-home ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.75rem 0.5rem !important;
	}
}

/* Telefone estreito — 1 coluna, card confortável */
@media screen and (max-width: 420px) {
	body.ashe-woocommerce-child ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products,
	body.ashe-woocommerce-child .woocommerce-page ul.products,
	body.ashe-woocommerce-child .page-content ul.products,
	body.ashe-woocommerce-child .woocommerce ul.products[class*="columns-"],
	body.ashe-woocommerce-child .ep-home ul.products {
		grid-template-columns: 1fr !important;
		gap: 0.95rem !important;
	}

	body.ashe-woocommerce-child .ashe-wc-card__body {
		padding: 0.75rem 0.85rem 0.9rem !important;
	}

	body.ashe-woocommerce-child ul.products li.product .woocommerce-loop-product__title,
	body.ashe-woocommerce-child .ashe-wc-card__title {
		font-size: 1rem !important;
		-webkit-line-clamp: 3;
	}

	body.ashe-woocommerce-child ul.products li.product .price {
		font-size: 0.9rem !important;
	}

	body.ashe-woocommerce-child ul.products li.product .button,
	body.ashe-woocommerce-child .ashe-wc-card__actions .button {
		font-size: 0.82rem !important;
		min-height: 42px !important;
	}
}

/* Avaliações — layout refinado + dark mode */
body.ashe-woocommerce-child.single-product #reviews {
	max-width: 720px;
}

body.ashe-woocommerce-child.single-product #reviews .woocommerce-Reviews-title {
	font-family: var(--ashe-wc-font-serif, "Playfair Display", Georgia, serif) !important;
	font-weight: 400 !important;
	font-size: 1.3rem !important;
	text-transform: none !important;
	color: var(--ashe-wc-ink, #17191a) !important;
	margin: 0 0 1rem !important;
	letter-spacing: -0.01em;
}

body.ashe-woocommerce-child.single-product #reviews .commentlist {
	padding: 0 !important;
	margin: 0 0 1.25rem !important;
	list-style: none !important;
}

body.ashe-woocommerce-child.single-product #reviews .comment_container {
	border: 1px solid var(--ashe-wc-line, #e5e1db) !important;
	border-radius: calc(var(--ashe-wc-radius, 8px) + 2px) !important;
	padding: 1.1rem 1.2rem !important;
	background: var(--ashe-wc-paper, #f7f4ef) !important;
	margin-bottom: 0.85rem !important;
}

body.ashe-woocommerce-child.single-product #reviews .comment-text {
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
}

body.ashe-woocommerce-child.single-product #reviews .meta {
	font-size: 0.82rem;
	color: var(--ashe-wc-muted, #6a6e6c);
	margin-bottom: 0.45rem !important;
}

body.ashe-woocommerce-child.single-product #review_form_wrapper {
	border: 1px solid var(--ashe-wc-line, #e5e1db);
	border-radius: calc(var(--ashe-wc-radius, 8px) + 2px);
	padding: 1.35rem 1.4rem 1.45rem;
	background: #fff;
	margin-top: 1.15rem;
	box-shadow: 0 1px 0 rgba(47, 72, 64, 0.03);
}

body.ashe-woocommerce-child.single-product #review_form #respond {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond .comment-reply-title {
	font-family: var(--ashe-wc-font-serif, "Playfair Display", Georgia, serif) !important;
	font-weight: 400 !important;
	font-size: 1.15rem !important;
	margin: 0 0 0.85rem !important;
	text-transform: none !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond p,
body.ashe-woocommerce-child.single-product #review_form #respond .comment-form-rating {
	margin: 0 0 0.85rem !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--ashe-wc-muted, #6a6e6c);
}

body.ashe-woocommerce-child.single-product #review_form #respond input[type="text"],
body.ashe-woocommerce-child.single-product #review_form #respond input[type="email"],
body.ashe-woocommerce-child.single-product #review_form #respond textarea {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	min-height: 44px;
	padding: 0.65rem 0.85rem !important;
	border: 1px solid var(--ashe-wc-line, #e5e1db) !important;
	border-radius: var(--ashe-wc-radius, 8px) !important;
	background: #fff !important;
	color: var(--ashe-wc-ink, #17191a) !important;
	font-size: 0.95rem !important;
	line-height: 1.45 !important;
	box-shadow: none !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond textarea {
	min-height: 120px;
	resize: vertical;
}

body.ashe-woocommerce-child.single-product #review_form #respond input:focus,
body.ashe-woocommerce-child.single-product #review_form #respond textarea:focus {
	outline: none !important;
	border-color: var(--ashe-wc-moss, #455a51) !important;
	box-shadow: 0 0 0 3px rgba(61, 92, 82, 0.12) !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond .form-submit {
	margin: 0.35rem 0 0 !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond .form-submit input {
	background: var(--ashe-wc-moss-deep, #2c3a34) !important;
	border-color: var(--ashe-wc-moss-deep, #2c3a34) !important;
	color: #fff !important;
	border-radius: var(--ashe-wc-radius, 8px) !important;
	min-height: 46px;
	padding: 0.65rem 1.35rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	cursor: pointer;
	width: auto !important;
}

body.ashe-woocommerce-child.single-product #review_form #respond .form-submit input:hover {
	background: var(--ashe-wc-moss, #455a51) !important;
	border-color: var(--ashe-wc-moss, #455a51) !important;
}

/* Dark mode — avaliações e ficha */
/* =========================================================================
   Dark mode — produto (contraste + selects + reviews)
   ========================================================================= */
body.ashe-woocommerce-child.ashe-dark-mode {
	--ashe-wc-surface: #1a1c20;
	--ashe-wc-paper: #1f2228;
	--ashe-wc-ink: #f0ebe4;
	--ashe-wc-muted: #b8b4ae;
	--ashe-wc-line: #2e3238;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .product_title,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce div.product .product_title {
	color: #f3f0ec !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-product-details__short-description,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-product-details__short-description p,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .summary .woocommerce-product-details__short-description,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .summary p,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .summary li,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .summary span:not(.price):not(.amount),
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel p,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel li,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel td,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel th,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel strong,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-Tabs-panel,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-Tabs-panel p,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-Tabs-panel li,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-Tabs-panel strong,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .product_meta,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .product_meta span,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .product_meta a,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .sku_wrapper,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .posted_in,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .tagged_as {
	color: #d4d0c9 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .product_meta a:hover {
	color: #cbb79c !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .panel h2,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-Tabs-panel h2,
body.ashe-woocommerce-child.ashe-dark-mode.single-product #tab-description h2,
body.ashe-woocommerce-child.ashe-dark-mode.single-product #tab-additional_information h2 {
	color: #f3f0ec !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs ul.tabs li a {
	color: #a8a49e !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs ul.tabs li.active a,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs ul.tabs li a:hover {
	color: #e8e4de !important;
	border-bottom-color: #cbb79c !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .shop_attributes,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .shop_attributes th,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .woocommerce-tabs .shop_attributes td {
	border-color: #2e3238 !important;
	background: transparent !important;
	color: #d4d0c9 !important;
}

/* Variações dark */
body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart.variations_form,
body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.variations_form {
	background: #1f2228 !important;
	border-color: #2e3238 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart table.variations label {
	color: #b8b4ae !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart table.variations select {
	background-color: #121418 !important;
	border-color: #3a4048 !important;
	color: #f0ebe4 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23cbb79c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart table.variations select option {
	background-color: #121418;
	color: #f0ebe4;
}

body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart .reset_variations {
	color: #cbb79c !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart .single_add_to_cart_button.disabled,
body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart .single_add_to_cart_button:disabled,
body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product form.cart .single_add_to_cart_button.wc-variation-selection-needed {
	background: #3a4540 !important;
	border-color: #3a4540 !important;
	color: #c8c4be !important;
	opacity: 0.75 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .woocommerce div.product .quantity .qty {
	background: #121418 !important;
	border-color: #3a4048 !important;
	color: #f0ebe4 !important;
}

/* Reviews dark */
body.ashe-woocommerce-child.ashe-dark-mode.single-product #reviews .woocommerce-Reviews-title,
body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form #respond .comment-reply-title {
	color: #f3f0ec !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #reviews .comment_container {
	background: #1f2228 !important;
	border-color: #2e3238 !important;
	color: #d4d0c9 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #reviews .meta,
body.ashe-woocommerce-child.ashe-dark-mode.single-product #reviews .description,
body.ashe-woocommerce-child.ashe-dark-mode.single-product #reviews .description p {
	color: #c8c4be !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form_wrapper {
	background: #1a1c20 !important;
	border-color: #2e3238 !important;
	padding: 1.15rem 1.2rem 1.2rem !important;
	box-shadow: none !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form #respond label {
	color: #b8b4ae !important;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form #respond input[type="text"],
body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form #respond input[type="email"],
body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form #respond textarea {
	background: #121418 !important;
	border-color: #3a4048 !important;
	color: #f0ebe4 !important;
	min-height: 44px;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form #respond textarea {
	min-height: 100px !important;
	max-height: 220px;
}

body.ashe-woocommerce-child.ashe-dark-mode.single-product #reviews .star-rating,
body.ashe-woocommerce-child.ashe-dark-mode.single-product #review_form .stars a {
	color: #cbb79c !important;
}

/* MTO panel dark */
body.ashe-woocommerce-child.ashe-dark-mode .ep-mto-box,
body.ashe-woocommerce-child.ashe-dark-mode .ep-quote-only {
	background: #1f2228 !important;
	border-color: #2e3238 !important;
	color: #d4d0c9 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .ep-mto-box__intro,
body.ashe-woocommerce-child.ashe-dark-mode .ep-mto-box__deadline,
body.ashe-woocommerce-child.ashe-dark-mode .ep-mto-select-hint,
body.ashe-woocommerce-child.ashe-dark-mode .ep-quote-only__text {
	color: #d4d0c9 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .ep-mto-box__transport {
	color: #a8a49e !important;
}

/* -------------------------------------------------------------------------
   Simulação de frete (Melhor Envio) — dark mode
   Plugin usa #f2f2f2 / #ccc hardcoded; forçar tokens do tema.
   ------------------------------------------------------------------------- */
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator,
body.ashe-woocommerce-child.ashe-dark-mode #woocommerce-correios-calculo-de-frete-na-pagina-do-produto,
body.ashe-woocommerce-child.ashe-dark-mode #melhor-envio-shortcode.containerCalculator,
body.ashe-woocommerce-child.ashe-dark-mode.single-product .containerCalculator {
	background: var(--ashe-dm-elevated, #1f2228) !important;
	background-color: var(--ashe-dm-elevated, #1f2228) !important;
	border: 1px solid var(--ashe-dm-border, #2e3238) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
	color: var(--ashe-dm-text-2, #b8b4ae) !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .col-75 > p,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator > .calculatorRow p,
body.ashe-woocommerce-child.ashe-dark-mode #woocommerce-correios-calculo-de-frete-na-pagina-do-produto .col-75 > p,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator p {
	color: var(--ashe-dm-text, #f3f0ec) !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input[type="text"],
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input.iptCep,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator #inputCep,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator select,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator textarea {
	background: var(--ashe-dm-bg, #121418) !important;
	background-color: var(--ashe-dm-bg, #121418) !important;
	border: 1px solid var(--ashe-dm-border, #3a4048) !important;
	color: var(--ashe-dm-text, #f0ebe4) !important;
	caret-color: var(--ashe-dm-accent, #cbb79c);
	-webkit-text-fill-color: var(--ashe-dm-text, #f0ebe4);
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input[type="text"]::placeholder,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator #inputCep::placeholder,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input.iptCep::placeholder {
	color: var(--ashe-dm-text-3, #87837d) !important;
	opacity: 1 !important;
	-webkit-text-fill-color: var(--ashe-dm-text-3, #87837d);
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input[type="text"]:focus,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator #inputCep:focus,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator select:focus {
	border-color: var(--ashe-dm-accent-deep, #a99174) !important;
	background: #1a1d22 !important;
	background-color: #1a1d22 !important;
	box-shadow: 0 0 0 3px rgba(203, 183, 156, 0.22) !important;
	color: var(--ashe-dm-text, #f0ebe4) !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input[type="submit"],
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator button[type="submit"] {
	background: var(--ashe-dm-accent-deep, #a99174) !important;
	border-color: var(--ashe-dm-accent-deep, #a99174) !important;
	color: #0f1211 !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input[type="submit"]:hover,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator button[type="submit"]:hover {
	background: var(--ashe-dm-accent, #cbb79c) !important;
	border-color: var(--ashe-dm-accent, #cbb79c) !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .resultado-frete td,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .resultado-frete th,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .tableResult td,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .tableResult th,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .resultado-frete tr,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator table {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--ashe-dm-text-2, #b8b4ae) !important;
	border-color: var(--ashe-dm-border, #2e3238) !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .resultado-frete td,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .tableResult td {
	border-bottom-color: var(--ashe-dm-border, #2e3238) !important;
	color: var(--ashe-dm-text-2, #d4d0c9) !important;
}

body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator #destiny-shipping-mehor-envio,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator .observation-shipping-free,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator small,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator label {
	color: var(--ashe-dm-text-3, #87837d) !important;
}

/* Autofill Chrome no CEP (evita fundo branco no dark) */
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input:-webkit-autofill,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input:-webkit-autofill:hover,
body.ashe-woocommerce-child.ashe-dark-mode .containerCalculator input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--ashe-dm-text, #f0ebe4) !important;
	-webkit-box-shadow: 0 0 0 1000px #121418 inset !important;
	transition: background-color 9999s ease-in-out 0s;
	caret-color: var(--ashe-dm-accent, #cbb79c);
}

/* Loader Melhor Envio — fundo escuro atrás do gif */
body.ashe-woocommerce-child.ashe-dark-mode #calcular-frete-loader {
	background: transparent !important;
	filter: invert(0.92) hue-rotate(180deg);
}

body.ashe-woocommerce-child.ashe-dark-mode .related.products > h2,
body.ashe-woocommerce-child.ashe-dark-mode .upsells.products > h2,
body.ashe-woocommerce-child.ashe-dark-mode .up-sells.products > h2 {
	color: #f3f0ec !important;
}

/* -------------------------------------------------------------------------
   Imagem ilustrativa — só no SINGLE de produto (não nos cards da loja).
   Badge HTML .ashe-wc-img-watermark (fiável com flexslider/zoom WC).
   ------------------------------------------------------------------------- */
body.ashe-woocommerce-child.single-product .woocommerce div.product .woocommerce-product-gallery {
	position: relative;
}

body.ashe-woocommerce-child.single-product .woocommerce div.product .woocommerce-product-gallery__image,
body.ashe-woocommerce-child.single-product .woocommerce div.product .woocommerce-product-gallery__image--placeholder {
	position: relative !important;
}

/* Badge real (PHP) — canto inferior direito */
body.ashe-woocommerce-child.single-product .ashe-wc-img-watermark {
	position: absolute;
	right: 0.5rem;
	bottom: 0.45rem;
	z-index: 30;
	pointer-events: none;
	display: inline-block;
	font-size: 0.625rem; /* 10px */
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	color: rgba(40, 38, 34, 0.78);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(40, 38, 34, 0.08);
	padding: 0.15rem 0.4rem;
	border-radius: 3px;
	white-space: nowrap;
	max-width: calc(100% - 1rem);
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: inherit;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Fallback ::after se o badge HTML falhar (sem duplicar se o span existir) */
body.ashe-woocommerce-child.single-product .woocommerce div.product .woocommerce-product-gallery__image:not(:has(.ashe-wc-img-watermark))::after,
body.ashe-woocommerce-child.single-product .woocommerce div.product .woocommerce-product-gallery__image--placeholder:not(:has(.ashe-wc-img-watermark))::after {
	content: "Imagem ilustrativa";
	position: absolute;
	right: 0.5rem;
	bottom: 0.45rem;
	z-index: 30;
	pointer-events: none;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	color: rgba(40, 38, 34, 0.78);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(40, 38, 34, 0.08);
	padding: 0.15rem 0.4rem;
	border-radius: 3px;
	white-space: nowrap;
	font-family: inherit;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

body.ashe-woocommerce-child.single-product.ashe-dark-mode .ashe-wc-img-watermark,
body.ashe-woocommerce-child.single-product.ashe-dark-mode .woocommerce div.product .woocommerce-product-gallery__image:not(:has(.ashe-wc-img-watermark))::after {
	color: rgba(240, 235, 228, 0.85);
	background: rgba(18, 20, 24, 0.55);
	border-color: rgba(255, 255, 255, 0.08);
}

/* Nota legal na descrição / resumo (não competir com preço ou CTA) */
body.ashe-woocommerce-child .ashe-wc-product-disclaimer {
	margin: 0.65rem 0 0;
	padding: 0;
	font-size: 0.75rem;
	line-height: 1.45;
	font-weight: 400;
	color: var(--ashe-wc-muted, #7a756c);
	opacity: 0.88;
	max-width: 42rem;
}

body.ashe-woocommerce-child .ashe-wc-product-disclaimer--long {
	margin-top: 1.1rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--ashe-wc-line, rgba(47, 72, 64, 0.12));
	font-size: 0.72rem;
	opacity: 0.82;
}

body.ashe-woocommerce-child.ashe-dark-mode .ashe-wc-product-disclaimer {
	color: var(--ashe-dm-text-3, #87837d);
	opacity: 0.9;
}

body.ashe-woocommerce-child.ashe-dark-mode .ashe-wc-product-disclaimer--long {
	border-top-color: rgba(255, 255, 255, 0.08);
}
