/**
 * Madame Charlotte — WooCommerce
 *
 * Camada visual conservadora. O WooCommerce continua responsável pela estrutura,
 * pelos campos, pelo checkout e pelas integrações. Este arquivo evita alterar o
 * display interno de gateways, fretes e blocos dinâmicos.
 */

.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.woocommerce-order-received,
.single-product,
.woocommerce-shop,
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.mc-product-search-page {
	background: #fbf8f4;
}

.mc-content-layout--commerce {
	max-width: var(--mc-container);
	padding-block: 52px 96px;
}

.mc-page--commerce .mc-page-header {
	border-bottom: 1px solid var(--mc-line);
	margin-bottom: 30px;
	padding-bottom: 24px;
}

.mc-page--commerce .mc-page-header h1 {
	font-family: var(--mc-font);
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 780;
}

.mc-page--commerce .mc-entry-content {
	color: var(--mc-ink);
}

/* Mensagens, campos e botões nativos */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.wc-block-components-notice-banner {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-left-width: 4px;
	border-radius: 13px;
	box-shadow: 0 7px 22px rgba(20, 14, 15, 0.05);
	color: var(--mc-ink);
	font-size: 12px;
	line-height: 1.55;
	margin: 0 0 22px;
}

.woocommerce .woocommerce-error {
	border-left-color: var(--mc-danger);
}

.woocommerce .woocommerce-info {
	border-left-color: var(--mc-gold);
}

.woocommerce .woocommerce-message {
	border-left-color: var(--mc-success);
}

.mc-page--commerce .woocommerce form .form-row {
	margin-bottom: 15px;
	padding: 0;
}

.mc-page--commerce .woocommerce form .form-row label,
.woocommerce-account .woocommerce form .form-row label {
	color: #302e33;
	font-size: 11px;
	font-weight: 750;
	margin-bottom: 6px;
}

.mc-page--commerce .woocommerce form .form-row input.input-text,
.mc-page--commerce .woocommerce form .form-row textarea,
.mc-page--commerce .woocommerce form .form-row select,
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row select,
.mc-page--commerce .select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid #d7d2cc;
	border-radius: 11px;
	box-shadow: none;
	color: var(--mc-black);
	font-size: 14px;
	min-height: 50px;
	padding: 12px 14px;
}

.mc-page--commerce .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row textarea {
	min-height: 112px;
	resize: vertical;
}

.mc-page--commerce .woocommerce form .form-row input.input-text:focus,
.mc-page--commerce .woocommerce form .form-row textarea:focus,
.mc-page--commerce .woocommerce form .form-row select:focus,
.woocommerce-account .woocommerce form .form-row input.input-text:focus,
.woocommerce-account .woocommerce form .form-row textarea:focus,
.woocommerce-account .woocommerce form .form-row select:focus {
	border-color: var(--mc-gold);
	box-shadow: 0 0 0 3px rgba(201, 162, 95, 0.14);
	outline: 0;
}

.mc-page--commerce .select2-container--default .select2-selection--single {
	padding: 0;
}

.mc-page--commerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-left: 14px;
}

