/*
 * Casagres Liquid System V2
 * Canonical reference: the Marsella product sheet.
 * Clear material is reserved for navigation over imagery; regular material
 * contains information; solid contrast is reserved for primary actions.
 */

:root {
	--cg-font-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", sans-serif;
	--cg-font-data: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
	--cg-font-editorial: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
	--cg-ink: #1a1d1c;
	--cg-graphite: #383d3b;
	--cg-muted: #656c69;
	--cg-bg: #f3f5f2;
	--cg-bg-soft: #e9ede9;
	--cg-porcelain: #fafbf9;
	--cg-line: rgba(26, 29, 28, 0.12);
	--cg-focus: rgba(27, 87, 70, 0.28);
	--cg-radius: 28px;
	--cg-radius-sm: 18px;
	--cg-liquid-clear-bg:
		linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12) 48%, rgba(230, 235, 231, 0.2)),
		rgba(240, 244, 241, 0.22);
	--cg-liquid-regular-bg:
		linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(247, 249, 247, 0.62) 48%, rgba(232, 236, 233, 0.56)),
		rgba(244, 247, 244, 0.72);
	--cg-liquid-control-bg:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(242, 245, 242, 0.7)),
		rgba(250, 251, 250, 0.76);
	--cg-liquid-dark-bg:
		linear-gradient(145deg, rgba(78, 84, 81, 0.72), rgba(25, 28, 27, 0.72)),
		rgba(20, 23, 22, 0.56);
	--cg-liquid-border: rgba(255, 255, 255, 0.74);
	--cg-liquid-border-strong: rgba(255, 255, 255, 0.9);
	--cg-liquid-edge: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(26, 29, 28, 0.08);
	--cg-liquid-shadow: 0 18px 48px rgba(28, 33, 31, 0.12), 0 3px 12px rgba(28, 33, 31, 0.05);
	--cg-liquid-shadow-low: 0 10px 28px rgba(28, 33, 31, 0.09), 0 2px 7px rgba(28, 33, 31, 0.04);
	--cg-liquid-dark-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 26px rgba(9, 12, 11, 0.22);
}

body,
button,
input,
select,
textarea {
	font-family: var(--cg-font-ui) !important;
	font-weight: 400;
	letter-spacing: 0 !important;
}

body {
	background: var(--cg-bg);
	color: var(--cg-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--cg-font-ui) !important;
	font-weight: 560 !important;
	letter-spacing: 0 !important;
}

strong,
b {
	font-weight: 600;
}

/* Readable minimums for legacy components that were authored against a 10px rem base. */
.cg-home-v3-kicker,
.cg-kicker,
.cg-home-v2-kicker,
.cg-product-explorer-kicker,
.cg-home-v3-search-copy small {
	font-size: 14px;
	font-weight: 500 !important;
}

.cg-home-v3-service small,
.cg-home-v3-quick-links a,
.cg-home-v3-quick-links button,
.cg-product-explorer-search span,
.cg-product-explorer-options a,
.cg-product-explorer-more,
.cg-catalog-clear,
.cg-collections-filter a {
	font-size: 14px;
}

.cg-collections-hero > div > p:last-child,
.cg-collection-card p,
.cg-home-v2-stock-note {
	font-size: 16px;
	line-height: 1.5;
}

.cg-collection-card-meta span,
.cg-collection-card-foot span {
	font-size: 12px;
	font-weight: 500;
}

.cg-wc-price-label,
.cg-price-condition,
.cg-loop-financing-badge {
	font-size: 14px !important;
	font-weight: 500 !important;
}

a,
button,
input,
select,
textarea,
summary {
	-webkit-tap-highlight-color: transparent;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	box-shadow: 0 0 0 4px var(--cg-focus) !important;
	outline: 0 !important;
}

.cg-site {
	background:
		linear-gradient(150deg, rgba(210, 222, 215, 0.32), rgba(243, 245, 242, 0) 38%),
		linear-gradient(180deg, var(--cg-porcelain), var(--cg-bg) 52%, #eef1ee);
}

.cg-glass {
	-webkit-backdrop-filter: blur(30px) saturate(1.22) contrast(1.02);
	backdrop-filter: blur(30px) saturate(1.22) contrast(1.02);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow);
}

.cg-glass::before {
	content: none;
}

/* Shared controls */
.cg-button,
.bricks-button.cg-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
	align-items: center;
	background: var(--cg-liquid-dark-bg);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	box-shadow: var(--cg-liquid-dark-shadow);
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 550 !important;
	gap: 9px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.15;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cg-button:hover,
.bricks-button.cg-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wc-block-components-button:hover {
	background: linear-gradient(145deg, rgba(91, 98, 94, 0.78), rgba(28, 31, 30, 0.78));
	border-color: rgba(255, 255, 255, 0.48);
	color: #fff;
	transform: translateY(-1px);
}

.cg-button:active,
.bricks-button.cg-button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.wc-block-components-button:active {
	transform: translateY(0) scale(0.985);
}

.cg-button-ghost,
.bricks-button.cg-button-ghost {
	-webkit-backdrop-filter: blur(22px) saturate(1.2);
	backdrop-filter: blur(22px) saturate(1.2);
	background: var(--cg-liquid-control-bg);
	border-color: var(--cg-liquid-border-strong);
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	color: var(--cg-ink);
}

.cg-button-ghost:hover,
.bricks-button.cg-button-ghost:hover {
	background: rgba(255, 255, 255, 0.92);
	border-color: #fff;
	color: var(--cg-ink);
}

.cg-whatsapp-icon {
	display: block;
	filter: none !important;
	flex: 0 0 auto;
	height: 21px !important;
	object-fit: contain;
	width: 21px !important;
}

.cg-whatsapp-button,
.cg-whatsapp-link {
	align-items: center;
	display: inline-flex !important;
	flex-direction: row !important;
	gap: 9px;
	justify-content: center;
}

/* Header: one functional clear-glass navigation layer. */
.cg-header {
	align-items: center;
	border-radius: 28px;
	gap: 26px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-block: 14px 20px;
	min-height: 70px;
	padding: 9px 10px 9px 22px;
	top: 12px;
}

.cg-header.cg-glass,
body.home .cg-site-header.cg-glass,
body.home .cg-site-header.is-scrolled.cg-glass,
.cg-header.is-scrolled.cg-glass {
	-webkit-backdrop-filter: blur(34px) saturate(1.24) contrast(1.02);
	backdrop-filter: blur(34px) saturate(1.24) contrast(1.02);
	background: var(--cg-liquid-clear-bg);
	border-color: rgba(255, 255, 255, 0.76);
	box-shadow: var(--cg-liquid-edge), 0 16px 44px rgba(17, 21, 19, 0.14);
	overflow: visible;
}

.cg-header.cg-glass::before {
	background: linear-gradient(112deg, rgba(255, 255, 255, 0.46), transparent 34%, rgba(255, 255, 255, 0.08) 68%, transparent);
	border-radius: inherit;
	content: "";
	inset: 1px;
	opacity: 0.62;
	pointer-events: none;
	position: absolute;
}

.cg-header.cg-glass::after,
.cg-products-trigger::after {
	content: none;
}

.cg-logo-img {
	height: auto;
	max-width: 188px;
	width: 100%;
}

.cg-site-nav {
	gap: 26px;
	justify-content: center;
}

.cg-site-nav a {
	color: var(--cg-ink);
	font-size: 15px;
	font-weight: 500 !important;
	text-decoration: none;
}

.cg-site-nav a:hover,
.cg-site-nav a:focus-visible {
	color: #000;
}

.cg-header-actions {
	gap: 4px;
}

.cg-products-trigger,
.cg-header-cart,
.cg-header .cg-header-consult {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 17px;
	box-shadow: none;
	color: var(--cg-ink);
	font-size: 14px;
	font-weight: 520 !important;
	gap: 8px;
	min-height: 48px;
	padding: 0 14px;
}

.cg-products-trigger {
	background: rgba(26, 29, 28, 0.07);
}

.cg-products-trigger:hover,
.cg-products-trigger:focus-visible,
.cg-header-cart:hover,
.cg-header-cart:focus-visible,
.cg-header .cg-header-consult:hover,
.cg-header .cg-header-consult:focus-visible {
	background: rgba(255, 255, 255, 0.48);
	border-color: rgba(255, 255, 255, 0.56);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	color: var(--cg-ink);
	transform: none;
}

.cg-header-icon {
	height: 20px;
	stroke-width: 1.7;
	width: 20px;
}

.cg-header-cart-count {
	background: #272b29;
	border: 1px solid rgba(255, 255, 255, 0.84);
	box-shadow: 0 3px 8px rgba(17, 19, 21, 0.18);
	font-size: 13px;
	font-weight: 550;
	height: 22px;
	min-width: 22px;
}

.cg-menu-toggle,
.cg-mobile-header-cart {
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.cg-mobile-menu {
	-webkit-backdrop-filter: blur(34px) saturate(1.2);
	backdrop-filter: blur(34px) saturate(1.2);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 26px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow);
}

.cg-mobile-search,
.cg-mobile-nav-link,
.cg-mobile-menu-wa {
	font-weight: 520 !important;
}

/* Home */
body.home .cg-site-header {
	margin-bottom: -90px;
}

.cg-home-v3-hero,
.cg-home-v3-hero-inner {
	min-height: 820px;
}

.cg-home-v3-hero::after {
	background: rgba(8, 11, 9, 0.3);
}

.cg-home-v3-hero-inner {
	padding-bottom: 108px;
	padding-top: 150px;
}

.cg-home-v3-hero-copy {
	max-width: 660px;
}

.cg-home-v3-kicker,
.cg-kicker,
.cg-product-explorer-kicker,
.cg-content-hero .cg-kicker,
.cg-home-v2-kicker {
	font-weight: 520 !important;
	letter-spacing: 0 !important;
}

.cg-home-v3-kicker {
	font-size: 13px;
	margin-bottom: 14px;
}

.cg-home-v3-title {
	font-size: 68px;
	font-weight: 540 !important;
	line-height: 1.02;
	max-width: 12ch;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.24);
}

.cg-home-v3-lead {
	font-size: 19px;
	line-height: 1.5;
	margin-top: 20px;
	max-width: 560px;
}

.cg-home-v3-actions {
	gap: 10px;
	margin-top: 26px;
}

.cg-home-v3-actions .cg-button {
	font-size: 15px;
	font-weight: 550 !important;
	min-height: 50px;
	padding-inline: 22px;
}

.cg-home-v3-primary {
	-webkit-backdrop-filter: blur(24px) saturate(1.18);
	backdrop-filter: blur(24px) saturate(1.18);
	background: var(--cg-liquid-control-bg) !important;
	border-color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	color: var(--cg-ink) !important;
}

.cg-home-v3-secondary {
	-webkit-backdrop-filter: blur(24px) saturate(1.18);
	backdrop-filter: blur(24px) saturate(1.18);
	background: rgba(23, 27, 25, 0.42) !important;
	border-color: rgba(255, 255, 255, 0.36) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 9px 22px rgba(0, 0, 0, 0.14);
}

.cg-home-v3-controls {
	-webkit-backdrop-filter: blur(28px) saturate(1.2);
	backdrop-filter: blur(28px) saturate(1.2);
	background: rgba(32, 36, 34, 0.42);
	border-color: rgba(255, 255, 255, 0.42);
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 12px 28px rgba(0, 0, 0, 0.16);
}

.cg-home-v3-services {
	margin-top: -38px;
}

.cg-home-v3-service-glass {
	-webkit-backdrop-filter: blur(30px) saturate(1.2);
	backdrop-filter: blur(30px) saturate(1.2);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border-strong);
	border-radius: 28px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow);
	gap: 3px;
	padding: 4px;
}

.cg-home-v3-service {
	border: 0 !important;
	border-radius: 24px;
	gap: 13px;
	min-height: 80px;
	padding: 12px 20px;
}

.cg-home-v3-service-icon {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 15px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 5px 14px rgba(26, 29, 28, 0.08);
	flex-basis: 42px;
	height: 42px;
	width: 42px;
}

.cg-home-v3-service strong {
	font-size: 16px;
	font-weight: 550;
}

.cg-home-v3-service small {
	font-size: 13px;
	line-height: 1.35;
}

