/* HCR Aplicações — mesmo visual do site. Desenvolvido por RabbitsWeb. */

:root { --hcrv-navy: #253649; --hcrv-accent: #e8792b; }

.hcrv-vfilter, .hcrv-shop, .hcrv-grid, .hcrv-carousel, .hcrv-models, .hcrv-cats, .hcrv-fitment, .hcrv-archive {
	--hcrv-text: #1f1f1f;
	--hcrv-muted: #5f5f5f;
	--hcrv-line: #e2e2e2;
	--hcrv-side: #dedede;
	font-family: inherit;
	box-sizing: border-box;
}
.hcrv-vfilter *, .hcrv-shop *, .hcrv-grid *, .hcrv-carousel *, .hcrv-models *, .hcrv-cats *, .hcrv-fitment * { box-sizing: border-box; }
.hcrv-shop [hidden] { display: none !important; }

/* Botões e campos */
.hcrv-btn {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 48px; padding: 10px 26px;
	border: 0; border-radius: 6px;
	background: #000; color: #fff !important;
	font: inherit; font-weight: 700; font-size: 16px; line-height: 1.2;
	text-decoration: none !important; cursor: pointer; white-space: nowrap;
}
.hcrv-btn:hover, .hcrv-btn:focus-visible { background: var(--hcrv-navy); }
.hcrv-link { background: none; border: 0; padding: 0; font: inherit; font-size: 14px; color: var(--hcrv-navy); text-decoration: underline; cursor: pointer; }
.hcrv-select { display: block; margin: 0; position: relative; }
.hcrv-select select {
	width: 100%; min-height: 48px;
	padding: 8px 40px 8px 16px;
	border: 1px solid #e6e6e6; border-radius: 10px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
	-webkit-appearance: none; appearance: none;
	font: inherit; font-size: 16px; color: #3a3a3a;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	cursor: pointer;
}
.hcrv-select select:disabled { color: #9a9a9a; cursor: not-allowed; background-color: #f6f6f6; }
.hcrv-select select:focus { outline: 3px solid color-mix(in srgb, var(--hcrv-accent) 45%, transparent); outline-offset: 1px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Filtro da página inicial */
.hcrv-vfilter { background: rgba(236, 236, 236, 0.96); border-radius: 22px; padding: 22px 26px 26px; max-width: 760px; }
.hcrv-vfilter--dark { background: rgba(255, 255, 255, 0.1); }
.hcrv-vfilter-title { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; color: #555; font-size: 18px; line-height: 1.3; }
.hcrv-vfilter--dark .hcrv-vfilter-title { color: #e8e8e8; }
.hcrv-vfilter-title svg { color: var(--hcrv-accent); flex: none; }
.hcrv-vfilter-row { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; }
.hcrv-vfilter-row .hcrv-select { flex: 1 1 140px; min-width: 120px; }
.hcrv-vfilter-row .hcrv-btn { flex: 0 0 auto; }

/* Card de produto */
.hcrv-card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--hcrv-line);
	min-width: 0; height: 100%;
	color: var(--hcrv-text);
}
.hcrv-card-media { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; padding: 18px; background: #fff; overflow: hidden; }
.hcrv-card-media img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; margin: 0 !important; }
.hcrv-card-body { display: flex; flex-direction: column; gap: 8px; padding: 6px 20px 18px; flex: 1; }
.hcrv-card-title {
	color: var(--hcrv-text) !important; text-decoration: none !important;
	font-weight: 700; font-size: 15px; line-height: 1.4; text-transform: uppercase;
	overflow-wrap: break-word; word-break: normal; hyphens: auto;
}
.hcrv-card-title:hover { color: var(--hcrv-navy) !important; text-decoration: underline !important; }
.hcrv-card-sku { font-size: 14px; color: var(--hcrv-muted); overflow-wrap: anywhere; }
.hcrv-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 6px; }
.hcrv-card-price { font-weight: 700; font-size: 19px; color: var(--hcrv-text); white-space: nowrap; }
.hcrv-card-price.is-sale { display: flex; flex-direction: column; line-height: 1.2; }
.hcrv-card-price del { font-weight: 400; font-size: 14px; color: var(--hcrv-muted); }
.hcrv-card-price ins { text-decoration: none; color: #b3261e; }
.hcrv-badge-sale {
	position: absolute; top: 10px; left: 10px; z-index: 1;
	padding: 5px 12px; border-radius: 4px;
	background: var(--hcrv-accent); color: #fff;
	font-weight: 800; font-size: 13px; letter-spacing: 0.06em; line-height: 1.2;
}
.hcrv-cart { display: inline-flex; color: #111 !important; padding: 4px; border-radius: 6px; }
.hcrv-cart:hover, .hcrv-cart:focus-visible { color: var(--hcrv-accent) !important; }
.hcrv-cart.loading { opacity: 0.4; }
.hcrv-cart.added::after { content: "✓"; font-weight: 700; color: #1e6b43; margin-left: 2px; }
.added_to_cart.wc-forward { display: none !important; }
.hcrv-soldout { font-size: 13px; font-weight: 700; color: #9b2222; white-space: nowrap; }

/* Grade e carrossel */
.hcrv-grid { display: grid; grid-template-columns: repeat(var(--hcrv-cols, 4), minmax(0, 1fr)); gap: 18px; }
.hcrv-carousel { position: relative; }
.hcrv-carousel-track {
	display: grid; grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--hcrv-cols, 4) - 1) * 18px) / var(--hcrv-cols, 4));
	gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	scrollbar-width: none; padding: 2px;
}
.hcrv-carousel-track::-webkit-scrollbar { display: none; }
.hcrv-carousel-track > * { scroll-snap-align: start; }
.hcrv-carousel-btn {
	position: absolute; top: 40%; z-index: 2;
	width: 40px; height: 40px; border-radius: 50%;
	border: 0; background: transparent; color: #fff;
	font-size: 36px; line-height: 1; cursor: pointer;
}
.hcrv-carousel-btn.is-prev { left: -44px; }
.hcrv-carousel-btn.is-next { right: -44px; }
.hcrv-carousel-btn:disabled { opacity: 0.3; cursor: default; }

/* Loja: filtros + resultados */
.hcrv-shop { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 28px; align-items: start; }
.hcrv-side { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 14px; background: var(--hcrv-side); padding: 20px; }
.hcrv-side-gap { height: 6px; }
.hcrv-side-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 6px; }
.hcrv-check { display: flex; align-items: center; gap: 8px; font-size: 15px; color: #333; }
.hcrv-check input { width: 18px; height: 18px; accent-color: var(--hcrv-navy); }
.hcrv-searching { margin: 0; font-size: 14px; color: #333; }
.hcrv-filters-toggle { display: none; }
.hcrv-results { min-width: 0; container-type: inline-size; container-name: hcrv-results; }
.hcrv-results.is-loading { opacity: 0.5; pointer-events: none; transition: opacity 0.15s; }
.hcrv-results-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.hcrv-count { margin: 0; font-size: 15px; color: #444; }
.hcrv-count strong { color: var(--hcrv-text); }
.hcrv-order { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #555; }
.hcrv-order select { min-height: 40px; padding: 6px 30px 6px 12px; border: 1px solid #ddd; border-radius: 8px; font: inherit; font-size: 14px; background: #fff; }
.hcrv-empty { padding: 40px 24px; text-align: center; background: #fafafa; border: 1px dashed #ddd; }
.hcrv-empty p { margin: 0 0 10px; color: #444; }
.hcrv-pages { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin-top: 28px; }
.hcrv-page { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid #ddd; border-radius: 6px; background: #fff; color: var(--hcrv-text) !important; text-decoration: none !important; font-weight: 700; }
.hcrv-page:hover { border-color: var(--hcrv-navy); }
.hcrv-page.is-current { background: var(--hcrv-navy); border-color: var(--hcrv-navy); color: #fff !important; }
.hcrv-page-gap { align-self: center; color: #777; }

@container hcrv-results (max-width: 1000px) { .hcrv-results .hcrv-grid { grid-template-columns: repeat(min(3, var(--hcrv-cols, 4)), minmax(0, 1fr)); } }
@container hcrv-results (max-width: 700px) { .hcrv-results .hcrv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }

/* Cards de modelos */
.hcrv-models { display: grid; grid-template-columns: repeat(var(--hcrv-cols, 3), minmax(0, 1fr)); gap: 18px; }
.hcrv-model { display: flex; flex-direction: column; background: #fff; border: 1px solid #cfcfcf; border-radius: 10px; overflow: hidden; text-decoration: none !important; color: #111 !important; }
.hcrv-model-img { display: block; aspect-ratio: 16 / 9; background: #2b2b2b; overflow: hidden; }
.hcrv-model-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s; }
.hcrv-model:hover .hcrv-model-img img { transform: scale(1.03); }
.hcrv-model-name { padding: 14px 16px; font-weight: 700; font-size: 16px; text-decoration: underline; }

/* Categorias */
.hcrv-cats { display: grid; grid-template-columns: repeat(var(--hcrv-cols, 4), minmax(0, 1fr)); border-top: 1px solid #bdbdbd; border-left: 1px solid #bdbdbd; }
.hcrv-cat { display: flex; align-items: center; gap: 16px; padding: 14px 20px; border-right: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd; color: #333 !important; text-decoration: none !important; font-weight: 700; }
.hcrv-cat:hover { background: #f6f6f6; }
.hcrv-cat-icon { width: 36px; height: 36px; object-fit: contain; flex: none; }

/* Quadro de aplicação (página do produto) */
.hcrv-fitment { margin: 18px 0; border: 1px solid var(--hcrv-line); background: #fff; }
.hcrv-fitment-title { display: flex; align-items: center; gap: 8px; margin: 0; padding: 12px 16px; background: var(--hcrv-navy); color: #fff; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.02em; }
.hcrv-fitment-title svg { color: var(--hcrv-accent); }
.hcrv-fitment-wrap { overflow-x: auto; max-height: 360px; overflow-y: auto; }
.hcrv-fitment-table { width: 100%; border-collapse: collapse; margin: 0 !important; font-size: 14px; }
.hcrv-fitment-table th { position: sticky; top: 0; background: #f3f3f3; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; color: #555; padding: 9px 16px; border: 0 !important; border-bottom: 1px solid var(--hcrv-line) !important; }
.hcrv-fitment-table td { padding: 10px 16px; border: 0 !important; border-bottom: 1px solid #f0f0f0 !important; color: var(--hcrv-text); }
.hcrv-fitment-table tbody tr:nth-child(even) td { background: #fafafa; }
.hcrv-fitment-link { text-align: right; white-space: nowrap; }
.hcrv-fitment-link a { color: var(--hcrv-navy); font-weight: 700; font-size: 13px; }

/* Página de arquivo (modelo próprio) */
.hcrv-archive { max-width: 1480px; margin: 0 auto; padding: 24px 20px 48px; }
.hcrv-archive-title { margin: 0 0 22px; font-size: 28px; text-transform: uppercase; }

/* Responsivo */
@media (max-width: 1100px) {
	.hcrv-shop { grid-template-columns: 240px minmax(0, 1fr); gap: 20px; }
	.hcrv-carousel-track { grid-auto-columns: minmax(190px, calc((100% - 2 * 18px) / 3)); }
	.hcrv-grid { grid-template-columns: repeat(min(3, var(--hcrv-cols, 4)), minmax(0, 1fr)); }
	.hcrv-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hcrv-carousel-btn.is-prev { left: -8px; }
	.hcrv-carousel-btn.is-next { right: -8px; }
	.hcrv-carousel-btn { background: rgba(0, 0, 0, 0.55); font-size: 28px; }
}
@media (max-width: 760px) {
	.hcrv-shop { grid-template-columns: minmax(0, 1fr); }
	.hcrv-filters-toggle { display: inline-flex; width: 100%; }
	.hcrv-side { position: static; display: none; }
	.hcrv-shop.is-filters-open .hcrv-side { display: flex; }
	.hcrv-grid, .hcrv-models { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.hcrv-carousel-track { grid-auto-columns: minmax(170px, calc((100% - 12px) / 2)); gap: 12px; }
	.hcrv-cats { grid-template-columns: minmax(0, 1fr); }
	.hcrv-card-body { padding: 4px 12px 14px; }
	.hcrv-card-title { font-size: 13px; }
	.hcrv-card-price { font-size: 16px; }
	.hcrv-vfilter { padding: 18px; }
	.hcrv-vfilter-row .hcrv-select { flex-basis: 100%; }
	.hcrv-vfilter-row .hcrv-btn { width: 100%; }
}
@media (max-width: 380px) {
	.hcrv-models { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
	.hcrv-carousel-track { scroll-behavior: auto; }
	.hcrv-model-img img { transition: none; }
}

/* ---------- Página do produto ---------- */
.hcrv-product-page { max-width: 1280px; margin: 0 auto; padding: 32px 20px 56px; }
.hcrv-product { font-family: Arial, Helvetica, sans-serif; color: #1f2a37; }
.hcrv-product-notices:empty { display: none; }
.hcrv-product-notices { margin-bottom: 16px; }
.hcrv-product-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.hcrv-gallery-main { position: relative; background: #f4f5f7; border: 1px solid #e3e6ea; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hcrv-gallery-main img { width: 100%; height: 100%; object-fit: contain; display: block; }
.hcrv-gallery-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.hcrv-gallery-thumb { width: 76px; height: 76px; padding: 0; border: 2px solid #e3e6ea; background: #fff; cursor: pointer; }
.hcrv-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hcrv-gallery-thumb.is-active { border-color: var(--hcrv-navy); }
.hcrv-gallery-thumb:focus-visible { outline: 2px solid var(--hcrv-navy); outline-offset: 2px; }
.hcrv-product .hcrv-badge-sale { top: 16px; left: 16px; font-size: 14px; padding: 6px 14px; }
.hcrv-product-info { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.hcrv-product-head { display: flex; flex-direction: column; gap: 6px; }
.hcrv-product-title { margin: 0; font-size: 28px; line-height: 1.2; font-weight: 700; color: var(--hcrv-navy); text-transform: uppercase; }
.hcrv-product-sku { font-size: 14px; color: #5b6573; }
.hcrv-product-short { font-size: 15px; line-height: 1.55; color: #3a4553; margin-top: 6px; }
.hcrv-product-short p { margin: 0 0 8px; }
.hcrv-product-rule { height: 1px; background: #e3e6ea; }
.hcrv-buy { display: flex; flex-direction: column; gap: 18px; }
.hcrv-buy-pix { display: flex; flex-direction: column; gap: 4px; }
.hcrv-buy-old { font-size: 15px; color: #5b6573; }
.hcrv-buy-pix-line { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.hcrv-buy-pix-value { font-size: 44px; font-weight: 800; color: var(--hcrv-navy); line-height: 1; }
.hcrv-buy-pix-value .woocommerce-Price-amount { color: inherit; }
.hcrv-buy-pix-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: #e6f4ee; color: #0e5a3c; font-size: 14px; font-weight: 700; }
.hcrv-buy-pix-note { font-size: 14px; color: #5b6573; }
.hcrv-buy-card { display: flex; flex-direction: column; gap: 10px; padding: 14px 16px; border: 1px solid #e3e6ea; border-radius: 8px; background: #fafbfc; }
.hcrv-buy-card-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hcrv-buy-card-text { font-size: 16px; line-height: 1.4; }
.hcrv-buy-card-total { font-size: 20px; color: var(--hcrv-navy); }
.hcrv-buy-toggle { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border: 1px solid var(--hcrv-navy); border-radius: 6px; background: #fff; color: var(--hcrv-navy); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.hcrv-buy-toggle svg { transition: transform .15s; }
.hcrv-buy-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.hcrv-buy-toggle:focus-visible { outline: 2px solid var(--hcrv-navy); outline-offset: 2px; }
.hcrv-buy-parcelas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 8px 0 0; list-style: none; border-top: 1px solid #e3e6ea; }
.hcrv-buy-parcelas[hidden] { display: none; }
.hcrv-buy-parcelas li { margin: 0; padding: 8px 10px; background: #fff; border: 1px solid #e3e6ea; border-radius: 6px; font-size: 15px; }
.hcrv-buy-stock { margin: 0; font-size: 15px; }
.hcrv-buy-stock .is-in { color: #1e6b43; font-weight: 700; }
.hcrv-buy-stock .is-backorder { color: #8a5a00; font-weight: 700; }
.hcrv-buy-stock .is-out { color: #a4231b; font-weight: 700; }
.hcrv-buy-form { display: flex; gap: 12px; align-items: stretch; margin: 0; }
.hcrv-qty { display: flex; align-items: center; border: 1px solid #c9ced6; border-radius: 6px; height: 52px; background: #fff; }
.hcrv-qty-btn { width: 44px; height: 50px; border: 0; background: transparent; font-size: 22px; color: var(--hcrv-navy); cursor: pointer; }
.hcrv-qty-btn:focus-visible, .hcrv-qty-input:focus-visible { outline: 2px solid var(--hcrv-navy); outline-offset: -2px; }
.hcrv-qty-input { width: 48px; height: 48px; border: 0 !important; padding: 0 !important; text-align: center; font: inherit; font-size: 17px; font-weight: 700; color: #1f2a37; background: transparent; box-shadow: none !important; -moz-appearance: textfield; }
.hcrv-qty-input::-webkit-outer-spin-button, .hcrv-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.hcrv-buy-add { flex-grow: 1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border: 0; border-radius: 6px; background: var(--hcrv-accent); color: #fff; font: inherit; font-size: 17px; font-weight: 700; cursor: pointer; }
.hcrv-buy-add:hover { filter: brightness(0.93); }
.hcrv-buy-add:focus-visible { outline: 3px solid var(--hcrv-navy); outline-offset: 2px; }
.hcrv-buy-noprice { font-size: 18px; font-weight: 700; color: var(--hcrv-navy); }
.hcrv-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hcrv-product .hcrv-fitment { margin-top: 40px; }
.hcrv-product-desc { margin-top: 40px; }
.hcrv-product-desc h2 { margin: 0 0 12px; font-size: 20px; color: var(--hcrv-navy); text-transform: uppercase; }
.hcrv-product-desc-body { font-size: 15px; line-height: 1.65; color: #3a4553; }
@media (max-width: 900px) {
	.hcrv-product-page { padding: 16px 16px 40px; }
	.hcrv-product-top { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.hcrv-product-title { font-size: 22px; }
	.hcrv-buy-pix-value { font-size: 36px; }
	.hcrv-buy-parcelas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hcrv-buy-form { flex-wrap: wrap; }
}
/* Proteção contra estilos do tema (negrito e tamanho de ícones). */
.hcrv-buy strong, .hcrv-buy-stock strong, .hcrv-buy-parcelas li strong { font-weight: 700; }
.hcrv-buy-card-total { font-weight: 700; }
.hcrv-product-desc h2, .hcrv-product-title { font-weight: 700; }
.hcrv-buy svg, .hcrv-product svg { flex-shrink: 0; overflow: visible; }
.hcrv-buy-toggle svg { display: block; width: 16px; height: 16px; }
.hcrv-buy-pix-tag svg { width: 14px; height: 14px; }
.hcrv-buy-add svg { width: 20px; height: 20px; }

/* ---------- Botões da página do produto: estados próprios, imunes ao tema ---------- */
.hcrv-buy .hcrv-qty { overflow: hidden; }
.hcrv-buy .hcrv-qty .hcrv-qty-btn,
.hcrv-buy .hcrv-qty .hcrv-qty-btn:hover,
.hcrv-buy .hcrv-qty .hcrv-qty-btn:focus,
.hcrv-buy .hcrv-qty .hcrv-qty-btn:active {
	width: 44px !important; height: 100% !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important;
	display: flex !important; align-items: center; justify-content: center;
	border: 0 !important; border-radius: 0 !important; box-shadow: none !important; text-shadow: none !important;
	background: transparent !important; color: var(--hcrv-navy) !important;
	font-family: Arial, Helvetica, sans-serif !important; font-size: 22px !important; font-weight: 400 !important; line-height: 1 !important;
	transition: background-color .15s;
}
.hcrv-buy .hcrv-qty .hcrv-qty-btn:hover { background: #f1f3f6 !important; }
.hcrv-buy .hcrv-qty .hcrv-qty-btn:active { background: #e3e6ea !important; }
.hcrv-buy .hcrv-qty .hcrv-qty-btn:focus-visible { outline: 2px solid var(--hcrv-navy) !important; outline-offset: -2px; }
.hcrv-buy .hcrv-qty .hcrv-qty-input,
.hcrv-buy .hcrv-qty .hcrv-qty-input:focus {
	color: #1f2a37 !important; background: transparent !important; border: 0 !important; box-shadow: none !important;
	height: 100% !important; margin: 0 !important; font-size: 17px !important; font-weight: 700 !important;
}

.hcrv-buy .hcrv-buy-toggle,
.hcrv-buy .hcrv-buy-toggle:hover,
.hcrv-buy .hcrv-buy-toggle:focus,
.hcrv-buy .hcrv-buy-toggle:active {
	border: 1px solid var(--hcrv-navy) !important; border-radius: 6px !important; box-shadow: none !important; text-shadow: none !important;
	background: #ffffff !important; color: var(--hcrv-navy) !important;
	font-family: Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: 700 !important;
	padding: 0 14px !important; margin: 0 !important; min-height: 40px !important; line-height: 1 !important;
	transition: background-color .15s;
}
.hcrv-buy .hcrv-buy-toggle:hover { background: #eef1f5 !important; }
.hcrv-buy .hcrv-buy-toggle:active { background: #e3e7ee !important; }

.hcrv-buy .hcrv-buy-add,
.hcrv-buy .hcrv-buy-add:hover,
.hcrv-buy .hcrv-buy-add:focus,
.hcrv-buy .hcrv-buy-add:active {
	border: 0 !important; border-radius: 6px !important; box-shadow: none !important; text-shadow: none !important;
	background: var(--hcrv-accent) !important; color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important; font-size: 17px !important; font-weight: 700 !important;
	height: 52px !important; padding: 0 24px !important; margin: 0 !important; line-height: 1 !important;
	filter: none !important; transition: background-color .15s;
}
.hcrv-buy .hcrv-buy-add:hover { background: color-mix(in srgb, var(--hcrv-accent) 88%, #000) !important; }
.hcrv-buy .hcrv-buy-add:active { background: color-mix(in srgb, var(--hcrv-accent) 78%, #000) !important; }
.hcrv-buy .hcrv-buy-add svg { color: #ffffff; stroke: currentColor; }

/* ---------- Carrossel (HCR → Vitrine → Carrosséis) ---------- */
.hcrv-c2 { --gap: 20px; font-family: Arial, Helvetica, sans-serif; color: #1f2a37; margin: 0 0 32px; }
.hcrv-c2 *, .hcrv-c2 *::before, .hcrv-c2 *::after { box-sizing: border-box; }
.hcrv-c2-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.hcrv-c2-title { margin: 0; font-size: 26px; line-height: 1.2; font-weight: 700 !important; color: var(--hcrv-navy); text-transform: uppercase; }
.hcrv-c2-tools { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.hcrv-c2-all { font-size: 15px; font-weight: 700; color: var(--hcrv-navy) !important; text-decoration: underline; margin-right: 4px; }
.hcrv-c2 .hcrv-c2-arrow, .hcrv-c2 .hcrv-c2-arrow:hover, .hcrv-c2 .hcrv-c2-arrow:focus {
	width: 44px !important; height: 44px !important; min-height: 0 !important; padding: 0 !important; margin: 0 !important;
	border-radius: 50% !important; border: 1px solid var(--hcrv-navy) !important; background: #fff !important; color: var(--hcrv-navy) !important;
	font: 400 26px/1 Arial, Helvetica, sans-serif !important; box-shadow: none !important; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
	transition: background-color .15s;
}
.hcrv-c2 .hcrv-c2-arrow:hover { background: #eef1f5 !important; }
.hcrv-c2 .hcrv-c2-arrow:focus-visible { outline: 2px solid var(--hcrv-navy) !important; outline-offset: 2px; }
.hcrv-c2 .hcrv-c2-arrow[disabled] { border-color: #dcdfe4 !important; color: #b6bcc5 !important; background: #fff !important; cursor: default; }
.hcrv-c2 .hcrv-c2-arrow[hidden] { display: none !important; }
.hcrv-c2-track {
	display: grid; grid-auto-flow: column; gap: var(--gap);
	grid-auto-columns: calc((100% - (var(--per) - 1) * var(--gap)) / var(--per));
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain;
	scrollbar-width: none; padding: 2px 0 4px;
}
.hcrv-c2-track::-webkit-scrollbar { display: none; }
.hcrv-c2-track:focus-visible { outline: 2px solid var(--hcrv-navy); outline-offset: 4px; }
.hcrv-c2-item { scroll-snap-align: start; min-width: 0; display: flex; }
.hcrv-c2-item > * { width: 100%; }
.hcrv-c2-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; min-height: 8px; }
.hcrv-c2-dot { width: 8px; height: 8px; border-radius: 4px; background: #c9ced6; transition: width .2s, background-color .2s; }
.hcrv-c2-dot.is-active { width: 22px; background: var(--hcrv-navy); }
@media (max-width: 767px) {
	.hcrv-c2 { --gap: 12px; }
	.hcrv-c2-track { grid-auto-columns: calc((100% - (var(--per-m) - 1) * var(--gap)) / var(--per-m)); }
	.hcrv-c2-title { font-size: 20px; }
	.hcrv-c2 .hcrv-c2-arrow { display: none !important; }
}
@media (prefers-reduced-motion: reduce) { .hcrv-c2-track { scroll-behavior: auto; } }

/* ---------- Ficha técnica (página do produto) ---------- */
.hcrv-spec { margin-top: 40px; font-family: Arial, Helvetica, sans-serif; }
.hcrv-spec-title { margin: 0 0 12px; font-size: 20px; font-weight: 700 !important; color: var(--hcrv-navy); text-transform: uppercase; }
.hcrv-spec-list { margin: 0; border: 1px solid var(--hcrv-line, #e3e6ea); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hcrv-spec-row { display: grid; grid-template-columns: minmax(120px, 40%) 1fr; border-bottom: 1px solid #eef0f3; }
.hcrv-spec-row:nth-child(odd) { border-right: 1px solid #eef0f3; }
.hcrv-spec-row dt { margin: 0; padding: 11px 16px; background: #f6f7f9; font-size: 13px; font-weight: 700; color: #3a4553; }
.hcrv-spec-row dd { margin: 0; padding: 11px 16px; font-size: 14px; color: #1f2a37; }
@media (max-width: 767px) {
	.hcrv-spec-list { grid-template-columns: minmax(0, 1fr); }
	.hcrv-spec-row:nth-child(odd) { border-right: 0; }
}

/* ---------- Kit ---------- */
.hcrv-badges { position: absolute; top: 10px; left: 10px; z-index: 1; display: flex; gap: 6px; }
.hcrv-badges:empty { display: none; }
.hcrv-badges .hcrv-badge-sale { position: static; }
.hcrv-badge-kit { padding: 5px 12px; border-radius: 4px; background: var(--hcrv-navy); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: 0.06em; line-height: 1.2; }
.hcrv-product .hcrv-badges { top: 16px; left: 16px; }
.hcrv-product .hcrv-badge-kit { font-size: 14px; padding: 6px 14px; }
.hcrv-kit-save { display: flex; align-items: center; gap: 10px; margin: 0; padding: 12px 14px; border-radius: 8px; background: #fff7ef; border: 1px solid #f3d3b5; font-size: 15px; color: #1f2a37; }
.hcrv-kit-save svg { color: #b25a12; flex-shrink: 0; width: 20px; height: 20px; }
.hcrv-kit-save strong { font-weight: 700; }
.hcrv-kit { margin-top: 40px; font-family: Arial, Helvetica, sans-serif; }
.hcrv-kit-title { margin: 0 0 12px; font-size: 20px; font-weight: 700 !important; color: var(--hcrv-navy); text-transform: uppercase; }
.hcrv-kit-list { margin: 0; padding: 0; list-style: none; border: 1px solid #e3e6ea; }
.hcrv-kit-item { display: flex; align-items: center; gap: 16px; padding: 12px 16px; border-bottom: 1px solid #eef0f3; margin: 0; }
.hcrv-kit-item:last-child { border-bottom: 0; }
.hcrv-kit-thumb { width: 52px; height: 52px; flex-shrink: 0; background: #f4f5f7; border-radius: 6px; overflow: hidden; }
.hcrv-kit-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hcrv-kit-qty { width: 36px; font-size: 16px; font-weight: 700 !important; color: var(--hcrv-navy); }
.hcrv-kit-name { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; font-size: 15px; font-weight: 700; color: #1f2a37; }
.hcrv-kit-name small { font-size: 12px; font-weight: 400; color: #5b6573; }
.hcrv-kit-price { font-size: 14px; color: #3a4553; white-space: nowrap; }
.hcrv-kit-link { font-size: 13px; font-weight: 700; color: var(--hcrv-navy) !important; text-decoration: underline; white-space: nowrap; }
.hcrv-kit-note { margin: 10px 0 0; font-size: 13px; color: #5b6573; }
@media (max-width: 767px) {
	.hcrv-kit-item { flex-wrap: wrap; gap: 8px 12px; }
	.hcrv-kit-price { margin-left: 100px; }
}

/* ---------- Comprar agora ---------- */
.hcrv-buy-form.has-buy-now { flex-direction: column; }
.hcrv-buy-row { display: flex; gap: 12px; align-items: stretch; }
.hcrv-buy .hcrv-buy-cart, .hcrv-buy .hcrv-buy-cart:hover, .hcrv-buy .hcrv-buy-cart:focus, .hcrv-buy .hcrv-buy-cart:active {
	display: inline-flex !important; align-items: center; justify-content: center; gap: 10px; width: 100%;
	height: 48px !important; padding: 0 20px !important; margin: 0 !important; border: 2px solid var(--hcrv-navy) !important; border-radius: 6px !important;
	background: #fff !important; color: var(--hcrv-navy) !important; box-shadow: none !important; text-shadow: none !important;
	font-family: Arial, Helvetica, sans-serif !important; font-size: 16px !important; font-weight: 700 !important; line-height: 1 !important; cursor: pointer; transition: background-color .15s;
}
.hcrv-buy .hcrv-buy-cart:hover { background: #eef1f5 !important; }
.hcrv-buy .hcrv-buy-cart:focus-visible { outline: 3px solid var(--hcrv-navy) !important; outline-offset: 2px; }
.hcrv-buy .hcrv-buy-cart svg { width: 20px; height: 20px; }

/* ---------- Calcular frete ---------- */
.hcrv-ship { border: 1px solid #e3e6ea; border-radius: 8px; font-family: Arial, Helvetica, sans-serif; }
.hcrv-ship .hcrv-ship-toggle, .hcrv-ship .hcrv-ship-toggle:hover, .hcrv-ship .hcrv-ship-toggle:focus {
	display: flex !important; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 14px 16px !important; margin: 0 !important;
	border: 0 !important; border-radius: 8px !important; background: #fff !important; color: #1f2a37 !important; box-shadow: none !important;
	font-family: Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: 400 !important; text-align: left; cursor: pointer; line-height: 1.3 !important;
}
.hcrv-ship .hcrv-ship-toggle:hover { background: #f8f9fb !important; }
.hcrv-ship .hcrv-ship-toggle:focus-visible { outline: 2px solid var(--hcrv-navy) !important; outline-offset: -2px; }
.hcrv-ship-title { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; color: var(--hcrv-navy); }
.hcrv-ship-title svg { width: 20px; height: 20px; flex-shrink: 0; }
.hcrv-ship-sum { display: flex; align-items: center; gap: 10px; color: #3a4553; font-size: 14px; }
.hcrv-ship-chev { width: 18px; height: 18px; color: var(--hcrv-navy); transition: transform .15s; flex-shrink: 0; }
.hcrv-ship-toggle[aria-expanded="true"] .hcrv-ship-chev { transform: rotate(180deg); }
.hcrv-ship-toggle[aria-expanded="true"] [data-hcrv-ship-summary] { display: none; }
.hcrv-ship-body { padding: 0 16px 14px; }
.hcrv-ship-body[hidden] { display: none; }
.hcrv-ship-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0; }
.hcrv-ship-form[hidden] { display: none; }
.hcrv-ship-form input { width: 150px !important; height: 44px !important; padding: 0 12px !important; border: 1px solid #c9ced6 !important; border-radius: 6px !important; font: inherit; font-size: 16px !important; color: #1f2a37 !important; background: #fff !important; box-shadow: none !important; margin: 0 !important; }
.hcrv-ship .hcrv-ship-calc, .hcrv-cartpage .hcrv-ship-calc, .hcrv-ship-calc:hover, .hcrv-ship-calc:focus {
	height: 44px !important; padding: 0 20px !important; margin: 0 !important; border: 0 !important; border-radius: 6px !important;
	background: var(--hcrv-navy) !important; color: #fff !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 15px !important; font-weight: 700 !important; cursor: pointer; box-shadow: none !important; line-height: 1 !important;
}
.hcrv-ship-calc[disabled] { opacity: .6; cursor: wait; }
.hcrv-ship-help { font-size: 13px; color: var(--hcrv-navy) !important; text-decoration: underline; }
.hcrv-ship-result:empty { display: none; }
.hcrv-ship-result { margin-top: 12px; border-top: 1px solid #eef0f3; }
.hcrv-ship-where { font-size: 13px; color: #5b6573; padding: 10px 0 4px; }
.hcrv-ship-rate { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid #f2f3f5; font-size: 15px; }
.hcrv-ship-rate span { display: flex; flex-direction: column; gap: 2px; }
.hcrv-ship-rate small { font-size: 13px; color: #5b6573; }
.hcrv-ship-rate > strong { color: var(--hcrv-navy); white-space: nowrap; }
.hcrv-ship-note { font-size: 12px; color: #5b6573; padding-top: 8px; margin: 0; }
.hcrv-ship-error { margin: 10px 0 0; font-size: 14px; color: #a4231b; }

/* ---------- Carrinho ---------- */
.hcrv-cart-page { max-width: 1280px; margin: 0 auto; padding: 32px 20px 56px; }
.hcrv-cartpage { font-family: Arial, Helvetica, sans-serif; color: #1f2a37; }
.hcrv-cart-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.hcrv-cart-title { margin: 0; font-size: 28px; font-weight: 700 !important; color: var(--hcrv-navy); text-transform: uppercase; }
.hcrv-cart-steps { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: s; font-size: 14px; color: #5b6573; }
.hcrv-cart-steps li { counter-increment: s; margin: 0; }
.hcrv-cart-steps li::before { content: counter(s) " "; font-weight: 700; }
.hcrv-cart-steps li + li::before { content: "› " counter(s) " "; }
.hcrv-cart-steps li.is-on { color: var(--hcrv-navy); font-weight: 700; }
.hcrv-cart-notices:empty { display: none; }
.hcrv-cart-notices { margin-bottom: 16px; }
.hcrv-cart-empty { padding: 40px; background: #fff; border: 1px solid #e3e6ea; border-radius: 8px; text-align: center; }
.hcrv-cart-grid { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 24px; align-items: start; }
.hcrv-cart-items { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.hcrv-cart-table { background: #fff; border: 1px solid #e3e6ea; border-radius: 8px; }
.hcrv-cart-row { display: grid; grid-template-columns: minmax(0, 1fr) 140px 130px 40px; gap: 12px; align-items: center; padding: 16px 18px; border-bottom: 1px solid #eef0f3; }
.hcrv-cart-row:last-child { border-bottom: 0; }
.hcrv-cart-row--head { padding: 12px 18px; font-size: 12px; font-weight: 700; color: #5b6573; text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid #e3e6ea; }
.hcrv-right { text-align: right; }
.hcrv-cart-prod { display: flex; gap: 14px; align-items: center; min-width: 0; }
.hcrv-cart-thumb { width: 72px; height: 72px; flex-shrink: 0; border-radius: 6px; background: #f4f5f7; overflow: hidden; }
.hcrv-cart-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hcrv-cart-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hcrv-cart-name { font-size: 15px; font-weight: 700; color: var(--hcrv-navy) !important; text-transform: uppercase; line-height: 1.3; text-decoration: none; }
.hcrv-cart-info small { font-size: 12px; color: #5b6573; }
.hcrv-cart-unit { color: #3a4553 !important; font-size: 13px !important; }
.hcrv-tag-sale, .hcrv-tag-kit { display: inline-block; padding: 1px 6px; border-radius: 3px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.hcrv-tag-sale { background: var(--hcrv-accent); }
.hcrv-tag-kit { background: var(--hcrv-navy); }
.hcrv-qty--sm { height: 40px; width: 124px; }
.hcrv-buy .hcrv-qty--sm .hcrv-qty-btn, .hcrv-cartpage .hcrv-qty .hcrv-qty-btn { width: 38px !important; }
.hcrv-cartpage .hcrv-qty .hcrv-qty-btn, .hcrv-cartpage .hcrv-qty .hcrv-qty-btn:hover, .hcrv-cartpage .hcrv-qty .hcrv-qty-btn:focus {
	height: 100% !important; padding: 0 !important; margin: 0 !important; border: 0 !important; background: transparent !important; color: var(--hcrv-navy) !important;
	font: 400 20px/1 Arial, Helvetica, sans-serif !important; box-shadow: none !important; display: flex !important; align-items: center; justify-content: center;
}
.hcrv-cartpage .hcrv-qty .hcrv-qty-btn:hover { background: #f1f3f6 !important; }
.hcrv-cartpage .hcrv-qty-input { width: 44px !important; height: 100% !important; margin: 0 !important; color: #1f2a37 !important; font-weight: 700 !important; }
.hcrv-cart-sub { display: flex; flex-direction: column; gap: 2px; }
.hcrv-cart-sub strong { font-size: 16px; color: var(--hcrv-navy); }
.hcrv-cart-sub small { font-size: 12px; color: #0e5a3c; }
.hcrv-cart-remove { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 6px; color: #8a2424 !important; font-size: 22px; text-decoration: none; }
.hcrv-cart-remove:hover { background: #fcf0f1; }
.hcrv-cart-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.hcrv-cart-continue { font-size: 14px; font-weight: 700; color: var(--hcrv-navy) !important; text-decoration: underline; }
.hcrv-cart-coupon { display: flex; gap: 8px; }
.hcrv-cart-coupon input { width: 200px !important; height: 40px !important; padding: 0 12px !important; border: 1px solid #c9ced6 !important; border-radius: 6px !important; font-size: 14px !important; margin: 0 !important; }
.hcrv-cartpage .hcrv-btn-ghost, .hcrv-cartpage .hcrv-btn-ghost:hover, .hcrv-cartpage .hcrv-btn-ghost:focus { height: 40px !important; padding: 0 16px !important; margin: 0 !important; border: 1px solid var(--hcrv-navy) !important; border-radius: 6px !important; background: #fff !important; color: var(--hcrv-navy) !important; font: 700 14px/1 Arial, Helvetica, sans-serif !important; cursor: pointer; box-shadow: none !important; }
.hcrv-cartpage .hcrv-btn-ghost:hover { background: #eef1f5 !important; }
.hcrv-cart-summary { background: #fff; border: 1px solid #e3e6ea; border-radius: 8px; padding: 20px; display: flex; flex-direction: column; gap: 14px; position: sticky; top: 24px; }
.hcrv-cart-summary h2 { margin: 0; font-size: 18px; font-weight: 700 !important; color: var(--hcrv-navy); }
.hcrv-sum-line { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; }
.hcrv-sum-coupon a { font-size: 12px; margin-left: 6px; }
.hcrv-sum-ship { display: flex; flex-direction: column; gap: 8px; padding: 12px 0; border-top: 1px solid #eef0f3; border-bottom: 1px solid #eef0f3; }
.hcrv-sum-ship-head { font-size: 14px; }
.hcrv-link { background: none !important; border: 0 !important; padding: 0 !important; color: var(--hcrv-navy) !important; text-decoration: underline; cursor: pointer; font: inherit; font-size: 13px !important; box-shadow: none !important; }
.hcrv-ship-form--cart input { width: 140px !important; height: 40px !important; }
.hcrv-ship-form--cart .hcrv-ship-calc { height: 40px !important; }
.hcrv-sum-rates { display: flex; flex-direction: column; gap: 8px; }
.hcrv-rate { position: relative; cursor: pointer; margin: 0; }
.hcrv-rate input { position: absolute; opacity: 0; }
.hcrv-rate-box { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border: 1px solid #dcdfe4; border-radius: 6px; background: #fff; font-size: 14px; }
.hcrv-rate-box > span { display: flex; flex-direction: column; gap: 2px; }
.hcrv-rate-box small { font-size: 12px; color: #5b6573; }
.hcrv-rate input:checked + .hcrv-rate-box { border: 2px solid var(--hcrv-navy); background: #eef1f5; padding: 9px 11px; }
.hcrv-rate input:focus-visible + .hcrv-rate-box { outline: 2px solid var(--hcrv-navy); outline-offset: 2px; }
.hcrv-sum-total { display: flex; flex-direction: column; gap: 6px; }
.hcrv-sum-pix { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; }
.hcrv-sum-pix > strong { font-size: 26px; color: var(--hcrv-navy); }
.hcrv-sum-card { display: flex; justify-content: space-between; gap: 10px; font-size: 14px; color: #3a4553; }
.hcrv-cart-checkout, .hcrv-cart-checkout:hover, .hcrv-cart-checkout:focus { display: flex; align-items: center; justify-content: center; height: 54px; border-radius: 6px; background: var(--hcrv-accent); color: #fff !important; font-size: 17px; font-weight: 700; text-decoration: none !important; }
.hcrv-cart-checkout:hover { background: color-mix(in srgb, var(--hcrv-accent) 88%, #000); }
.hcrv-cart-checkout:focus-visible { outline: 3px solid var(--hcrv-navy); outline-offset: 2px; }
.hcrv-cart-safe { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; font-size: 13px; color: #5b6573; }
.hcrv-cart-safe svg { width: 16px; height: 16px; }
.hcrv-cartpage.is-loading { opacity: .6; pointer-events: none; }
@media (max-width: 960px) {
	.hcrv-cart-grid { grid-template-columns: minmax(0, 1fr); }
	.hcrv-cart-summary { position: static; }
	.hcrv-cart-row { grid-template-columns: minmax(0, 1fr) auto; }
	.hcrv-cart-row--head { display: none; }
	.hcrv-cart-row > [role="cell"]:nth-child(3) { grid-column: 1; text-align: left; }
	.hcrv-cart-row > [role="cell"]:nth-child(4) { grid-row: 1; grid-column: 2; }
	.hcrv-cart-row > [role="cell"]:nth-child(2) { grid-column: 2; }
}
@media (max-width: 767px) {
	.hcrv-buy-row { flex-wrap: wrap; }
	.hcrv-buy-row .hcrv-buy-now { flex-basis: 100%; }
}
/* Resumo do carrinho: cores próprias (o tema pode colorir textos de <aside>). */
.hcrv-cartpage .hcrv-cart-summary, .hcrv-cartpage .hcrv-cart-summary span, .hcrv-cartpage .hcrv-sum-line, .hcrv-cartpage .hcrv-sum-card { color: #1f2a37; }
.hcrv-cartpage .hcrv-sum-line strong, .hcrv-cartpage .hcrv-rate-box strong { color: #1f2a37; }
.hcrv-cartpage .hcrv-sum-pix > strong { color: var(--hcrv-navy); }
.hcrv-cartpage .hcrv-sum-coupon a { color: var(--hcrv-navy) !important; }
.hcrv-cartpage .hcrv-rate-box small { color: #5b6573; }

/* Aviso "Peça adicionada" */
.hcrv-added { display: flex; align-items: center; gap: 6px; margin: 0; padding: 10px 14px; border-radius: 6px; background: #e6f4ee; color: #0e5a3c; font-size: 14px; font-weight: 700; font-family: Arial, Helvetica, sans-serif; }
.hcrv-added[hidden] { display: none; }
.hcrv-added a { color: #0e5a3c !important; text-decoration: underline; }
.hcrv-added.is-error { background: #fbe9e9; color: #9b2222; }
.hcrv-buy [data-hcrv-add-btn][disabled] { opacity: .7; cursor: wait; }

/* PIX em destaque no carrinho */
.hcrv-cartpage .hcrv-cart-sub { align-items: flex-end; }
.hcrv-cartpage .hcrv-cart-pix { display: inline-flex; align-items: center; gap: 6px; font-size: 18px; color: var(--hcrv-navy); white-space: nowrap; }
.hcrv-pix-pill { padding: 2px 8px; border-radius: 999px; background: #e6f4ee; color: #0e5a3c; font-size: 11px; font-weight: 700; }
.hcrv-cartpage .hcrv-cart-sub small { font-size: 12px; color: #5b6573; }
.hcrv-cartpage .hcrv-cart-unit { color: #3a4553 !important; }
.hcrv-sum-sub { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.hcrv-sum-sub strong { color: #0e5a3c; }
.hcrv-sum-sub small { font-size: 12px; color: #5b6573; }
@media (min-width: 961px) { .hcrv-cartpage .hcrv-cart-row { grid-template-columns: minmax(0, 1fr) 140px 170px 40px; } }
.hcrv-cartpage .hcrv-cart-pix, .hcrv-sum-sub strong, .hcrv-sum-pix > strong { font-weight: 700 !important; }

.hcrv-cartpage .hcrv-cart-unit:empty { display: none; }

/* Áreas principais da Vitrine: largura e espaçamento próprios, qualquer que seja o tema. */
main#hcrv-loja, main#hcrv-produto, main#hcrv-carrinho { display: block !important; float: none !important; width: 100% !important; margin: 0 auto !important; box-sizing: border-box !important; }
main#hcrv-loja { max-width: 1480px !important; padding: 24px 20px 48px !important; }
main#hcrv-produto, main#hcrv-carrinho { max-width: 1280px !important; padding: 32px 20px 56px !important; }
@media (max-width: 767px) { main#hcrv-produto, main#hcrv-carrinho { padding: 16px 16px 40px !important; } main#hcrv-loja { padding: 16px 12px 40px !important; } }
