.abtal-salon-3d {
	--abtal-3d-title: #090808;
	--abtal-3d-text: #332d2d;
	--abtal-3d-muted: #6b6b6b;
	--abtal-3d-border: #ececec;
	--abtal-3d-surface: #ffffff;
	--abtal-3d-soft: #fafafa;
	--abtal-3d-selected: #fff5f5;
	--abtal-3d-accent: #e30613;
	--abtal-3d-accent-dark: #b1050f;
	--abtal-3d-teal: #2f6f73;
	--abtal-3d-focus: #e30613;
	color: var(--abtal-3d-text);
	font-family: inherit;
	margin: 32px auto;
	max-width: 1240px;
	padding: 0 18px;
}

.abtal-salon-3d-virtual-main {
	padding: 20px 0 52px;
}

.abtal-salon-3d *,
.abtal-salon-3d *::before,
.abtal-salon-3d *::after {
	box-sizing: border-box;
}

body.abtal-salon-configurator-active .elementor-menu-cart__container[aria-hidden="true"] {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.abtal-salon-3d button,
.abtal-salon-3d input,
.abtal-salon-3d select {
	font: inherit;
}

.abtal-salon-3d button:focus-visible,
.abtal-salon-3d input:focus-visible,
.abtal-salon-3d select:focus-visible,
.abtal-salon-3d a:focus-visible {
	outline: 3px solid rgba(227, 6, 19, 0.22);
	outline-offset: 2px;
}

.abtal-salon-3d__header {
	margin: 0 0 18px;
	max-width: 760px;
}

.abtal-salon-3d__eyebrow {
	color: var(--abtal-3d-accent);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.abtal-salon-3d__header h2 {
	color: var(--abtal-3d-title);
	font-size: clamp(1.65rem, 2.3vw, 2.15rem);
	line-height: 1.15;
	margin: 0 0 7px;
}

.abtal-salon-3d__header p:last-child {
	color: var(--abtal-3d-muted);
	font-size: 0.96rem;
	line-height: 1.5;
	margin: 0;
}

.abtal-salon-3d__steps {
	border-bottom: 1px solid var(--abtal-3d-border);
	border-top: 1px solid var(--abtal-3d-border);
	margin-bottom: 22px;
	overflow-x: auto;
}

.abtal-salon-3d__steps ol {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	min-width: 520px;
	padding: 0;
}

.abtal-salon-3d__steps li {
	margin: 0;
}

.abtal-salon-3d__steps button {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	color: var(--abtal-3d-muted);
	cursor: pointer;
	display: flex;
	gap: 8px;
	height: 58px;
	justify-content: center;
	padding: 5px 8px 2px;
	transition: none;
	width: 100%;
}

.abtal-salon-3d__steps button:hover,
.abtal-salon-3d__steps button:focus {
	background: var(--abtal-3d-selected);
	color: var(--abtal-3d-title);
}

.abtal-salon-3d__steps button > span {
	align-items: center;
	background: var(--abtal-3d-soft);
	border: 1px solid var(--abtal-3d-border);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 0.78rem;
	font-weight: 800;
	height: 28px;
	justify-content: center;
}

.abtal-salon-3d__steps button strong {
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.15;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: break-word;
}

.abtal-salon-3d__steps button[aria-current="step"] {
	background: var(--abtal-3d-selected);
	border-bottom-color: var(--abtal-3d-accent);
	color: var(--abtal-3d-title);
}

.abtal-salon-3d__steps button[aria-current="step"] > span {
	background: var(--abtal-3d-accent);
	border-color: var(--abtal-3d-accent);
	color: #fff;
}

.abtal-salon-3d__steps button[data-complete="true"] > span {
	background: var(--abtal-3d-accent);
	border-color: var(--abtal-3d-accent);
	color: #fff;
}

.abtal-salon-3d__layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
}

.abtal-salon-3d__controls {
	min-width: 0;
}

.abtal-salon-3d__panel {
	min-height: 430px;
}

.abtal-salon-3d__panel-heading {
	border-bottom: 1px solid var(--abtal-3d-border);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.abtal-salon-3d__panel-heading p {
	color: var(--abtal-3d-accent);
	font-size: 0.75rem;
	font-weight: 800;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.abtal-salon-3d__panel-heading h3 {
	font-size: 1.22rem;
	line-height: 1.25;
	margin: 0;
}

.abtal-salon-3d__catalog-status {
	color: var(--abtal-3d-muted);
	font-size: 0.76rem;
	font-weight: 700;
	margin: -6px 0 10px;
}

.abtal-salon-3d__catalog-status[data-error="true"] {
	color: var(--abtal-3d-accent-dark);
}

.abtal-salon-3d__families {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr;
}

.abtal-salon-3d__families button,
.abtal-salon-3d__products button {
	background: #fff;
	border: 1px solid var(--abtal-3d-border);
	border-radius: 7px;
	color: var(--abtal-3d-text);
	cursor: pointer;
	min-width: 0;
	position: relative;
	text-align: left;
	transition: none;
}

.abtal-salon-3d__families button:hover,
.abtal-salon-3d__families button:focus,
.abtal-salon-3d__products button:hover,
.abtal-salon-3d__products button:focus {
	background: var(--abtal-3d-selected);
	border-color: var(--abtal-3d-accent);
	color: var(--abtal-3d-text) !important;
}

.abtal-salon-3d__families button[aria-pressed="true"],
.abtal-salon-3d__products button[aria-pressed="true"] {
	border-color: var(--abtal-3d-accent);
	box-shadow: inset 0 0 0 1px var(--abtal-3d-accent);
	color: var(--abtal-3d-text) !important;
}

.abtal-salon-3d__families button:hover strong,
.abtal-salon-3d__families button:focus strong,
.abtal-salon-3d__families button[aria-pressed="true"] strong,
.abtal-salon-3d__products button:hover strong,
.abtal-salon-3d__products button:focus strong,
.abtal-salon-3d__products button[aria-pressed="true"] strong {
	color: var(--abtal-3d-text) !important;
}

.abtal-salon-3d__families button[aria-pressed="true"]::after,
.abtal-salon-3d__products button[aria-pressed="true"]::after {
	align-items: center;
	background: var(--abtal-3d-accent);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 22px;
}

.abtal-salon-3d__families button {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	min-height: 86px;
	overflow: hidden;
	padding: 0;
}

.abtal-salon-3d__families img {
	height: 100%;
	min-height: 86px;
	object-fit: contain;
	width: 100%;
}

.abtal-salon-3d__families button > span {
	align-content: center;
	display: grid;
	gap: 2px;
	padding: 9px 34px 9px 10px;
}

.abtal-salon-3d__families strong {
	font-size: 0.84rem;
	line-height: 1.15;
}

.abtal-salon-3d__families button > span > span {
	color: var(--abtal-3d-accent-dark);
	font-size: 0.72rem;
	font-weight: 800;
}

.abtal-salon-3d__families small {
	color: var(--abtal-3d-muted);
	font-size: 0.69rem;
	line-height: 1.25;
}

.abtal-salon-3d__catalog-subheading {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin: 18px 0 8px;
}

.abtal-salon-3d__catalog-subheading strong {
	font-size: 0.86rem;
}

.abtal-salon-3d__catalog-subheading span {
	color: var(--abtal-3d-muted);
	font-size: 0.72rem;
}

.abtal-salon-3d__products {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr;
}

.abtal-salon-3d__products button {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 78px;
	overflow: hidden;
	padding: 0;
	white-space: normal;
}

.abtal-salon-3d__products img {
	height: 100%;
	min-height: 78px;
	object-fit: contain;
	width: 96px;
}

.abtal-salon-3d__products button > span {
	align-content: center;
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 9px 28px 9px 9px;
}

.abtal-salon-3d__products strong {
	align-items: center;
	display: flex;
	font-size: 0.78rem;
	gap: 6px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.abtal-salon-3d__products button > span > span {
	align-items: center;
	color: var(--abtal-3d-muted);
	display: flex;
	font-size: 0.68rem;
	gap: 5px;
}

.abtal-salon-3d__products i {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 50%;
	display: inline-block;
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
}

.abtal-salon-3d__products small {
	color: var(--abtal-3d-accent-dark);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.abtal-salon-3d__presets {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.abtal-salon-3d__presets button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--abtal-3d-border);
	border-radius: 7px;
	color: var(--abtal-3d-text);
	cursor: pointer;
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	grid-template-rows: auto auto;
	min-height: 88px;
	min-width: 0;
	padding: 8px 10px;
	position: relative;
	text-align: left;
	transition: none;
	white-space: normal;
}

.abtal-salon-3d__presets button:last-child {
	grid-column: 1 / -1;
}

.abtal-salon-3d__presets button:hover,
.abtal-salon-3d__presets button:focus {
	background: var(--abtal-3d-selected);
	border-color: var(--abtal-3d-accent);
	color: var(--abtal-3d-title);
}

.abtal-salon-3d__presets button[aria-pressed="true"],
.abtal-salon-3d__presets button[aria-pressed="true"]:hover,
.abtal-salon-3d__presets button[aria-pressed="true"]:focus {
	background: var(--abtal-3d-accent);
	border-color: var(--abtal-3d-accent);
	box-shadow: inset 0 0 0 1px var(--abtal-3d-accent);
	color: #fff;
}

.abtal-salon-3d__presets button[aria-pressed="true"]::after {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--abtal-3d-accent);
	content: "✓";
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 22px;
}

.abtal-salon-3d__presets svg {
	grid-row: 1 / 3;
	height: 52px;
	width: 66px;
}

.abtal-salon-3d__presets path {
	fill: none;
	stroke: var(--abtal-3d-teal);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 9;
}

.abtal-salon-3d__presets button:hover path,
.abtal-salon-3d__presets button:focus path {
	stroke: var(--abtal-3d-accent);
}

.abtal-salon-3d__presets button[aria-pressed="true"] path,
.abtal-salon-3d__presets button[aria-pressed="true"]:hover path,
.abtal-salon-3d__presets button[aria-pressed="true"]:focus path {
	stroke: #fff;
}

.abtal-salon-3d__presets button > span {
	align-self: end;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	min-width: 0;
	overflow-wrap: anywhere;
	padding-right: 20px;
	white-space: normal;
}

.abtal-salon-3d__presets button[aria-pressed="true"] > span {
	color: #fff;
}

.abtal-salon-3d__presets small {
	align-self: start;
	color: var(--abtal-3d-muted);
	font-size: 0.74rem;
	line-height: 1.2;
}

.abtal-salon-3d__presets button[aria-pressed="true"] small {
	color: #fff;
}

.abtal-salon-3d__orientation,
.abtal-salon-3d__corner-mode {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 16px;
}

.abtal-salon-3d__orientation > span,
.abtal-salon-3d__corner-mode > span {
	font-size: 0.86rem;
	font-weight: 800;
}

.abtal-salon-3d__segmented {
	background: var(--abtal-3d-soft);
	border: 1px solid var(--abtal-3d-border);
	border-radius: 6px;
	display: inline-grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	overflow: hidden;
}

.abtal-salon-3d__segmented button {
	background: transparent;
	border: 0;
	color: var(--abtal-3d-muted);
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 700;
	min-height: 38px;
	padding: 7px 11px;
	transition: none;
	white-space: nowrap;
}

.abtal-salon-3d__segmented button:hover,
.abtal-salon-3d__segmented button:focus {
	background: var(--abtal-3d-selected);
	color: var(--abtal-3d-accent-dark);
}

.abtal-salon-3d__segmented button + button {
	border-left: 1px solid var(--abtal-3d-border);
}

.abtal-salon-3d__segmented button[aria-pressed="true"],
.abtal-salon-3d__segmented button[aria-pressed="true"]:hover,
.abtal-salon-3d__segmented button[aria-pressed="true"]:focus {
	background: var(--abtal-3d-accent);
	color: #fff;
}

.abtal-salon-3d__plan {
	background: var(--abtal-3d-soft);
	border: 1px solid var(--abtal-3d-border);
	border-radius: 6px;
	margin-bottom: 14px;
	overflow: hidden;
}

.abtal-salon-3d__plan svg {
	display: block;
	height: 205px;
	width: 100%;
}

.abtal-salon-3d__plan [data-plan-grid] line {
	stroke: #e2e6eb;
	stroke-width: 1;
}

.abtal-salon-3d__plan [data-plan-runs] line {
	stroke: var(--abtal-3d-teal);
	stroke-linecap: round;
	stroke-width: 15;
}

.abtal-salon-3d__plan [data-plan-runs] circle {
	fill: var(--abtal-3d-accent);
	stroke: #fff;
	stroke-width: 3;
}

.abtal-salon-3d__plan [data-plan-runs] text {
	fill: #fff;
	font-size: 12px;
	font-weight: 900;
	text-anchor: middle;
}

.abtal-salon-3d__part-list {
	display: grid;
	gap: 10px;
}

.abtal-salon-3d__part-row {
	align-items: center;
	border-bottom: 1px solid #e8ebef;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(120px, 1fr) minmax(180px, 210px);
	padding-bottom: 10px;
}

.abtal-salon-3d__part-name {
	align-items: center;
	display: flex;
	gap: 9px;
	min-width: 0;
}

.abtal-salon-3d__part-name strong {
	align-items: center;
	background: var(--abtal-3d-accent);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 30px;
	font-size: 0.82rem;
	height: 30px;
	justify-content: center;
}

.abtal-salon-3d__part-name span {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
}

.abtal-salon-3d__dimensions-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.abtal-salon-3d__variation-result {
	border-bottom: 1px solid var(--abtal-3d-border);
	border-top: 1px solid var(--abtal-3d-border);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 4px;
	padding: 12px 0;
}

.abtal-salon-3d__variation-result > div {
	display: grid;
	gap: 3px;
}

.abtal-salon-3d__variation-result span {
	color: var(--abtal-3d-muted);
	font-size: 0.7rem;
}

.abtal-salon-3d__variation-result strong {
	font-size: 0.84rem;
	overflow-wrap: anywhere;
}

.abtal-salon-3d__field {
	display: grid;
	gap: 6px;
	margin: 0 0 13px;
}

.abtal-salon-3d__field > span {
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.25;
}

.abtal-salon-3d__field input,
.abtal-salon-3d__field select {
	background: #fff;
	border: 1px solid var(--abtal-3d-border);
	border-radius: 6px;
	color: var(--abtal-3d-text);
	min-height: 44px;
	min-width: 0;
	padding: 9px 12px;
	width: 100%;
}

.abtal-salon-3d__field input:focus,
.abtal-salon-3d__field select:focus {
	border-color: var(--abtal-3d-focus);
}

.abtal-salon-3d__number {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.abtal-salon-3d__number input {
	border-radius: 0;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.abtal-salon-3d__number button {
	background: var(--abtal-3d-soft);
	border: 1px solid var(--abtal-3d-border);
	color: var(--abtal-3d-text);
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 900;
	min-height: 44px;
	padding: 0;
}

.abtal-salon-3d__number button:first-child {
	border-radius: 6px 0 0 6px;
	border-right: 0;
}

.abtal-salon-3d__number button:last-child {
	border-left: 0;
	border-radius: 0 6px 6px 0;
}

.abtal-salon-3d__number button:hover {
	background: #e9edf1;
}

.abtal-salon-3d__number button:focus {
	background: var(--abtal-3d-selected);
	color: var(--abtal-3d-accent-dark);
}

.abtal-salon-3d__empty {
	background: var(--abtal-3d-soft);
	border-left: 4px solid var(--abtal-3d-teal);
	color: var(--abtal-3d-muted);
	line-height: 1.5;
	margin: 0;
	padding: 14px;
}

.abtal-salon-3d__corner-choice {
	margin-bottom: 16px;
}

.abtal-salon-3d__corner-choice > span {
	display: block;
	font-size: 0.86rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.abtal-salon-3d__corner-choice-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.abtal-salon-3d__corner-choice-options button {
	background: #fff;
	border: 2px solid var(--abtal-3d-border);
	border-radius: 6px;
	color: var(--abtal-3d-text);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-height: 82px;
	min-width: 0;
	padding: 12px;
	text-align: start;
	transition: none;
}

.abtal-salon-3d__corner-choice-options button:hover,
.abtal-salon-3d__corner-choice-options button:focus {
	background: #fff;
	border-color: #b9c0c7;
	color: var(--abtal-3d-text);
}

.abtal-salon-3d__corner-choice-options button[aria-pressed="true"],
.abtal-salon-3d__corner-choice-options button[aria-pressed="true"]:hover,
.abtal-salon-3d__corner-choice-options button[aria-pressed="true"]:focus {
	background: var(--abtal-3d-selected);
	border-color: var(--abtal-3d-accent);
	box-shadow: inset 0 0 0 1px var(--abtal-3d-accent);
	color: var(--abtal-3d-text);
}

.abtal-salon-3d__corner-choice-options button:disabled {
	background: var(--abtal-3d-soft);
	border-color: var(--abtal-3d-border);
	color: var(--abtal-3d-muted);
	cursor: not-allowed;
	opacity: 0.68;
}

.abtal-salon-3d__corner-choice-options strong {
	font-size: 0.9rem;
	line-height: 1.25;
	overflow-wrap: anywhere;
	white-space: normal;
	width: 100%;
}

.abtal-salon-3d__corner-choice-options small {
	color: var(--abtal-3d-muted);
	font-size: 0.75rem;
	line-height: 1.4;
	overflow-wrap: anywhere;
	white-space: normal;
	width: 100%;
}

.abtal-salon-3d__corner-configs {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.abtal-salon-3d__corner-group {
	border: 1px solid var(--abtal-3d-border);
	border-radius: 7px;
	padding: 14px;
}

.abtal-salon-3d__corner-heading {
	align-items: center;
	border-bottom: 1px solid #e8ebef;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 9px;
}

.abtal-salon-3d__corner-heading h4 {
	font-size: 0.96rem;
	line-height: 1.25;
	margin: 0;
}

.abtal-salon-3d__text-action {
	background: transparent;
	border: 0;
	color: var(--abtal-3d-accent-dark);
	cursor: pointer;
	font-size: 0.76rem;
	font-weight: 800;
	padding: 4px;
}

.abtal-salon-3d__text-action:hover,
.abtal-salon-3d__text-action:focus {
	background: transparent;
	color: var(--abtal-3d-accent-dark);
	text-decoration: underline;
}

.abtal-salon-3d__corner-confirmation-note {
	border-left: 3px solid var(--abtal-3d-teal);
	color: var(--abtal-3d-muted);
	font-size: 0.76rem;
	line-height: 1.45;
	margin: 8px 0 12px;
	padding-left: 9px;
}

.abtal-salon-3d__corner-template-field > span {
	color: var(--abtal-3d-text);
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	margin-bottom: 7px;
}

.abtal-salon-3d__corner-template-options {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 12px;
}

.abtal-salon-3d__corner-template-options button {
	align-items: stretch;
	background: #fff;
	border: 2px solid var(--abtal-3d-border);
	border-radius: 6px;
	color: var(--abtal-3d-text);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 7px;
	text-align: left;
	transition: none;
}

.abtal-salon-3d__corner-template-options button:hover {
	background: #fff;
	border-color: #b9c0c7;
	color: var(--abtal-3d-text);
}

.abtal-salon-3d__corner-template-options button[aria-pressed="true"],
.abtal-salon-3d__corner-template-options button[aria-pressed="true"]:hover {
	background: var(--abtal-3d-selected);
	border-color: var(--abtal-3d-accent);
	box-shadow: inset 0 0 0 1px var(--abtal-3d-accent);
	color: var(--abtal-3d-text);
}

.abtal-salon-3d__corner-template-visual {
	background: var(--abtal-3d-soft);
	border-radius: 4px;
	display: block;
	margin-bottom: 7px;
	overflow: hidden;
}

.abtal-salon-3d__corner-template-visual svg {
	display: block;
	height: auto;
	width: 100%;
}

.abtal-salon-3d__corner-template-visual polygon {
	fill: rgba(47, 111, 115, 0.12);
	stroke: var(--abtal-3d-teal);
	stroke-linejoin: round;
	stroke-width: 3;
}

.abtal-salon-3d__corner-template-visual line {
	stroke: #9aa6b2;
	stroke-dasharray: 5 4;
	stroke-linecap: round;
	stroke-width: 2;
}

.abtal-salon-3d__corner-template-visual text {
	fill: var(--abtal-3d-accent);
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	text-anchor: middle;
}

.abtal-salon-3d__corner-template-options strong,
.abtal-salon-3d__corner-template-options small {
	display: block;
	letter-spacing: 0;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.abtal-salon-3d__corner-template-options strong {
	font-size: 0.82rem;
}

.abtal-salon-3d__corner-template-options small {
	color: var(--abtal-3d-muted);
	font-size: 0.7rem;
	margin-top: 3px;
}

.abtal-salon-3d__corner-template-options button[aria-pressed="true"] strong {
	color: var(--abtal-3d-title);
}

.abtal-salon-3d__corner-template-options button[aria-pressed="true"] small {
	color: var(--abtal-3d-muted);
}

.abtal-salon-3d__corner-preview {
	background: var(--abtal-3d-soft);
	border: 1px solid var(--abtal-3d-border);
	border-radius: 6px;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 10px;
}

.abtal-salon-3d__corner-preview svg {
	display: block;
	height: auto;
	width: 100%;
}

.abtal-salon-3d__corner-preview polygon {
	fill: rgba(47, 111, 115, 0.12);
	stroke: var(--abtal-3d-teal);
	stroke-linejoin: round;
	stroke-width: 3;
}

.abtal-salon-3d__corner-preview line {
	stroke: #9aa6b2;
	stroke-dasharray: 5 4;
	stroke-linecap: round;
	stroke-width: 2;
}

.abtal-salon-3d__corner-preview text {
	fill: var(--abtal-3d-accent);
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	text-anchor: middle;
}

.abtal-salon-3d__corner-preview-values {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.abtal-salon-3d__corner-preview-values span {
	background: #fff;
	border: 1px solid #e2e7ee;
	border-radius: 5px;
	color: var(--abtal-3d-muted);
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 7px;
}

.abtal-salon-3d__corner-grid {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.abtal-salon-3d__corner-grid .abtal-salon-3d__field {
	margin: 0;
}

.abtal-salon-3d__check-list {
	display: grid;
	gap: 0;
}

.abtal-salon-3d__check-list > div {
	align-items: baseline;
	border-bottom: 1px solid #e8ebef;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 12px 0;
}

.abtal-salon-3d__check-list span {
	color: var(--abtal-3d-muted);
	font-size: 0.86rem;
}

.abtal-salon-3d__check-list strong {
	font-size: 0.9rem;
	text-align: right;
}

.abtal-salon-3d__summary {
	display: grid;
	gap: 8px;
	margin: 0;
}

.abtal-salon-3d__summary > div {
	align-items: baseline;
	border-bottom: 1px solid #e8ebef;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 0 0 8px;
}

.abtal-salon-3d__summary .abtal-salon-3d__summary-row--stack {
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
}

.abtal-salon-3d__summary dt {
	color: var(--abtal-3d-muted);
	font-size: 0.84rem;
}

.abtal-salon-3d__summary dd {
	font-size: 0.87rem;
	font-weight: 800;
	margin: 0;
	overflow-wrap: anywhere;
	text-align: right;
}

.abtal-salon-3d__summary .abtal-salon-3d__summary-total-price {
	border-bottom-color: var(--abtal-3d-accent);
	padding: 4px 0 11px;
}

.abtal-salon-3d__summary-total-price dt,
.abtal-salon-3d__summary-total-price dd {
	color: var(--abtal-3d-accent-dark);
	font-size: 0.94rem;
	font-weight: 900;
}

.abtal-salon-3d__summary .abtal-salon-3d__summary-row--stack dd {
	line-height: 1.5;
	text-align: left;
	white-space: pre-line;
	width: 100%;
}

.abtal-salon-3d__corner-summary-list {
	display: grid;
	gap: 6px;
	width: 100%;
}

.abtal-salon-3d__corner-summary-item {
	background: #fafafa;
	border: 1px solid #e5e8ec;
	border-radius: 6px;
	font-size: 0.82rem;
	overflow: hidden;
}

.abtal-salon-3d__corner-summary-item summary,
.abtal-salon-3d__corner-summary-item--static {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(70px, auto) minmax(0, 1fr);
	padding: 9px 10px;
}

.abtal-salon-3d__corner-summary-item summary {
	cursor: pointer;
	grid-template-columns: minmax(70px, auto) minmax(0, 1fr) 16px;
	list-style: none;
}

.abtal-salon-3d__corner-summary-item summary::-webkit-details-marker {
	display: none;
}

.abtal-salon-3d__corner-summary-item summary::after {
	color: var(--abtal-3d-accent);
	content: '+';
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
}

.abtal-salon-3d__corner-summary-item[open] summary::after {
	content: '\2212';
}

.abtal-salon-3d__corner-summary-item summary span,
.abtal-salon-3d__corner-summary-item--static span {
	color: var(--abtal-3d-muted);
	font-size: 0.76rem;
	font-weight: 700;
	text-align: right;
}

.abtal-salon-3d__corner-summary-item--static span {
	color: var(--abtal-3d-accent-dark);
}

.abtal-salon-3d__corner-summary-measures {
	border-top: 1px solid #e5e8ec;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 4px 8px 8px;
}

.abtal-salon-3d__corner-summary-measures > div {
	display: grid;
	gap: 1px;
	padding: 6px 4px 2px;
	text-align: center;
}

.abtal-salon-3d__corner-summary-measures span {
	color: var(--abtal-3d-muted);
	font-size: 0.68rem;
	font-weight: 700;
}

.abtal-salon-3d__corner-summary-measures strong {
	font-size: 0.75rem;
	font-variant-numeric: tabular-nums;
}

.abtal-salon-3d__note {
	color: var(--abtal-3d-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin: 14px 0;
}

.abtal-salon-3d__cta,
.abtal-salon-3d__button,
.abtal-salon-3d__viewer-actions button {
	align-items: center;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	text-decoration: none;
}

.abtal-salon-3d__cta,
.abtal-salon-3d__button--primary {
	background: var(--abtal-3d-accent);
	border: 1px solid var(--abtal-3d-accent);
	color: #fff;
}

.abtal-salon-3d__cta {
	padding: 0 16px;
	width: 100%;
}

.abtal-salon-3d__cta:hover,
.abtal-salon-3d__cta:focus,
.abtal-salon-3d__button--primary:hover,
.abtal-salon-3d__button--primary:focus {
	background: var(--abtal-3d-accent-dark);
	border-color: var(--abtal-3d-accent-dark);
	color: #fff;
}

.abtal-salon-3d__button {
	padding: 0 18px;
}

.abtal-salon-3d__button--secondary {
	background: #fff;
	border: 1px solid var(--abtal-3d-border);
	color: var(--abtal-3d-text);
}

.abtal-salon-3d__wizard-nav {
	align-items: center;
	border-top: 1px solid var(--abtal-3d-border);
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 22px;
	padding-top: 14px;
}

.abtal-salon-3d__wizard-nav > span {
	color: var(--abtal-3d-muted);
	font-size: 0.78rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.abtal-salon-3d__wizard-nav [data-previous-step] {
	justify-self: start;
}

.abtal-salon-3d__wizard-nav [data-next-step] {
	justify-self: end;
}

.abtal-salon-3d__viewer {
	background: #fff;
	border: 1px solid var(--abtal-3d-border);
	border-radius: 7px;
	display: grid;
	grid-template-rows: auto auto auto;
	overflow: hidden;
	position: sticky;
	top: 18px;
}

.abtal-salon-3d__viewer-heading {
	align-items: center;
	border-bottom: 1px solid var(--abtal-3d-border);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-height: 52px;
	padding: 10px 14px;
}

.abtal-salon-3d__viewer-heading span {
	color: var(--abtal-3d-muted);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.abtal-salon-3d__viewer-heading strong {
	font-size: 0.9rem;
	text-align: right;
}

.abtal-salon-3d__canvas-wrap {
	aspect-ratio: 4 / 3;
	background: #f7f8fa;
	min-height: 430px;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.abtal-salon-3d__canvas-wrap canvas {
	cursor: grab;
	display: block;
	height: 100%;
	touch-action: none;
	width: 100%;
}

.abtal-salon-3d__canvas-wrap canvas:active {
	cursor: grabbing;
}

.abtal-salon-3d__measure-layer {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.abtal-salon-3d__measure-label {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(227, 6, 19, 0.38);
	border-left: 3px solid var(--abtal-3d-accent);
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(28, 35, 43, 0.1);
	color: var(--abtal-3d-text);
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.2;
	max-width: calc(100% - 16px);
	padding: 4px 6px;
	position: absolute;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.abtal-salon-3d__camera-controls {
	display: flex;
	gap: 7px;
	left: 12px;
	position: absolute;
	top: 12px;
	z-index: 3;
}

.abtal-salon-3d__camera-controls button {
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid var(--abtal-3d-border);
	border-radius: 6px;
	box-shadow: 0 5px 16px rgba(28, 35, 43, 0.12);
	color: var(--abtal-3d-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 9px;
}

.abtal-salon-3d__camera-controls button[data-zoom-view] {
	font-size: 1.12rem;
}

.abtal-salon-3d__camera-controls button:hover,
.abtal-salon-3d__camera-controls button:focus {
	background: #fff;
	border-color: var(--abtal-3d-accent);
	color: var(--abtal-3d-accent-dark);
}

.abtal-salon-3d__fallback {
	align-items: center;
	background: #f7f8fa;
	color: var(--abtal-3d-muted);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: absolute;
	text-align: center;
}

.abtal-salon-3d__viewer-actions {
	align-items: center;
	border-top: 1px solid var(--abtal-3d-border);
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
	padding: 11px;
}

.abtal-salon-3d__viewer-actions button {
	background: #fff;
	border: 1px solid var(--abtal-3d-border);
	color: var(--abtal-3d-text);
	font-size: 0.8rem;
	padding: 0 13px;
}

.abtal-salon-3d__viewer-actions button:hover,
.abtal-salon-3d__viewer-actions button:focus,
.abtal-salon-3d__button--secondary:hover,
.abtal-salon-3d__button--secondary:focus {
	background: var(--abtal-3d-soft);
	border-color: var(--abtal-3d-accent);
	color: var(--abtal-3d-accent-dark);
}

.abtal-salon-3d [hidden] {
	display: none !important;
}

@media (min-width: 981px) {
	html:root,
	body.abtal-salon-configurator-active {
		overflow-x: visible !important;
		overflow-x: clip !important;
	}

	.abtal-salon-3d__viewer {
		align-self: start;
	}
}

@media (max-width: 980px) {
	.abtal-salon-3d__layout {
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__viewer {
		order: -1;
		position: relative;
		top: auto;
	}

	.abtal-salon-3d__panel {
		min-height: 0;
	}

	.abtal-salon-3d[data-current-step="4"] .abtal-salon-3d__viewer,
	.abtal-salon-3d[data-current-step="6"] .abtal-salon-3d__viewer {
		display: none;
	}
}

@media (max-width: 620px) {
	body.abtal-salon-configurator-active #abtal-widget-container,
	body.abtal-salon-configurator-active #abtal-widget-bubble,
	body.abtal-salon-configurator-active #abtal-widget-greeting {
		display: none !important;
	}

	.abtal-salon-3d {
		margin: 22px auto;
		padding: 0 12px;
	}

	.abtal-salon-3d__steps button {
		align-items: center;
		flex-direction: column;
		gap: 3px;
		height: 66px;
		padding-left: 3px;
		padding-right: 3px;
	}

	.abtal-salon-3d__steps button > span {
		flex-basis: 25px;
		height: 25px;
		width: 25px;
	}

	.abtal-salon-3d__steps button strong {
		font-size: 0.58rem;
		max-width: none;
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: normal;
	}

	.abtal-salon-3d__layout {
		gap: 20px;
	}

	.abtal-salon-3d__canvas-wrap {
		min-height: 285px;
	}

	.abtal-salon-3d__presets {
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__products {
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__presets button:last-child {
		grid-column: auto;
	}

	.abtal-salon-3d__orientation,
	.abtal-salon-3d__corner-mode {
		align-items: stretch;
		flex-direction: column;
	}

	.abtal-salon-3d__segmented {
		width: 100%;
	}

	.abtal-salon-3d__part-row {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__dimensions-grid {
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__corner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abtal-salon-3d__corner-heading {
		align-items: flex-start;
	}

	.abtal-salon-3d__wizard-nav {
		grid-template-columns: 1fr 1fr;
	}

	.abtal-salon-3d__wizard-nav > span {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.abtal-salon-3d__wizard-nav [data-previous-step] {
		grid-column: 1;
		grid-row: 2;
		width: 100%;
	}

	.abtal-salon-3d__wizard-nav [data-next-step] {
		grid-column: 2;
		grid-row: 2;
		width: 100%;
	}

	.abtal-salon-3d__viewer-actions {
		justify-content: stretch;
	}

	.abtal-salon-3d__viewer-actions button {
		flex: 1 1 140px;
	}
}

@media (max-width: 390px) {
	.abtal-salon-3d__steps ol {
		min-width: 520px;
	}

	.abtal-salon-3d__corner-grid {
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__corner-choice-options {
		grid-template-columns: 1fr;
	}

	.abtal-salon-3d__corner-summary-measures {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abtal-salon-3d__camera-controls {
		gap: 5px;
		left: 8px;
		top: 8px;
	}
}