.mc-page--commerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.wc-block-components-button:not(.is-link) {
	background: var(--mc-black);
	border: 1px solid var(--mc-black);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 23px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.wc-block-components-button:not(.is-link):hover {
	background: var(--mc-red);
	border-color: var(--mc-red);
	color: #fff;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	background: #ddd8d2;
	border-color: #ddd8d2;
	color: #706c73;
	opacity: 1;
}

.woocommerce table.shop_table {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	margin: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-top: 1px solid var(--mc-line);
	font-size: 12px;
	padding: 15px 10px;
	vertical-align: middle;
}

.woocommerce table.shop_table thead th {
	border-top: 0;
	color: #68636b;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* Produto individual: somente o contêiner principal recebe layout próprio. */
.single-product .mc-main--shop > .mc-container {
	padding-block: 38px 92px;
}

.single-product .woocommerce-breadcrumb {
	margin-bottom: 24px;
}

body.single-product.woocommerce div.product {
	align-items: start;
	gap: clamp(28px, 4vw, 54px);
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
}

body.single-product.woocommerce div.product::before,
body.single-product.woocommerce div.product::after {
	display: none;
}

.single-product .woocommerce-breadcrumb a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/*
 * O CSS padrão do WooCommerce aplica width:48% em div.images e div.summary.
 * Estes são os únicos overrides estruturais necessários para o grid do tema.
 */
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
body.single-product.woocommerce div.product div.summary {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	width: 100% !important;
}

body.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 24px;
	box-shadow: 0 12px 38px rgba(20, 14, 15, 0.06);
	overflow: hidden;
	padding: clamp(14px, 2vw, 24px);
}

body.single-product .woocommerce-product-gallery__wrapper {
	background: #f7f3ef;
	border-radius: 18px;
	overflow: hidden;
}

body.single-product .woocommerce-product-gallery__image a {
	align-items: center;
	display: flex;
	justify-content: center;
}

body.single-product .woocommerce-product-gallery__image img {
	height: auto;
	margin-inline: auto;
	max-height: 580px;
	object-fit: contain;
}

body.single-product.woocommerce div.product .flex-control-thumbs {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(5, minmax(0, 78px));
	margin: 11px 0 0;
	padding: 0;
}

body.single-product.woocommerce div.product .flex-control-thumbs li {
	background: #f7f3ef;
	border: 1px solid var(--mc-line);
	border-radius: 11px;
	float: none;
	overflow: hidden;
	width: 100%;
}

body.single-product.woocommerce div.product .flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: contain;
	padding: 5px;
}

body.single-product.woocommerce div.product div.summary {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 24px;
	box-shadow: 0 12px 38px rgba(20, 14, 15, 0.06);
	padding: clamp(24px, 3vw, 38px);
}