.cg-home-v3-search-rail {
	background: linear-gradient(180deg, #f9faf8, #f1f4f1);
	padding: 62px 0 66px;
}

.cg-home-v3-search-glass {
	-webkit-backdrop-filter: blur(26px) saturate(1.16);
	backdrop-filter: blur(26px) saturate(1.16);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 28px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	gap: 20px 30px;
	grid-template-columns: minmax(230px, 0.7fr) minmax(420px, 1.3fr);
	padding: 24px;
}

.cg-home-v3-search-copy small {
	font-weight: 500;
}

.cg-home-v3-search-copy strong {
	font-size: 26px;
	font-weight: 540;
}

.cg-home-v3-search-form {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: 20px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 18px rgba(26, 29, 28, 0.07);
	min-height: 56px;
	padding: 5px 5px 5px 16px;
}

.cg-home-v3-search-form button {
	background: #252927;
	border: 0;
	border-radius: 16px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 550;
	height: 46px;
}

.cg-home-v3-quick-links a,
.cg-home-v3-quick-links button {
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 14px;
	box-shadow: none;
	font-weight: 500 !important;
	min-height: 38px;
	padding: 0 14px;
	text-decoration: none;
}

body.home .cg-home-v2-collections,
body.home .cg-home-v2-stock,
body.home .cg-home-v2-buy,
body.home .cg-home-v2-showroom {
	padding-block: 84px;
}

.cg-home-v2-section-title,
.cg-home-v2-showroom-title,
.cg-home-v2-buy-title {
	font-size: 48px;
	font-weight: 540 !important;
	line-height: 1.08;
}

.cg-home-v2-section-copy,
.cg-home-v2-showroom-text,
.cg-home-v2-buy-copy {
	font-size: 17px;
	line-height: 1.55;
}

.cg-home-v2-collection {
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 26px;
	box-shadow: var(--cg-liquid-shadow-low);
	overflow: hidden;
}

.cg-home-v2-collection-copy {
	-webkit-backdrop-filter: blur(22px) saturate(1.14);
	backdrop-filter: blur(22px) saturate(1.14);
	background: linear-gradient(180deg, rgba(22, 25, 24, 0.02), rgba(20, 23, 22, 0.62));
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding: 70px 22px 22px;
}

.cg-home-v2-collection-copy small,
.cg-home-v2-collection-copy strong,
.cg-home-v2-collection-copy em {
	font-weight: 520 !important;
}

.cg-home-v2-stock {
	background: linear-gradient(180deg, #e9eeea, #f3f5f2);
}

.cg-product-strip ul.products li.product,
.cg-home-v2-stock .cg-product-strip ul.products li.product,
.cg-collection-card,
.cg-model-variant-card,
.cg-model-catalog-overview-card,
.cg-model-catalog-hero-media {
	-webkit-backdrop-filter: blur(24px) saturate(1.14);
	backdrop-filter: blur(24px) saturate(1.14);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 26px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
}

.cg-product-strip ul.products li.product .woocommerce-loop-product__title,
.cg-collection-card h2,
.cg-model-variant-card h3 {
	font-weight: 550 !important;
}

.cg-product-strip ul.products li.product .button,
.cg-home-v2-stock .cg-product-strip ul.products li.product .button {
	background: #262a28;
	border: 0;
	border-radius: 16px;
	box-shadow: none;
	font-weight: 550 !important;
}

.cg-home-v2-buy {
	background: #202422;
}

.cg-home-v2-buy-panel {
	background: transparent;
	padding: 0;
}

.cg-home-v2-buy-step {
	-webkit-backdrop-filter: blur(22px) saturate(1.12);
	backdrop-filter: blur(22px) saturate(1.12);
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	padding: 24px;
}

.cg-home-v2-buy-step strong {
	font-size: 20px;
	font-weight: 540;
}

.cg-home-v2-buy-step p,
.cg-home-v2-buy-step span {
	font-size: 15px;
	line-height: 1.5;
}

.cg-home-v2-showroom {
	background: linear-gradient(180deg, #edf0ed, #f7f8f6);
}

.cg-home-v2-showroom-inner {
	-webkit-backdrop-filter: blur(24px) saturate(1.12);
	backdrop-filter: blur(24px) saturate(1.12);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 28px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	padding: 34px;
}

/* Explorer, catalog and model pages */
.cg-product-explorer-panel.cg-glass {
	background: var(--cg-liquid-regular-bg);
	border-color: var(--cg-liquid-border-strong);
	border-radius: 28px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow);
}

.cg-product-explorer-head h2,
.cg-catalog-results-head h2,
.cg-collections-hero h1,
.cg-model-catalog h1 {
	font-weight: 540 !important;
}

.cg-product-explorer-search,
.cg-product-explorer-group,
.cg-collections-filter {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 20px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.cg-product-explorer-options a,
.cg-product-explorer-more,
.cg-catalog-clear,
.cg-collections-filter a {
	font-weight: 500 !important;
}

.cg-collections-page,
.cg-model-catalog {
	background:
		linear-gradient(150deg, rgba(205, 219, 211, 0.3), transparent 36%),
		linear-gradient(180deg, #fafbf9, #f0f3f0 52%, #f7f8f6);
}

.cg-model-catalog h1 {
	font-size: 78px;
	line-height: 0.96;
}

.cg-model-catalog .cg-kicker,
.cg-model-catalog-chips span,
.cg-model-variant-topline span,
.cg-model-catalog .cg-button,
.cg-model-variant-specs dt,
.cg-model-variant-specs dd {
	font-weight: 520 !important;
}

.cg-model-catalog-hero-media,
.cg-model-variant-card,
.cg-model-catalog-overview-card {
	padding: 14px;
}

.cg-model-catalog-hero-img,
.cg-model-variant-image img,
.cg-collection-card-media img {
	border-radius: 18px;
}

/* Product sheet: preserve geometry and use it as the material reference. */
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(30px) saturate(1.17) contrast(1.01);
	backdrop-filter: blur(30px) saturate(1.17) contrast(1.01);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow);
}

body.single-product.cg-casagres-product div.product .summary::before,
body.single-product.cg-casagres-product div.product .summary::after,
body.single-product.cg-casagres-product .cg-native-calculator-panel::before,
body.single-product.cg-casagres-product .cg-native-calculator-panel::after,
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 {
	content: none;
}

body.single-product.cg-casagres-product div.product .woocommerce-product-gallery {
	background: rgba(251, 252, 250, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow);
}

body.single-product.cg-casagres-product div.product .product_title {
	font-size: 34px;
	font-weight: 560 !important;
	line-height: 1.04;
}

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: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 7px 18px rgba(26, 29, 28, 0.06);
}

body.single-product.cg-casagres-product div.product .summary .cg-wc-price-label,
body.single-product.cg-casagres-product div.product .summary .cg-price-amount,
body.single-product.cg-casagres-product .cg-native-calculator-head h2,
body.single-product.cg-casagres-product .cg-field > span,
body.single-product.cg-casagres-product .cg-waste-options span,
body.single-product.cg-casagres-product .cg-payment-accordion > summary strong,
body.single-product.cg-casagres-product .cg-actions .button,
body.single-product.cg-casagres-product .cg-availability-badge,
body.single-product.cg-casagres-product .cg-specs-table th {
	font-weight: 550 !important;
}

body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
	font-size: 25px;
}

body.single-product.cg-casagres-product .cg-native-calculator-head p,
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 .cg-payment-accordion > summary em {
	font-size: 14px;
	line-height: 1.42;
}

body.single-product.cg-casagres-product .woocommerce-breadcrumb,
body.single-product.cg-casagres-product .woocommerce-breadcrumb *,
body.single-product.cg-casagres-product .cg-price-unit,
body.single-product.cg-casagres-product .cg-native-calculator-head p,
body.single-product.cg-casagres-product .cg-field > span,
body.single-product.cg-casagres-product .cg-payment-accordion > summary em {
	font-size: 14px;
}

body.single-product.cg-casagres-product .woocommerce-breadcrumb a,
body.single-product.cg-casagres-product .cg-price-unit,
body.single-product.cg-casagres-product .cg-payment-accordion > summary em,
.cg-product-sheet-brand {
	font-weight: 500 !important;
}

.cg-product-sheet-brand {
	font-size: 12px;
}

body.single-product.cg-casagres-product .cg-field input,
body.single-product.cg-casagres-product .cg-waste-options,
body.single-product.cg-casagres-product .cg-payment-accordion {
	background: rgba(255, 255, 255, 0.58);
	border-color: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.single-product.cg-casagres-product .cg-waste-options input.cg-waste-input:checked + span {
	background: #272b29;
	box-shadow: 0 6px 14px rgba(17, 19, 21, 0.16);
	color: #fff;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .cg-add-to-cart-button {
	background: #272b29;
	border: 1px solid #272b29;
	box-shadow: none;
}

body.single-product.cg-casagres-product .cg-native-calculator-panel .cg-actions .cg-whatsapp-button,
.cg-product-sheet-footer .cg-whatsapp-button {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 6px 16px rgba(26, 29, 28, 0.06);
	color: var(--cg-ink);
}

body.single-product.cg-casagres-product .cg-availability-badge {
	align-items: center;
	display: inline-flex;
	line-height: 1.15;
	min-height: 32px;
	padding: 7px 13px;
}

/* Institutional, legal and customer-care pages */
.cg-content-page {
	background:
		linear-gradient(145deg, rgba(205, 220, 211, 0.28), transparent 34%),
		linear-gradient(180deg, #fafbf9, #eff2ef);
	padding-block: 64px 104px;
}

.cg-content-page-inner {
	gap: 52px;
	max-width: 1080px;
}

.cg-content-hero {
	gap: 16px;
	max-width: 850px;
}

.cg-content-title {
	font-size: 56px;
	font-weight: 540 !important;
	line-height: 1.04;
	max-width: 15ch;
}

.cg-content-lead {
	font-size: 19px;
	line-height: 1.55;
}

.cg-content-body {
	gap: 12px;
}

.cg-content-section {
	-webkit-backdrop-filter: blur(24px) saturate(1.12);
	backdrop-filter: blur(24px) saturate(1.12);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 26px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	gap: 24px;
	grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
	padding: 26px;
}

.cg-content-section h2 {
	font-size: 22px;
	font-weight: 550 !important;
	line-height: 1.25;
}

.cg-content-section-copy {
	font-size: 16px;
	line-height: 1.65;
}

.cg-content-section-copy a,
.cg-form-privacy a {
	font-weight: 550;
}

.cg-content-highlight {
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 18px;
	padding: 18px;
}

.cg-cancellation-form {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.cg-cancellation-form label {
	font-size: 15px;
	font-weight: 520;
}

.cg-cancellation-form input,
.cg-cancellation-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 5px 14px rgba(26, 29, 28, 0.05);
	font-size: 16px;
	font-weight: 400;
	min-height: 50px;
}

/* Cart and checkout */
body.woocommerce-cart,
body.woocommerce-checkout {
	background:
		linear-gradient(145deg, rgba(205, 220, 211, 0.26), transparent 34%),
		var(--cg-bg);
}

body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-cart #brx-content,
body.woocommerce-checkout #brx-content {
	padding-bottom: 90px;
}

.wc-block-cart,
.wc-block-checkout,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment {
	color: var(--cg-ink);
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment {
	-webkit-backdrop-filter: blur(24px) saturate(1.12);
	backdrop-filter: blur(24px) saturate(1.12);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 26px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	padding: 24px;
}

.wc-block-components-title,
.wc-block-cart__empty-cart__title,
.woocommerce-cart h2,
.woocommerce-checkout h3 {
	font-weight: 550 !important;
}

body.woocommerce-cart .cg-empty-cart-state {
	-webkit-backdrop-filter: blur(24px) saturate(1.12);
	backdrop-filter: blur(24px) saturate(1.12);
	background: var(--cg-liquid-regular-bg);
	border: 1px solid var(--cg-liquid-border);
	border-radius: 26px;
	box-shadow: var(--cg-liquid-edge), var(--cg-liquid-shadow-low);
	margin: clamp(28px, 5vw, 58px) auto;
	max-width: 660px;
	padding: clamp(28px, 5vw, 48px);
	text-align: center;
}

body.woocommerce-cart .cg-empty-cart-state .wc-block-cart__empty-cart__title {
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.12;
	margin: 0;
}

body.woocommerce-cart .cg-empty-cart-state .wc-block-cart__empty-cart__title::before {
	display: none;
}

body.woocommerce-cart .cg-empty-cart-copy {
	font-size: 16px;
	line-height: 1.55;
	margin: 14px auto 0;
	max-width: 470px;
}

body.woocommerce-cart .cg-empty-cart-actions {
	align-items: stretch;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 24px;
}

body.woocommerce-cart .cg-empty-cart-actions .wp-block-button__link {
	align-items: center;
	background: #272b29;
	border: 1px solid #272b29;
	border-radius: 16px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 550;
	justify-content: center;
	min-height: 48px;
	padding: 10px 18px;
}

body.woocommerce-cart .cg-empty-cart-actions .is-style-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(38, 43, 41, 0.18);
	color: var(--cg-ink);
}

@media (max-width: 600px) {
	body.woocommerce-cart .cg-empty-cart-state {
		border-radius: 22px;
		margin-inline: 16px;
		padding: 28px 20px;
	}

	body.woocommerce-cart .cg-empty-cart-actions {
		flex-direction: column;
	}

	body.woocommerce-cart .cg-empty-cart-actions .wp-block-button,
	body.woocommerce-cart .cg-empty-cart-actions .wp-block-button__link {
		width: 100%;
	}
}

.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-order-summary-item__description,
.woocommerce-cart th,
.woocommerce-checkout label {
	font-weight: 500 !important;
}

.wc-block-checkout__guest-checkout-notice,
.wc-blocks-components-select__label,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-checkbox__label,
.wc-block-components-radio-control__label,
.wc-block-checkout__shipping-option--free,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-order-summary-item__description,
.wc-block-checkout__terms a {
	font-size: 14px !important;
}

.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
#place_order {
	background: #272b29 !important;
	border: 1px solid #272b29 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 550 !important;
	min-height: 52px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: 18px;
	box-shadow: var(--cg-liquid-shadow-low);
}

