.cg-price-block,
.cg-calculator,
.cg-specs-table,
.cg-product-sheet {
	box-sizing: border-box;
}

.cg-price-block {
	display: grid;
	gap: 8px;
}

.cg-wc-price {
	display: grid;
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	gap: 4px;
	line-height: 1.25;
}

.cg-wc-price-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	position: relative;
}

.cg-wc-price-row-featured strong {
	font-size: 1.08em;
}

.cg-wc-price-row-muted {
	color: #5f5a52;
	font-size: 0.9em;
}

.cg-wc-price-label {
	color: #5f5a52;
	font-size: 0.86em;
	font-weight: 500;
}

.cg-wc-price-main {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-width: 0;
}

.cg-payment-icon {
	align-items: center;
	border: 1px solid rgba(17, 19, 21, 0.1);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.cg-payment-icon svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.cg-price-condition {
	color: var(--cg-muted, #5b6261);
	display: block;
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 2px;
}

.cg-financing-toggle {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(17, 19, 21, 0.1);
	border-radius: 999px;
	color: var(--cg-ink, #111315);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 600;
	min-height: 34px;
	padding: 0 12px;
}

.cg-financing-toggle::after {
	content: "+";
	font-size: 1rem;
	line-height: 1;
	margin-left: 7px;
}

.cg-wc-price-row.is-open .cg-financing-toggle::after {
	content: "-";
}

.cg-financing-panel {
	-webkit-backdrop-filter: blur(22px) saturate(1.14);
	backdrop-filter: blur(22px) saturate(1.14);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.46)),
		rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 20px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 16px 38px rgba(17, 19, 21, 0.08);
	display: grid;
	flex-basis: 100%;
	font-size: 0.92rem;
	gap: 10px;
	margin-top: 10px;
	padding: 12px;
	width: 100%;
}

.cg-financing-panel[hidden] {
	display: none;
}

.cg-financing-title,
.cg-financing-footnote,
.cg-financing-plan-note,
.cg-financing-plan-values span {
	color: var(--cg-muted, #5b6261);
}

.cg-financing-title {
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
}

.cg-financing-plan {
	align-items: center;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(17, 19, 21, 0.06);
	border-radius: 15px;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 10px;
}

.cg-financing-plan-name,
.cg-financing-plan-note,
.cg-financing-plan-values,
.cg-financing-plan-values span {
	display: block;
}

.cg-financing-plan-name {
	color: var(--cg-ink, #111315);
	font-size: 0.96rem;
	font-weight: 600;
}

.cg-financing-plan-note,
.cg-financing-plan-values span,
.cg-financing-footnote {
	font-size: 0.76rem;
	line-height: 1.25;
}

.cg-financing-plan-values {
	text-align: right;
}

.cg-financing-plan-values strong {
	color: var(--cg-ink, #111315);
	font-size: 1rem;
	white-space: nowrap;
}

.cg-financing-badge,
.cg-discount-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 600;
	justify-content: center;
	white-space: nowrap;
}

.cg-financing-badge {
	background: rgba(17, 19, 21, 0.12);
	color: #1d2021;
	grid-column: 1 / -1;
	min-height: 24px;
	padding: 0 9px;
	width: fit-content;
}

.cg-discount-badge {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	min-height: 28px;
	padding: 0 10px;
}

.cg-price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 8px 0;
}

.cg-price-row-featured .cg-price-value {
	font-size: 1.25em;
}

.cg-price-label {
	color: #5f5a52;
}

.cg-price-value {
	color: #1f1c18;
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.cg-calculator {
	display: grid;
	gap: 16px;
	max-width: 520px;
}

.cg-calculator-fields {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.cg-field {
	display: grid;
	gap: 6px;
}

.cg-field span {
	color: #5f5a52;
	font-size: 0.92rem;
}

.cg-field input {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 6px;
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	min-height: 42px;
	padding: 8px 10px;
	width: 100%;
}

.cg-waste-options {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 999px;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 4px;
}

.cg-waste-options label {
	cursor: pointer;
	display: block;
	min-width: 0;
	position: relative;
}

.cg-waste-options input.cg-waste-input {
	appearance: none;
	border: 0;
	inset: 0;
	margin: 0;
	min-height: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.cg-waste-options span {
	align-items: center;
	border-radius: 999px;
	color: #5f5a52;
	display: flex;
	font-size: 0.9rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	position: relative;
	transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.cg-waste-options input.cg-waste-input:checked + span {
	background: #111315;
	box-shadow: 0 8px 16px rgba(17, 19, 21, 0.12);
	color: #fff;
}

.cg-calculator-result-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 20px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 16px;
}

.cg-result-label {
	color: #5f5a52;
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.cg-result-boxes-label {
	color: #111315;
	display: block;
	font-size: clamp(1.4rem, 3vw, 1.85rem);
	line-height: 1;
}

.cg-result-detail {
	color: #5f5a52;
	font-size: 0.92rem;
	line-height: 1.35;
	margin: 0;
	max-width: 210px;
	text-align: right;
}

.cg-result-summary {
	display: grid;
	gap: 5px;
	justify-items: end;
}

.cg-result-summary span {
	color: #5f5a52;
	font-size: 0.82rem;
	line-height: 1.2;
	text-align: right;
}

.cg-result-summary strong {
	color: #111315;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.cg-calculator-results,
.cg-promotion-results {
	background: #f7f4ef;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	display: grid;
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	gap: 8px;
	padding: 14px;
}

.cg-calculator-results div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.cg-promotion-results {
	background: rgba(255, 255, 255, 0.72);
	gap: 10px;
}

.cg-promotion-results-head,
.cg-promotion-item {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.cg-promotion-results-head span,
.cg-promotion-main span,
.cg-promotion-values span,
.cg-promotion-empty {
	color: #5f5a52;
	font-size: 0.78rem;
	line-height: 1.25;
}

.cg-promotion-results-head strong {
	color: #1f1c18;
	font-size: 0.88rem;
	text-align: right;
}

.cg-promotion-list {
	display: grid;
	gap: 8px;
}

.cg-promotion-item {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 7px;
	padding: 10px;
}

.cg-promotion-main,
.cg-promotion-values {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.cg-promotion-main strong,
.cg-promotion-values strong {
	color: #1f1c18;
	font-size: 0.92rem;
	line-height: 1.12;
}

.cg-promotion-values {
	text-align: right;
}

.cg-promotion-values strong {
	white-space: nowrap;
}

.cg-promotion-badge {
	background: rgba(17, 19, 21, 0.12);
	border-radius: 999px;
	color: #1d2021;
	font-size: 0.72rem;
	font-weight: 600;
	grid-column: 1 / -1;
	justify-self: start;
	line-height: 1;
	padding: 6px 9px;
}

.cg-promotion-empty {
	margin: 0;
}

.cg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cg-disabled {
	cursor: not-allowed;
	opacity: 0.55;
	pointer-events: none;
}

.cg-native-availability {
	display: grid;
	gap: 10px;
	justify-items: start;
	margin: 16px 0;
}

.cg-native-availability .cg-helper-text {
	margin: 0;
}

.cg-availability-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.88rem;
	justify-content: center;
	line-height: 1;
	min-height: 30px;
	padding: 0 12px;
	white-space: nowrap;
}

.cg-supplier-availability-badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 999px;
	color: var(--cg-muted, #5b6261);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 28px;
	padding: 0 10px;
	white-space: nowrap;
	width: fit-content;
}

.cg-state-stock {
	background: #eef0f1;
	color: #313638;
}

.cg-state-order,
.cg-state-consult {
	background: #f4ead8;
	color: #6b4b18;
}

.cg-state-unavailable {
	background: #eee;
	color: #555;
}

.cg-state-outlet {
	background: #f2dfdf;
	color: #713232;
}

.cg-supplier-available {
	background: rgba(17, 19, 21, 0.1);
	border-color: rgba(17, 19, 21, 0.18);
	color: #1d2021;
}

.cg-supplier-consult,
.cg-supplier-special {
	background: rgba(244, 234, 216, 0.72);
	border-color: rgba(107, 75, 24, 0.12);
	color: #6b4b18;
}

.cg-supplier-unavailable,
.cg-supplier-discontinued {
	background: rgba(238, 238, 238, 0.78);
	border-color: rgba(17, 19, 21, 0.08);
	color: #555;
}

.cg-specs-table {
	border-collapse: collapse;
	width: 100%;
}

.cg-specs-table th,
.cg-specs-table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}

.cg-specs-table th {
	color: #5f5a52;
	font-weight: 600;
	width: 42%;
}

.cg-notice,
.cg-helper-text {
	color: #6b4b18;
}

.cg-product-sheet {
	background: #fff;
	color: #1f1c18;
	display: grid;
	gap: 24px;
	max-width: 920px;
}

.cg-product-sheet-header {
	align-items: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding-bottom: 16px;
}

.cg-product-sheet-brand {
	color: #5f5a52;
	font-size: 0.9rem;
	margin: 0 0 4px;
}

.cg-product-sheet-title {
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	line-height: 1.12;
	margin: 0;
}

.cg-product-sheet-meta {
	color: #5f5a52;
	margin: 8px 0 0;
}

.cg-product-sheet-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.cg-product-sheet-image img {
	display: block;
	height: auto;
	width: 100%;
}

.cg-product-sheet-main {
	display: grid;
	gap: 16px;
}

.cg-product-sheet-section {
	display: grid;
	gap: 10px;
}

.cg-product-sheet-section h3 {
	font-size: 1.1rem;
	margin: 0;
}

.cg-product-sheet-footer {
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	padding-top: 16px;
}

.cg-product-sheet-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cg-model-catalog {
	--cg-collection-background-image: none;
	background:
		linear-gradient(135deg, rgba(201, 216, 223, 0.28) 0%, rgba(246, 247, 245, 0) 34%),
		linear-gradient(180deg, var(--cg-porcelain, #fafbf9) 0%, var(--cg-bg, #f6f7f5) 52%, #eef2ef 100%);
	color: var(--cg-ink, #111315);
	isolation: isolate;
	margin-left: calc(50% - 50vw);
	overflow: visible;
	padding-bottom: clamp(56px, 9vw, 112px);
	position: relative;
	width: 100vw;
}

.cg-model-catalog.has-collection-background::before {
	background:
		linear-gradient(180deg, rgba(250, 251, 249, 0.06) 0%, rgba(246, 247, 245, 0.16) 48%, rgba(246, 247, 245, 0.76) 86%, var(--cg-bg, #f6f7f5) 100%),
		linear-gradient(100deg, rgba(246, 247, 245, 0.78) 0%, rgba(246, 247, 245, 0.46) 34%, rgba(255, 255, 255, 0.02) 72%),
		var(--cg-collection-background-image) center top / min(1680px, 142vw) auto no-repeat;
	content: "";
	filter: saturate(1.16) contrast(1.18);
	height: clamp(720px, 106vh, 1160px);
	inset: 0 0 auto;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.cg-model-catalog > * {
	position: relative;
	z-index: 1;
}

body.cg-model-catalog-page main.wp-block-group {
	margin-top: 0 !important;
}

body.cg-model-catalog-page main.wp-block-group > .wp-block-group {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.cg-model-catalog-page main.wp-block-group > .wp-block-group > h1:first-of-type {
	display: none;
}

body.cg-model-catalog-page #brx-content > h1:first-child {
	display: none;
}

body.cg-model-catalog-page.bricks-is-frontend .cg-model-catalog {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

body.cg-model-catalog-page {
	overflow-x: hidden;
}

body.cg-model-catalog-page #brx-content {
	overflow: visible;
}

.cg-model-catalog,
.cg-model-catalog * {
	box-sizing: border-box;
}

.cg-model-catalog-shell {
	margin-inline: auto;
	max-width: var(--cg-max, 1180px);
	padding-inline: var(--cg-edge-gutter, clamp(16px, 4vw, 42px));
	width: 100%;
}

.cg-model-catalog-empty .cg-model-catalog-shell {
	border-radius: 24px;
	margin-block: clamp(32px, 8vw, 92px);
	padding-block: 28px;
}

.cg-model-catalog-hero {
	align-items: center;
	display: grid;
	gap: clamp(22px, 5vw, 58px);
	grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
	min-height: min(780px, calc(100vh - 28px));
	padding-block: clamp(28px, 6vw, 76px) clamp(30px, 7vw, 84px);
}

.cg-model-catalog-copy {
	display: grid;
	gap: clamp(16px, 3vw, 24px);
	min-width: 0;
}

.cg-model-catalog-brand {
	align-items: center;
	display: flex;
	min-height: 38px;
}

.cg-model-catalog-brand-logo {
	display: block;
	height: auto;
	max-height: clamp(34px, 5vw, 58px);
	max-width: min(220px, 56vw);
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.cg-model-catalog .cg-kicker {
	color: var(--cg-accent, #1d2021);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.cg-model-catalog h1,
.cg-model-catalog h2,
.cg-model-catalog h3,
.cg-model-catalog p,
.cg-model-catalog figure,
.cg-model-catalog dl {
	margin: 0;
}

.cg-model-catalog h1 {
	font-size: clamp(3.3rem, 9vw, 8.6rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.88;
	max-width: 780px;
}

.cg-model-catalog-lead {
	color: var(--cg-muted, #5b6261);
	font-size: clamp(1.02rem, 1.8vw, 1.26rem);
	line-height: 1.45;
	max-width: 620px;
}

.cg-model-catalog-chips,
.cg-model-catalog-actions,
.cg-model-variant-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cg-model-catalog-chips span,
.cg-model-variant-topline span {
	align-items: center;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(17, 19, 21, 0.09);
	border-radius: 999px;
	color: var(--cg-ink, #111315);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1;
	min-height: 34px;
	padding: 0 12px;
	white-space: nowrap;
}

.cg-model-catalog .cg-button {
	align-items: center;
	background: var(--cg-ink, #111315);
	border: 1px solid var(--cg-ink, #111315);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
}

.cg-model-catalog .cg-button:hover,
.cg-model-catalog .cg-button:focus {
	background: var(--cg-accent, #1d2021);
	border-color: var(--cg-accent, #1d2021);
	color: #fff;
}

.cg-model-catalog .cg-button-ghost {
	background: rgba(255, 255, 255, 0.62);
	border-color: rgba(17, 19, 21, 0.14);
	color: var(--cg-ink, #111315);
}

.cg-model-catalog .cg-button-ghost:hover,
.cg-model-catalog .cg-button-ghost:focus {
	background: #fff;
	border-color: rgba(17, 19, 21, 0.22);
	color: var(--cg-ink, #111315);
}

.cg-model-catalog-hero-media {
	-webkit-backdrop-filter: blur(22px) saturate(1.12);
	backdrop-filter: blur(22px) saturate(1.12);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
		rgba(255, 255, 255, 0.38);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 26px;
	box-shadow: 0 18px 44px rgba(17, 19, 21, 0.075);
	display: grid;
	gap: 12px;
	overflow: hidden;
	padding: clamp(12px, 2.2vw, 18px);
}

.cg-model-catalog-hero-img,
.cg-model-variant-image img,
.cg-model-ambient-grid img,
.cg-model-visual-grid img,
.cg-model-face-rail img {
	background: rgba(236, 239, 237, 0.78);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cg-model-catalog-hero-img {
	aspect-ratio: 1 / 1;
	border-radius: 18px;
}

.cg-model-catalog-hero-media figcaption,
.cg-model-ambient-grid figcaption,
.cg-model-visual-grid figcaption,
.cg-model-face-rail figcaption {
	color: var(--cg-muted, #5b6261);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	padding-inline: 4px;
}

.cg-model-catalog-nav {
	margin-top: clamp(-34px, -2vw, -14px);
	position: sticky;
	top: 10px;
	z-index: 12;
}

.cg-model-catalog-nav-inner {
	align-items: center;
	border-radius: 999px;
	display: flex;
	gap: 6px;
	margin-inline: auto;
	max-width: max-content;
	overflow-x: auto;
	padding: 6px;
	scrollbar-width: none;
	white-space: nowrap;
}

.cg-model-catalog-nav-inner::-webkit-scrollbar {
	display: none;
}

.cg-model-catalog-nav a {
	align-items: center;
	border-radius: 999px;
	color: var(--cg-ink, #111315);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 600;
	justify-content: center;
	min-height: 36px;
	padding: 0 13px;
	text-decoration: none;
}

.cg-model-catalog-nav a:hover,
.cg-model-catalog-nav a:focus {
	background: rgba(255, 255, 255, 0.72);
	color: var(--cg-ink, #111315);
}

.cg-model-catalog-nav a:last-child {
	background: var(--cg-ink, #111315);
	color: #fff;
}

.cg-model-catalog-nav a:last-child:hover,
.cg-model-catalog-nav a:last-child:focus {
	background: var(--cg-accent, #1d2021);
	color: #fff;
}

.cg-model-catalog-overview {
	padding-block: clamp(34px, 5vw, 62px) clamp(18px, 4vw, 34px);
	scroll-margin-top: 92px;
}

.cg-model-catalog-overview-card {
	align-items: center;
	border-radius: 24px;
	display: grid;
	gap: clamp(20px, 4vw, 42px);
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
	padding: clamp(18px, 3vw, 28px);
}

.cg-model-catalog-overview h2 {
	font-size: clamp(1.75rem, 4vw, 3.2rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
	margin-top: 6px;
}

.cg-model-catalog-facts {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cg-model-catalog-facts div {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 16px;
	display: grid;
	gap: 5px;
	min-height: 72px;
	padding: 12px;
}

.cg-model-catalog-facts dt {
	color: var(--cg-muted, #5b6261);
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.cg-model-catalog-facts dd {
	color: var(--cg-ink, #111315);
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.18;
	margin: 0;
}

.cg-collections-page {
	background:
		linear-gradient(135deg, rgba(201, 216, 223, 0.24) 0%, rgba(246, 247, 245, 0) 34%),
		linear-gradient(180deg, var(--cg-porcelain, #fafbf9) 0%, var(--cg-bg, #f6f7f5) 52%, #eef2ef 100%);
	color: var(--cg-ink, #111315);
	margin-left: calc(50% - 50vw);
	padding-bottom: clamp(58px, 9vw, 116px);
	width: 100vw;
}

#brx-content:has(> .cg-collections-page) > h1:first-child {
	display: none;
}

.cg-collections-page,
.cg-collections-page * {
	box-sizing: border-box;
}

.cg-collections-hero {
	padding-block: clamp(50px, 8vw, 104px) clamp(20px, 4vw, 42px);
}

.cg-collections-hero > div {
	max-width: 820px;
}

.cg-collections-hero h1 {
	font-size: clamp(3.1rem, 8vw, 7.4rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 6px 0 0;
}

.cg-collections-hero p:not(.cg-kicker) {
	color: var(--cg-muted, #5b6261);
	font-size: clamp(1rem, 1.8vw, 1.22rem);
	line-height: 1.45;
	margin: 14px 0 0;
	max-width: 620px;
}

.cg-collections-filter {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-block: 0 clamp(18px, 3vw, 28px);
	scrollbar-width: none;
	white-space: nowrap;
}

.cg-collections-filter::-webkit-scrollbar {
	display: none;
}

.cg-collections-filter a {
	align-items: center;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 999px;
	color: var(--cg-ink, #111315);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.84rem;
	font-weight: 600;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	text-decoration: none;
}

.cg-collections-filter a.is-active {
	background: var(--cg-ink, #111315);
	border-color: var(--cg-ink, #111315);
	color: #fff;
}

.cg-collections-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cg-collection-card,
.cg-collections-empty {
	-webkit-backdrop-filter: blur(22px) saturate(1.16);
	backdrop-filter: blur(22px) saturate(1.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38)),
		rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(17, 19, 21, 0.075);
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(17, 19, 21, 0.06);
	overflow: hidden;
}

.cg-collections-empty {
	grid-column: 1 / -1;
	padding: 20px;
}

.cg-collection-card {
	display: grid;
}

.cg-collection-card-media {
	background: rgba(236, 239, 237, 0.78);
	display: block;
	overflow: hidden;
}

.cg-collection-card-media img,
.cg-collection-card-media span {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cg-collection-card-body {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.cg-collection-card-meta,
.cg-collection-card-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cg-collection-card-meta span,
.cg-collection-card-foot span {
	align-items: center;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1;
	min-height: 28px;
	padding: 0 10px;
}

.cg-collection-card-meta .cg-collection-card-brand-logo {
	background: rgba(255, 255, 255, 0.72);
	min-height: 32px;
	padding: 4px 10px;
}

.cg-collection-card-brand-logo img {
	display: block;
	height: auto;
	max-height: 22px;
	max-width: 112px;
	object-fit: contain;
	width: auto;
}

.cg-collection-card h2 {
	font-size: clamp(1.42rem, 3vw, 2rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.cg-collection-card h2 a {
	color: inherit;
	text-decoration: none;
}

.cg-collection-card p {
	color: var(--cg-muted, #5b6261);
	font-size: 0.95rem;
	line-height: 1.4;
	margin: 0;
}

.cg-collection-card .cg-button {
	margin-top: 2px;
	width: 100%;
}

.cg-model-ambient-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.cg-model-ambient-grid figure {
	-webkit-backdrop-filter: blur(18px) saturate(1.12);
	backdrop-filter: blur(18px) saturate(1.12);
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 20px;
	display: grid;
	gap: 9px;
	overflow: hidden;
	padding: 10px;
}

.cg-model-ambient-grid figure:first-child {
	grid-row: span 2;
}

.cg-model-ambient-grid img {
	aspect-ratio: 4 / 3;
	border-radius: 14px;
}

.cg-model-ambient-grid figure:first-child img {
	aspect-ratio: 4 / 5;
}

.cg-model-catalog-section {
	display: grid;
	gap: clamp(18px, 3vw, 28px);
	padding-block: clamp(32px, 6vw, 74px);
	scroll-margin-top: 92px;
}

.cg-model-catalog-section-head {
	align-items: end;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.cg-model-catalog-section-head h2 {
	font-size: clamp(2rem, 5.6vw, 4.2rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.96;
	margin-top: 6px;
}

.cg-model-catalog-section-head > p {
	color: var(--cg-muted, #5b6261);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: right;
}

.cg-model-variant-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cg-model-variant-card {
	-webkit-backdrop-filter: blur(22px) saturate(1.18);
	backdrop-filter: blur(22px) saturate(1.18);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38)),
		rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(17, 19, 21, 0.075);
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(17, 19, 21, 0.06);
	display: grid;
	gap: 0;
	overflow: hidden;
}

.cg-model-variant-image {
	display: block;
	min-height: 0;
	overflow: hidden;
}

.cg-model-variant-image img {
	aspect-ratio: 1 / 1;
	border-radius: 0;
	transition: transform 220ms ease;
}

.cg-model-variant-card:hover .cg-model-variant-image img {
	transform: scale(1.018);
}

.cg-model-variant-body {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.cg-model-variant-topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cg-model-variant-card h3 {
	font-size: clamp(1.35rem, 2.8vw, 1.86rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

.cg-model-variant-card .cg-availability-badge {
	justify-self: start;
}

.cg-model-variant-price .cg-wc-price {
	gap: 6px;
}

.cg-model-variant-price .cg-wc-price-row {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 14px;
	display: grid;
	gap: 5px;
	padding: 10px;
}

.cg-model-variant-price .cg-wc-price-row-featured {
	background: rgba(17, 19, 21, 0.92);
	color: #fff;
}

.cg-model-variant-price .cg-wc-price-row-featured .cg-wc-price-label,
.cg-model-variant-price .cg-wc-price-row-featured .cg-price-condition {
	color: rgba(255, 255, 255, 0.72);
}

.cg-model-variant-specs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cg-model-variant-specs div {
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(17, 19, 21, 0.06);
	border-radius: 14px;
	display: grid;
	gap: 4px;
	min-height: 58px;
	padding: 10px;
}

.cg-model-variant-specs dt {
	color: var(--cg-muted, #5b6261);
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.1;
}

.cg-model-variant-specs dd {
	color: var(--cg-ink, #111315);
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
}

.cg-model-variant-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.cg-model-variant-actions .cg-button {
	font-size: 0.86rem;
	min-height: 42px;
	padding-inline: 12px;
	text-align: center;
}

.cg-model-visual-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cg-model-visual-grid figure,
.cg-model-face-rail figure {
	-webkit-backdrop-filter: blur(18px) saturate(1.12);
	backdrop-filter: blur(18px) saturate(1.12);
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.07);
	border-radius: 18px;
	display: grid;
	gap: 8px;
	overflow: hidden;
	padding: 10px;
}

.cg-model-visual-grid img {
	aspect-ratio: 1 / 1;
	border-radius: 12px;
}

.cg-model-face-rail {
	-webkit-overflow-scrolling: touch;
	display: grid;
	gap: 12px;
	grid-auto-columns: minmax(150px, 190px);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.cg-model-face-rail figure {
	scroll-snap-align: start;
}

.cg-model-face-rail img {
	aspect-ratio: 1 / 1;
	border-radius: 12px;
}

@media (max-width: 1120px) {
	.cg-model-variant-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 900px) {
	.cg-model-catalog {
		padding-bottom: 82px;
	}

	.cg-model-catalog-hero {
		grid-template-columns: 1fr;
		justify-items: start;
		min-height: auto;
		padding-bottom: 46px;
		padding-top: 28px;
	}

	.cg-model-catalog-hero-media {
		justify-self: stretch;
	}

	.cg-model-catalog h1 {
		font-size: clamp(3rem, 14vw, 4.6rem);
		line-height: 0.94;
		overflow-wrap: break-word;
	}

	.cg-model-catalog-section-head {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.cg-model-catalog-section-head > p {
		text-align: left;
	}

	.cg-model-catalog-overview-card {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.cg-model-catalog-shell {
		max-width: 100vw;
		padding-left: 20px;
		padding-right: 20px;
	}

	.cg-model-catalog-copy,
	.cg-model-catalog-hero-media {
		justify-self: start;
		max-width: 100% !important;
		min-width: 0;
		width: 100% !important;
	}

	.cg-model-catalog-actions {
		justify-self: stretch;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.cg-model-catalog-lead {
		max-width: 100%;
		overflow-wrap: anywhere;
		width: 100%;
	}

	.cg-model-catalog-nav {
		margin-top: -24px;
		top: 8px;
	}

	.cg-model-catalog-nav-inner {
		max-width: 100%;
	}

	.cg-model-catalog-nav a {
		flex: 0 0 auto;
	}

	.cg-model-catalog-overview {
		padding-top: 30px;
	}

	.cg-model-catalog-overview-card {
		border-radius: 20px;
		padding: 16px;
	}

	.cg-model-catalog-overview h2 {
		font-size: 1.52rem;
		line-height: 1.02;
	}

	.cg-model-catalog-facts {
		gap: 8px;
		grid-template-columns: 1fr 1fr;
	}

	.cg-model-catalog-facts div {
		border-radius: 14px;
		min-height: 62px;
		padding: 10px;
	}

	.cg-model-catalog-facts dt {
		font-size: 0.68rem;
	}

	.cg-model-catalog-facts dd {
		font-size: 0.92rem;
		overflow-wrap: anywhere;
	}

	.cg-collections-hero {
		padding-top: 36px;
	}

	.cg-collections-hero h1 {
		font-size: clamp(2.75rem, 14vw, 4.2rem);
		line-height: 0.94;
	}

	.cg-collections-grid {
		grid-template-columns: 1fr;
	}

	.cg-collection-card {
		border-radius: 18px;
	}

	.cg-collection-card-media img,
	.cg-collection-card-media span {
		aspect-ratio: 16 / 10;
	}

	.cg-collection-card-body {
		padding: 14px;
	}

	.cg-model-ambient-grid {
		-webkit-overflow-scrolling: touch;
		display: grid;
		gap: 12px;
		grid-auto-columns: minmax(280px, 86vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.cg-model-ambient-grid figure,
	.cg-model-ambient-grid figure:first-child {
		grid-row: auto;
		scroll-snap-align: start;
	}

	.cg-model-ambient-grid img,
	.cg-model-ambient-grid figure:first-child img {
		aspect-ratio: 4 / 5;
	}

	.cg-model-variant-grid {
		grid-template-columns: 1fr;
	}

	.cg-model-catalog .cg-button {
		min-width: 0;
		width: 100%;
	}

	.cg-model-catalog-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cg-model-variant-card {
		border-radius: 18px;
	}

	.cg-model-variant-image img {
		aspect-ratio: 16 / 10;
	}

	.cg-model-variant-body {
		gap: 10px;
		padding: 14px;
	}

	.cg-model-variant-topline {
		gap: 7px;
	}

	.cg-model-catalog-chips span,
	.cg-model-variant-topline span {
		font-size: 0.78rem;
		min-height: 30px;
		padding-inline: 10px;
	}

	.cg-model-variant-card h3 {
		font-size: 1.22rem;
		line-height: 1.05;
	}

	.cg-model-variant-price .cg-wc-price-row {
		border-radius: 12px;
		padding: 9px;
	}

	.cg-model-variant-specs div {
		border-radius: 12px;
		min-height: 48px;
		padding: 8px;
	}

	.cg-model-variant-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cg-model-variant-actions .cg-button {
		font-size: 0.82rem;
		min-height: 40px;
		min-width: 0;
		padding-inline: 8px;
		width: auto;
	}

	.cg-model-visual-grid {
		-webkit-overflow-scrolling: touch;
		display: grid;
		gap: 12px;
		grid-auto-columns: minmax(252px, 82vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.cg-model-visual-grid figure {
		scroll-snap-align: start;
	}

	.cg-model-face-rail {
		grid-auto-columns: minmax(132px, 42vw);
	}
}

body.single-product {
	background: var(--cg-bg, #f6f7f5);
	color: var(--cg-ink, #111315);
	overflow-x: clip;
	position: relative;
}

body.single-product.cg-casagres-product {
	--cg-product-ambient-image: none;
	background: var(--cg-bg, #f6f7f5);
}

body.single-product.cg-casagres-product::before {
	background:
		linear-gradient(180deg, rgba(246, 247, 245, 0) 0%, rgba(246, 247, 245, 0.03) 42%, rgba(246, 247, 245, 0.18) 70%, rgba(246, 247, 245, 0.64) 91%, var(--cg-bg, #f6f7f5) 100%),
		linear-gradient(115deg, rgba(201, 216, 223, 0.08) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(164, 70, 44, 0.04) 100%),
		var(--cg-product-ambient-image) center top / cover no-repeat;
	content: "";
	filter: saturate(1.16) contrast(1.08);
	height: clamp(1120px, 165vh, 1800px);
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

body.single-product.cg-casagres-product::after {
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 34%),
		radial-gradient(circle at 82% 18%, rgba(201, 216, 223, 0.1), rgba(201, 216, 223, 0) 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 247, 245, 0.08) 48%, rgba(246, 247, 245, 0.38) 82%, var(--cg-bg, #f6f7f5) 100%);
	content: "";
	height: clamp(1120px, 165vh, 1800px);
	left: 0;
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

body.single-product .skip-link:not(:focus):not(:focus-visible) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

body.single-product .skip-link:focus,
body.single-product .skip-link:focus-visible {
	background: var(--cg-ink, #111315);
	border-radius: 999px;
	color: #fff;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: 16px;
	z-index: 120;
}

body.single-product .content-area {
	background: linear-gradient(180deg, var(--cg-porcelain, #fafbf9) 0%, var(--cg-bg, #f6f7f5) 54%, #eef2ef 100%);
	min-height: 100vh;
}

body.single-product.cg-casagres-product .content-area {
	background:
		linear-gradient(180deg, rgba(250, 251, 249, 0) 0, rgba(246, 247, 245, 0.04) 520px, rgba(246, 247, 245, 0.62) 1080px, var(--cg-bg, #f6f7f5) 1480px, #eef2ef 100%);
	position: relative;
	z-index: 1;
}

body.single-product .site-main {
	padding: 1px var(--cg-edge-gutter, clamp(16px, 4vw, 42px)) clamp(80px, 10vw, 126px);
}

body.single-product .cg-native-product-header {
	margin-bottom: clamp(22px, 4vw, 42px);
	margin-left: auto;
	margin-right: auto;
	max-width: min(var(--cg-max, 1180px), calc(100% - (var(--cg-edge-gutter, 24px) * 2)));
	width: calc(100% - (var(--cg-edge-gutter, 24px) * 2));
}

body.single-product .cg-native-product-nav {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-self: center;
}

body.single-product .cg-native-product-nav a {
	border-radius: 999px;
	color: var(--cg-ink, #111315);
	font-size: 16px;
	font-weight: 600;
	padding: 12px 14px;
	text-decoration: none;
}

body.single-product .cg-native-product-nav a:hover,
body.single-product .cg-native-product-nav a:focus {
	background: rgba(255, 255, 255, 0.58);
}

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper,
body.single-product div.product {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cg-max, 1180px);
	width: 100%;
}

body.single-product .woocommerce-breadcrumb {
	color: var(--cg-muted, #5b6261);
	font-size: 0.86rem;
	margin-bottom: 14px;
}

body.single-product .woocommerce-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

body.single-product div.product {
	align-items: start;
	display: grid;
	gap: clamp(18px, 3vw, 30px);
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
}

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

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.single-product div.product .woocommerce-product-gallery {
	-webkit-backdrop-filter: blur(22px) saturate(1.16);
	backdrop-filter: blur(22px) saturate(1.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)),
		rgba(255, 255, 255, 0.44);
	border: 1px solid var(--cg-glass-border, rgba(255, 255, 255, 0.58));
	border-radius: 32px;
	box-shadow: var(--cg-shadow-glass-low, 0 12px 30px rgba(17, 19, 21, 0.065));
	opacity: 1 !important;
	overflow: hidden;
	padding: clamp(14px, 2.6vw, 22px);
	position: sticky;
	top: 104px;
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery,
body.single-product.cg-casagres-product div.product .summary,
body.single-product.cg-casagres-product .cg-native-calculator-panel,
body.single-product.cg-casagres-product .cg-product-module,
body.single-product.cg-casagres-product .cg-product-sheet {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.24)),
		linear-gradient(115deg, rgba(201, 216, 223, 0.14), rgba(255, 255, 255, 0.04) 52%, rgba(164, 70, 44, 0.07)),
		rgba(255, 255, 255, 0.28);
	border-color: rgba(255, 255, 255, 0.44);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		inset 0 -1px 0 rgba(17, 19, 21, 0.035),
		0 18px 44px rgba(17, 19, 21, 0.075);
}

body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image--placeholder {
	margin: 0;
	width: 100%;
}

body.single-product div.product .woocommerce-product-gallery img {
	aspect-ratio: 1 / 1;
	background: rgba(236, 239, 237, 0.72);
	border-radius: 22px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

body.single-product div.product .woocommerce-product-gallery__trigger {
	display: none !important;
}

body.single-product div.product .summary {
	-webkit-backdrop-filter: blur(24px) saturate(1.2);
	backdrop-filter: blur(24px) saturate(1.2);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)),
		rgba(255, 255, 255, 0.48);
	border: 1px solid var(--cg-glass-border, rgba(255, 255, 255, 0.58));
	border-radius: 32px;
	box-shadow: var(--cg-shadow-glass, 0 18px 46px rgba(17, 19, 21, 0.09));
	display: grid;
	gap: 16px;
	padding: clamp(20px, 4vw, 34px);
}

body.single-product div.product .product_title {
	color: var(--cg-ink, #111315);
	font-size: clamp(2.15rem, 5vw, 4rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

body.single-product div.product .summary .price {
	display: block;
	margin: 0;
}

body.single-product div.product .summary .cg-wc-price {
	gap: 8px;
}

body.single-product div.product .summary .cg-wc-price-row {
	align-items: center;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 18px;
	gap: 10px;
	justify-content: space-between;
	padding: 11px 13px;
}

body.single-product div.product .summary .cg-wc-price-main {
	flex: 1 1 auto;
}

body.single-product div.product .summary .cg-wc-price-row > strong {
	margin-left: auto;
	text-align: right;
}

body.single-product div.product .summary .cg-wc-price-row-featured {
	background: rgba(17, 19, 21, 0.92);
	color: #fff;
}

body.single-product div.product .summary .cg-wc-price-row-featured .cg-wc-price-label {
	color: rgba(255, 255, 255, 0.72);
}

body.single-product div.product .summary .cg-wc-price-row-featured .cg-price-condition {
	color: rgba(255, 255, 255, 0.66);
}

body.single-product div.product .summary .cg-wc-price-row-featured .cg-payment-icon {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
}

body.single-product div.product .summary .cg-wc-price-row strong {
	color: inherit;
	font-size: clamp(1.05rem, 3vw, 1.28rem);
}

body.single-product div.product .woocommerce-product-details__short-description {
	color: var(--cg-muted, #5b6261);
	font-size: 1rem;
	line-height: 1.5;
}

body.single-product div.product .woocommerce-product-details__short-description p {
	margin: 0;
}

body.single-product .cg-native-availability {
	margin: 0;
}

body.single-product .cg-native-calculator-panel {
	-webkit-backdrop-filter: blur(20px) saturate(1.14);
	backdrop-filter: blur(20px) saturate(1.14);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.34)),
		rgba(255, 255, 255, 0.38);
	border: 1px solid rgba(17, 19, 21, 0.065);
	border-radius: 24px;
	box-shadow: 0 10px 24px rgba(17, 19, 21, 0.045);
	display: grid;
	gap: 14px;
	padding: 16px;
}

body.single-product .cg-native-calculator-head h2 {
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	line-height: 1;
	margin: 0;
}

body.single-product .cg-native-calculator-panel .cg-calculator {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

body.single-product .cg-availability-badge {
	align-items: center;
	backdrop-filter: blur(14px) saturate(1.12);
	border: 1px solid rgba(17, 19, 21, 0.055);
	justify-content: center;
	font-weight: 600;
	min-height: 30px;
	padding: 0 12px;
	white-space: nowrap;
}

body.single-product div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding-top: 4px;
}

body.cg-casagres-product.single-product div.product form.cart {
	display: none;
}

body.single-product div.product form.cart::before {
	color: var(--cg-muted, #5b6261);
	content: "Cantidad de cajas";
	flex: 0 0 100%;
	font-size: 0.86rem;
	font-weight: 600;
}

body.single-product div.product .quantity {
	align-items: center;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(17, 19, 21, 0.12);
	border-radius: 999px;
	display: inline-flex;
	gap: 2px;
	height: 50px;
	justify-content: center;
	margin: 0;
	padding: 4px;
	width: 146px;
}

body.single-product div.product .quantity input.qty {
	appearance: textfield;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--cg-ink, #111315);
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-weight: 600;
	height: 42px;
	margin: 0;
	order: 2;
	padding: 0;
	text-align: center;
	width: 52px;
}

body.single-product div.product .quantity input.qty::-webkit-inner-spin-button,
body.single-product div.product .quantity input.qty::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

body.single-product div.product .quantity .action {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	color: var(--cg-ink, #111315);
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

body.single-product div.product .quantity .minus {
	order: 1;
}

body.single-product div.product .quantity .plus {
	order: 3;
}

body.single-product div.product .quantity .action svg {
	height: 17px;
	width: 17px;
}

body.single-product div.product .single_add_to_cart_button,
body.single-product .cg-actions .button,
body.single-product .cg-product-sheet-footer a {
	align-items: center;
	background: var(--cg-ink, #111315);
	border: 1px solid var(--cg-ink, #111315);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font: inherit;
	font-weight: 600;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	text-decoration: none;
}

body.single-product div.product .single_add_to_cart_button:hover,
body.single-product .cg-actions .button:hover,
body.single-product .cg-product-sheet-footer a:hover {
	background: var(--cg-accent, #1d2021);
	border-color: var(--cg-accent, #1d2021);
	color: #fff;
}

body.single-product .cg-actions .cg-whatsapp-button {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(17, 19, 21, 0.08);
	color: var(--cg-ink, #111315);
}

body.single-product .cg-actions .cg-whatsapp-button:hover {
	background: rgba(17, 19, 21, 0.1);
	border-color: rgba(17, 19, 21, 0.22);
	color: var(--cg-accent, #1d2021);
}

body.single-product div.product .product_meta {
	display: none;
}

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

body.single-product div.product .woocommerce-tabs {
	margin-top: clamp(4px, 1vw, 12px);
}

body.single-product div.product .woocommerce-tabs ul.tabs {
	display: none !important;
}

body.single-product div.product .woocommerce-tabs .panel {
	display: block !important;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.single-product div.product .woocommerce-tabs #tab-reviews {
	display: none !important;
}

body.single-product div.product .woocommerce-tabs .panel > p {
	color: var(--cg-muted, #5b6261);
	line-height: 1.52;
	margin: 0 auto 18px;
	max-width: var(--cg-max, 1180px);
}

body.single-product .cg-product-sheet {
	-webkit-backdrop-filter: blur(22px) saturate(1.16);
	backdrop-filter: blur(22px) saturate(1.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.36)),
		rgba(255, 255, 255, 0.44);
	border: 1px solid var(--cg-glass-border, rgba(255, 255, 255, 0.58));
	border-radius: 32px;
	box-shadow: var(--cg-shadow-glass-low, 0 12px 30px rgba(17, 19, 21, 0.065));
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cg-max, 1180px);
	padding: clamp(20px, 4vw, 34px);
	width: 100%;
}

body.single-product .cg-product-sheet-compact {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: 18px;
	padding: 0;
}

body.single-product .cg-product-module {
	-webkit-backdrop-filter: blur(22px) saturate(1.16);
	backdrop-filter: blur(22px) saturate(1.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.36)),
		rgba(255, 255, 255, 0.44);
	border: 1px solid var(--cg-glass-border, rgba(255, 255, 255, 0.58));
	border-radius: 32px;
	box-shadow: var(--cg-shadow-glass-low, 0 12px 30px rgba(17, 19, 21, 0.065));
	display: grid;
	gap: 18px;
	padding: clamp(20px, 4vw, 34px);
}

body.single-product .cg-product-sheet-header {
	align-items: center;
	border-bottom-color: rgba(17, 19, 21, 0.08);
}

body.single-product .cg-product-module-head,
body.single-product .cg-product-sheet-compact-head {
	align-items: center;
	border-bottom: 1px solid rgba(17, 19, 21, 0.08);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 16px;
}

body.single-product .cg-product-module-head {
	padding-bottom: 0;
}

body.single-product .cg-product-calculator-module .cg-product-module-head {
	border-bottom: 0;
	display: grid;
	gap: 14px;
	justify-items: center;
	text-align: center;
}

body.single-product .cg-product-calculator-module .cg-product-sheet-title {
	font-size: clamp(1.9rem, 6vw, 3rem);
	line-height: 1;
}

body.single-product .cg-product-sheet-brand {
	color: var(--cg-accent, #1d2021);
	font-weight: 600;
}

body.single-product .cg-product-sheet-title {
	font-size: clamp(1.65rem, 4vw, 2.8rem);
}

body.single-product .cg-product-sheet-meta {
	color: var(--cg-muted, #5b6261);
}

body.single-product .cg-product-sheet-grid {
	align-items: start;
}

body.single-product .cg-product-sheet-compact .cg-product-sheet-grid {
	grid-template-columns: minmax(0, 720px);
}

body.single-product .cg-product-sheet-compact .cg-calculator {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

body.single-product .cg-product-calculator-module .cg-calculator {
	margin-top: 4px;
}

body.single-product .cg-product-specs-module .cg-product-sheet-footer {
	border-top-color: rgba(17, 19, 21, 0.08);
	margin-top: 2px;
}

@supports selector(:has(*)) {
	body.single-product .cg-product-sheet-grid:not(:has(.cg-product-sheet-image)) {
		grid-template-columns: minmax(0, 780px);
	}

	body.single-product div.product .woocommerce-tabs .panel:has(.cg-product-sheet) > p:first-child {
		display: none;
	}
}

body.single-product .cg-price-block {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 24px;
	padding: 14px;
}

body.single-product .cg-price-row {
	border-bottom-color: rgba(17, 19, 21, 0.08);
	padding: 10px 0;
}

body.single-product .cg-price-row:last-child {
	border-bottom: 0;
}

body.single-product .cg-price-row-featured {
	background: rgba(17, 19, 21, 0.92);
	border: 0;
	border-radius: 18px;
	color: #fff;
	margin: 5px -2px;
	padding: 12px 14px;
}

body.single-product .cg-price-row-featured .cg-price-label,
body.single-product .cg-price-row-featured .cg-price-value {
	color: inherit;
}

body.single-product .cg-price-label,
body.single-product .cg-field span,
body.single-product .cg-specs-table th {
	color: var(--cg-muted, #5b6261);
}

body.single-product .cg-calculator {
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 24px;
	max-width: none;
	padding: 14px;
}

body.single-product .cg-field input {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(17, 19, 21, 0.12);
	border-radius: 16px;
	color: var(--cg-ink, #111315);
	font-family: var(--cg-font-data, "din-2014", "acumin-pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	min-height: 48px;
}

body.single-product .cg-waste-options input.cg-waste-input {
	background: transparent;
	border: 0;
	border-radius: 0;
	min-height: 0;
}

body.single-product .cg-waste-options,
body.single-product .cg-calculator-result-card {
	-webkit-backdrop-filter: blur(18px) saturate(1.12);
	backdrop-filter: blur(18px) saturate(1.12);
	background: rgba(255, 255, 255, 0.68);
	border-color: rgba(17, 19, 21, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.single-product .cg-calculator-results {
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(17, 19, 21, 0.08);
	border-radius: 20px;
}

body.single-product .cg-product-sheet-section {
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(17, 19, 21, 0.08);
	border-radius: 24px;
	padding: 16px;
}

body.single-product .cg-specs-table th,
body.single-product .cg-specs-table td {
	border-bottom-color: rgba(17, 19, 21, 0.08);
}

body.single-product .cg-product-sheet-footer {
	border-top-color: rgba(17, 19, 21, 0.08);
}

body.single-product div.product .related.products {
	margin-top: clamp(18px, 4vw, 36px);
}

body.single-product div.product .related.products > h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 18px;
}

body.single-product div.product .related.products ul.products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

body.single-product div.product .related.products ul.products::before,
body.single-product div.product .related.products ul.products::after {
	content: none;
}

body.single-product div.product .related.products li.product {
	-webkit-backdrop-filter: blur(20px) saturate(1.16);
	backdrop-filter: blur(20px) saturate(1.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.38)),
		rgba(255, 255, 255, 0.44);
	border: 1px solid var(--cg-glass-border, rgba(255, 255, 255, 0.7));
	border-radius: 28px;
	box-shadow: var(--cg-shadow-glass-low, 0 12px 34px rgba(17, 19, 21, 0.07));
	margin: 0;
	padding: 16px;
	width: auto;
}

body.single-product div.product .related.products li.product img {
	aspect-ratio: 1 / 1;
	background: rgba(236, 239, 237, 0.72);
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
}

body.single-product div.product .related.products .woocommerce-loop-product__title {
	color: var(--cg-ink, #111315);
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 12px 0 8px;
	padding: 0;
}

/* Final Casagres product ficha V1 */
body.single-product.cg-casagres-product div.product {
	align-items: start;
	gap: clamp(18px, 3vw, 34px);
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery,
body.single-product.cg-casagres-product div.product .summary,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
		rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.58);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.74),
		inset 0 -1px 0 rgba(17, 19, 21, 0.035),
		0 18px 42px rgba(17, 19, 21, 0.075);
}

body.single-product.cg-casagres-product div.product .summary {
	gap: clamp(14px, 2.2vw, 20px);
}

body.single-product.cg-casagres-product div.product .summary .price {
	display: block;
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price {
	gap: 12px;
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
		rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(17, 19, 21, 0.075);
	border-radius: 24px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.78),
		0 8px 20px rgba(17, 19, 21, 0.04);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr);
	padding: clamp(16px, 2vw, 20px);
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-main {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 42px minmax(0, 1fr);
}

body.single-product.cg-casagres-product div.product .summary .cg-payment-icon {
	background: rgba(255, 255, 255, 0.74);
	border-color: rgba(17, 19, 21, 0.09);
	height: 42px;
	width: 42px;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-label {
	color: var(--cg-ink, #111315);
	font-size: clamp(1.18rem, 2.35vw, 1.55rem);
	font-weight: 600;
	line-height: 1;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
	align-items: baseline;
	color: var(--cg-ink, #111315);
	display: inline-flex;
	font-size: clamp(1.75rem, 4.4vw, 2.55rem);
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	gap: 7px;
	line-height: 1;
	white-space: nowrap;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-unit {
	color: var(--cg-muted, #5b6261);
	font-size: 0.54em;
	font-weight: 600;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-condition {
	color: var(--cg-muted, #5b6261);
	font-size: clamp(0.86rem, 1.8vw, 1rem);
	font-weight: 600;
	line-height: 1.2;
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-cash {
	border-color: rgba(17, 19, 21, 0.18);
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-cash .cg-payment-icon {
	background: rgba(17, 19, 21, 0.09);
	border-color: rgba(17, 19, 21, 0.2);
	color: #1d2021;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(17, 19, 21, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	display: inline-flex;
	justify-self: center;
	min-height: 42px;
	width: min(100%, 420px);
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-panel {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
		rgba(255, 255, 255, 0.7);
	border-color: rgba(17, 19, 21, 0.075);
	border-radius: 20px;
	margin-top: 0;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel {
	background: rgba(255, 255, 255, 0.64);
	border-radius: 26px;
	display: grid;
	gap: 14px;
	padding: clamp(16px, 2.8vw, 22px);
}

body.single-product.cg-casagres-product .cg-native-calculator-head {
	display: grid;
	gap: 5px;
}

body.single-product.cg-casagres-product .cg-native-calculator-head span {
	color: #1d2021;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

body.single-product.cg-casagres-product .cg-native-calculator-head h2 {
	font-size: clamp(1.35rem, 2.6vw, 1.8rem);
}

body.single-product.cg-casagres-product .cg-native-calculator-head p {
	color: var(--cg-muted, #5b6261);
	font-size: 0.92rem;
	line-height: 1.35;
	margin: 0;
	max-width: 48ch;
}

body.single-product.cg-casagres-product .cg-calculator {
	gap: 14px;
}

body.single-product.cg-casagres-product .cg-calculator-fields {
	grid-template-columns: minmax(0, 1fr) minmax(160px, 0.74fr);
}

body.single-product.cg-casagres-product .cg-field span {
	font-size: 0.84rem;
	font-weight: 600;
}

body.single-product.cg-casagres-product .cg-field input {
	border-radius: 18px;
	font-size: 1.05rem;
	min-height: 58px;
	padding: 10px 16px;
}

body.single-product.cg-casagres-product .cg-waste-options {
	min-height: 58px;
}

body.single-product.cg-casagres-product .cg-waste-options span {
	min-height: 48px;
}

body.single-product.cg-casagres-product .cg-calculator-result-card {
	align-items: stretch;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
		rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(17, 19, 21, 0.075);
	border-radius: 22px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1.05fr) minmax(170px, 0.95fr);
	padding: clamp(16px, 2.4vw, 20px);
}

body.single-product.cg-casagres-product .cg-result-primary {
	display: grid;
	gap: 6px;
}

body.single-product.cg-casagres-product .cg-result-label {
	margin: 0;
}

body.single-product.cg-casagres-product .cg-result-boxes-label {
	font-size: clamp(1.45rem, 3.8vw, 2rem);
}

body.single-product.cg-casagres-product .cg-result-detail {
	max-width: none;
	text-align: left;
}

body.single-product.cg-casagres-product .cg-result-summary {
	align-content: center;
	display: grid;
	gap: 8px;
	justify-items: stretch;
}

body.single-product.cg-casagres-product .cg-result-summary span {
	align-items: baseline;
	display: flex;
	font-size: 0.88rem;
	gap: 10px;
	justify-content: space-between;
	text-align: left;
}

body.single-product.cg-casagres-product .cg-result-summary em {
	color: var(--cg-muted, #5b6261);
	font-style: normal;
	font-weight: 600;
}

body.single-product.cg-casagres-product .cg-result-summary strong {
	color: var(--cg-ink, #111315);
	font-size: 1rem;
}

body.single-product.cg-casagres-product .cg-promotion-results {
	background: rgba(255, 255, 255, 0.58);
	border-color: rgba(17, 19, 21, 0.06);
	border-radius: 20px;
}

body.single-product.cg-casagres-product .cg-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions {
	grid-template-columns: 1fr;
	margin-top: 2px;
}

body.single-product.cg-casagres-product .cg-actions .button {
	border-radius: 999px;
	min-height: 54px;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-size: clamp(1rem, 2.7vw, 1.12rem);
	font-weight: 600;
	justify-content: center;
	line-height: 1.12;
	min-height: 58px;
	padding: 0 18px;
	text-align: center;
	width: 100%;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button .cg-action-main,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button .cg-action-sub {
	display: block;
	line-height: 1.08;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button .cg-action-sub {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.15;
	margin-top: 3px;
	opacity: 0.78;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .cg-whatsapp-button {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(17, 19, 21, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
	color: var(--cg-ink, #111315);
}

body.single-product.cg-casagres-product .cg-add-to-cart-button.cg-disabled {
	opacity: 0.5;
	pointer-events: none;
}

body.single-product.cg-casagres-product .cg-native-product-details {
	grid-column: 1 / -1;
	margin-inline: auto;
	max-width: var(--cg-max, 1180px);
	width: 100%;
}

body.single-product.cg-casagres-product .cg-native-product-details .cg-product-sheet-compact {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block;
	margin: 0 !important;
	max-width: none !important;
	overflow: visible !important;
	padding: 0 !important;
	width: 100% !important;
}

body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module {
	border-radius: clamp(28px, 3vw, 34px) !important;
	overflow: hidden !important;
	padding: clamp(20px, 4vw, 34px);
}

body.single-product.cg-casagres-product .cg-product-module-head {
	border-bottom: 0;
	padding-bottom: 0;
}

body.single-product.cg-casagres-product .cg-specs-table {
	background: rgba(255, 255, 255, 0.56);
	border-color: rgba(17, 19, 21, 0.07);
	border-radius: 22px;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden;
}

body.single-product.cg-casagres-product .cg-specs-table th,
body.single-product.cg-casagres-product .cg-specs-table td {
	padding: 14px 16px;
}

body.single-product.cg-casagres-product .cg-product-sheet-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

body.single-product.cg-casagres-product .cg-product-sheet-footer .cg-actions {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	body.single-product.cg-casagres-product div.product {
		gap: 12px;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery {
		margin-bottom: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .summary {
		margin-top: 12px !important;
	}

	body.single-product.cg-casagres-product .cg-calculator-fields,
	body.single-product.cg-casagres-product .cg-calculator-result-card,
	body.single-product.cg-casagres-product .cg-actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row {
		padding: 17px 16px;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-main {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
		font-size: clamp(1.68rem, 8.2vw, 2.15rem);
	}

	body.single-product.cg-casagres-product .cg-result-summary span {
		font-size: 0.86rem;
	}

	body.single-product.cg-casagres-product .cg-product-sheet-footer,
	body.single-product.cg-casagres-product .cg-product-sheet-footer .cg-actions {
		align-items: stretch;
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
	}
}

/* Product calculator V1 */
body.single-product.cg-casagres-product .cg-native-calculator-head h2 {
	font-size: clamp(1.85rem, 5.8vw, 2.65rem);
	letter-spacing: 0;
	line-height: 0.98;
}

body.single-product.cg-casagres-product .cg-native-calculator-head p {
	font-size: clamp(1rem, 2.8vw, 1.16rem);
	line-height: 1.32;
	max-width: 32ch;
}

body.single-product.cg-casagres-product .cg-calculator {
	gap: 16px;
}

body.single-product.cg-casagres-product .cg-calculator-fields {
	grid-template-columns: 1fr;
}

body.single-product.cg-casagres-product .cg-field span {
	color: var(--cg-ink, #111315);
	font-size: clamp(1rem, 2.7vw, 1.12rem);
	font-weight: 600;
}

body.single-product.cg-casagres-product .cg-field input {
	font-size: clamp(1.35rem, 4.4vw, 1.7rem);
	min-height: 68px;
}

body.single-product.cg-casagres-product .cg-waste-options {
	min-height: 66px;
}

body.single-product.cg-casagres-product .cg-waste-options span {
	font-size: clamp(1rem, 2.8vw, 1.16rem);
	min-height: 56px;
}

body.single-product.cg-casagres-product .cg-waste-options input.cg-waste-input:checked + span {
	background: var(--cg-ink, #111315);
	color: #fff;
	position: relative;
	z-index: 1;
}

body.single-product.cg-casagres-product .cg-calculator:not(.cg-has-calculation) .cg-calculator-result-card {
	display: none;
}

body.single-product.cg-casagres-product .cg-calculator-result-card {
	grid-template-columns: 1fr;
	padding: 14px 16px;
}

body.single-product.cg-casagres-product .cg-result-label {
	color: #1d2021;
	font-size: 0.78rem;
	margin-bottom: 0;
}

body.single-product.cg-casagres-product .cg-result-boxes-label {
	font-size: clamp(1.25rem, 4vw, 1.58rem);
}

body.single-product.cg-casagres-product .cg-result-detail {
	font-size: clamp(0.96rem, 2.7vw, 1.05rem);
	max-width: 36ch;
}

body.single-product.cg-casagres-product .cg-payment-accordion {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
		rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(17, 19, 21, 0.075);
	border-radius: 24px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.78),
		0 8px 20px rgba(17, 19, 21, 0.04);
	padding: 0;
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	column-gap: 12px;
	row-gap: 10px;
	grid-template-columns: minmax(0, 1fr) 38px;
	list-style: none;
	padding: 18px;
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary::-webkit-details-marker {
	display: none;
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary::after {
	align-items: center;
	background: var(--cg-ink, #111315);
	border-radius: 999px;
	color: #fff;
	content: "+";
	display: inline-flex;
	font-size: 1.15rem;
	font-weight: 600;
	grid-column: 2;
	grid-row: 1 / span 2;
	height: 38px;
	justify-self: end;
	justify-content: center;
	line-height: 1;
	align-self: center;
	width: 38px;
}

body.single-product.cg-casagres-product .cg-payment-accordion[open] > summary::after {
	content: "-";
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary strong {
	color: var(--cg-ink, #111315);
	font-size: clamp(1.18rem, 3.8vw, 1.48rem);
	line-height: 1.08;
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary em {
	color: var(--cg-muted, #5b6261);
	font-size: clamp(0.88rem, 2.5vw, 0.98rem);
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
}

body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-total {
	background: rgba(17, 19, 21, 0.1);
	border: 1px solid rgba(17, 19, 21, 0.14);
	border-radius: 999px;
	color: #1d2021;
	font-size: clamp(0.82rem, 2.5vw, 0.94rem);
	font-weight: 600;
	grid-column: 1;
	grid-row: 2;
	justify-self: start;
	line-height: 1;
	padding: 9px 12px;
	white-space: nowrap;
}

body.single-product.cg-casagres-product .cg-payment-accordion.cg-promotion-ready {
	border-color: rgba(17, 19, 21, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		0 10px 24px rgba(17, 19, 21, 0.07);
}

body.single-product.cg-casagres-product .cg-payment-accordion.cg-promotion-ready .cg-promotion-total {
	background: var(--cg-ink, #111315);
	border-color: var(--cg-ink, #111315);
	color: #fff;
}

body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-list,
body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-empty {
	margin: 0 16px 16px;
}

body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-item {
	border-radius: 18px;
	padding: 14px;
}

body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-main strong,
body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-values strong {
	font-size: clamp(1.02rem, 3vw, 1.2rem);
}

body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-main span,
body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-values span,
body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-empty {
	font-size: clamp(0.9rem, 2.5vw, 1rem);
}

body.single-product.cg-casagres-product .cg-actions .cg-add-to-cart-button {
	font-size: clamp(1.1rem, 3.6vw, 1.35rem);
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .cg-add-to-cart-button {
	font-size: clamp(1rem, 2.7vw, 1.12rem);
}

/* Liquid Glass V1 surfaces */
body.single-product.cg-casagres-product {
	--cg-liquid-border: rgba(255, 255, 255, 0.5);
	--cg-liquid-border-soft: rgba(255, 255, 255, 0.38);
	--cg-liquid-shadow: rgba(17, 19, 21, 0.095);
	--cg-liquid-shadow-soft: rgba(17, 19, 21, 0.045);
	--cg-liquid-tint: rgba(255, 255, 255, 0.32);
}

body.single-product.cg-casagres-product div.product .summary,
body.single-product.cg-casagres-product .cg-native-calculator-panel,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module {
	-webkit-backdrop-filter: blur(42px) saturate(1.48) contrast(1.08);
	backdrop-filter: blur(42px) saturate(1.48) contrast(1.08);
	background:
		radial-gradient(115% 100% at 12% 0%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 42%),
		radial-gradient(100% 120% at 88% 100%, rgba(17, 19, 21, 0.055), rgba(17, 19, 21, 0) 58%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.18) 54%, rgba(255, 255, 255, 0.34)),
		var(--cg-liquid-tint);
	border-color: var(--cg-liquid-border);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		inset 0 -1px 0 rgba(17, 19, 21, 0.078),
		inset 0 0 0 1px rgba(255, 255, 255, 0.16),
		0 20px 48px var(--cg-liquid-shadow),
		0 2px 9px var(--cg-liquid-shadow-soft);
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

body.single-product.cg-casagres-product div.product .summary::before,
body.single-product.cg-casagres-product .cg-native-calculator-panel::before,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module::before,
body.single-product.cg-casagres-product div.product .summary::after,
body.single-product.cg-casagres-product .cg-native-calculator-panel::after,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module::after {
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body.single-product.cg-casagres-product div.product .summary::before,
body.single-product.cg-casagres-product .cg-native-calculator-panel::before,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 36%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(17, 19, 21, 0.035) 100%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.24),
		inset 0 -14px 24px rgba(17, 19, 21, 0.025);
}

body.single-product.cg-casagres-product div.product .summary::after,
body.single-product.cg-casagres-product .cg-native-calculator-panel::after,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module::after {
	inset: 1px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.26),
		0 1px 0 rgba(255, 255, 255, 0.42),
		0 -1px 0 rgba(17, 19, 21, 0.045);
}

body.single-product.cg-casagres-product div.product .summary > *,
body.single-product.cg-casagres-product .cg-native-calculator-panel > *,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module > * {
	position: relative;
	z-index: 1;
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row,
body.single-product.cg-casagres-product .cg-payment-accordion,
body.single-product.cg-casagres-product .cg-calculator-result-card,
body.single-product.cg-casagres-product .cg-promotion-results,
body.single-product.cg-casagres-product .cg-specs-table {
	background:
		radial-gradient(120% 110% at 12% 0%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0) 46%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)),
		rgba(255, 255, 255, 0.42);
	border-color: var(--cg-liquid-border-soft);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.72),
		inset 0 -1px 0 rgba(17, 19, 21, 0.04),
		0 10px 26px rgba(17, 19, 21, 0.045);
}

body.single-product.cg-casagres-product .cg-payment-accordion > summary::after,
body.single-product.cg-casagres-product .cg-actions .button {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -1px 0 rgba(0, 0, 0, 0.24),
		0 12px 26px rgba(17, 19, 21, 0.11);
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .cg-whatsapp-button {
	background:
		radial-gradient(110% 130% at 16% 0%, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0) 46%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.26)),
		rgba(255, 255, 255, 0.34);
	border-color: rgba(255, 255, 255, 0.46);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.74),
		inset 0 -1px 0 rgba(17, 19, 21, 0.075),
		0 10px 24px rgba(17, 19, 21, 0.06);
}

/* Calculator glass V1 */
body.single-product.cg-casagres-product .cg-native-calculator-panel {
	-webkit-backdrop-filter: blur(34px) saturate(1.36) contrast(1.05);
	backdrop-filter: blur(34px) saturate(1.36) contrast(1.05);
	background:
		radial-gradient(120% 95% at 12% 0%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 44%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.18)),
		rgba(255, 255, 255, 0.26);
	border-color: rgba(17, 19, 21, 0.075);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.56),
		inset 0 -1px 0 rgba(17, 19, 21, 0.06),
		0 18px 42px rgba(17, 19, 21, 0.08);
}

body.single-product.cg-casagres-product .cg-native-calculator-panel::before,
body.single-product.cg-casagres-product .cg-native-calculator-panel::after {
	content: none;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	max-width: none;
	padding: 0 !important;
	width: 100%;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator::before,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator::after,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator-fields::before,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator-fields::after {
	content: none !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion {
	background:
		radial-gradient(115% 120% at 14% 0%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 48%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.24)),
		rgba(255, 255, 255, 0.34);
	background-clip: padding-box;
	border-color: rgba(17, 19, 21, 0.08);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.62),
		inset 0 -1px 0 rgba(17, 19, 21, 0.035),
		0 8px 20px rgba(17, 19, 21, 0.035);
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input {
	-webkit-appearance: none;
	appearance: none;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	body.single-product.cg-casagres-product div.product .summary,
	body.single-product.cg-casagres-product .cg-native-calculator-panel,
	body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module {
		background: rgba(255, 255, 255, 0.86);
	}
}

@media (max-width: 520px) {
	body.single-product.cg-casagres-product .cg-native-calculator-panel {
		padding: 18px;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary {
		grid-template-columns: minmax(0, 1fr) 38px;
	}
}

/* Product media V1 */
body.single-product.cg-casagres-product div.product {
	gap: clamp(18px, 3vw, 34px) !important;
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery {
	-webkit-backdrop-filter: blur(16px) saturate(1.14) !important;
	backdrop-filter: blur(16px) saturate(1.14) !important;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)),
		rgba(255, 255, 255, 0.42) !important;
	border: 1px solid rgba(255, 255, 255, 0.52) !important;
	border-radius: clamp(26px, 3vw, 34px) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.58),
		0 14px 34px rgba(17, 19, 21, 0.07) !important;
	overflow: hidden !important;
	padding: clamp(8px, 1.5vw, 12px) !important;
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery::before,
body.single-product.cg-casagres-product div.product .woocommerce-product-gallery::after {
	content: none !important;
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__wrapper,
body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__image {
	background: rgba(246, 247, 245, 0.34) !important;
	border-radius: clamp(20px, 2.4vw, 28px) !important;
	overflow: hidden !important;
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery img {
	aspect-ratio: 1 / 1 !important;
	border-radius: 0 !important;
	display: block !important;
	filter: none !important;
	object-fit: cover !important;
	width: 100% !important;
}

body.single-product.cg-casagres-product div.product .summary {
	margin-top: 0 !important;
	z-index: auto !important;
}

@media (min-width: 901px) {
	body.single-product .woocommerce-breadcrumb,
	body.single-product .woocommerce-notices-wrapper,
	body.single-product div.product,
	body.single-product.cg-casagres-product .cg-native-product-details {
		max-width: min(1140px, calc(100vw - 80px));
	}

	body.single-product.cg-casagres-product div.product {
		align-items: start !important;
		gap: clamp(24px, 2.8vw, 36px) !important;
		grid-template-columns: minmax(520px, 1fr) minmax(390px, 430px) !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery {
		align-self: start !important;
		max-width: 100% !important;
		padding: clamp(9px, 1vw, 12px) !important;
		position: relative !important;
		top: auto !important;
		z-index: 1 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__wrapper,
	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__image {
		aspect-ratio: 1 / 0.94 !important;
		min-height: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery img {
		aspect-ratio: auto !important;
		height: 100% !important;
		max-height: min(62vh, 560px) !important;
		object-fit: cover !important;
	}

	body.single-product.cg-casagres-product div.product .summary {
		align-self: start !important;
		gap: 10px !important;
		padding: clamp(22px, 1.9vw, 26px) !important;
		position: relative !important;
		z-index: 2 !important;
	}

	body.single-product.cg-casagres-product div.product .product_title {
		font-size: clamp(2.25rem, 3vw, 3.05rem) !important;
		line-height: 0.98 !important;
		max-width: 9em;
	}

	body.single-product.cg-casagres-product div.product .summary .price {
		margin-top: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price {
		gap: 10px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row {
		border-radius: 20px !important;
		gap: 10px !important;
		padding: 13px 15px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-main {
		gap: 10px !important;
		grid-template-columns: 36px minmax(0, 1fr) !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-payment-icon {
		height: 36px !important;
		width: 36px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-label {
		font-size: clamp(1.06rem, 1.24vw, 1.16rem) !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
		font-size: clamp(1.68rem, 2.25vw, 2.05rem) !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-condition,
	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description {
		font-size: clamp(0.84rem, 0.98vw, 0.94rem) !important;
		line-height: 1.32 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description {
		margin-top: 0 !important;
		max-width: 40ch !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
		font-size: 0.82rem !important;
		min-height: 38px !important;
		width: min(100%, 340px) !important;
	}

	body.single-product.cg-casagres-product .cg-native-availability {
		margin-top: 0 !important;
	}

	body.single-product.cg-casagres-product .cg-availability-badge {
		align-items: center !important;
		display: inline-flex !important;
		font-size: clamp(0.76rem, 0.9vw, 0.84rem) !important;
		justify-content: center !important;
		line-height: 1 !important;
		min-height: 28px !important;
		padding: 0 12px !important;
		white-space: nowrap !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel {
		border-radius: 24px !important;
		gap: 10px !important;
		padding: 16px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head h2 {
		font-size: clamp(1.56rem, 1.95vw, 1.86rem) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head p {
		font-size: clamp(0.86rem, 0.98vw, 0.96rem) !important;
		line-height: 1.28 !important;
		max-width: 36ch !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator {
		gap: 10px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field {
		gap: 6px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field span {
		font-size: clamp(0.84rem, 0.94vw, 0.92rem) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input {
		border-radius: 17px !important;
		font-size: clamp(1.1rem, 1.28vw, 1.22rem) !important;
		min-height: 52px !important;
		padding-inline: 14px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options {
		min-height: 52px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options span {
		font-size: clamp(0.94rem, 1.06vw, 1.04rem) !important;
		min-height: 42px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary {
		grid-template-columns: minmax(0, 1fr) 34px !important;
		padding: 14px 15px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary::after {
		height: 34px !important;
		width: 34px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary strong {
		font-size: clamp(1.14rem, 1.32vw, 1.26rem) !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary em,
	body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-total {
		font-size: clamp(0.8rem, 0.9vw, 0.86rem) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions {
		gap: 8px !important;
		grid-template-columns: minmax(0, 1.04fr) minmax(118px, 0.72fr) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button {
		font-size: clamp(0.88rem, 1vw, 1rem) !important;
		min-height: 50px !important;
		padding: 0 12px !important;
	}

	/* Desktop publish pass: one vertical axis for title, prices and calculator. */
	body.single-product.cg-casagres-product div.product .summary {
		align-self: stretch !important;
		gap: 8px !important;
		padding: 20px !important;
	}

	body.single-product.cg-casagres-product div.product .summary > * {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .product_title {
		font-size: clamp(2.14rem, 2.78vw, 2.9rem) !important;
		line-height: 0.94 !important;
		max-width: 10em !important;
	}

	body.single-product.cg-casagres-product div.product .summary .price,
	body.single-product.cg-casagres-product div.product .summary .cg-wc-price,
	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row,
	body.single-product.cg-casagres-product .cg-native-calculator-panel {
		box-sizing: border-box !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price {
		gap: 8px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row {
		border-radius: 19px !important;
		min-height: 78px !important;
		padding: 12px 14px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-list {
		align-items: center !important;
		column-gap: 12px !important;
		grid-template-columns: minmax(0, 1fr) max-content !important;
		row-gap: 8px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-list .cg-wc-price-main {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-main {
		align-items: center !important;
		gap: 9px !important;
		grid-template-columns: 34px minmax(0, 1fr) !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-payment-icon {
		height: 34px !important;
		width: 34px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-copy {
		gap: 3px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-label {
		font-size: clamp(0.98rem, 1.12vw, 1.08rem) !important;
		line-height: 1.02 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
		font-size: clamp(1.58rem, 2.08vw, 1.95rem) !important;
		gap: 6px !important;
		line-height: 0.98 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-condition {
		font-size: clamp(0.76rem, 0.88vw, 0.84rem) !important;
		line-height: 1.12 !important;
		margin-top: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
		align-self: center !important;
		font-size: 0.78rem !important;
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: end !important;
		min-height: 32px !important;
		padding: 0 12px !important;
		width: auto !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-list .cg-financing-panel {
		grid-column: 1 / -1 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description,
	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description p,
	body.single-product.cg-casagres-product .cg-native-availability {
		margin: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description {
		font-size: clamp(0.8rem, 0.9vw, 0.88rem) !important;
		line-height: 1.24 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product .cg-native-availability {
		gap: 0 !important;
		padding-top: 2px !important;
	}

	body.single-product.cg-casagres-product .summary .cg-availability-badge {
		height: 24px !important;
		min-height: 24px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel {
		border-radius: 22px !important;
		gap: 8px !important;
		padding: 14px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head {
		gap: 2px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head h2 {
		font-size: clamp(1.38rem, 1.64vw, 1.58rem) !important;
		line-height: 1 !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head p {
		font-size: clamp(0.78rem, 0.88vw, 0.84rem) !important;
		line-height: 1.2 !important;
		max-width: 100% !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator {
		gap: 8px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator-fields {
		align-items: start !important;
		gap: 10px !important;
		grid-template-columns: minmax(0, 1fr) minmax(136px, 0.86fr) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field {
		gap: 5px !important;
		margin: 0 !important;
		min-width: 0 !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field span {
		font-size: clamp(0.76rem, 0.86vw, 0.82rem) !important;
		line-height: 1.05 !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input,
	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options {
		height: 52px !important;
		min-height: 52px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input {
		font-size: clamp(0.96rem, 1.08vw, 1.06rem) !important;
		line-height: 1.2 !important;
		padding-block: 0 !important;
		padding-inline: 14px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options {
		padding: 4px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options span {
		font-size: clamp(0.82rem, 0.94vw, 0.9rem) !important;
		min-height: 42px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion {
		border-radius: 19px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary {
		column-gap: 10px !important;
		grid-template-columns: minmax(0, 1fr) 32px !important;
		padding: 12px 13px !important;
		row-gap: 6px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary::after {
		height: 32px !important;
		width: 32px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary span {
		gap: 3px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary strong {
		font-size: clamp(1rem, 1.12vw, 1.08rem) !important;
		line-height: 1.04 !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary em,
	body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-total {
		font-size: clamp(0.72rem, 0.82vw, 0.78rem) !important;
		line-height: 1.12 !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-total {
		align-items: center !important;
		display: inline-flex !important;
		justify-content: center !important;
		line-height: 1 !important;
		min-height: 24px !important;
		padding: 0 10px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions {
		gap: 8px !important;
		grid-template-columns: minmax(0, 1fr) minmax(122px, 0.72fr) !important;
		margin-top: 0 !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button {
		font-size: clamp(0.82rem, 0.94vw, 0.92rem) !important;
		min-height: 46px !important;
		padding: 0 12px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator.cg-has-calculation {
		gap: 6px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator.cg-has-calculation .cg-calculator-result-card {
		display: none !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator.cg-has-calculation .cg-result-label,
	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator.cg-has-calculation .cg-result-detail {
		display: none !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator.cg-has-calculation .cg-result-boxes-label {
		font-size: clamp(0.98rem, 1.08vw, 1.08rem) !important;
		line-height: 1.05 !important;
	}

	body.single-product.cg-casagres-product .cg-native-product-details {
		margin-top: clamp(30px, 4vw, 54px);
		position: relative;
		z-index: 2;
	}
}

@media (max-width: 900px) {
	body.single-product.cg-casagres-product div.product {
		display: flex !important;
		flex-direction: column !important;
		gap: 26px !important;
		grid-template-columns: 1fr !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery,
	body.single-product.cg-casagres-product div.product .summary {
		clear: both !important;
		margin: 0 !important;
		max-width: 100% !important;
		position: relative !important;
		transform: none !important;
		width: 100% !important;
		z-index: 1 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery {
		background: rgba(255, 255, 255, 0.2) !important;
		padding: 0 !important;
		top: auto !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__wrapper,
	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__image {
		aspect-ratio: 1 / 1 !important;
		border-radius: inherit !important;
		background: transparent !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery img {
		height: 100% !important;
		transform: scale(1.04) !important;
		transform-origin: center center !important;
	}

	body.single-product.cg-casagres-product div.product .summary {
		align-self: stretch !important;
		margin-top: 0 !important;
	}

	body.single-product .cg-native-product-header.cg-header {
		align-items: center !important;
		display: grid !important;
		gap: 12px !important;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		min-height: 64px !important;
		padding: 8px 10px 8px 20px !important;
	}

	body.single-product .cg-native-product-header .cg-native-product-nav,
	body.single-product .cg-native-product-header .cg-products-trigger,
	body.single-product .cg-native-product-header .cg-header-consult {
		display: none !important;
	}

	body.single-product .cg-native-product-header .cg-logo {
		grid-column: 1 !important;
		grid-row: 1 !important;
		justify-self: start !important;
		min-width: 0 !important;
	}

	body.single-product .cg-native-product-header .cg-menu-toggle {
		align-self: center !important;
		display: inline-flex !important;
		grid-column: 3 !important;
		grid-row: 1 !important;
		justify-self: end !important;
		margin: 0 !important;
		position: relative !important;
		transform: none !important;
	}

	body.single-product .cg-native-product-header .cg-mobile-header-cart {
		display: inline-flex !important;
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: end !important;
	}

	body.single-product .cg-native-product-header .cg-mobile-menu {
		grid-column: 1 / -1 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery .flex-control-nav,
	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		display: none !important;
	}
}

/* Product ficha V1 final lock: desktop polish + stable technical sheet */
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-sheet,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-sheet-compact {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	max-width: var(--cg-max, 1180px) !important;
	overflow: visible !important;
	padding: 0 !important;
	width: 100% !important;
}

body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module {
	border-radius: clamp(28px, 3vw, 34px) !important;
	overflow: hidden !important;
	padding: clamp(20px, 3vw, 34px) !important;
}

body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module::before,
body.single-product.cg-casagres-product .cg-native-product-details .cg-product-module::after {
	border-radius: inherit !important;
}

body.single-product.cg-casagres-product .cg-specs-table {
	border-collapse: separate !important;
	border-radius: 24px !important;
	border-spacing: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

body.single-product.cg-casagres-product .cg-specs-table tr:first-child th {
	border-top-left-radius: 24px;
}

body.single-product.cg-casagres-product .cg-specs-table tr:first-child td {
	border-top-right-radius: 24px;
}

body.single-product.cg-casagres-product .cg-specs-table tr:last-child th {
	border-bottom-left-radius: 24px;
}

body.single-product.cg-casagres-product .cg-specs-table tr:last-child td {
	border-bottom-right-radius: 24px;
}

@media (min-width: 901px) {
	body.single-product .woocommerce-breadcrumb,
	body.single-product .woocommerce-notices-wrapper,
	body.single-product div.product,
	body.single-product.cg-casagres-product .cg-native-product-details {
		max-width: min(1180px, calc(100vw - 88px)) !important;
	}

	body.single-product.cg-casagres-product div.product {
		align-items: stretch !important;
		gap: clamp(26px, 3vw, 42px) !important;
		grid-template-columns: minmax(520px, 1fr) minmax(380px, 410px) !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery {
		align-self: stretch !important;
		justify-self: stretch !important;
		padding: clamp(9px, 1vw, 12px) !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__wrapper,
	body.single-product.cg-casagres-product div.product .woocommerce-product-gallery__image {
		aspect-ratio: 1 / 0.96 !important;
	}

	body.single-product.cg-casagres-product div.product .summary {
		align-self: start !important;
		display: grid !important;
		gap: 12px !important;
		justify-self: end !important;
		max-width: 410px !important;
		padding: clamp(22px, 1.9vw, 28px) !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product div.product .summary > * {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	body.single-product.cg-casagres-product div.product .product_title {
		font-size: clamp(2.2rem, 2.55vw, 2.85rem) !important;
		line-height: 0.95 !important;
		margin-bottom: 2px !important;
		max-width: 10em !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price {
		display: grid !important;
		gap: 10px !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row {
		border-radius: 20px !important;
		display: grid !important;
		gap: 10px !important;
		min-height: 0 !important;
		padding: 14px !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-list {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-main {
		align-items: center !important;
		display: grid !important;
		gap: 10px !important;
		grid-template-columns: 36px minmax(0, 1fr) !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-payment-icon {
		height: 36px !important;
		width: 36px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-copy {
		gap: 4px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-label {
		font-size: clamp(1.04rem, 1.1vw, 1.16rem) !important;
		line-height: 1.02 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
		font-size: clamp(1.68rem, 2vw, 2.04rem) !important;
		line-height: 1 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-condition {
		font-size: clamp(0.82rem, 0.92vw, 0.9rem) !important;
		line-height: 1.18 !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
		font-size: 0.82rem !important;
		grid-column: auto !important;
		grid-row: auto !important;
		justify-self: stretch !important;
		min-height: 36px !important;
		padding: 0 14px !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-list .cg-financing-panel {
		grid-column: 1 !important;
	}

	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description,
	body.single-product.cg-casagres-product div.product .woocommerce-product-details__short-description p {
		font-size: clamp(0.84rem, 0.95vw, 0.92rem) !important;
		line-height: 1.32 !important;
		margin: 0 !important;
		max-width: 42ch !important;
	}

	body.single-product.cg-casagres-product .cg-native-availability {
		margin: 2px 0 0 !important;
		padding: 0 !important;
	}

	body.single-product.cg-casagres-product .summary .cg-availability-badge {
		font-size: clamp(0.78rem, 0.88vw, 0.84rem) !important;
		height: 28px !important;
		min-height: 28px !important;
		padding: 0 13px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel {
		border-radius: 22px !important;
		display: grid !important;
		gap: 11px !important;
		padding: 16px !important;
		width: 100% !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head {
		gap: 4px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head h2 {
		font-size: clamp(1.52rem, 1.7vw, 1.82rem) !important;
		line-height: 1 !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head p {
		font-size: clamp(0.84rem, 0.95vw, 0.9rem) !important;
		line-height: 1.25 !important;
		max-width: 100% !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator {
		gap: 10px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-calculator-fields {
		gap: 10px !important;
		grid-template-columns: minmax(0, 1fr) minmax(132px, 0.82fr) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field {
		gap: 6px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field span {
		font-size: clamp(0.78rem, 0.88vw, 0.84rem) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input,
	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options {
		height: 54px !important;
		min-height: 54px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input {
		font-size: clamp(1rem, 1.08vw, 1.08rem) !important;
		padding-inline: 14px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options {
		padding: 5px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options span {
		font-size: clamp(0.86rem, 0.96vw, 0.92rem) !important;
		min-height: 44px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary {
		grid-template-columns: minmax(0, 1fr) 34px !important;
		padding: 13px 14px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary::after {
		height: 34px !important;
		width: 34px !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary strong {
		font-size: clamp(1.08rem, 1.18vw, 1.18rem) !important;
		line-height: 1.06 !important;
	}

	body.single-product.cg-casagres-product .cg-payment-accordion > summary em,
	body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-total {
		font-size: clamp(0.76rem, 0.86vw, 0.82rem) !important;
		line-height: 1.16 !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions {
		gap: 9px !important;
		grid-template-columns: minmax(0, 1fr) minmax(126px, 0.72fr) !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button {
		font-size: clamp(0.9rem, 0.98vw, 0.98rem) !important;
		min-height: 50px !important;
		padding: 0 13px !important;
	}

	body.single-product.cg-casagres-product .cg-native-product-details {
		margin-top: clamp(36px, 4vw, 56px) !important;
	}
}

/* Keep commercial copy readable regardless of the Bricks root rem scale. */
body.single-product.cg-casagres-product .site-main .woocommerce-breadcrumb,
body.single-product.cg-casagres-product .site-main .woocommerce-breadcrumb a,
body.single-product.cg-casagres-product .site-main .woocommerce-breadcrumb span {
	font-size: 13px !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-label {
	font-size: 14px !important;
	line-height: 1.2 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-unit {
	font-size: 13px !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-condition,
body.single-product.cg-casagres-product div.product .summary .woocommerce-product-details__short-description,
body.single-product.cg-casagres-product div.product .summary .woocommerce-product-details__short-description p {
	font-size: 14px !important;
	line-height: 1.4 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
	font-size: 14px !important;
	min-height: 42px !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-title,
body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-name,
body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-values {
	font-size: 14px !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-note,
body.single-product.cg-casagres-product div.product .summary .cg-financing-footnote {
	font-size: 13px !important;
	line-height: 1.4 !important;
}

body.single-product.cg-casagres-product .summary .cg-availability-badge,
body.single-product.cg-casagres-product .cg-native-calculator-head p,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field > span,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-result-label,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-result-detail,
body.single-product.cg-casagres-product .cg-payment-accordion > summary em,
body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-total,
body.single-product.cg-casagres-product .cg-payment-accordion .cg-promotion-empty {
	font-size: 13px !important;
	line-height: 1.35 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-field input {
	font-size: 16px !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-waste-options span,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button,
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .button .cg-action-main {
	font-size: 14px !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-result-boxes-label,
body.single-product.cg-casagres-product .cg-payment-accordion > summary strong {
	font-size: 16px !important;
	line-height: 1.2 !important;
}

/* Product price V1: one card, one disclosure and a compact financing list. */
body.single-product.cg-casagres-product div.product .summary .cg-wc-price-row-list {
	gap: 8px !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-top: 1px solid rgba(17, 19, 21, 0.09) !important;
	box-shadow: none !important;
	justify-content: flex-start !important;
	justify-self: stretch !important;
	margin-top: 2px !important;
	max-width: none !important;
	min-height: 42px !important;
	padding: 10px 0 0 !important;
	width: 100% !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle::after {
	margin-left: auto !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-panel {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: grid !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-panel[hidden] {
	display: none !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(17, 19, 21, 0.08) !important;
	border-radius: 0 !important;
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	min-height: 58px !important;
	padding: 11px 0 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-copy {
	display: grid !important;
	gap: 3px !important;
	min-width: 0 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-name {
	color: var(--cg-ink, #111315) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.16 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-note {
	color: var(--cg-muted, #5b6261) !important;
	font-size: 12.5px !important;
	line-height: 1.25 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-values {
	align-self: center !important;
	display: block !important;
	text-align: right !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-values strong {
	background: rgba(17, 19, 21, 0.1) !important;
	border: 1px solid rgba(17, 19, 21, 0.13) !important;
	border-radius: 999px !important;
	color: #1d2021 !important;
	display: inline-flex !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	padding: 7px 9px !important;
	white-space: nowrap !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-financing-footnote {
	color: var(--cg-muted, #5b6261) !important;
	display: block !important;
	font-size: 12.5px !important;
	line-height: 1.35 !important;
	padding-top: 11px !important;
}

@media (max-width: 480px) {
	body.single-product.cg-casagres-product div.product .summary .cg-financing-plan {
		gap: 9px !important;
		min-height: 56px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-name {
		font-size: 13.5px !important;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-note,
	body.single-product.cg-casagres-product div.product .summary .cg-financing-plan-values strong,
	body.single-product.cg-casagres-product div.product .summary .cg-financing-footnote {
		font-size: 12px !important;
	}
}


/* Calculator financing V1: compact disclosure without nested cards. */
body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion {
	background: rgba(255, 255, 255, 0.38) !important;
	border: 1px solid rgba(17, 19, 21, 0.075) !important;
	border-radius: 20px !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.64),
		0 8px 20px rgba(17, 19, 21, 0.035) !important;
	overflow: hidden !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion > summary {
	align-items: center !important;
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: minmax(0, 1fr) 34px !important;
	padding: 15px 16px !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion > summary::after {
	background: rgba(17, 19, 21, 0.92) !important;
	box-shadow: none !important;
	font-size: 16px !important;
	height: 34px !important;
	width: 34px !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion > summary strong {
	font-size: 16px !important;
	line-height: 1.18 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion > summary em {
	font-size: 13px !important;
	line-height: 1.3 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-total {
	display: none !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-list {
	display: grid !important;
	gap: 0 !important;
	margin: 0 16px 14px !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-item {
	align-items: start !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(17, 19, 21, 0.08) !important;
	border-radius: 0 !important;
	display: grid !important;
	gap: 7px 10px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	padding: 10px 0 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-item:last-child {
	border-bottom: 0 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-main {
	display: grid !important;
	gap: 2px !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	min-width: 0 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-main strong {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.18 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-main span {
	color: var(--cg-muted, #5b6261) !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-values {
	align-items: baseline !important;
	display: flex !important;
	gap: 0 !important;
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	justify-content: space-between !important;
	min-width: 0 !important;
	text-align: left !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-values strong {
	font-size: 14px !important;
	font-variant-numeric: tabular-nums !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-values span {
	display: none !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-badge {
	align-self: start !important;
	font-size: 13px !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	justify-self: end !important;
	padding: 6px 8px !important;
	white-space: nowrap !important;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-empty {
	font-size: 13px !important;
	margin: 0 16px 15px !important;
}

@media (max-width: 480px) {
	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion > summary {
		padding: 14px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-list {
		margin-inline: 14px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-main strong,
	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-values strong {
		font-size: 13.5px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-values {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 2px !important;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-payment-accordion .cg-promotion-values span {
		text-align: left !important;
	}
}

@media print {
	.cg-actions,
	.cg-print-button,
	.single_add_to_cart_button,
	.woocommerce-breadcrumb {
		display: none !important;
	}

	.cg-calculator,
	.cg-price-block,
	.cg-specs-table,
	.cg-product-sheet {
		break-inside: avoid;
	}

	.cg-product-sheet {
		max-width: none;
	}

	.cg-product-sheet-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cg-product-sheet a {
		color: #1f1c18;
		text-decoration: none;
	}
}