.mc-product-category-kicker {
	color: var(--mc-red);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.single-product.woocommerce div.product .product_title {
	font-family: var(--mc-font);
	font-size: clamp(34px, 4vw, 50px);
	font-weight: 780;
	letter-spacing: -0.045em;
	line-height: 1.05;
	margin-bottom: 16px;
}

body.single-product.woocommerce div.product .woocommerce-product-rating {
	font-size: 11px;
	margin-bottom: 15px;
}

body.single-product.woocommerce div.product .star-rating {
	color: var(--mc-gold);
}

body.single-product.woocommerce div.product .summary p.price,
body.single-product.woocommerce div.product .summary span.price {
	color: var(--mc-red);
	font-size: clamp(27px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.2;
}

body.single-product.woocommerce div.product .summary p.price del,
body.single-product.woocommerce div.product .summary span.price del {
	color: #68636b;
	font-size: 14px;
	opacity: 1;
}

body.single-product.woocommerce div.product .summary p.price ins,
body.single-product.woocommerce div.product .summary span.price ins {
	color: var(--mc-red);
	text-decoration: none;
}

body.single-product .summary .mc-payment-preview {
	margin-top: 7px;
}

body.single-product .summary .mc-payment-preview__pix {
	color: var(--mc-success);
	font-size: 14px;
}

body.single-product .summary .mc-payment-preview__installments {
	color: var(--mc-muted);
	font-size: 11px;
}

body.single-product .mc-discreet-note {
	margin: 20px 0 0;
}

body.single-product .woocommerce-product-details__short-description {
	border-top: 1px solid var(--mc-line);
	color: #56525a;
	font-size: 13px;
	line-height: 1.65;
	margin-top: 20px;
	padding-top: 19px;
}

body.single-product.woocommerce div.product form.cart {
	border-top: 1px solid var(--mc-line);
	margin: 22px 0 0;
	padding-top: 22px;
}

body.single-product.woocommerce div.product form.cart .quantity {
	float: left;
	margin: 0 9px 0 0;
}

body.single-product.woocommerce .quantity .qty {
	background: #fff;
	border: 1px solid #d7d2cc;
	border-radius: 999px;
	height: 52px;
	width: 72px;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
	background: var(--mc-red);
	border-color: var(--mc-red);
	min-height: 52px;
}

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

body.single-product.woocommerce div.product form.cart .variations select {
	background: #fff;
	border: 1px solid #d7d2cc;
	border-radius: 11px;
	min-height: 48px;
	padding: 10px 12px;
}

body.single-product .summary .wc-shipping-simulator,
body.single-product .summary .better-shipping-calculator,
body.single-product .summary .wc-better-shipping-calculator {
	background: #f7f4f1;
	border: 1px solid var(--mc-line);
	border-radius: 15px;
	margin-top: 20px;
	padding: 17px;
}

body.single-product .summary .wc-shipping-simulator input,
body.single-product .summary .better-shipping-calculator input,
body.single-product .summary .wc-better-shipping-calculator input {
	background: #fff;
	border: 1px solid #d7d2cc;
	border-radius: 10px;
	min-height: 46px;
	padding: 10px 12px;
}

body.single-product .mc-product-trust {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product.woocommerce div.product .product_meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	gap: 5px 14px;
}

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

body.single-product.woocommerce div.product .woocommerce-tabs {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 20px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	margin-top: 18px;
	padding: clamp(20px, 3vw, 32px);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 24px;
	list-style: none;
}

body.single-product.woocommerce div.product .related > h2,
body.single-product.woocommerce div.product .upsells > h2 {
	font-family: var(--mc-font);
}

/* Sacola clássica */
.woocommerce-cart .woocommerce-cart-form {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	padding: 18px;
}

.woocommerce-cart table.cart img {
	background: #f7f3ef;
	border-radius: 10px;
	height: 70px;
	object-fit: contain;
	padding: 4px;
	width: 70px;
}

.woocommerce-cart table.cart .product-name a {
	color: var(--mc-black);
	font-weight: 750;
}

.woocommerce-cart table.cart a.remove {
	align-items: center;
	background: #f3efeb;
	border-radius: 50%;
	color: var(--mc-muted) !important;
	display: flex;
	height: 27px;
	justify-content: center;
	width: 27px;
}

.woocommerce-cart table.cart a.remove:hover {
	background: var(--mc-red);
	color: #fff !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px solid #d7d2cc;
	border-radius: 999px;
	min-height: 46px;
	padding: 10px 14px;
	width: 190px;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 26px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	padding: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-family: var(--mc-font);
	font-size: 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: var(--mc-red);
	border-color: var(--mc-red);
	display: flex;
	margin-bottom: 0;
	width: 100%;
}

.woocommerce-cart .cart-empty {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 18px;
	margin-inline: auto;
	max-width: 720px;
	padding: 42px 24px;
	text-align: center;
}

/* Checkout clássico: preserva floats e campos gerenciados pelo WooCommerce. */
.woocommerce-checkout form.checkout::after {
	clear: both;
	content: "";
	display: table;
}

.woocommerce-checkout form.checkout #customer_details {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	padding: clamp(20px, 3vw, 30px);
}

.woocommerce-checkout form.checkout #customer_details .col-1,
.woocommerce-checkout form.checkout #customer_details .col-2 {
	clear: both;
	float: none;
	width: 100%;
}

.woocommerce-checkout form.checkout #customer_details .col-2 {
	border-top: 1px solid var(--mc-line);
	margin-top: 22px;
	padding-top: 22px;
}

.woocommerce-checkout form.checkout #customer_details h3,
.woocommerce-checkout form.checkout #order_review_heading {
	font-family: var(--mc-font);
	font-size: 23px;
}

.woocommerce-checkout form.checkout #order_review_heading {
	margin-bottom: 14px;
}

.woocommerce-checkout form.checkout #order_review {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	padding: 22px;
}