/* Required legal access, independent from the frozen site header. */
.cg-cancellation-access {
	align-items: center;
	background: #272b29;
	border-radius: 999px;
	bottom: max(12px, env(safe-area-inset-bottom));
	box-shadow: 0 10px 30px rgba(23, 27, 25, 0.2);
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 550;
	left: max(12px, env(safe-area-inset-left));
	line-height: 1.15;
	max-width: calc(100vw - 24px);
	min-height: 44px;
	padding: 10px 16px;
	position: fixed;
	text-decoration: none !important;
	z-index: 80;
}

.cg-cancellation-access:hover,
.cg-cancellation-access:focus-visible {
	background: #111412;
	color: #fff !important;
}

.cg-cancellation-access:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.cg-cancellation-access {
		bottom: max(82px, calc(env(safe-area-inset-bottom) + 82px));
	}
}

@media print {
	.cg-cancellation-access {
		display: none !important;
	}
}

/* Footer: friendly, legible closure linked to the same material system. */
.cg-site-footer {
	background: #202422;
	border-top: 0;
	color: rgba(255, 255, 255, 0.76);
	padding-top: 34px;
}

.cg-site-footer-inner {
	padding-bottom: 26px;
}

.cg-footer-top {
	-webkit-backdrop-filter: blur(26px) saturate(1.12);
	backdrop-filter: blur(26px) saturate(1.12);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 14px 34px rgba(0, 0, 0, 0.14);
	gap: 30px;
	padding: 26px;
}

.cg-footer-top .cg-footer-brand img {
	filter: brightness(0) invert(1);
	max-width: 184px;
}

.cg-footer-top .cg-footer-brand > p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.5;
}

.cg-footer-intro-actions {
	gap: 8px;
}

.cg-footer-action {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border-radius: 17px;
	box-shadow: none;
	font-size: 15px;
	font-weight: 520 !important;
	min-height: 48px;
	padding-inline: 17px;
}

.cg-footer-action-primary,
.cg-footer-action-primary:hover,
.cg-footer-action-primary:focus-visible,
.cg-footer-action-secondary,
.cg-footer-action-secondary:hover,
.cg-footer-action-secondary:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: #fff;
}

.cg-footer-action:hover,
.cg-footer-action:focus-visible {
	background: rgba(255, 255, 255, 0.16);
}

.cg-footer-content {
	gap: 64px;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	padding-block: 38px 36px;
}

.cg-footer-links h2,
.cg-footer-contact h2 {
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	font-weight: 500 !important;
	text-transform: none;
}

.cg-footer-links > div {
	gap: 12px 28px;
}

.cg-footer-links a,
.cg-footer-contact-direct a,
.cg-footer-content .cg-footer-contact p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.5;
}

.cg-footer-contact-direct a {
	color: #fff;
	font-weight: 520;
}

.cg-footer-links a:hover,
.cg-footer-links a:focus-visible,
.cg-footer-contact-direct a:hover,
.cg-footer-contact-direct a:focus-visible {
	color: #fff;
}

.cg-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.56);
	font-size: 14px;
	padding-top: 22px;
}

.cg-footer-bottom a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-weight: 500;
}

.cg-footer-bottom a:hover,
.cg-footer-bottom a:focus-visible {
	color: #fff;
}

@media (max-width: 980px) {
	.cg-header {
		gap: 14px;
	}

	.cg-site-nav {
		display: none;
	}

	.cg-home-v3-hero,
	.cg-home-v3-hero-inner {
		min-height: 780px;
	}

	.cg-home-v3-title {
		font-size: 58px;
	}

	.cg-home-v3-search-glass {
		grid-template-columns: 1fr;
	}

	.cg-home-v3-quick-links {
		grid-column: 1;
	}

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

	.cg-content-section > .brxe-shortcode {
		grid-column: 1;
	}

	.cg-model-catalog h1 {
		font-size: 64px;
	}
}

@media (max-width: 700px) {
	:root {
		--cg-edge-gutter: 16px;
		--cg-liquid-shadow: 0 14px 34px rgba(28, 33, 31, 0.12), 0 2px 8px rgba(28, 33, 31, 0.05);
	}

	body.woocommerce-cart #brx-content,
	body.woocommerce-checkout #brx-content {
		padding-inline: 16px;
	}

	body.woocommerce-cart #brx-content > h1,
	body.woocommerce-checkout #brx-content > h1,
	body.woocommerce-cart #brx-content > .alignwide,
	body.woocommerce-checkout #brx-content > .alignwide {
		box-sizing: border-box;
		margin-inline: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	body.woocommerce-cart #brx-content > h1,
	body.woocommerce-checkout #brx-content > h1 {
		font-size: 38px;
		line-height: 1.08;
		margin-bottom: 20px;
	}

	.wc-block-components-address-form {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.wc-block-components-address-form > * {
		grid-column: 1 / -1 !important;
		width: 100% !important;
	}

	#shipping.wc-block-components-address-form {
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}

	#shipping.wc-block-components-address-form > * {
		flex: 0 0 auto !important;
		max-width: 100% !important;
	}

	.cg-shell {
		padding-inline: 16px;
	}

	.cg-header {
		border-radius: 24px;
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) 46px 46px;
		margin-block: 10px 14px;
		min-height: 66px;
		padding: 8px 9px 8px 18px;
		top: 8px;
	}

	.cg-logo-img {
		max-width: 160px;
	}

	.cg-header-actions,
	.cg-site-nav {
		display: none;
	}

	.cg-menu-toggle,
	.cg-mobile-header-cart {
		display: inline-flex;
		height: 46px;
		width: 46px;
	}

	.cg-mobile-menu {
		left: 0;
		padding: 12px;
		right: 0;
		top: calc(100% + 10px);
	}

	body.home .cg-site-header {
		margin-bottom: -80px;
	}

	.cg-home-v3-hero,
	.cg-home-v3-hero-inner {
		min-height: 760px;
	}

	.cg-home-v3-hero-inner {
		justify-content: flex-end;
		padding-bottom: 108px;
		padding-top: 132px;
	}

	.cg-home-v3-hero-copy {
		max-width: none;
	}

	.cg-home-v3-kicker {
		font-size: 12px;
	}

	.cg-home-v3-title {
		font-size: 45px;
		line-height: 1.04;
		max-width: 10ch;
	}

	.cg-home-v3-lead {
		font-size: 17px;
		line-height: 1.48;
		max-width: 34ch;
	}

	.cg-home-v3-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.cg-home-v3-actions .cg-button {
		font-size: 14px;
		min-width: 0;
		padding-inline: 12px;
		width: 100%;
	}

	.cg-home-v3-controls {
		bottom: 28px;
		left: 16px;
		right: auto;
	}

	.cg-home-v3-services {
		margin-top: -32px;
	}

	.cg-home-v3-service-glass {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 5px;
	}

	.cg-home-v3-service {
		align-items: center;
		flex-direction: column;
		gap: 9px;
		justify-content: center;
		min-height: 116px;
		padding: 12px 7px;
		text-align: center;
	}

	.cg-home-v3-service + .cg-home-v3-service {
		border-left: 1px solid rgba(26, 29, 28, 0.07) !important;
	}

	.cg-home-v3-service strong {
		font-size: 14px;
		line-height: 1.22;
	}

	.cg-home-v3-service small {
		display: none;
	}

	.cg-home-v3-service > span:last-child {
		align-items: center;
		gap: 0;
	}

	.cg-home-v3-search-rail {
		padding: 52px 0;
	}

	.cg-home-v3-search-glass {
		border-radius: 26px;
		padding: 18px;
	}

	.cg-home-v3-search-copy strong {
		font-size: 23px;
	}

	.cg-home-v3-search-form {
		border-radius: 18px;
		grid-template-columns: 22px minmax(0, 1fr);
		padding: 10px 12px;
	}

	.cg-home-v3-search-form button {
		grid-column: 1 / -1;
		margin-top: 7px;
		width: 100%;
	}

	.cg-home-v3-quick-links {
		gap: 8px;
	}

	.cg-home-v3-quick-links a,
	.cg-home-v3-quick-links button {
		font-size: 12px;
		min-height: 38px;
	}

	body.home .cg-home-v2-collections,
	body.home .cg-home-v2-stock,
	body.home .cg-home-v2-buy,
	body.home .cg-home-v2-showroom {
		padding-block: 66px;
	}

	.cg-home-v2-section-title,
	.cg-home-v2-showroom-title,
	.cg-home-v2-buy-title {
		font-size: 36px;
	}

	.cg-home-v2-section-copy,
	.cg-home-v2-showroom-text,
	.cg-home-v2-buy-copy {
		font-size: 16px;
	}

	.cg-home-v2-collection,
	.cg-product-strip ul.products li.product,
	.cg-collection-card,
	.cg-model-variant-card,
	.cg-model-catalog-overview-card,
	.cg-model-catalog-hero-media {
		border-radius: 24px;
	}

	.cg-home-v2-buy-step {
		padding: 20px;
	}

	.cg-home-v2-showroom-inner {
		border-radius: 24px;
		padding: 22px;
	}

	.cg-model-catalog h1 {
		font-size: 46px;
		line-height: 1;
	}

	body.single-product.cg-casagres-product div.product .product_title {
		font-size: 29px;
		line-height: 1.08;
	}

	body.single-product.cg-casagres-product div.product .summary .cg-price-amount {
		font-size: 24px;
	}

	body.single-product.cg-casagres-product .cg-native-calculator-head p,
	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 .cg-payment-accordion > summary em {
		font-size: 14px;
	}

	.cg-content-page {
		padding-block: 44px 76px;
	}

	.cg-content-page-inner {
		gap: 38px;
		padding-inline: 16px;
	}

	.cg-content-title {
		font-size: 40px;
		line-height: 1.08;
	}

	.cg-content-lead {
		font-size: 17px;
	}

	.cg-content-section {
		border-radius: 22px;
		gap: 16px;
		padding: 20px;
	}

	.cg-content-section h2 {
		font-size: 20px;
	}

	.cg-content-section-copy {
		font-size: 16px;
	}

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

	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar,
	.woocommerce-cart-form,
	.cart_totals,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout-review-order,
	.woocommerce-checkout-payment {
		border-radius: 22px;
		padding: 18px;
	}

	.cg-site-footer {
		padding-top: 24px;
	}

	.cg-footer-top {
		border-radius: 24px;
		gap: 20px;
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.cg-footer-top .cg-footer-brand img {
		max-width: 168px;
	}

	.cg-footer-top .cg-footer-intro-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.cg-footer-top .cg-footer-action {
		font-size: 14px;
		min-width: 0;
		padding-inline: 12px;
		width: 100%;
	}

	.cg-footer-content {
		gap: 30px;
		grid-template-columns: 1fr;
		padding-block: 32px;
	}

	.cg-footer-links > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-footer-links a,
	.cg-footer-contact-direct a,
	.cg-footer-content .cg-footer-contact p {
		font-size: 15px;
	}

	.cg-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.cg-footer-bottom nav {
		justify-content: flex-start;
	}
}