.woocommerce-checkout #payment {
	background: #f7f4f1;
	border-radius: 14px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: var(--mc-line);
	list-style: none;
	margin: 0;
	padding: 18px;
}

.woocommerce-checkout #payment ul.payment_methods > li {
	list-style: none;
	margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods > li::marker {
	content: "";
}

.woocommerce-checkout #payment ul.payment_methods > li > label {
	color: var(--mc-black);
	font-size: 12px;
	font-weight: 750;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 10px;
	color: var(--mc-ink);
	font-size: 11px;
	line-height: 1.55;
	padding: 14px;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}

.woocommerce-checkout #payment .form-row.place-order {
	padding: 18px;
}

.woocommerce-checkout #payment #place_order {
	background: var(--mc-red);
	border-color: var(--mc-red);
	float: none;
	width: 100%;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 15px;
	box-shadow: none;
	padding: 20px;
}

/* Carrinho e checkout em blocos: somente aparência, sem alterar a estrutura. */
.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wc-block-checkout {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.wc-block-components-main,
.wc-block-components-sidebar {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
}

.wc-block-components-main {
	padding: clamp(18px, 3vw, 28px) !important;
}

.wc-block-components-sidebar {
	padding: 24px !important;
}

.wc-block-components-checkout-step {
	border-bottom: 1px solid var(--mc-line);
	margin-bottom: 24px;
	padding-bottom: 22px;
}

.wc-block-components-checkout-step__heading h2,
.wc-block-components-checkout-step__title {
	font-family: var(--mc-font);
}

.wc-block-components-checkout-place-order-button {
	background: var(--mc-red) !important;
	border-color: var(--mc-red) !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
	border-radius: 9px;
	object-fit: contain;
}

/* Confirmação e detalhes do pedido */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	background: var(--mc-black);
	border-radius: 19px;
	color: #fff;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 750;
	margin-bottom: 22px;
	padding: 28px;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 18px;
	margin-bottom: 22px;
	padding: 22px;
}

.woocommerce-order-received .woocommerce-order-overview {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.woocommerce-order-received .woocommerce-order-overview li {
	border-right: 1px solid var(--mc-line);
	float: none;
	font-size: 9px;
	margin: 0;
	padding-right: 18px;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
	border-right: 0;
}

.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title {
	font-family: var(--mc-font);
	font-size: 23px;
}

.woocommerce .woocommerce-customer-details address {
	background: #f7f4f1;
	border: 0;
	border-radius: 12px;
	font-size: 12px;
	line-height: 1.7;
	padding: 18px;
}

/* Login e Minha conta */
.woocommerce-account #customer_login h2 {
	font-family: var(--mc-font);
	font-size: 27px;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.lost_reset_password {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	padding: clamp(20px, 3vw, 30px);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: var(--mc-black);
	border: 0;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(20, 14, 15, 0.12);
	padding: 10px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 11px;
	font-weight: 750;
	padding: 12px 13px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--mc-red);
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 19px;
	box-shadow: 0 10px 32px rgba(20, 14, 15, 0.05);
	min-height: 330px;
	padding: clamp(20px, 3vw, 30px);
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-family: var(--mc-font);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
	background: #f7f4f1;
	border: 1px solid var(--mc-line);
	border-radius: 14px;
	padding: 18px;
}

.woocommerce-account .woocommerce-Address-title .edit {
	background: var(--mc-red-soft);
	border-radius: 999px;
	color: var(--mc-red);
	font-size: 9px;
	font-weight: 800;
	padding: 6px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	border: 1px solid var(--mc-line);
	border-radius: 13px;
	margin: 22px 0;
	padding: 18px;
}

/* Loja, categorias, tags e pesquisa de produtos */
.mc-product-archive,
.mc-product-search-results {
	padding-block: 38px 92px;
}

.mc-catalog-hero {
	background:
		radial-gradient(circle at 82% 12%, rgba(201, 162, 95, 0.22), transparent 30%),
		linear-gradient(128deg, #09090a 0%, #211014 57%, #790817 100%);
	border: 1px solid rgba(201, 162, 95, 0.35);
	border-radius: 26px;
	box-shadow: 0 22px 60px rgba(31, 9, 13, 0.16);
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	isolation: isolate;
	margin-bottom: 18px;
	min-height: 250px;
	overflow: hidden;
	padding: clamp(30px, 5vw, 58px);
	position: relative;
}

.mc-catalog-hero::before {
	border: 1px solid rgba(234, 213, 173, 0.16);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	right: -80px;
	top: -170px;
	width: 360px;
	z-index: -1;
}

.mc-catalog-hero::after {
	background: linear-gradient(90deg, transparent, rgba(201, 162, 95, 0.62), transparent);
	bottom: 0;
	content: "";
	height: 2px;
	left: 7%;
	position: absolute;
	width: 48%;
}

.mc-catalog-hero__content {
	align-self: center;
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.mc-catalog-hero__eyebrow {
	align-items: center;
	color: var(--mc-gold-light);
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.14em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.mc-catalog-hero__eyebrow > span {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
}

.mc-catalog-hero h1 {
	color: #fff;
	font-family: var(--mc-font);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 780;
	letter-spacing: -0.052em;
	line-height: 1.04;
	margin: 0;
	max-width: 890px;
	overflow-wrap: anywhere;
}

.mc-catalog-hero__assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 24px;
}

.mc-catalog-hero__assurances span {
	align-items: center;
	color: rgba(255, 255, 255, 0.84);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	gap: 7px;
	letter-spacing: 0.02em;
}

.mc-catalog-hero__assurances .mc-icon {
	color: var(--mc-gold-light);
	height: 17px;
	width: 17px;
}

.mc-catalog-hero__mark {
	align-items: center;
	align-self: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(234, 213, 173, 0.46);
	border-radius: 50%;
	box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.025);
	display: flex;
	flex-direction: column;
	height: 142px;
	justify-content: center;
	margin-left: 48px;
	position: relative;
	width: 142px;
	z-index: 1;
}

.mc-catalog-hero__mark strong {
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.95;
}

.mc-catalog-hero__mark small {
	color: var(--mc-gold-light);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-top: 8px;
}

.mc-catalog-chips {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 16px;
	display: flex;
	gap: 14px;
	margin-bottom: 25px;
	min-width: 0;
	padding: 10px 12px;
}

.mc-catalog-chips__label {
	color: var(--mc-muted);
	flex: 0 0 auto;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding-left: 4px;
	text-transform: uppercase;
}

.mc-catalog-chips__track {
	display: flex;
	gap: 7px;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.mc-catalog-chips__track::-webkit-scrollbar {
	display: none;
}

.mc-catalog-chips a {
	align-items: center;
	background: #f7f3ef;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 750;
	gap: 6px;
	min-height: 36px;
	padding: 8px 13px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.mc-catalog-chips a:hover,
.mc-catalog-chips a.is-current {
	background: var(--mc-red-soft);
	border-color: rgba(179, 16, 36, 0.22);
	color: var(--mc-red);
}

.mc-product-archive__body {
	min-width: 0;
}

.mc-product-archive .woocommerce-products-header {
	margin: 0;
}

.mc-product-archive .woocommerce-products-header:empty {
	display: none;
}

.mc-product-archive .term-description {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 14px;
	color: var(--mc-muted);
	font-size: 12px;
	margin: 0 0 22px;
	padding: 16px 18px;
}

.mc-product-archive .term-description > :last-child {
	margin-bottom: 0;
}

.mc-shop-toolbar {
	align-items: center;
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 16px;
	box-shadow: 0 8px 26px rgba(20, 14, 15, 0.04);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 0 26px;
	padding: 12px 14px 12px 18px;
}

.mc-shop-toolbar .woocommerce-result-count,
.mc-shop-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.mc-shop-toolbar .woocommerce-result-count {
	color: var(--mc-ink);
	font-size: 11px;
	font-weight: 700;
}

.mc-shop-toolbar .woocommerce-ordering select {
	appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, var(--mc-red) 50%) calc(100% - 17px) 18px / 5px 5px no-repeat,
		linear-gradient(135deg, var(--mc-red) 50%, transparent 50%) calc(100% - 12px) 18px / 5px 5px no-repeat,
		#fff;
	border: 1px solid #d7d2cc;
	border-radius: 999px;
	font-size: 11px;
	min-height: 42px;
	min-width: 220px;
	padding: 8px 38px 8px 15px;
}

.woocommerce nav.woocommerce-pagination ul {
	list-style: none;
	padding-left: 0;
}

.woocommerce nav.woocommerce-pagination li,
.woocommerce nav.woocommerce-pagination li::marker {
	list-style: none;
}

.mc-product-archive ul.products,
.mc-product-search-results ul.products {
	align-items: stretch;
}

/*
 * Um único resultado não deve parecer um card perdido no canto. No desktop ele
 * ocupa duas colunas e ganha composição horizontal; no celular ocupa a largura
 * inteira e retorna ao fluxo vertical.
 */
.mc-product-archive ul.products > li.product.mc-product-card:only-child,
.mc-product-search-results ul.products > li.product.mc-product-card:only-child {
	grid-column: 1 / -1;
	justify-self: center;
	max-width: 720px;
	width: 100%;
}

.mc-product-archive ul.products > li.product.mc-product-card:only-child .mc-product-card__inner,
.mc-product-search-results ul.products > li.product.mc-product-card:only-child .mc-product-card__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.95fr) minmax(250px, 1.05fr);
}