/* Final legibility guard: interface copy stays readable on iPhone and desktop. */
.cg-home-v3-kicker,
.cg-kicker,
.cg-home-v2-kicker,
.cg-product-explorer-kicker,
.cg-home-v3-search-copy small,
.cg-home-v3-quick-links a,
.cg-home-v3-quick-links button,
.cg-home-v2-collection-copy small,
.cg-home-v2-collection-copy em,
.cg-product-explorer-search span,
.cg-product-explorer-options a,
.cg-product-explorer-more,
.cg-catalog-clear,
.cg-collections-filter a {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.cg-collection-card-meta span,
.cg-collection-card-foot span {
	font-size: 14px !important;
	font-weight: 500 !important;
}

body.single-product.cg-casagres-product .woocommerce-breadcrumb,
body.single-product.cg-casagres-product .woocommerce-breadcrumb *,
body.single-product.cg-casagres-product .cg-price-unit,
body.single-product.cg-casagres-product .cg-availability-badge,
body.single-product.cg-casagres-product .cg-native-calculator-head p,
body.single-product.cg-casagres-product .cg-field > span,
body.single-product.cg-casagres-product .cg-payment-accordion > summary em,
.cg-product-sheet-brand {
	font-size: 14px !important;
}

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__description p,
.wc-block-components-product-details,
.wc-block-components-product-details span,
.wc-block-components-order-summary-item__total-price,
.wc-block-components-order-summary-item__total-price span,
.wc-block-components-radio-control-accordion-content,
.wc-block-components-radio-control-accordion-content * {
	font-size: 14px !important;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name {
	font-size: 15px !important;
	font-weight: 550 !important;
}

.cg-home-v3-hero .cg-home-v3-kicker,
.cg-home-v3-search-rail .cg-home-v3-quick-links a,
.cg-home-v3-search-rail .cg-home-v3-quick-links button,
.cg-home-v2-collection .cg-home-v2-collection-copy small,
.cg-home-v2-collection .cg-home-v2-collection-copy em {
	font-size: 14px !important;
	font-weight: 500 !important;
}

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,
body.single-product.cg-casagres-product div.product .summary .cg-price-unit,
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-native-calculator-panel .cg-payment-accordion > summary em {
	font-size: 14px !important;
}

body.woocommerce-checkout .wc-block-formatted-money-amount {
	font-size: 14px !important;
}

/* Release guard: remove residual legacy weights and undersized touch targets. */
.skip-link {
	font-weight: 550 !important;
}

.cg-home-v2-buy-step p,
.cg-home-v2-buy-step span,
.cg-step-card span {
	font-weight: 400 !important;
}

.cg-home-v2-showroom-meta,
.cg-bottom-action .cg-button,
.cg-bottom-action .cg-button span,
.cg-bottom-action span,
.cg-dock-label,
body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle {
	font-weight: 550 !important;
}

.cg-home-v3-counter,
.cg-home-v3-counter strong,
.cg-home-v3-counter span {
	font-size: 13px !important;
}

.cg-logo,
.cg-home-v3-arrow,
.cg-home-v3-dots button,
.cg-home-v3-quick-links a,
.cg-home-v3-quick-links button,
.cg-product-explorer-options a,
.cg-product-explorer-more,
.cg-product-explorer-close,
.cg-loop-product-cta,
body.single-product.cg-casagres-product div.product .summary .cg-financing-toggle,
body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
	min-height: 44px !important;
}

.cg-logo {
	align-items: center;
	display: flex;
}

.cg-home-v3-arrow {
	height: 44px !important;
	width: 44px !important;
}

.cg-home-v3-dots button,
.cg-home-v3-dots button.is-active {
	background: transparent !important;
	height: 44px !important;
	position: relative;
	width: 44px !important;
}

.cg-home-v3-dots button::before {
	background: rgba(255, 255, 255, 0.44);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background 180ms ease, width 180ms ease;
	width: 6px;
}

.cg-home-v3-dots button.is-active::before {
	background: #fff;
	width: 18px;
}

body.woocommerce-cart .wc-block-grid__product-title,
body.woocommerce-checkout .wc-block-grid__product-title {
	font-size: 15px !important;
	font-weight: 550 !important;
	line-height: 1.3;
}

body.woocommerce-cart .wc-block-grid__product .price,
body.woocommerce-cart .wc-block-grid__product .price *,
body.woocommerce-checkout .wc-block-grid__product .price,
body.woocommerce-checkout .wc-block-grid__product .price *,
body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-checkout .wc-block-grid__product-add-to-cart .wp-block-button__link {
	font-size: 14px !important;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-checkout .wc-block-grid__product-add-to-cart .wp-block-button__link {
	font-weight: 550 !important;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Product explorer v2: approved mobile-first search hierarchy. */
.cg-product-explorer {
	--cg-explorer-motion: cubic-bezier(0.32, 0.72, 0, 1);
	align-items: start;
	padding: var(--cg-product-explorer-top, 92px) 10px 10px;
	transition: opacity 220ms ease;
}

@supports (transition-timing-function: linear(0, 1)) {
	.cg-product-explorer {
		--cg-explorer-motion: linear(
			0,
			0.018 3%,
			0.072 7%,
			0.168 12%,
			0.31 19%,
			0.494 28%,
			0.69 40%,
			0.845 54%,
			0.94 69%,
			0.985 83%,
			1
		);
	}
}

.cg-product-explorer-backdrop {
	-webkit-backdrop-filter: blur(5px) saturate(0.9);
	backdrop-filter: blur(5px) saturate(0.9);
	background: rgba(17, 19, 21, 0.24);
}

.cg-product-explorer-panel,
.cg-product-explorer-panel.cg-glass {
	-webkit-backdrop-filter: blur(30px) saturate(1.22) contrast(1.02);
	backdrop-filter: blur(30px) saturate(1.22) contrast(1.02);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(246, 248, 247, 0.44) 52%, rgba(231, 235, 234, 0.46)),
		rgba(246, 248, 247, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 28px;
	box-shadow:
		inset 0 0.75px 0 rgba(255, 255, 255, 0.92),
		inset 0 -0.75px 0 rgba(25, 29, 28, 0.055),
		0 24px 60px rgba(17, 22, 21, 0.16),
		0 3px 10px rgba(17, 22, 21, 0.035);
	display: grid;
	gap: 18px;
	isolation: isolate;
	max-height: calc(100dvh - var(--cg-product-explorer-top, 92px) - 10px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 16px;
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition:
		opacity 180ms ease,
		transform 480ms var(--cg-explorer-motion),
		background-color 280ms ease;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.cg-product-explorer-panel::before {
	background:
		radial-gradient(62% 26% at 16% 0%, rgba(255, 255, 255, 0.74), transparent 75%),
		linear-gradient(112deg, transparent 18%, rgba(222, 239, 244, 0.12) 48%, rgba(255, 255, 255, 0.2) 65%, transparent 82%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.cg-product-explorer-panel::after {
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: inherit;
	content: "";
	inset: 1px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.cg-product-explorer.is-open .cg-product-explorer-panel {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.cg-product-explorer-panel > * {
	opacity: 0;
	transform: translate3d(0, 7px, 0);
	transition:
		opacity 170ms ease,
		transform 360ms var(--cg-explorer-motion);
}

.cg-product-explorer.is-open .cg-product-explorer-panel > * {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.cg-product-explorer.is-open .cg-product-explorer-panel > :nth-child(2) {
	transition-delay: 35ms;
}

.cg-product-explorer.is-open .cg-product-explorer-panel > :nth-child(3) {
	transition-delay: 65ms;
}

.cg-product-explorer.is-open .cg-product-explorer-panel > :nth-child(4) {
	transition-delay: 90ms;
}

.cg-product-explorer-head {
	align-items: center;
	display: flex;
	min-height: 44px;
}

.cg-product-explorer-panel .cg-product-explorer-head h2 {
	font-size: 30px;
	font-weight: 500 !important;
	line-height: 1.08;
	margin: 0;
}

.cg-product-explorer-close,
.cg-product-explorer-close:hover,
.cg-product-explorer-close:focus-visible {
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.58);
	box-shadow: inset 0 0.75px 0 rgba(255, 255, 255, 0.74);
	height: 44px;
	min-height: 44px !important;
	width: 44px;
}

.cg-product-explorer-close .cg-header-icon {
	height: 28px;
	stroke-width: 1.7;
	width: 28px;
}

.cg-product-explorer-search,
.cg-product-explorer-search:hover {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	padding: 0;
}

.cg-product-explorer-search-control {
	align-items: center;
	background: #111415;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	box-shadow: inset 0 0.75px 0 rgba(255, 255, 255, 0.09);
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 36px;
	min-height: 58px;
	padding: 0 10px 0 16px;
}

.cg-product-explorer-search-icon {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: flex-start;
}

.cg-product-explorer-search-icon .cg-header-icon {
	height: 28px;
	stroke-width: 1.8;
	width: 28px;
}

.cg-product-explorer-search .cg-product-explorer-search-control input {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-size: 17px;
	font-weight: 500;
	height: 56px;
	min-height: 56px;
	outline: 0;
	padding: 0 10px;
	width: 100%;
}

.cg-product-explorer-search .cg-product-explorer-search-control input::placeholder {
	color: rgba(255, 255, 255, 0.82);
	opacity: 1;
}

.cg-product-explorer-search .cg-product-explorer-search-control:focus-within {
	box-shadow:
		inset 0 0.75px 0 rgba(255, 255, 255, 0.13),
		0 0 0 3px rgba(255, 255, 255, 0.68),
		0 0 0 5px rgba(17, 19, 21, 0.28);
}

.cg-product-explorer-search .cg-product-explorer-search-clear,
.cg-product-explorer-search .cg-product-explorer-search-clear:hover,
.cg-product-explorer-search .cg-product-explorer-search-clear:focus-visible {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.13);
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.82);
	cursor: pointer;
	display: flex;
	height: 34px;
	justify-content: center;
	min-height: 34px;
	padding: 0;
	width: 34px;
}

.cg-product-explorer-search .cg-product-explorer-search-clear[hidden] {
	display: none !important;
}

.cg-product-explorer-search-clear .cg-header-icon {
	height: 17px;
	stroke-width: 2;
	width: 17px;
}

.cg-product-explorer-search .cg-product-explorer-search-submit {
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	min-height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.cg-product-explorer-categories {
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 18px;
	box-shadow: inset 0 0.75px 0 rgba(255, 255, 255, 0.62);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 74px;
	overflow: hidden;
}

.cg-product-explorer-category {
	align-items: center;
	color: rgba(36, 40, 39, 0.64);
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	gap: 3px;
	justify-content: center;
	min-height: 72px;
	min-width: 0;
	padding: 8px 2px 7px;
	position: relative;
	text-decoration: none;
}

.cg-product-explorer-category:not(:last-child)::after {
	background: rgba(31, 36, 34, 0.09);
	content: "";
	height: 58%;
	position: absolute;
	right: 0;
	top: 21%;
	width: 1px;
}

.cg-product-explorer-category::before {
	background: transparent;
	border-radius: 999px;
	bottom: 6px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-color 180ms ease, width 240ms var(--cg-explorer-motion);
	width: 0;
}

.cg-product-explorer-category.is-active {
	color: #161918;
	font-weight: 500;
}

.cg-product-explorer-category.is-active::before {
	background: #161918;
	width: 34px;
}

.cg-product-explorer-category:hover,
.cg-product-explorer-category:focus-visible {
	color: #161918;
}

.cg-product-explorer-category-icon {
	align-items: center;
	display: flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.cg-product-explorer-category-icon .cg-header-icon {
	height: 26px;
	stroke-width: 1.6;
	width: 26px;
}

.cg-product-explorer-groups {
	display: grid;
	gap: 13px;
}

.cg-product-explorer-section,
.cg-product-explorer-models {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-width: 0;
	padding: 0;
}

.cg-product-explorer-section-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
	min-height: 28px;
}

.cg-product-explorer-section-head h3 {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.cg-product-explorer-section-head > a {
	color: rgba(31, 36, 34, 0.62);
	font-size: 15px;
	font-weight: 400;
	min-height: 44px;
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.cg-product-explorer-format-grid {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-width: 0;
}

.cg-product-explorer-format {
	align-items: center;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 8px;
	box-shadow: inset 0 0.75px 0 rgba(255, 255, 255, 0.52);
	color: #171a19;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	justify-content: flex-end;
	min-height: 96px;
	min-width: 0;
	padding: 8px 3px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.cg-product-explorer-format:hover,
.cg-product-explorer-format:focus-visible {
	background: rgba(255, 255, 255, 0.48);
}

.cg-product-explorer-format-shape {
	background:
		linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(44, 49, 47, 0.16) calc(50% - 0.5px), rgba(44, 49, 47, 0.16) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
		linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(44, 49, 47, 0.16) calc(50% - 0.5px), rgba(44, 49, 47, 0.16) calc(50% + 0.5px), transparent calc(50% + 0.5px));
	border: 2px solid rgba(30, 35, 33, 0.76);
	border-radius: 2px;
	display: block;
	flex: 0 0 auto;
}

.cg-product-explorer-format-shape.is-square {
	height: 44px;
	width: 44px;
}

.cg-product-explorer-format-shape.is-portrait {
	height: 50px;
	width: 30px;
}

.cg-product-explorer-format-shape.is-plank {
	height: 27px;
	margin-block: 10px 11px;
	width: min(68px, calc(100% - 8px));
}

.cg-product-explorer-pagination {
	align-items: center;
	display: flex;
	gap: 6px;
	height: 20px;
}

.cg-product-explorer-pagination[hidden] {
	display: none;
}

.cg-product-explorer-pagination span {
	background: rgba(31, 36, 34, 0.19);
	border-radius: 999px;
	display: block;
	height: 6px;
	transition: background-color 180ms ease, width 220ms var(--cg-explorer-motion);
	width: 6px;
}

.cg-product-explorer-pagination span.is-active {
	background: #1a1e1c;
	width: 17px;
}

.cg-product-explorer-brand-rail {
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid rgba(31, 36, 34, 0.1);
	border-top: 1px solid rgba(31, 36, 34, 0.1);
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.cg-product-explorer-brand-rail::-webkit-scrollbar {
	display: none;
}

.cg-product-explorer-brand-rail > a {
	align-items: center;
	border-right: 1px solid rgba(31, 36, 34, 0.09);
	color: #171a19;
	display: flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 400;
	gap: 10px;
	justify-content: space-between;
	min-height: 48px;
	min-width: 134px;
	padding: 0 13px 0 14px;
	scroll-snap-align: start;
	text-decoration: none;
}

.cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3),
.cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3) ~ a {
	flex: 1 1 auto;
	font-size: 14px;
	gap: 6px;
	min-width: 0;
	padding-inline: 7px;
	white-space: nowrap;
}

.cg-product-explorer-brand-rail > a .cg-header-icon,
.cg-product-explorer-model-grid > a .cg-header-icon {
	color: rgba(31, 36, 34, 0.5);
	flex: 0 0 auto;
	height: 18px;
	stroke-width: 1.7;
	width: 18px;
}

.cg-product-explorer-models .cg-product-explorer-section-head {
	margin-bottom: 2px;
}

.cg-product-explorer-model-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-height: 144px;
	overflow: hidden;
	transition: max-height 480ms var(--cg-explorer-motion);
}

.cg-product-explorer-model-grid > a {
	align-items: center;
	border-top: 1px solid rgba(31, 36, 34, 0.1);
	color: #171a19;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 48px;
	min-width: 0;
	padding: 7px 9px 7px 8px;
	text-decoration: none;
}

.cg-product-explorer-model-grid > a:nth-child(even) {
	border-left: 1px solid rgba(31, 36, 34, 0.1);
}

.cg-product-explorer-model-grid > a:nth-child(n + 7) {
	display: none;
}

.cg-product-explorer-model-grid > a > span {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cg-product-explorer-models.is-expanded .cg-product-explorer-model-grid {
	max-height: min(38dvh, 340px);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.cg-product-explorer-models.is-expanded .cg-product-explorer-model-grid > a:nth-child(n + 7) {
	display: flex;
}

.cg-product-explorer-more,
.cg-product-explorer-more:hover,
.cg-product-explorer-more:focus-visible {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 8px;
	box-shadow: inset 0 0.75px 0 rgba(255, 255, 255, 0.5);
	gap: 8px;
	margin-top: 8px;
	min-height: 48px !important;
}

.cg-product-explorer-more .cg-header-icon {
	height: 20px;
	stroke-width: 1.8;
	transition: transform 300ms var(--cg-explorer-motion);
	width: 20px;
}

.cg-product-explorer-more[aria-expanded="true"] .cg-header-icon {
	transform: rotate(180deg);
}

@media (max-width: 900px) {
	.cg-product-explorer.is-short-viewport .cg-product-explorer-models {
		position: relative;
	}

	.cg-product-explorer.is-short-viewport .cg-product-explorer-models .cg-product-explorer-section-head {
		margin-bottom: 4px;
		min-height: 44px;
		padding-right: 168px;
	}

	.cg-product-explorer.is-short-viewport .cg-product-explorer-more,
	.cg-product-explorer.is-short-viewport .cg-product-explorer-more:hover,
	.cg-product-explorer.is-short-viewport .cg-product-explorer-more:focus-visible {
		background: transparent;
		border: 0;
		box-shadow: none;
		justify-content: flex-end;
		margin: 0;
		min-height: 44px !important;
		padding: 0 2px;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
}

.cg-product-explorer a:focus-visible,
.cg-product-explorer button:focus-visible {
	outline: 2px solid rgba(17, 19, 21, 0.72);
	outline-offset: -2px;
}

@media (min-width: 901px) {
	.cg-product-explorer {
		align-items: start;
		padding: 112px 32px 16px;
	}

	.cg-product-explorer-panel,
	.cg-product-explorer-panel.cg-glass {
		border-radius: 30px;
		gap: 20px;
		max-height: min(calc(100dvh - 128px), 790px);
		max-width: 1020px;
		padding: 26px 30px 28px;
	}

	.cg-product-explorer-panel .cg-product-explorer-head h2 {
		font-size: 34px;
	}

	.cg-product-explorer-search-control {
		min-height: 68px;
	}

	.cg-product-explorer-search .cg-product-explorer-search-control input {
		font-size: 18px;
		height: 66px;
		min-height: 66px;
	}

	.cg-product-explorer-categories {
		min-height: 92px;
	}

	.cg-product-explorer-category {
		font-size: 15px;
		min-height: 90px;
	}

	.cg-product-explorer-format-grid {
		gap: 10px;
	}

	.cg-product-explorer-format {
		font-size: 15px;
		min-height: 116px;
	}

	.cg-product-explorer-brand-rail > a {
		flex: 1 0 150px;
	}

	.cg-product-explorer-model-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-height: 112px;
	}

	.cg-product-explorer-model-grid > a,
	.cg-product-explorer-model-grid > a:nth-child(even) {
		border-left: 1px solid rgba(31, 36, 34, 0.1);
	}

	.cg-product-explorer-model-grid > a:nth-child(3n + 1) {
		border-left: 0;
	}
}

@media (max-width: 370px) {
	.cg-product-explorer-panel,
	.cg-product-explorer-panel.cg-glass {
		gap: 15px;
		padding: 17px;
	}

	.cg-product-explorer-category {
		font-size: 13px;
	}

	.cg-product-explorer-format {
		font-size: 13px;
		min-height: 108px;
	}

	.cg-product-explorer-format-shape.is-square {
		height: 46px;
		width: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cg-product-explorer,
	.cg-product-explorer-panel,
	.cg-product-explorer-panel > *,
	.cg-product-explorer-category::before,
	.cg-product-explorer-pagination span,
	.cg-product-explorer-model-grid,
	.cg-product-explorer-more .cg-header-icon {
		transition: none !important;
	}
}

/* Product explorer v3: approved compact Liquid Glass search. */
.cg-product-explorer {
	align-items: start;
	justify-items: center;
	padding: var(--cg-product-explorer-top, 92px) 14px 12px;
}

.cg-product-explorer-panel,
.cg-product-explorer-panel.cg-glass {
	-webkit-backdrop-filter: blur(30px) saturate(1.18) contrast(1.01);
	backdrop-filter: blur(30px) saturate(1.18) contrast(1.01);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(247, 249, 248, 0.54) 52%, rgba(231, 235, 234, 0.5)),
		rgba(246, 248, 247, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 30px;
	box-shadow:
		inset 0 0.75px 0 rgba(255, 255, 255, 0.9),
		inset 0 -0.75px 0 rgba(25, 29, 28, 0.045),
		0 22px 54px rgba(17, 22, 21, 0.15);
	gap: 12px;
	max-height: calc(100dvh - var(--cg-product-explorer-top, 92px) - 12px);
	max-width: 480px;
	padding: 20px 26px 18px;
	transform: translate3d(0, 14px, 0) scale(0.985);
	width: 100%;
}

.cg-product-explorer-panel::before {
	background:
		radial-gradient(64% 24% at 14% 0%, rgba(255, 255, 255, 0.66), transparent 76%),
		linear-gradient(112deg, transparent 22%, rgba(225, 239, 243, 0.1) 49%, rgba(255, 255, 255, 0.16) 66%, transparent 84%);
}

.cg-product-explorer-panel::after {
	content: none;
}

.cg-product-explorer-panel .cg-product-explorer-head h2 {
	font-size: 25px;
	font-weight: 500 !important;
	line-height: 1.1;
}

.cg-product-explorer-close,
.cg-product-explorer-close:hover,
.cg-product-explorer-close:focus-visible {
	background: rgba(118, 118, 128, 0.09);
	border: 0;
	box-shadow: none;
}

.cg-product-explorer-close .cg-header-icon {
	height: 25px;
	stroke-width: 1.55;
	width: 25px;
}

.cg-product-explorer-search-control {
	background: rgba(118, 118, 128, 0.105);
	border: 0;
	border-radius: 15px;
	box-shadow: none;
	grid-template-columns: 32px minmax(0, 1fr) 34px;
	min-height: 50px;
	padding: 0 8px 0 16px;
}

.cg-product-explorer-search-icon {
	color: rgba(30, 34, 35, 0.58);
}

.cg-product-explorer-search-icon .cg-header-icon {
	height: 21px;
	stroke-width: 1.55;
	width: 21px;
}

.cg-product-explorer-search .cg-product-explorer-search-control input {
	color: #252929;
	font-size: 17px;
	font-weight: 400;
	height: 50px;
	min-height: 50px;
	padding: 0 10px;
}

.cg-product-explorer-search .cg-product-explorer-search-control input::placeholder {
	color: rgba(30, 34, 35, 0.62);
}

.cg-product-explorer-search .cg-product-explorer-search-control input:focus-visible {
	box-shadow: none !important;
	outline: 0 !important;
}

.cg-product-explorer-search .cg-product-explorer-search-control input::-webkit-search-cancel-button {
	display: none;
}

.cg-product-explorer-search .cg-product-explorer-search-control:focus-within {
	box-shadow: inset 0 0 0 1.5px rgba(17, 20, 20, 0.42);
}

.cg-product-explorer-search .cg-product-explorer-search-clear,
.cg-product-explorer-search .cg-product-explorer-search-clear:hover,
.cg-product-explorer-search .cg-product-explorer-search-clear:focus-visible {
	background: rgba(118, 118, 128, 0.12);
	color: rgba(30, 34, 35, 0.64);
}

.cg-product-explorer-categories {
	-webkit-overflow-scrolling: touch;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	gap: 8px;
	height: 68px;
	min-height: 68px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.cg-product-explorer-categories::-webkit-scrollbar {
	display: none;
}

.cg-product-explorer-category {
	align-content: center;
	display: grid;
	flex: 0 0 calc((100% - 24px) / 4);
	font-size: 14px;
	grid-template-rows: 32px 18px;
	gap: 4px;
	height: 68px;
	justify-items: center;
	min-height: 68px;
	padding: 0;
	scroll-snap-align: start;
}

.cg-product-explorer-category:not(:last-child)::after {
	content: none;
}

.cg-product-explorer-category::before {
	bottom: 1px;
	height: 2px;
}

.cg-product-explorer-category.is-active::before {
	width: 24px;
}

.cg-product-explorer-category-icon {
	height: 32px;
	width: 36px;
}

.cg-product-explorer-category-icon .cg-header-icon {
	height: 28px;
	stroke-width: 1.45;
	width: 28px;
}

.cg-product-explorer-category > span:last-child {
	align-items: center;
	display: flex;
	height: 18px;
	line-height: 18px;
}

.cg-product-explorer-groups {
	gap: 12px;
}

.cg-product-explorer-section-head {
	margin-bottom: 6px;
	min-height: 24px;
}

.cg-product-explorer-section-head h3 {
	font-size: 17px;
	font-weight: 450 !important;
	line-height: 22px;
}

.cg-product-explorer-section-head > span {
	color: rgba(30, 34, 35, 0.5);
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.cg-product-explorer-format-grid {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 8px;
	height: 92px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.cg-product-explorer-format-grid::-webkit-scrollbar {
	display: none;
}

.cg-product-explorer-format {
	background: rgba(255, 255, 255, 0.29);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 14px;
	box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.62);
	flex: 0 0 calc((100% - 16px) / 3);
	font-size: 14px;
	font-weight: 400;
	gap: 6px;
	height: 92px;
	justify-content: center;
	line-height: 18px;
	min-height: 92px;
	padding: 0;
	scroll-snap-align: start;
}

.cg-product-explorer-format-shape {
	background: none;
	border: 1.25px solid rgba(40, 46, 47, 0.64);
}

.cg-product-explorer-format-shape.is-square {
	height: 52px;
	width: 52px;
}

.cg-product-explorer-format-shape.is-portrait {
	height: 54px;
	width: 38px;
}

.cg-product-explorer-format-shape.is-plank {
	height: 21px;
	margin-block: 0;
	width: min(64px, calc(100% - 16px));
}

.cg-product-explorer-brand-rail {
	border: 0;
	gap: 8px;
	height: 60px;
}

.cg-product-explorer-brand-rail > a,
.cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3),
.cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3) ~ a {
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	border-radius: 12px;
	box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.62);
	display: grid;
	flex: 0 0 calc((100% - 16px) / 3);
	height: 60px;
	min-height: 60px;
	min-width: 0;
	padding: 8px 10px;
	place-items: center;
	scroll-snap-align: start;
}

.cg-product-explorer-brand-rail > a img {
	display: block;
	height: 28px;
	max-width: 100%;
	object-fit: contain;
	width: 74px;
}

.cg-product-explorer-brand-rail > a > span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.cg-product-explorer-models {
	min-width: 0;
}

.cg-product-explorer-model-entry {
	align-items: center;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 14px;
	box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.62);
	color: #111415;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 16px;
	gap: 10px;
	min-height: 74px;
	padding: 8px 12px 8px 8px;
	text-decoration: none;
}

.cg-product-explorer-model-entry > img {
	border-radius: 10px;
	display: block;
	height: 54px;
	object-fit: cover;
	width: 54px;
}

.cg-product-explorer-model-entry > span {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.cg-product-explorer-model-entry strong {
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
}

.cg-product-explorer-model-entry small {
	color: rgba(30, 34, 35, 0.5);
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cg-product-explorer-model-entry > .cg-header-icon {
	color: rgba(30, 34, 35, 0.44);
	height: 16px;
	stroke-width: 1.55;
	width: 16px;
}

@media (max-width: 390px) {
	.cg-product-explorer-panel,
	.cg-product-explorer-panel.cg-glass {
		gap: 10px;
		padding: 18px 22px 16px;
	}

	.cg-product-explorer-search-control,
	.cg-product-explorer-search .cg-product-explorer-search-control input {
		height: 48px;
		min-height: 48px;
	}

	.cg-product-explorer-categories,
	.cg-product-explorer-category {
		height: 66px;
		min-height: 66px;
	}

	.cg-product-explorer-format-grid,
	.cg-product-explorer-format {
		height: 88px;
		min-height: 88px;
	}

	.cg-product-explorer-format-shape.is-square {
		height: 48px;
		width: 48px;
	}

	.cg-product-explorer-format-shape.is-portrait {
		height: 50px;
		width: 35px;
	}

	.cg-product-explorer-brand-rail,
	.cg-product-explorer-brand-rail > a,
	.cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3),
	.cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3) ~ a {
		height: 56px;
		min-height: 56px;
	}
}

@media (min-width: 901px) {
	.cg-product-explorer {
		padding: 112px 32px 20px;
	}

	.cg-product-explorer-panel,
	.cg-product-explorer-panel.cg-glass {
		gap: 20px 24px;
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		max-height: min(calc(100dvh - 132px), 720px);
		max-width: 980px;
		padding: 26px 30px 28px;
	}

	.cg-product-explorer-head,
	.cg-product-explorer-groups {
		grid-column: 1 / -1;
	}

	.cg-product-explorer-panel .cg-product-explorer-head h2 {
		font-size: 28px;
	}

	.cg-product-explorer-search-control,
	.cg-product-explorer-search .cg-product-explorer-search-control input {
		height: 68px;
		min-height: 68px;
	}

	.cg-product-explorer-search .cg-product-explorer-search-control input {
		font-size: 18px;
	}

	.cg-product-explorer-categories,
	.cg-product-explorer-category {
		height: 68px;
		min-height: 68px;
	}

	.cg-product-explorer-groups {
		align-items: start;
		display: grid;
		gap: 20px 24px;
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	}

	.cg-product-explorer-models {
		grid-column: 1 / -1;
	}

	.cg-product-explorer-model-entry {
		max-width: 460px;
	}
}

/* Product explorer category shortcuts: aligned icons and labels, without a selector lens. */
.cg-product-explorer-categories {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	height: 68px;
	min-height: 68px;
	overflow: visible;
	padding: 0;
	scroll-snap-type: none;
}

.cg-product-explorer-category {
	align-content: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: rgba(36, 40, 39, 0.5);
	display: grid;
	flex: none;
	font-size: 13px;
	font-weight: 400;
	gap: 3px;
	grid-template-rows: 30px 18px;
	height: 64px;
	justify-items: center;
	line-height: 18px;
	min-height: 64px;
	min-width: 0;
	padding: 0;
	transition: color 160ms ease, opacity 160ms ease;
	width: 100%;
}

.cg-product-explorer-category::before,
.cg-product-explorer-category::after,
.cg-product-explorer-category:not(:last-child)::after {
	content: none;
}

.cg-product-explorer-category.is-active {
	background: transparent;
	color: #161918;
	font-weight: 400;
}

.cg-product-explorer-category:hover {
	background: transparent;
	color: #161918;
}

.cg-product-explorer-category:focus-visible {
	background: rgba(118, 118, 128, 0.08);
	box-shadow: 0 0 0 2px rgba(17, 20, 20, 0.5);
	color: #161918;
	outline: 0;
}

.cg-product-explorer-category-icon {
	align-items: center;
	display: flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.cg-product-explorer-category-icon .cg-header-icon {
	height: 27px;
	stroke-width: 1.45;
	width: 27px;
}

.cg-product-explorer-category-label {
	display: block;
	font-size: 13px;
	font-weight: 400;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.cg-product-explorer-brand-rail > a img {
	align-self: center;
	display: block;
	height: 30px;
	justify-self: center;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	width: 92px;
}

.cg-product-explorer-brand-rail > a {
	align-content: center;
	justify-content: center;
	justify-items: center;
}

@media print {
	.cg-site-header,
	.cg-site-footer,
	.cg-bottom-action,
	.cg-product-explorer {
		display: none !important;
	}
}

/* Header v4 is the canonical clear navigation surface. */
.cg-header-v4.cg-header.cg-glass,
body.home .cg-header-v4.cg-site-header.cg-glass,
body.home .cg-header-v4.cg-site-header.is-scrolled.cg-glass,
.cg-header-v4.cg-header.is-scrolled.cg-glass {
	-webkit-backdrop-filter: blur(30px) saturate(1.17) contrast(1.01);
	backdrop-filter: blur(30px) saturate(1.17) contrast(1.01);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 247, 0.7) 48%, rgba(232, 236, 233, 0.64)),
		rgba(244, 247, 244, 0.78);
	border: 0;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.72),
		inset 0 -1px 0 rgba(26, 29, 28, 0.045),
		0 20px 54px rgba(28, 33, 31, 0.13),
		0 3px 10px rgba(28, 33, 31, 0.04);
	overflow: hidden;
}

.cg-header-v4.cg-header.cg-glass::before,
.cg-header-v4.cg-header.cg-glass::after {
	content: none;
}

.cg-header-v4 .cg-whatsapp-app-icon .cg-whatsapp-icon {
	height: 26px !important;
	width: 26px !important;
}

.cg-header-v4 .cg-header-cart:focus-visible,
.cg-header-v4 .cg-menu-toggle:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(17, 19, 21, 0.2) !important;
}

body.home .cg-header-v4.cg-site-header {
	margin-bottom: -90px;
}

body.home .cg-header-v4.cg-site-header.is-menu-open {
	margin-bottom: calc(-90px - var(--cg-header-menu-height));
}

@media (max-width: 1100px) {
	.cg-header-v4.cg-header {
		border-radius: 37px;
		gap: 0;
		grid-template-columns: none;
		margin-block: 14px 20px;
		min-height: 0;
		padding: 0;
		top: 12px;
	}

	.cg-header-v4.cg-header.is-menu-open {
		border-radius: 30px;
	}

	body.home .cg-header-v4.cg-site-header {
		margin-bottom: -72px;
	}

	body.home .cg-header-v4.cg-site-header.is-menu-open {
		margin-bottom: calc(-72px - var(--cg-header-menu-height));
	}
}

/* Header v5: adaptive material, compact desktop hierarchy and spring motion. */
.cg-header-v4.cg-shell {
	--cg-header-menu-height: 120px;
	--cg-header-spring-open: cubic-bezier(0.22, 1.08, 0.36, 1);
	--cg-header-spring-close: cubic-bezier(0.32, 0, 0.3, 1);
	isolation: isolate;
	max-width: min(1240px, calc(100% - (var(--cg-edge-gutter) * 2)));
	transform-origin: top center;
	transition:
		border-radius 480ms var(--cg-header-spring-open),
		box-shadow 420ms ease,
		margin-bottom 430ms var(--cg-header-spring-close);
}

body.single-product .cg-native-product-header.cg-header-v4.cg-shell {
	max-width: min(1240px, calc(100% - (var(--cg-edge-gutter) * 2))) !important;
	width: calc(100% - (var(--cg-edge-gutter) * 2)) !important;
}

@supports (transition-timing-function: linear(0, 1)) {
	.cg-header-v4.cg-shell {
		--cg-header-spring-open: linear(
			0,
			0.031 2.2%,
			0.129 4.8%,
			0.35 8.4%,
			0.676 13.8%,
			0.881 19.8%,
			0.988 26.8%,
			1.025 34.5%,
			1.027 43%,
			1.015 54%,
			1.005 68%,
			1.001 84%,
			1
		);
	}
}

.cg-header-v4.cg-header.cg-glass,
body.home .cg-header-v4.cg-site-header.cg-glass,
body.home .cg-header-v4.cg-site-header.is-scrolled.cg-glass,
.cg-header-v4.cg-header.is-scrolled.cg-glass {
	-webkit-backdrop-filter: blur(26px) saturate(1.34) brightness(1.045);
	backdrop-filter: blur(26px) saturate(1.34) brightness(1.045);
	background:
		radial-gradient(115% 170% at 10% -72%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.48) 38%, transparent 67%),
		linear-gradient(118deg, rgba(255, 255, 255, 0.56) 0%, rgba(246, 249, 248, 0.39) 42%, rgba(223, 234, 236, 0.34) 72%, rgba(255, 255, 255, 0.48) 100%),
		rgba(243, 247, 246, 0.29);
	border: 0;
	border-radius: 40px;
	box-shadow:
		inset 0 0.75px 0 rgba(255, 255, 255, 0.94),
		inset 0 -0.65px 0 rgba(20, 25, 24, 0.07),
		0 20px 52px rgba(17, 22, 21, 0.14),
		0 2px 7px rgba(17, 22, 21, 0.035);
	overflow: hidden;
}

.cg-header-v4.is-menu-open.cg-header.cg-glass,
body.home .cg-header-v4.is-menu-open.cg-site-header.cg-glass,
body:not(.home) .cg-header-v4.is-menu-open.cg-header.cg-glass {
	-webkit-backdrop-filter: blur(34px) saturate(1.28) brightness(1.055);
	backdrop-filter: blur(34px) saturate(1.28) brightness(1.055);
	background:
		radial-gradient(110% 118% at 9% -18%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.54) 42%, transparent 69%),
		linear-gradient(128deg, rgba(255, 255, 255, 0.69) 0%, rgba(242, 247, 245, 0.56) 44%, rgba(219, 231, 233, 0.5) 74%, rgba(255, 255, 255, 0.63) 100%),
		rgba(240, 245, 243, 0.5);
	border-radius: 31px;
	box-shadow:
		inset 0 0.85px 0 rgba(255, 255, 255, 0.97),
		inset 0 -0.75px 0 rgba(20, 25, 24, 0.075),
		0 28px 72px rgba(17, 22, 21, 0.165),
		0 3px 10px rgba(17, 22, 21, 0.045);
}

body:not(.home) .cg-header-v4.is-menu-open.cg-header.cg-glass {
	background:
		radial-gradient(112% 122% at 9% -20%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.6) 43%, transparent 70%),
		linear-gradient(128deg, rgba(250, 252, 251, 0.82) 0%, rgba(236, 242, 240, 0.7) 47%, rgba(220, 231, 232, 0.65) 76%, rgba(247, 250, 249, 0.78) 100%),
		rgba(235, 241, 239, 0.64);
}

.cg-header-v4.cg-header.cg-glass::before,
.cg-header-v4.cg-header.cg-glass::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.cg-header-v4.cg-header.cg-glass::before {
	background:
		radial-gradient(46% 94% at 8% 0%, rgba(255, 255, 255, 0.55), transparent 73%),
		linear-gradient(106deg, transparent 21%, rgba(198, 226, 237, 0.095) 51%, rgba(255, 255, 255, 0.25) 66%, transparent 82%);
	border-radius: inherit;
	inset: 0;
	opacity: 0.64;
	transform: translateX(-2.5%);
	transition: opacity 360ms ease, transform 540ms var(--cg-header-spring-open);
	z-index: 0;
}

.cg-header-v4.is-menu-open.cg-header.cg-glass::before {
	opacity: 0.88;
	transform: translateX(0);
}

.cg-header-v4.cg-header.cg-glass::after {
	background: linear-gradient(90deg, transparent 2%, rgba(255, 255, 255, 0.9) 19%, rgba(219, 239, 247, 0.52) 50%, rgba(255, 255, 255, 0.62) 78%, transparent 98%);
	height: 0.65px;
	left: 25px;
	opacity: 0.78;
	right: 25px;
	top: 0;
	z-index: 3;
}

.cg-header-v4 .cg-header-topbar,
.cg-header-v4 .cg-header-menu {
	position: relative;
	z-index: 1;
}

.cg-header-v4.is-menu-open {
	margin-bottom: calc(20px - var(--cg-header-menu-height));
	transition:
		border-radius 480ms var(--cg-header-spring-open),
		box-shadow 420ms ease,
		margin-bottom 540ms var(--cg-header-spring-open);
}

body.home .cg-header-v4.is-menu-open {
	margin-bottom: calc(-90px - var(--cg-header-menu-height));
}

.cg-header-v4 .cg-header-topbar {
	gap: 20px;
	grid-template-columns: 184px minmax(310px, 1fr) 310px 100px;
	height: 80px;
	padding: 0 8px 0 28px;
}

.cg-header-v4 .cg-logo {
	grid-column: 1;
	grid-row: 1;
}

.cg-header-v4 .cg-logo-img {
	width: 168px;
}

.cg-header-v4 .cg-nav {
	grid-column: 2;
	grid-row: 1;
	justify-content: flex-start;
}

.cg-header-v4 .cg-site-nav {
	justify-content: flex-start;
}

.cg-header-v4 .cg-site-nav a {
	font-size: 16px;
	font-weight: 400 !important;
	min-height: 48px;
	padding: 0 16px;
}

.cg-header-v4 .cg-site-nav a:first-child {
	font-weight: 400;
}

.cg-header-v4 .cg-products-trigger.cg-header-search {
	font-weight: 400 !important;
	grid-column: 3;
	grid-row: 1;
	height: 48px;
	min-height: 48px;
	padding: 0 17px;
}

.cg-header-v4 .cg-header-actions {
	grid-column: 4;
	grid-row: 1;
}

.cg-header-v4 .cg-header-cart,
.cg-header-v4 .cg-menu-toggle {
	height: 80px;
	min-width: 46px;
	width: 46px;
}

.cg-header-v4 .cg-header-menu {
	height: 0;
	max-height: none;
	opacity: 0;
	padding: 0 26px;
	pointer-events: none;
	transform-origin: top center;
	transform: translateY(-7px);
	transition:
		height 350ms var(--cg-header-spring-close),
		opacity 140ms ease,
		transform 250ms var(--cg-header-spring-close);
}

.cg-header-v4.is-menu-open .cg-header-menu {
	height: var(--cg-header-menu-height);
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition:
		height 540ms var(--cg-header-spring-open),
		opacity 180ms ease 55ms,
		transform 430ms var(--cg-header-spring-open) 35ms;
}

.cg-header-v4 .cg-header-menu-divider {
	height: 0.6px;
	margin: 0 0 8px;
}

.cg-header-v4 .cg-header-menu-desktop {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 310px;
	height: 104px;
}

.cg-header-v4 .cg-header-menu-label,
.cg-header-v4 .cg-header-location {
	display: none;
}

.cg-header-v4 .cg-header-categories {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: 104px;
}

.cg-header-v4 .cg-header-category {
	border-radius: 0;
	column-gap: 12px;
	font-size: 17px;
	font-weight: 400;
	grid-template-columns: 30px minmax(0, 1fr) 17px;
	min-height: 104px;
	padding: 0 18px;
	position: relative;
}

.cg-header-v4 .cg-header-category:first-child {
	padding-left: 10px;
}

.cg-header-v4 .cg-header-category:hover,
.cg-header-v4 .cg-header-category:focus-visible {
	background: transparent;
	color: var(--cg-ink);
	opacity: 0.68;
}

.cg-header-v4 .cg-header-category + .cg-header-category {
	border-left: 0;
}

.cg-header-v4 .cg-header-category + .cg-header-category::before {
	background: rgba(17, 19, 21, 0.085);
	bottom: 18px;
	content: "";
	left: 0;
	position: absolute;
	top: 18px;
	width: 0.6px;
}

.cg-header-v4 .cg-header-advisor {
	align-items: center;
	align-self: stretch;
	border-left: 0.6px solid rgba(17, 19, 21, 0.085);
	display: flex;
	min-width: 0;
	padding-left: 24px;
}

.cg-header-v4 .cg-header-whatsapp {
	background: rgba(255, 255, 255, 0.68);
	border-radius: 20px;
	box-shadow:
		inset 0 0.6px 0 rgba(255, 255, 255, 0.97),
		inset 0 -0.5px 0 rgba(20, 24, 23, 0.055),
		0 7px 20px rgba(20, 24, 23, 0.042);
	font-size: 15px;
	font-weight: 500 !important;
	gap: 10px;
	min-height: 60px;
	padding: 0 12px;
	transition: background 180ms ease, transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.cg-header-v4 .cg-header-whatsapp:hover,
.cg-header-v4 .cg-header-whatsapp:focus-visible {
	background: rgba(255, 255, 255, 0.86);
}

.cg-header-v4 .cg-header-whatsapp:active {
	transform: scale(0.985);
}

.cg-header-v4 .cg-whatsapp-app-icon {
	background: #25d366;
	border-radius: 10px;
	box-shadow: 0 5px 13px rgba(37, 211, 102, 0.16);
	flex-basis: 34px;
}

.cg-header-v4 .cg-whatsapp-app-icon .cg-whatsapp-icon {
	filter: brightness(0) invert(1) !important;
	height: 25px !important;
	width: 25px !important;
}

.cg-header-v4 .cg-header-category,
.cg-header-v4 .cg-header-advisor {
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 150ms ease, transform 220ms var(--cg-header-spring-close);
}

.cg-header-v4.is-menu-open .cg-header-category,
.cg-header-v4.is-menu-open .cg-header-advisor {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 210ms ease, transform 420ms var(--cg-header-spring-open);
}

.cg-header-v4.is-menu-open .cg-header-category:nth-child(1) {
	transition-delay: 65ms;
}

.cg-header-v4.is-menu-open .cg-header-category:nth-child(2) {
	transition-delay: 90ms;
}

.cg-header-v4.is-menu-open .cg-header-category:nth-child(3) {
	transition-delay: 115ms;
}

.cg-header-v4.is-menu-open .cg-header-advisor {
	transition-delay: 140ms;
}

.cg-header-v4 .cg-menu-line {
	transition: opacity 150ms ease, transform 380ms var(--cg-header-spring-open);
}

/* The icon morph communicates the open state; avoid a second selected surface. */
.cg-header-v4 .cg-header-cart:hover,
.cg-header-v4 .cg-menu-toggle:hover,
.cg-header-v4.is-menu-open .cg-menu-toggle,
.cg-header-v4 .cg-header-cart:focus-visible,
.cg-header-v4 .cg-menu-toggle:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.cg-header-v4 .cg-header-cart:hover,
	.cg-header-v4 .cg-menu-toggle:hover {
		opacity: 0.64;
	}
}

.cg-header-v4.is-menu-open .cg-menu-toggle {
	opacity: 1;
}

.cg-header-v4 .cg-header-cart:focus-visible,
.cg-header-v4 .cg-menu-toggle:focus-visible {
	border-radius: 999px;
	opacity: 1;
	outline: 2px solid rgba(17, 19, 21, 0.42) !important;
	outline-offset: -7px;
}

.cg-header-v4.is-menu-animating .cg-header-menu {
	transition: none !important;
}

.cg-header-v4 .cg-header-cart:active,
.cg-header-v4 .cg-menu-toggle:active {
	transform: scale(0.94);
}

@media (min-width: 1101px) and (max-width: 1199px) {
	.cg-header-v4 .cg-header-topbar {
		gap: 12px;
		grid-template-columns: 164px minmax(250px, 1fr) 280px 92px;
		padding-left: 22px;
		padding-right: 6px;
	}

	.cg-header-v4 .cg-logo-img {
		width: 152px;
	}

	.cg-header-v4 .cg-header-menu-desktop {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr) 284px;
	}

	.cg-header-v4 .cg-header-category {
		column-gap: 8px;
		font-size: 15px;
		padding-inline: 12px;
	}

	.cg-header-v4 .cg-header-advisor {
		padding-left: 18px;
	}

	.cg-header-v4 .cg-header-whatsapp {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	.cg-header-v4.cg-shell {
		--cg-header-menu-height: 219px;
		margin-left: max(16px, env(safe-area-inset-left));
		margin-right: max(16px, env(safe-area-inset-right));
		max-width: none;
		opacity: 1;
		transition:
			opacity 160ms ease,
			visibility 0s linear,
			transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
			border-radius 480ms var(--cg-header-spring-open),
			box-shadow 420ms ease,
			margin-bottom 430ms var(--cg-header-spring-close);
		visibility: visible;
		width: auto;
	}

	/* Keep the sticky surface below Safari's edge while hiding it. */
	.cg-header-v4.cg-header.is-hidden {
		transform: translateY(-2px);
	}

	.cg-header-v4.cg-header.is-hidden:not(.is-menu-open):not(:focus-within) {
		opacity: 0;
		pointer-events: none;
		transition-delay: 0s, 160ms, 0s, 0s, 0s, 0s;
		visibility: hidden;
	}

	@media (prefers-reduced-motion: reduce) {
		.cg-header-v4.cg-header.is-hidden {
			transform: none;
		}
	}

	body.single-product .cg-native-product-header.cg-header-v4.cg-shell {
		margin-left: max(16px, env(safe-area-inset-left)) !important;
		margin-right: max(16px, env(safe-area-inset-right)) !important;
		max-width: none !important;
		width: auto !important;
	}

	.cg-header-v4.cg-header.cg-glass,
	body.home .cg-header-v4.cg-site-header.cg-glass,
	body.home .cg-header-v4.cg-site-header.is-scrolled.cg-glass,
	.cg-header-v4.cg-header.is-scrolled.cg-glass {
		border-radius: 34px;
	}

	.cg-header-v4.is-menu-open.cg-header.cg-glass,
	body.home .cg-header-v4.is-menu-open.cg-site-header.cg-glass,
	body:not(.home) .cg-header-v4.is-menu-open.cg-header.cg-glass {
		border-radius: 28px;
	}

	body.home .cg-header-v4 {
		margin-bottom: -68px;
	}

	body.home .cg-header-v4.is-menu-open {
		margin-bottom: calc(-68px - var(--cg-header-menu-height));
	}

	.cg-header-v4 .cg-header-topbar {
		gap: 0;
		grid-template-columns: minmax(0, 1fr) auto;
		height: 68px;
		padding: 0 4px 0 20px;
	}

	.cg-header-v4 .cg-logo {
		grid-column: 1;
	}

	.cg-header-v4 .cg-logo-img {
		width: 132px;
	}

	.cg-header-v4 .cg-header-actions {
		grid-column: 2;
	}

	.cg-header-v4 .cg-header-cart,
	.cg-header-v4 .cg-menu-toggle {
		height: 68px;
		min-width: 46px;
		width: 46px;
	}

	.cg-header-v4 .cg-header-menu {
		padding: 0 14px;
	}

	.cg-header-v4 .cg-header-menu-mobile {
		display: block;
		padding-bottom: 14px;
	}

	.cg-header-v4 .cg-header-menu-desktop {
		display: none;
	}

	.cg-header-v4 .cg-header-menu-divider {
		margin: 0 4px 10px;
	}

	.cg-header-v4 .cg-mobile-search,
	.cg-header-v4 .cg-mobile-search:hover,
	.cg-header-v4 .cg-mobile-search:focus-visible {
		border-radius: 16px;
		font-size: 15.5px;
		font-weight: 500 !important;
		height: 50px;
		min-height: 50px;
	}

	.cg-header-v4 .cg-mobile-quick-actions {
		margin-top: 4px;
		min-height: 76px;
	}

	.cg-header-v4 .cg-mobile-quick-link {
		font-size: 13.5px;
		font-weight: 400 !important;
		min-height: 76px;
	}

	.cg-header-v4 .cg-mobile-menu-wa,
	.cg-header-v4 .cg-mobile-menu-wa:hover,
	.cg-header-v4 .cg-mobile-menu-wa:focus-visible {
		border-radius: 18px;
		font-size: 15.5px;
		font-weight: 500 !important;
		margin-top: 6px;
		min-height: 58px;
	}

	.cg-header-v4 .cg-mobile-quick-link,
	.cg-header-v4 .cg-mobile-menu-wa {
		opacity: 0;
		transform: translateY(-5px);
		transition: opacity 130ms ease, transform 200ms var(--cg-header-spring-close);
	}

	.cg-header-v4.is-menu-open .cg-mobile-quick-link,
	.cg-header-v4.is-menu-open .cg-mobile-menu-wa {
		opacity: 1;
		transform: translateY(0);
		transition: opacity 190ms ease, transform 390ms var(--cg-header-spring-open);
	}

	.cg-header-v4.is-menu-open .cg-mobile-quick-link:nth-child(1) {
		transition-delay: 65ms;
	}

	.cg-header-v4.is-menu-open .cg-mobile-quick-link:nth-child(2) {
		transition-delay: 90ms;
	}

	.cg-header-v4.is-menu-open .cg-mobile-quick-link:nth-child(3) {
		transition-delay: 115ms;
	}

	.cg-header-v4.is-menu-open .cg-mobile-menu-wa {
		transition-delay: 140ms;
	}
}

@media (max-width: 900px) {
	body.single-product .cg-native-product-header.cg-header-v4.cg-header {
		align-items: initial !important;
		display: block !important;
		gap: 0 !important;
		grid-template-columns: none !important;
		min-height: 0 !important;
		padding: 0 !important;
	}

	body.single-product .cg-native-product-header.cg-header-v4 .cg-menu-toggle {
		grid-column: auto !important;
		grid-row: auto !important;
		justify-self: auto !important;
	}

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

@media (min-width: 760px) and (max-width: 1100px) {
	.cg-header-v4.cg-shell {
		--cg-header-menu-height: 155px;
	}

	.cg-header-v4 .cg-header-menu-mobile {
		display: grid;
		grid-template-columns: minmax(0, 1fr) clamp(320px, 38vw, 380px);
		grid-template-rows: 50px 76px;
		column-gap: 16px;
		row-gap: 4px;
	}

	.cg-header-v4 .cg-mobile-search {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.cg-header-v4 .cg-mobile-quick-actions {
		grid-column: 1;
		grid-row: 2;
		margin-top: 0;
	}

	.cg-header-v4 .cg-mobile-menu-wa,
	.cg-header-v4 .cg-mobile-menu-wa:hover,
	.cg-header-v4 .cg-mobile-menu-wa:focus-visible {
		align-self: center;
		grid-column: 2;
		grid-row: 2;
		margin-top: 0;
	}
}

/* The mobile dock duplicated catalog and contact actions without adding context. */
.cg-bottom-action {
	display: none !important;
}

/* Scroll compaction is compositor-only: no layout is recalculated while moving. */
.cg-header-v4.cg-shell {
	--cg-header-scroll-motion: cubic-bezier(0.32, 0.72, 0, 1);
}

@supports (transition-timing-function: linear(0, 1)) {
	.cg-header-v4.cg-shell {
		--cg-header-scroll-motion: linear(
			0,
			0.012 3%,
			0.052 7%,
			0.14 13%,
			0.282 21%,
			0.468 31%,
			0.658 43%,
			0.81 56%,
			0.91 69%,
			0.968 81%,
			0.993 91%,
			1
		);
	}
}

.cg-header-v4.cg-header.cg-glass,
body.home .cg-header-v4.cg-site-header.cg-glass,
body.home .cg-header-v4.cg-site-header.is-scrolled.cg-glass,
.cg-header-v4.cg-header.is-scrolled.cg-glass,
.cg-header-v4.is-menu-open.cg-header.cg-glass,
body.home .cg-header-v4.is-menu-open.cg-site-header.cg-glass,
body:not(.home) .cg-header-v4.is-menu-open.cg-header.cg-glass {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.cg-header-v4.cg-header.cg-glass::before {
	-webkit-backdrop-filter: blur(26px) saturate(1.34) brightness(1.045);
	backdrop-filter: blur(26px) saturate(1.34) brightness(1.045);
	backface-visibility: hidden;
	background:
		radial-gradient(46% 94% at 8% 0%, rgba(255, 255, 255, 0.55), transparent 73%),
		linear-gradient(106deg, transparent 21%, rgba(198, 226, 237, 0.095) 51%, rgba(255, 255, 255, 0.25) 66%, transparent 82%),
		radial-gradient(115% 170% at 10% -72%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.48) 38%, transparent 67%),
		linear-gradient(118deg, rgba(255, 255, 255, 0.56) 0%, rgba(246, 249, 248, 0.39) 42%, rgba(223, 234, 236, 0.34) 72%, rgba(255, 255, 255, 0.48) 100%),
		rgba(243, 247, 246, 0.29);
	border-radius: inherit;
	box-shadow:
		inset 0 0.75px 0 rgba(255, 255, 255, 0.94),
		inset 0 -0.65px 0 rgba(20, 25, 24, 0.07),
		0 20px 52px rgba(17, 22, 21, 0.14),
		0 2px 7px rgba(17, 22, 21, 0.035);
	inset: 0;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform-origin: top center;
	transition:
		transform 560ms var(--cg-header-scroll-motion),
		box-shadow 360ms ease;
	will-change: transform;
}

.cg-header-v4.cg-header.cg-glass::after {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0) scaleX(1);
	transform-origin: top center;
	transition: transform 560ms var(--cg-header-scroll-motion);
	will-change: transform;
}

.cg-header-v4 .cg-header-topbar,
.cg-header-v4 .cg-logo-img,
.cg-header-v4 .cg-header-actions {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	transition: transform 560ms var(--cg-header-scroll-motion);
	will-change: transform;
}

.cg-header-v4.is-compact:not(.is-menu-open).cg-header.cg-glass::before {
	box-shadow:
		inset 0 0.75px 0 rgba(255, 255, 255, 0.94),
		inset 0 -0.65px 0 rgba(20, 25, 24, 0.07),
		0 14px 38px rgba(17, 22, 21, 0.12),
		0 2px 6px rgba(17, 22, 21, 0.03);
	transform: translate3d(0, -4px, 0) scale3d(0.985, 0.825, 1);
}

.cg-header-v4.is-compact:not(.is-menu-open).cg-header.cg-glass::after {
	transform: translate3d(0, -4px, 0) scaleX(0.985);
}

.cg-header-v4.is-compact:not(.is-menu-open) .cg-header-topbar {
	transform: translate3d(0, -11px, 0);
}

.cg-header-v4.is-compact:not(.is-menu-open) .cg-logo-img {
	transform: translate3d(0, 0, 0) scale(0.905);
	transform-origin: left center;
}

.cg-header-v4.is-compact:not(.is-menu-open) .cg-header-actions {
	transform: translate3d(-6px, 0, 0);
}

@media (max-width: 1100px) {
	.cg-header-v4.is-compact:not(.is-menu-open).cg-header.cg-glass::before {
		transform: translate3d(0, -4px, 0) scale3d(0.955, 0.794, 1);
	}

	.cg-header-v4.is-compact:not(.is-menu-open).cg-header.cg-glass::after {
		transform: translate3d(0, -4px, 0) scaleX(0.955);
	}

	.cg-header-v4.is-compact:not(.is-menu-open) .cg-logo-img {
		transform: translate3d(0, 0, 0) scale(0.879);
	}

	.cg-header-v4.is-compact:not(.is-menu-open) .cg-header-actions {
		transform: translate3d(-8px, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
		.cg-header-v4,
		.cg-header-v4::before,
		.cg-header-v4::after,
		.cg-header-v4 .cg-header-topbar,
		.cg-header-v4 .cg-logo-img,
		.cg-header-v4 .cg-header-actions,
		.cg-header-v4 .cg-header-menu,
	.cg-header-v4 .cg-header-category,
	.cg-header-v4 .cg-header-advisor,
	.cg-header-v4 .cg-mobile-quick-link,
	.cg-header-v4 .cg-mobile-menu-wa,
	.cg-header-v4 .cg-menu-line {
		transition: none !important;
	}

	.cg-header-v4 .cg-header-category,
	.cg-header-v4 .cg-header-advisor,
	.cg-header-v4 .cg-mobile-quick-link,
	.cg-header-v4 .cg-mobile-menu-wa {
		transform: none;
	}
}

/* Preserve the floating header without painting it as a viewport edge. */
.cg-header-scroll-anchor { display: contents; }
@media (max-width: 1100px) {
 body > .cg-header-scroll-anchor {
  display: grid;
  grid-template-columns: var(--cg-header-viewport-width, 100vw);
  align-items: start;
  flex: none;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  margin: 14px 0 88px;
  overflow: visible;
  position: sticky;
  top: 12px;
  z-index: 70;
 }
 body.single-product > .cg-header-scroll-anchor { margin-bottom: calc(var(--cg-header-flow-height, 68px) + 22px); }
 body.home > .cg-header-scroll-anchor { margin-bottom: -4px; z-index: 110; }
 body > .cg-header-scroll-anchor > .cg-header-v4.cg-header.cg-shell {
  position: relative;
  top: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
 }
}
/* Product explorer 0.0.30 r3: category-specific panels. */
.cg-product-explorer-categories[data-cg-liquid-selector] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cg-product-explorer-category { min-height: 64px; }
.cg-product-explorer-category[aria-selected="true"] { color: #161918; }
.cg-product-explorer [data-cg-explorer-panel][hidden] { display: none !important; }
.cg-product-explorer .cg-product-explorer-content,
.cg-product-explorer-line-groups,
.cg-product-explorer-line-groups .cg-product-explorer-section,
.cg-product-explorer-line-groups .cg-product-explorer-option-grid { min-width: 0; }
.cg-product-explorer-line-groups { display: grid; gap: 12px; }
.cg-product-explorer-line-groups .cg-product-explorer-options { display: grid; gap: 8px; min-width: 0; }
.cg-product-explorer-line-groups .cg-product-explorer-section-head,
.cg-product-explorer-line-groups .cg-product-explorer-option-grid { min-width: 0; width: 100%; }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid { display: grid; gap: 8px; }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-three-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cg-product-explorer-line-groups .cg-liquid-panel { --cg-liquid-panel-radius: 14px; min-width: 0; }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid > .cg-liquid-panel,
.cg-product-explorer-line-groups .cg-product-explorer-brand-block > .cg-liquid-panel {
	align-content: center; color: #202423; display: grid; justify-items: center;
	min-height: 76px !important; padding: 12px; text-align: center; text-decoration: none; white-space: normal;
}
.cg-product-explorer-line-groups .cg-product-explorer-option-grid strong,
.cg-product-explorer-line-groups .cg-product-explorer-option-grid small { display: block; max-width: 100%; min-width: 0; white-space: normal; }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid strong { font-size: 16px; font-weight: 550; line-height: 1.25; }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid small,
.cg-product-explorer-line-groups .cg-product-explorer-model-entry small { color: rgba(32, 36, 35, 0.64); font-size: 13px; line-height: 1.3; }
.cg-product-explorer-line-groups .cg-product-explorer-brand-block { display: grid; gap: 8px; }
.cg-product-explorer-line-groups .cg-product-explorer-brand-block > .cg-liquid-panel { min-height: 68px !important; width: 100%; }
.cg-product-explorer-line-groups .cg-product-explorer-brand-block img { display: block; height: 32px; max-width: 132px; object-fit: contain; width: 132px; }
.cg-product-explorer-peirano-logo { filter: brightness(0); }
.cg-product-explorer-line-groups .cg-product-explorer-model-entry.cg-liquid-panel,
.cg-product-explorer-groups:not(.cg-product-explorer-line-groups) .cg-product-explorer-model-entry.cg-liquid-panel { --cg-liquid-panel-radius: 14px; max-width: none; min-height: 72px; width: 100%; }
.cg-product-explorer .cg-product-explorer-model-entry > span,
.cg-product-explorer .cg-product-explorer-model-entry strong,
.cg-product-explorer .cg-product-explorer-model-entry small { min-width: 0; text-overflow: clip; white-space: normal; }
.cg-product-explorer-entry-icon { align-items: center; display: flex; height: 44px; justify-content: center; width: 44px; }
.cg-product-explorer-features { grid-column: 1 / -1; min-width: 0; }
.cg-product-explorer-features > summary { align-items: center; cursor: pointer; display: flex; font-size: 16px; font-weight: 550; justify-content: space-between; min-height: 44px; padding: 0 4px; }
.cg-product-explorer-features > summary .cg-product-explorer-features-chevron { align-items: center; display: inline-flex; flex: 0 0 44px; height: 44px; justify-content: center; }
.cg-product-explorer-features > summary .cg-product-explorer-features-chevron .cg-header-icon { height: 20px; transform: none; width: 20px; }
.cg-product-explorer-features[open] > summary .cg-product-explorer-features-chevron .cg-header-icon { transform: rotate(90deg); }
.cg-product-explorer-feature-groups { display: grid; gap: 12px; padding-top: 8px; }
@media (min-width: 901px) {
	.cg-product-explorer .cg-product-explorer-content { grid-column: 1 / -1; min-width: 0; }
	.cg-product-explorer-line-groups { grid-template-columns: minmax(0, 1.45fr) minmax(190px, 0.75fr); }
	.cg-product-explorer-line-groups .cg-product-explorer-models,
	.cg-product-explorer-line-groups .cg-product-explorer-brand-block { grid-column: 1 / -1; }
	.cg-product-explorer-feature-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.cg-product-explorer-line-groups .cg-product-explorer-option-grid > .cg-liquid-panel,
	.cg-product-explorer-line-groups .cg-product-explorer-brand-block > .cg-liquid-panel { min-height: 68px !important; }
}
@media (max-width: 440px) {
	.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-three-columns { gap: 6px; }
	.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-three-columns > .cg-liquid-panel { padding-inline: 7px; }
}

/* Product explorer H34: floor-family layout for doors and faucets only. */
.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-line-groups,
.cg-product-explorer[data-cg-explorer-active-category="griferias"] .cg-product-explorer-line-groups {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr);
}
.cg-product-explorer-line-groups .cg-product-explorer-h34-options {
	display: grid;
	gap: 0;
}
.cg-product-explorer-line-groups .cg-product-explorer-option-grid {
	-webkit-overflow-scrolling: touch;
	display: grid;
	gap: 8px;
	min-width: 0;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
}
.cg-product-explorer-line-groups .cg-product-explorer-option-grid::-webkit-scrollbar { display: none; }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-three-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-two-columns { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
.cg-product-explorer-line-groups .cg-product-explorer-h34-option {
	box-sizing: border-box;
	height: 44px;
	min-height: 44px !important;
	padding: 0 10px;
	white-space: normal;
}
.cg-product-explorer-line-groups .cg-product-explorer-option-grid.is-three-columns > .cg-product-explorer-h34-option { padding-inline: 4px; }
.cg-product-explorer-line-groups .cg-product-explorer-h34-option strong {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.cg-product-explorer-line-groups .cg-product-explorer-brand-block { display: grid; gap: 0; }
.cg-product-explorer-line-groups .cg-product-explorer-brand-rail { height: 56px; }
.cg-product-explorer-line-groups .cg-product-explorer-brand-rail > a,
.cg-product-explorer-line-groups .cg-product-explorer-brand-rail > a:first-child:nth-last-child(-n + 3) {
	box-sizing: border-box;
	flex: 0 0 95px;
	height: 56px;
	min-height: 56px !important;
	padding: 8px;
	width: 95px;
}
.cg-product-explorer-line-groups .cg-product-explorer-brand-rail > a img {
	height: 30px;
	max-width: 76px;
	object-fit: contain;
	width: 76px;
}
.cg-product-explorer-peirano-logo { filter: brightness(0); }
.cg-product-explorer-line-groups .cg-product-explorer-model-entry.cg-liquid-panel {
	max-width: none;
	min-height: 74px;
	width: 100%;
}
@media (max-width: 900px) {
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] {
		padding-top: max(10px, calc(var(--cg-product-explorer-top, 92px) - 44px));
		z-index: 120;
	}
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-panel {
		max-height: calc(100dvh - max(10px, calc(var(--cg-product-explorer-top, 92px) - 44px)) - 12px);
	}
}
@media (max-width: 900px) and (max-height: 700px) {
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-panel,
	.cg-product-explorer[data-cg-explorer-active-category="griferias"] .cg-product-explorer-panel {
		gap: 8px;
		padding-block: 14px;
	}
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-line-groups,
	.cg-product-explorer[data-cg-explorer-active-category="griferias"] .cg-product-explorer-line-groups { gap: 6px; }
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-section-head,
	.cg-product-explorer[data-cg-explorer-active-category="griferias"] .cg-product-explorer-section-head { margin-bottom: 4px; min-height: 20px; }
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-section-head h3,
	.cg-product-explorer[data-cg-explorer-active-category="griferias"] .cg-product-explorer-section-head h3 { line-height: 20px; }
}
@media (min-width: 901px) {
	.cg-product-explorer[data-cg-explorer-active-category="puertas"] .cg-product-explorer-line-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cg-product-explorer[data-cg-explorer-active-category="griferias"] .cg-product-explorer-line-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cg-product-explorer-line-groups .cg-product-explorer-brand-block,
	.cg-product-explorer-line-groups .cg-product-explorer-models { grid-column: 1 / -1; }
}
@media (min-width: 901px) {
	#cg-product-explorer-panel-puertas [aria-labelledby="cg-explorer-door-frames-title"] .cg-product-explorer-option-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(90px, 1fr);
	}
}