.mc-product-archive ul.products > li.product.mc-product-card:only-child .mc-product-card__media,
.mc-product-search-results ul.products > li.product.mc-product-card:only-child .mc-product-card__media {
	aspect-ratio: auto;
	min-height: 330px;
}

.mc-product-archive ul.products > li.product.mc-product-card:only-child .mc-product-card__content,
.mc-product-search-results ul.products > li.product.mc-product-card:only-child .mc-product-card__content {
	padding: clamp(22px, 3vw, 34px);
}

.mc-product-archive ul.products > li.product.mc-product-card:only-child .woocommerce-loop-product__title,
.mc-product-search-results ul.products > li.product.mc-product-card:only-child .woocommerce-loop-product__title {
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.25;
	min-height: 0;
}

.mc-product-archive ul.products > li.product.mc-product-card:only-child .mc-product-card__price,
.mc-product-search-results ul.products > li.product.mc-product-card:only-child .mc-product-card__price {
	font-size: 21px;
}

.mc-product-search-empty {
	background: #fff;
	border: 1px solid var(--mc-line);
	border-radius: 22px;
	box-shadow: 0 12px 38px rgba(20, 14, 15, 0.06);
	margin-inline: auto;
	max-width: 820px;
	padding: clamp(28px, 6vw, 60px);
	text-align: center;
}

.mc-product-search-empty .mc-icon {
	color: var(--mc-red);
	height: 42px;
	margin: 0 auto 15px;
	width: 42px;
}

.mc-product-search-empty h2 {
	font-family: var(--mc-font);
	font-size: clamp(28px, 4vw, 38px);
	margin-bottom: 10px;
}

.mc-product-search-empty p {
	color: var(--mc-muted);
	font-size: 13px;
	margin-inline: auto;
	max-width: 540px;
}

.mc-product-search-empty .woocommerce-product-search {
	display: flex;
	gap: 8px;
	margin: 24px auto 0;
	max-width: 560px;
}

.mc-product-search-empty .search-field {
	background: #fff;
	border: 1px solid #d7d2cc;
	border-radius: 999px;
	flex: 1;
	min-height: 50px;
	min-width: 0;
	padding: 11px 16px;
}

.mc-product-search-empty button {
	background: var(--mc-red);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 11px 20px;
}

.mc-product-search-empty__actions {
	margin-top: 18px;
}

.mc-product-search-empty__actions a {
	color: var(--mc-red);
	font-size: 11px;
	font-weight: 800;
}

@media (max-width: 820px) {
	.mc-content-layout--commerce,
	.mc-product-archive,
	.mc-product-search-results {
		padding-block: 38px 74px;
	}

	.mc-catalog-hero {
		border-radius: 22px;
		min-height: 230px;
		padding: 34px;
	}

	.mc-catalog-hero__mark {
		height: 112px;
		margin-left: 26px;
		width: 112px;
	}

	.mc-catalog-hero__mark strong {
		font-size: 34px;
	}

	body.single-product.woocommerce div.product {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
	body.single-product.woocommerce div.product div.summary {
		width: 100% !important;
	}

	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 28px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 18px;
		overflow-x: auto;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: 4px;
		min-width: max-content;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation li + li {
		border: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation a {
		white-space: nowrap;
	}

}

@media (max-width: 600px) {
	.mc-content-layout--commerce,
	.mc-product-archive,
	.mc-product-search-results {
		padding-block: 30px 58px;
	}

	.mc-catalog-hero {
		border-radius: 18px;
		display: block;
		margin-bottom: 12px;
		min-height: 214px;
		padding: 27px 22px;
	}

	.mc-catalog-hero::before {
		height: 260px;
		right: -115px;
		top: -120px;
		width: 260px;
	}

	.mc-catalog-hero::after {
		left: 22px;
		width: 54%;
	}

	.mc-catalog-hero h1 {
		font-size: clamp(33px, 10vw, 43px);
		line-height: 1.06;
		max-width: calc(100% - 20px);
	}

	.mc-catalog-hero__assurances {
		gap: 8px 13px;
		margin-top: 20px;
	}

	.mc-catalog-hero__assurances span {
		font-size: 9px;
	}

	.mc-catalog-hero__mark {
		height: 102px;
		margin: 0;
		opacity: 0.16;
		position: absolute;
		right: -17px;
		top: 16px;
		width: 102px;
	}

	.mc-catalog-chips {
		border-radius: 14px;
		gap: 7px;
		margin-bottom: 18px;
		padding: 8px;
	}

	.mc-catalog-chips__label {
		display: none;
	}

	.mc-catalog-chips a {
		font-size: 9px;
		min-height: 34px;
		padding: 7px 11px;
	}

	.mc-page--commerce .mc-page-header {
		margin-bottom: 22px;
		padding-bottom: 18px;
	}

	.mc-page--commerce .mc-page-header h1 {
		font-size: 34px;
	}

	body.single-product.woocommerce div.product {
		gap: 18px;
	}

	body.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
		border-radius: 18px;
		padding: 10px;
	}

	body.single-product.woocommerce div.product div.summary {
		border-radius: 18px;
		padding: 21px 17px;
	}

	body.single-product.woocommerce div.product .product_title {
		font-size: 33px;
	}

	body.single-product.woocommerce div.product .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.single-product .mc-product-trust {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
		width: calc(100% - 81px);
	}

	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout form.checkout #customer_details,
	.woocommerce-checkout form.checkout #order_review,
	.woocommerce-account form.login,
	.woocommerce-account form.register,
	.woocommerce-account form.lost_reset_password,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 15px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
		display: table;
		overflow: visible;
		width: 100%;
	}

	.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
	.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
		min-width: 0;
	}

	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
		display: block;
		width: 100%;
	}

	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
		width: 100% !important;
	}

	.woocommerce-cart .woocommerce-cart-form {
		overflow: visible;
	}

	.woocommerce-cart table.shop_table_responsive.cart,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table {
		display: block;
		min-width: 0;
		overflow: visible;
		width: 100%;
	}

	.woocommerce-cart table.shop_table_responsive.cart thead,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table thead {
		display: none;
	}

	.woocommerce-cart table.shop_table_responsive.cart tbody,
	.woocommerce-cart table.shop_table_responsive.cart tr,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table tbody,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table tr {
		display: block;
		width: 100%;
	}

	.woocommerce-cart table.shop_table_responsive.cart tr.cart_item,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table tbody tr {
		background: #fff;
		border: 1px solid var(--mc-line);
		border-radius: 13px;
		margin-bottom: 12px;
		overflow: hidden;
		padding: 12px;
		position: relative;
	}

	.woocommerce-cart table.shop_table_responsive.cart td,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table td {
		align-items: center;
		border-top: 1px solid var(--mc-line);
		display: flex;
		justify-content: space-between;
		min-width: 0;
		padding: 10px 0;
		text-align: right;
		width: 100%;
	}

	.woocommerce-cart table.shop_table_responsive.cart td::before,
	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table td::before {
		color: var(--mc-muted);
		content: attr(data-title);
		font-size: 9px;
		font-weight: 800;
		letter-spacing: 0.05em;
		margin-right: 16px;
		text-transform: uppercase;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.product-remove,
	.woocommerce-cart table.shop_table_responsive.cart td.product-thumbnail {
		border: 0;
		min-height: 0;
		padding: 0;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.product-remove {
		display: block;
		position: absolute;
		right: 11px;
		top: 11px;
		width: auto;
		z-index: 2;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.product-remove::before,
	.woocommerce-cart table.shop_table_responsive.cart td.product-thumbnail::before {
		display: none;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.product-thumbnail {
		display: none;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.product-name {
		border: 0;
		display: block;
		padding: 4px 38px 12px 0;
		text-align: left;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.product-name::before {
		display: none;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.actions {
		border: 0;
		display: block;
		margin-top: 10px;
		padding: 0;
		text-align: left;
	}

	.woocommerce-cart table.shop_table_responsive.cart td.actions::before {
		display: none;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: flex;
		float: none;
		gap: 7px;
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		flex: 1;
		min-width: 0;
		width: auto;
	}

	.woocommerce-cart table.cart td.actions > button.button {
		margin-top: 8px;
		width: 100%;
	}

	.woocommerce-order-received .woocommerce-order-overview {
		display: block;
	}

	.woocommerce-order-received .woocommerce-order-overview li {
		border-bottom: 1px solid var(--mc-line);
		border-right: 0;
		padding: 11px 0;
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		overflow: visible;
	}

	.woocommerce-account table.shop_table_responsive.woocommerce-orders-table td:last-child {
		border-bottom: 0;
	}

	.mc-shop-toolbar {
		align-items: stretch;
		border-radius: 14px;
		flex-direction: column;
		gap: 10px;
		padding: 13px;
	}

	.mc-shop-toolbar .woocommerce-ordering,
	.mc-shop-toolbar .woocommerce-ordering select {
		width: 100%;
	}

	.mc-product-archive ul.products > li.product.mc-product-card:only-child,
	.mc-product-search-results ul.products > li.product.mc-product-card:only-child {
		grid-column: 1 / -1;
	}

	.mc-product-archive ul.products > li.product.mc-product-card:only-child .mc-product-card__inner,
	.mc-product-search-results ul.products > li.product.mc-product-card:only-child .mc-product-card__inner {
		display: flex;
		flex-direction: column;
	}

	.mc-product-archive ul.products > li.product.mc-product-card:only-child .mc-product-card__media,
	.mc-product-search-results ul.products > li.product.mc-product-card:only-child .mc-product-card__media {
		aspect-ratio: 1 / 0.82;
		min-height: 0;
	}

	.mc-product-search-empty {
		border-radius: 17px;
		padding: 30px 18px;
	}

	.mc-product-search-empty .woocommerce-product-search {
		flex-direction: column;
	}

	.mc-product-search-empty button {
		min-height: 48px;
	}
}
