﻿@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cb-font-1.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cb-font-2.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/cb-font-3.woff2") format("woff2");
}

@font-face {
	font-family: "Lora";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cb-font-4.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cb-font-5.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cb-font-6.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/cb-font-7.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/cb-font-8.woff2") format("woff2");
}
:root {
	--cb-font-body: Inter, Arial, sans-serif;
	--cb-font-heading: Manrope, Inter, Arial, sans-serif;
	--cb-font-accent: Lora, Georgia, serif;
	--cb-ink: #151513;
	--cb-graphite: #1f1f1c;
	--cb-graphite-2: #101210;
	--cb-paper: #faf7ef;
	--cb-panel: #fffdf8;
	--cb-line: #e5dccb;
	--cb-muted: #5d5b53;
	--cb-champagne: #e8d6b3;
	--cb-champagne-2: #c8a96a;
	--cb-bronze: #9b6b32;
	--cb-walnut: #7a4e2d;
	--cb-sonoma: #d8c7aa;
	--cb-smoked-walnut: #5f4632;
	--cb-accent: #d8be86;
	--cb-radius: 14px;
	--cb-shadow: 0 24px 70px rgba(28, 24, 18, .12);
}

.cb-import-page {
	background:
		radial-gradient(circle at 84% 8%, rgba(200, 169, 106, .18), transparent 28rem),
		linear-gradient(180deg, #fffdf8 0%, var(--cb-paper) 42%, #f7f1e5 100%);
	color: var(--cb-ink);
	font-family: var(--cb-font-body);
	line-height: 1.55;
}

.cb-import-page * {
	box-sizing: border-box;
}

.cb-import-page a {
	color: inherit;
}

.cb-import-page ::selection {
	background: var(--cb-champagne-2);
	color: #fff;
}

.cb-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	width: min(1180px, calc(100% - 48px));
}

.cb-section {
	background: transparent;
	padding: 92px 0;
}

.cb-section.tight {
	padding-block: 28px;
}

.cb-import-page h1,
.cb-import-page h2,
.cb-import-page h3 {
	font-family: var(--cb-font-heading);
	color: var(--cb-ink);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 18px;
	text-wrap: balance;
}

.cb-import-page h1 {
	font-size: 56px;
	font-weight: 800;
	max-width: 780px;
}

.cb-import-page h2 {
	font-size: 38px;
	font-weight: 800;
}

.cb-import-page h3 {
	font-size: 22px;
	font-weight: 800;
}

.cb-lead {
	font-size: 19px;
	max-width: 760px;
	margin: 0 0 26px;
}

.cb-lead,
.cb-muted,
.cb-note {
	color: var(--cb-muted) !important;
}

.cb-eyebrow {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 32px !important;
	background: rgba(216, 190, 134, .12) !important;
	border: 1px solid rgba(216, 190, 134, .42) !important;
	border-radius: 9999px !important;
	color: var(--cb-champagne) !important;
	box-shadow: none !important;
	padding: 7px 16px !important;
	margin: 0 0 18px !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.cb-hero {
	background:
		linear-gradient(90deg, rgba(21, 21, 19, .99) 0%, rgba(21, 21, 19, .94) 38%, rgba(21, 21, 19, .46) 66%, rgba(21, 21, 19, .34) 100%),
		var(--cb-hero-bg, none),
		linear-gradient(135deg, rgba(21, 21, 19, .98), rgba(31, 28, 24, .97) 62%, rgba(74, 52, 35, .93)) !important;
	background-position: center, center, center !important;
	background-size: cover, cover, cover !important;
	background-repeat: no-repeat !important;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 110px 0 98px;
	min-height: min(760px, calc(100vh - 78px));
	display: flex;
	align-items: center;
}

.cb-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(21, 21, 19, .04), rgba(21, 21, 19, .36)),
		radial-gradient(circle at 78% 18%, rgba(232, 214, 179, .16), transparent 36rem);
	pointer-events: none;
}

.cb-hero .cb-wrap {
	position: relative;
	z-index: 1;
	width: min(1360px, calc(100% - 64px));
	max-width: 1360px;
}

.cb-hero h1,
.cb-hero h2,
.cb-hero h3 {
	color: #fff !important;
}

.cb-hero h1 {
	font-size: 64px;
	line-height: .98;
	max-width: 700px;
}

.cb-hero .cb-lead {
	color: rgba(255, 255, 255, .82) !important;
}

.cb-hero img {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	width: 100%;
	min-height: 520px;
	object-fit: cover;
	opacity: 0;
}

.cb-grid {
	display: grid;
	gap: 24px;
}

.cb-grid.two {
	grid-template-columns: minmax(420px, .9fr) minmax(620px, 1.18fr);
}

.cb-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cb-hero .cb-grid.two {
	align-items: center;
	gap: 48px;
}

.cb-hero-immersive .cb-grid.two > div:last-child {
	min-height: 540px;
}

.cb-gallery {
	display: grid;
	grid-template-columns: 1.2fr .9fr .9fr;
	gap: 18px;
	align-items: stretch;
}

.cb-gallery-item {
	margin: 0;
	background: var(--cb-panel);
	border: 1px solid rgba(122, 78, 45, .16);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 54px rgba(28, 24, 18, .08);
}

.cb-gallery-item.wide {
	grid-row: span 2;
}

.cb-gallery-item img {
	width: 100%;
	height: 100%;
	min-height: 238px;
	object-fit: cover;
	display: block;
}

.cb-gallery-item figcaption {
	padding: 12px 14px;
	font-weight: 800;
	color: #fff;
}

.cb-trustbar {
	padding: 42px 0;
}

.cb-trustbar .cb-wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.cb-trust {
	display: flex;
	gap: 14px;
	align-items: center;
	font-weight: 800;
}

.cb-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.cb-spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 18px 0 22px;
}

.cb-spec-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cb-info-layout {
	display: grid;
	grid-template-columns: 1.35fr .85fr;
	gap: 24px;
	align-items: stretch;
}

.cb-info-panel {
	background: #fff;
	border: 1px solid rgba(122, 78, 45, .14);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 18px 54px rgba(28, 24, 18, .08);
}

.cb-info-panel h3 {
	font-size: 18px;
	margin-bottom: 18px;
	color: var(--cb-bronze);
}

.cb-info-list {
	display: grid;
	gap: 14px;
}

.cb-info-item {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: start;
	padding: 14px;
	border-radius: 14px;
}

.cb-info-item h4 {
	font-family: var(--cb-font-heading);
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 5px;
	color: var(--cb-ink);
}

.cb-info-item p {
	margin: 0;
	color: #3f3b35;
}

.cb-info-commercial {
	background: var(--cb-ink);
	color: #fff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cb-info-commercial h3,
.cb-info-commercial h4,
.cb-info-commercial p {
	color: #fff !important;
}

.cb-info-commercial .cb-info-item {
	background: rgba(255, 255, 255, .08) !important;
	border-color: rgba(255, 255, 255, .14) !important;
}

.cb-info-commercial .cb-info-item p {
	color: rgba(255, 255, 255, .78) !important;
}

.cb-dark-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 24px;
}

.cb-faq {
	max-width: 920px;
	margin: 0 auto;
}

.cb-faq details {
	padding: 0;
	margin: 14px 0;
	overflow: hidden;
}

.cb-faq summary {
	cursor: pointer;
	font-family: var(--cb-font-heading);
	font-weight: 800;
	font-size: 20px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	padding: 22px 26px;
}

.cb-faq summary::-webkit-details-marker {
	display: none;
}

.cb-faq details p {
	padding: 0 26px 24px;
	margin: 0;
	color: #444748;
}

.cb-button,
.cb-import-page .elementor-button {
	border-radius: 9999px !important;
	background: var(--cb-ink) !important;
	color: #fff !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	white-space: nowrap;
	box-shadow: 0 16px 34px rgba(10, 10, 8, .18) !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

html body .cb-import-page .cb-button,
html body .cb-import-page .elementor-button,
html body .cb-import-page button,
html body .cb-import-page input[type="button"],
html body .cb-import-page input[type="submit"] {
	border-radius: 9999px !important;
	background: var(--cb-ink) !important;
	color: #fff !important;
	border: 0 !important;
	box-shadow: 0 18px 38px rgba(18, 18, 16, .18) !important;
}

.cb-button:hover,
.cb-import-page .elementor-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 46px rgba(10, 10, 8, .22) !important;
}

.cb-button.alt,
.cb-final-cta .cb-button:first-of-type,
.cb-mobile-sticky-cta a:last-child,
.cb-import-page .elementor-button.elementor-size-md {
	background: var(--cb-ink) !important;
	color: #fff !important;
}

.cb-product-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.cb-product-actions .cb-button,
.cb-product-actions .cb-product-more {
	margin: 0 !important;
}

.cb-product-more summary {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 9999px;
	background: var(--cb-ink);
	color: #fff;
	padding: 11px 18px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.cb-product-more summary:after {
	content: "+";
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--cb-champagne);
	color: var(--cb-ink);
	font-weight: 800;
}

.cb-product-more[open] summary:after {
	content: "-";
}

.cb-card,
.cb-contact-card,
.cb-faq details,
.cb-table,
.cb-kpis span,
.cb-product-highlights span,
.cb-spec,
.cb-hero-model-picker a,
.cb-tabs-row a,
.cb-premium-facts-grid > div,
.cb-detail-rail > div,
.cb-helper-grid > div {
	background: rgba(255, 253, 248, .94) !important;
	border: 1px solid rgba(122, 78, 45, .16) !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 54px rgba(28, 24, 18, .08) !important;
}

.cb-card {
	position: relative;
	overflow: hidden;
}

.cb-card:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--cb-champagne-2);
	opacity: .65;
}

.cb-card img,
.cb-product img {
	border-radius: 12px !important;
	border: 1px solid rgba(122, 78, 45, .16);
}

.cb-import-page img {
	opacity: 1 !important;
	filter: none !important;
}

.cb-import-page p,
.cb-import-page li,
.cb-table td,
.cb-spec span,
.cb-product-highlights span,
.cb-contact-card p {
	color: #30322e;
}

.cb-hero p,
.cb-dark-band p,
.cb-dark-card p,
.cb-final-cta p,
.cb-footer p,
.cb-footer li,
.cb-footer .cb-note,
.cb-footer .cb-contact-line {
	color: rgba(255, 255, 255, .82) !important;
}

.cb-model-title {
	display: grid;
	gap: 8px;
	margin-top: 4px;
}

.cb-model-title h3 {
	margin: 0 !important;
}

.cb-model-badge {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: rgba(232, 214, 179, .58);
	border: 1px solid rgba(200, 169, 106, .7);
	color: #70481f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 6px 10px;
}

.cb-product-highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cb-product-highlights span {
	box-shadow: none !important;
	padding: 13px 14px;
	font-weight: 800;
	color: var(--cb-ink);
}

.cb-hero-model-picker {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
	max-width: 760px;
}

.cb-hero-model-picker a {
	display: grid;
	gap: 4px;
	padding: 14px;
	text-decoration: none;
	color: var(--cb-ink);
	box-shadow: 0 16px 42px rgba(0, 0, 0, .18) !important;
}

.cb-hero-model-picker strong {
	font-size: 15px;
	color: var(--cb-ink) !important;
}

.cb-hero-model-picker span {
	color: #4f5a68 !important;
	font-size: 13px;
}

.cb-premium-facts {
	background: #fffaf0;
	border-bottom: 1px solid var(--cb-line);
}

.cb-premium-facts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cb-premium-facts-grid > div,
.cb-helper-grid > div {
	padding: 18px;
	box-shadow: 0 16px 42px rgba(28, 24, 18, .08) !important;
}

.cb-premium-facts-grid span {
	display: block;
	margin-bottom: 6px;
	color: var(--cb-bronze);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cb-premium-facts-grid strong {
	color: var(--cb-ink);
	font-size: 15px;
	line-height: 1.35;
}

.cb-tabs-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cb-tabs-row a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	text-decoration: none;
	color: var(--cb-ink);
}

.cb-tabs-row strong {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: var(--cb-ink);
	color: var(--cb-champagne);
	font-size: 22px;
}

.cb-tabs-row span {
	font-weight: 800;
}

.cb-detail-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cb-detail-rail > div {
	padding: 20px;
	box-shadow: 0 16px 42px rgba(28, 24, 18, .08) !important;
}

.cb-detail-rail strong {
	display: block;
	margin: 10px 0 6px;
	font-size: 18px;
}

.cb-detail-rail p,
.cb-helper-grid p {
	margin: 0;
	color: var(--cb-muted);
	line-height: 1.55;
}

.cb-mini-icon {
	display: inline-grid;
	place-items: center;
	min-width: 34px;
	height: 34px;
	padding-inline: 8px;
	border-radius: 999px;
	background: transparent;
	color: var(--cb-bronze);
	border: 1px solid rgba(155, 107, 50, .34);
	font-size: 11px;
	font-weight: 800;
}

.cb-mini-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.cb-finish-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.cb-finish-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--cb-line);
	border-radius: 999px;
	background: rgba(255, 253, 248, .8);
	padding: 10px 14px;
	font-weight: 800;
}

.cb-swatch {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1px solid rgba(21, 21, 19, .22);
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, .35);
}

.cb-swatch.walnut {
	background: linear-gradient(135deg, #5d351e, #9b6b32);
}

.cb-swatch.matte {
	background: #242321;
}

.cb-swatch.sonoma {
	background: linear-gradient(135deg, #c8b28f, #eadcc2);
}

.cb-helper-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.cb-helper-grid strong {
	display: block;
	margin-bottom: 7px;
	font-size: 20px;
}

.cb-trustbar {
	background: rgba(255, 250, 240, .95) !important;
	border-block: 1px solid var(--cb-line) !important;
}

.cb-trust {
	color: var(--cb-ink);
}

.cb-trust .cb-icon,
.cb-contact-card .cb-icon,
.cb-step-card .cb-icon {
	background: transparent !important;
	color: var(--cb-bronze) !important;
	border: 1px solid rgba(155, 107, 50, .28) !important;
}

.cb-dark-band,
.cb-final-cta,
.cb-footer,
.cb-header {
	background:
		linear-gradient(135deg, rgba(21, 21, 19, .99), rgba(31, 28, 24, .98) 62%, rgba(74, 52, 35, .94)) !important;
	color: #fff;
}

.cb-dark-card {
	border-radius: 18px !important;
	border: 1px solid rgba(232, 214, 179, .18);
	box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.cb-dark-card h3,
.cb-dark-card p {
	text-shadow: 0 2px 16px rgba(0, 0, 0, .58);
}

.cb-final-cta:before {
	display: none !important;
}

.cb-final-cta .cb-lead {
	color: rgba(255, 255, 255, .84) !important;
	font-family: var(--cb-font-accent);
	font-style: italic;
	font-size: 21px;
	font-weight: 400;
}

.cb-final-cta {
	text-align: center !important;
}

.cb-final-cta .cb-wrap {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

.cb-final-cta .cb-hero-model-picker,
.cb-final-cta .cb-kpis {
	display: none !important;
}

.cb-final-cta .cb-button[href^="tel:"] {
	display: none !important;
}

.cb-header {
	border-bottom: 1px solid rgba(232, 214, 179, .18) !important;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .16);
	background: rgba(250, 247, 239, .96) !important;
	color: var(--cb-ink) !important;
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
}

.cb-header .cb-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: min(1280px, calc(100% - 48px));
}

.cb-logo {
	color: var(--cb-ink);
	font-weight: 800;
	font-size: 24px;
	letter-spacing: .01em;
	white-space: nowrap;
}

.cb-nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
}

.cb-nav a {
	border-color: transparent !important;
	background: transparent !important;
	color: rgba(21, 21, 19, .75) !important;
	position: relative;
	box-shadow: none !important;
	text-decoration: none !important;
	border-bottom: 0 !important;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 10px;
	white-space: nowrap;
}

html body .cb-import-page .cb-header .cb-nav a {
	border: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.cb-nav a:hover,
.cb-nav a.is-active,
.cb-nav a[aria-current="page"] {
	color: var(--cb-bronze) !important;
}

.cb-nav a.is-active:after,
.cb-nav a[aria-current="page"]:after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -12px;
	height: 3px;
	border-radius: 999px;
	background: var(--cb-bronze);
}

html body .cb-import-page .cb-header .cb-nav a.is-active,
html body .cb-import-page .cb-header .cb-nav a[aria-current="page"] {
	border: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

html body .cb-import-page .cb-header .cb-nav a.is-active:after,
html body .cb-import-page .cb-header .cb-nav a[aria-current="page"]:after {
	display: block !important;
	content: "" !important;
	height: 3px !important;
	background: var(--cb-bronze) !important;
	box-shadow: none !important;
	border: 0 !important;
}

.cb-nav a.is-active:before,
.cb-nav a[aria-current="page"]:before {
	display: none !important;
	content: none !important;
}

.cb-nav a[href*="/narudzbina/"] {
	background: var(--cb-ink) !important;
	color: #fff !important;
	border-radius: 999px !important;
	padding-inline: 22px !important;
}

html body .cb-import-page .cb-header .cb-nav a[href*="/narudzbina/"] {
	background: var(--cb-ink) !important;
	color: #fff !important;
	border-radius: 9999px !important;
}

.cb-import-page a[href*="/narudzbina/"]:not(.cb-nav a),
.cb-import-page a[href*="/kontakt/"].cb-button,
.cb-import-page button[type="submit"],
.cb-import-page input[type="submit"] {
	background: var(--cb-ink) !important;
	color: #fff !important;
	border: 0 !important;
	text-shadow: none !important;
	box-shadow: 0 18px 38px rgba(18, 18, 16, .18) !important;
}

.cb-import-page a[href*="/chargebox-kutije/"].cb-button,
.cb-import-page a[href*="/cenovnik/"].cb-button {
	background: var(--cb-ink) !important;
	color: #fff !important;
}

.cb-footer {
	border-top: 1px solid rgba(232, 214, 179, .18) !important;
}

.cb-footer-grid {
	grid-template-columns: 1.35fr 1fr 1fr 1fr !important;
}

.cb-footer-title,
.cb-footer h3 {
	color: var(--cb-champagne) !important;
}

.cb-footer a,
.cb-footer .cb-note,
.cb-footer .cb-contact-line {
	color: rgba(255, 255, 255, .78) !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.cb-footer a:hover {
	color: #fff !important;
}

.cb-footer-links a[href*="chargebox-3"] + br,
.cb-footer-links a[href*="chargebox-4"] + br,
.cb-footer-links a[href*="chargebox-5"] + br {
	display: none;
}

.cb-footer-links,
.cb-footer .cb-note {
	line-height: 1.65;
}

.cb-footer .cb-footer-links {
	gap: 10px !important;
}

.cb-footer .cb-footer-links a[href*="punjaci-za-restorane-chargebox-3"]::after,
.cb-footer .cb-footer-links a[href*="punjaci-za-restorane-chargebox-4"]::after,
.cb-footer .cb-footer-links a[href*="punjaci-za-restorane-chargebox-5"]::after {
	content: "" !important;
}

.cb-footer .cb-footer-links a {
	display: inline !important;
}

.cb-faq summary {
	color: var(--cb-ink);
}

.cb-faq summary:after {
	background: var(--cb-champagne) !important;
	color: var(--cb-ink) !important;
}

.cb-table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.cb-table tbody {
	display: table;
	width: 100%;
	min-width: 640px;
}

.cb-contact-form,
.cb-order-form {
	max-width: 100%;
}

.cb-contact-form input,
.cb-contact-form textarea,
.cb-order-form input,
.cb-order-form textarea,
.cb-order-form select,
.cb-contact-form select {
	border-radius: 12px !important;
	border: 1px solid var(--cb-line) !important;
	background: #fffdf8 !important;
	box-shadow: 0 12px 34px rgba(28, 24, 18, .07) !important;
}

.cb-info-item,
.cb-spec,
.cb-contact-card,
.cb-step-card .cb-icon,
.cb-info-item .cb-icon {
	background: rgba(250, 247, 239, .65) !important;
	border-color: rgba(122, 78, 45, .14) !important;
}

html body .cb-import-page .cb-info-item,
html body .cb-import-page .cb-spec,
html body .cb-import-page .cb-contact-card {
	background: rgba(250, 247, 239, .62) !important;
	border: 1px solid rgba(122, 78, 45, .12) !important;
	box-shadow: none !important;
}

html body .cb-import-page .cb-info-item .cb-icon,
html body .cb-import-page .cb-contact-card .cb-icon,
html body .cb-import-page .cb-step-card .cb-icon,
html body .cb-import-page .cb-trust .cb-icon {
	background: transparent !important;
	color: var(--cb-bronze) !important;
	border: 1px solid rgba(155, 107, 50, .28) !important;
}

html body .cb-import-page .cb-final-cta {
	text-align: center !important;
	background: linear-gradient(135deg, rgba(21, 21, 19, .99), rgba(31, 28, 24, .98) 68%, rgba(74, 52, 35, .94)) !important;
}

html body .cb-import-page .cb-final-cta .cb-button {
	margin-left: auto !important;
	margin-right: auto !important;
}

html body .cb-import-page .cb-hero {
	background:
		linear-gradient(90deg, rgba(21, 21, 19, .99) 0%, rgba(21, 21, 19, .94) 38%, rgba(21, 21, 19, .46) 66%, rgba(21, 21, 19, .34) 100%),
		var(--cb-hero-bg, none),
		linear-gradient(135deg, rgba(21, 21, 19, .99), rgba(31, 28, 24, .98) 68%, rgba(74, 52, 35, .94)) !important;
	background-position: center, center, center !important;
	background-size: cover, cover, cover !important;
	background-repeat: no-repeat !important;
}

.cb-info-item .cb-icon,
.cb-contact-card .cb-icon {
	border-radius: 9999px !important;
}

.cb-mobile-sticky-cta {
	left: 12px !important;
	right: 12px !important;
	bottom: 12px !important;
	border: 1px solid rgba(232, 214, 179, .45) !important;
	border-radius: 18px !important;
	background: rgba(21, 21, 19, .94) !important;
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .28) !important;
}

.cb-mobile-sticky-cta a {
	border-radius: 12px !important;
	font-size: 12px !important;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	html body .cb-import-page .cb-hero,
	.cb-hero {
		background:
			linear-gradient(180deg, rgba(21, 21, 19, .9) 0%, rgba(21, 21, 19, .96) 58%, rgba(21, 21, 19, .98) 100%),
			var(--cb-hero-bg, none),
			linear-gradient(135deg, rgba(21, 21, 19, .99), rgba(31, 28, 24, .98)) !important;
		background-position: center, center, center !important;
		background-size: cover, cover, cover !important;
		min-height: auto !important;
	}

	.cb-grid.two,
	.cb-hero .cb-grid.two,
	.cb-info-layout,
	.cb-dark-grid {
		grid-template-columns: 1fr;
	}

	.cb-hero img {
		min-height: 320px;
	}

	.cb-hero-immersive .cb-grid.two > div:last-child {
		display: none !important;
	}

	.cb-hero h1 {
		font-size: 48px;
	}

	.cb-nav {
		gap: 2px !important;
	}

	.cb-nav a {
		font-size: 12px !important;
		padding-inline: 7px !important;
	}
}

@media (max-width: 900px) {
	.cb-wrap {
		width: min(100% - 32px, 1180px);
	}

	.cb-hero {
		padding-block: 54px 48px !important;
	}

	.cb-hero-model-picker,
	.cb-grid.three,
	.cb-grid.four,
	.cb-gallery,
	.cb-premium-facts-grid,
	.cb-detail-rail,
	.cb-helper-grid,
	.cb-tabs-row,
	.cb-trustbar .cb-wrap,
	.cb-spec-row {
		grid-template-columns: 1fr;
	}

	.cb-gallery-item.wide {
		grid-row: auto;
	}

	.cb-product-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cb-product-actions .cb-button,
	.cb-product-more summary {
		width: 100%;
		justify-content: center;
	}

	.cb-product-highlights {
		grid-template-columns: 1fr 1fr;
	}

	.cb-footer-grid {
		grid-template-columns: 1fr !important;
	}

	.cb-nav a.is-active:after,
	.cb-nav a[aria-current="page"]:after {
		bottom: 4px;
		left: 14px;
		right: auto;
		width: 36px;
	}

	.cb-menu-button {
		border-color: rgba(232, 214, 179, .35) !important;
	}
}

@media (max-width: 560px) {
	.cb-import-page h1 {
		font-size: 34px !important;
	}

	.cb-hero h1 {
		font-size: 38px !important;
	}

	.cb-import-page h2 {
		font-size: 28px !important;
	}

	.cb-product-highlights {
		grid-template-columns: 1fr;
	}

	.cb-button,
	.cb-import-page .elementor-button {
		width: 100%;
		margin-inline: 0 !important;
	}

	.cb-final-cta .cb-button + .cb-button {
		margin-top: 8px !important;
	}

	.cb-table tbody {
		min-width: 520px;
	}
}

/* Central polish pass: layout, menus, cards, forms and dark sections. */
html body .cb-import-page .cb-button,
html body .cb-import-page .elementor-button,
html body .cb-import-page button,
html body .cb-import-page input[type="button"],
html body .cb-import-page input[type="submit"],
html body .cb-import-page [data-gs-button] {
	border-radius: 9999px !important;
}

.cb-button + .cb-button,
.cb-import-page .elementor-button + .elementor-button,
.cb-import-page a.cb-button + a.cb-button,
.cb-import-page .cb-button + [data-gs-form],
.cb-import-page [data-gs-form] + .cb-button {
	margin-left: 14px !important;
}

.cb-product-actions {
	gap: 14px !important;
}

.cb-menu-toggle,
.cb-menu-button,
.cb-mobile-sticky-cta {
	display: none !important;
}

.cb-nav a,
.cb-nav a:before,
.cb-nav a:after {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.cb-nav a.is-active:after,
.cb-nav a[aria-current="page"]:after {
	bottom: -13px !important;
	height: 3px !important;
}

.cb-nav a[href*="/narudzbina/"].is-active:after,
.cb-nav a[href*="/narudzbina/"][aria-current="page"]:after {
	display: none !important;
}

.cb-card,
.cb-contact-card,
.cb-step-card,
.cb-product {
	overflow: hidden;
}

.cb-card:not(.cb-product),
.cb-step-card {
	padding: 24px !important;
}

.cb-card:not(.cb-product) > img:first-child,
.cb-step-card > img:first-child,
.cb-card:not(.cb-product) > picture:first-child img,
.cb-step-card > picture:first-child img {
	display: block;
	width: 100% !important;
	margin: 0 0 22px !important;
}

.cb-card h3,
.cb-step-card h3 {
	margin-top: 0 !important;
	margin-bottom: 14px !important;
}

.cb-card p,
.cb-step-card p {
	margin-top: 0 !important;
}

.cb-dark-band h2,
.cb-dark-band h3,
.cb-final-cta h2,
.cb-final-cta h3,
.cb-footer h2,
.cb-footer h3 {
	color: #fff !important;
}

.cb-dark-card {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	padding: 28px !important;
	background:
		linear-gradient(180deg, rgba(18, 17, 15, .08), rgba(18, 17, 15, .76)),
		var(--bg, linear-gradient(135deg, rgba(31, 28, 24, .94), rgba(74, 52, 35, .9))) !important;
	background-size: cover !important;
	background-position: center !important;
	color: #fff !important;
}

.cb-dark-card h3 {
	color: #fff !important;
	margin-bottom: 6px !important;
}

.cb-dark-card p {
	color: rgba(255, 255, 255, .9) !important;
}

.cb-final-cta {
	padding: 88px 0 !important;
}

.cb-final-cta .cb-wrap {
	text-align: center !important;
	gap: 14px !important;
}

.cb-final-cta h2 {
	max-width: 980px;
	margin-inline: auto !important;
}

.cb-final-cta .cb-button {
	margin-top: 10px !important;
}

.cb-footer {
	padding: 58px 0 28px !important;
}

.cb-footer-grid {
	display: grid !important;
	grid-template-columns: 1.35fr .85fr 1fr 1fr !important;
	gap: 42px !important;
	align-items: start !important;
}

.cb-footer-links,
.cb-footer .cb-note {
	display: grid !important;
	gap: 9px !important;
}

.cb-footer .cb-footer-links a,
.cb-footer .cb-note a,
.cb-footer a {
	display: block !important;
	width: fit-content !important;
	line-height: 1.35 !important;
}

.cb-footer .cb-footer-links br,
.cb-footer .cb-note br {
	display: none !important;
}

.cb-footer .cb-footer-links a[href*="/narudzbina/"] {
	background: transparent !important;
	color: rgba(255, 255, 255, .78) !important;
	padding: 0 !important;
}

.cb-footer .cb-footer-links a[href*="/narudzbina/"]:hover {
	color: #fff !important;
}

.cb-footer-title {
	color: var(--cb-champagne) !important;
}

.cb-table {
	display: table !important;
	width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden !important;
	background: rgba(255, 253, 248, .96) !important;
}

.cb-table tbody,
.cb-table thead {
	display: table-row-group !important;
	width: 100% !important;
	min-width: 0 !important;
}

.cb-table tr {
	display: table-row !important;
}

.cb-table th,
.cb-table td {
	display: table-cell !important;
	padding: 16px 18px !important;
	border-bottom: 1px solid rgba(122, 78, 45, .14) !important;
	vertical-align: top !important;
}

.cb-table tr:last-child th,
.cb-table tr:last-child td {
	border-bottom: 0 !important;
}

.cb-table th {
	color: var(--cb-ink) !important;
	font-weight: 800 !important;
	text-align: left !important;
}

.cb-table tr:first-child td {
	color: var(--cb-ink) !important;
	font-weight: 800 !important;
	background: rgba(232, 214, 179, .18) !important;
}

.cb-faq summary:focus {
	outline: 2px solid rgba(155, 107, 50, .32) !important;
	outline-offset: -4px !important;
}

.cb-contact-card,
.cb-hero .cb-contact-card,
.cb-hero .cb-card {
	background: rgba(255, 253, 248, .96) !important;
	color: var(--cb-ink) !important;
}

html body .cb-import-page .cb-hero .cb-contact-card,
html body .cb-import-page .cb-hero .cb-contact-card.elementor-widget-container,
html body .cb-import-page .cb-hero .cb-card {
	background: #fffdf8 !important;
	color: var(--cb-ink) !important;
	opacity: 1 !important;
	filter: none !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .18) !important;
}

.cb-contact-card h3,
.cb-contact-card p,
.cb-contact-card strong,
.cb-hero .cb-contact-card h3,
.cb-hero .cb-contact-card p,
.cb-hero .cb-contact-card strong,
.cb-hero .cb-card h2,
.cb-hero .cb-card h3,
.cb-hero .cb-card p,
.cb-hero .cb-card strong {
	color: var(--cb-ink) !important;
}

.cb-contact-card .cb-icon,
.cb-step-card .cb-icon,
.cb-trust .cb-icon,
.cb-info-item .cb-icon {
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	display: inline-grid !important;
	place-items: center !important;
	background: rgba(232, 214, 179, .22) !important;
	border: 1px solid rgba(155, 107, 50, .2) !important;
	color: var(--cb-bronze) !important;
	border-radius: 9999px !important;
}

.cb-hero .cb-kpis,
.cb-hero .cb-hero-model-picker,
.cb-hero .cb-spec-row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
	gap: 14px !important;
	max-width: 720px !important;
}

.cb-hero .cb-kpis span,
.cb-hero .cb-hero-model-picker a,
.cb-hero .cb-spec-row > * {
	min-width: 0 !important;
	padding: 16px 18px !important;
	white-space: normal !important;
}

.cb-hero .cb-grid.two {
	grid-template-columns: minmax(440px, .86fr) minmax(660px, 1.24fr) !important;
	gap: 56px !important;
}

.cb-hero img {
	min-height: 460px !important;
}

.cb-contact-form,
.cb-order-form,
.nf-form-cont {
	width: min(1180px, calc(100% - 48px)) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.nf-form-cont {
	background: rgba(255, 253, 248, .96) !important;
	border: 1px solid rgba(122, 78, 45, .14) !important;
	border-radius: 22px !important;
	box-shadow: var(--cb-shadow) !important;
	padding: 28px !important;
}

.nf-form-cont input,
.nf-form-cont textarea,
.nf-form-cont select {
	border-radius: 14px !important;
	border: 1px solid var(--cb-line) !important;
	background: #fffdf8 !important;
	color: var(--cb-ink) !important;
}

@media (min-width: 901px) {
	.cb-header .cb-wrap {
		min-height: 76px !important;
	}
}

@media (max-width: 1100px) {
	.cb-hero .cb-grid.two {
		grid-template-columns: 1fr !important;
	}

	.cb-hero img {
		min-height: 340px !important;
	}
}

@media (max-width: 900px) {
	.cb-import-page {
		padding-bottom: 74px !important;
	}

	.cb-header .cb-wrap {
		position: relative;
	}

	.cb-menu-button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		height: 46px !important;
		border-radius: 9999px !important;
		padding: 0 !important;
		background: var(--cb-ink) !important;
		color: #fff !important;
		cursor: pointer !important;
	}

	.cb-menu-button span,
	.cb-menu-button span:before,
	.cb-menu-button span:after {
		content: "" !important;
		display: block !important;
		width: 19px !important;
		height: 2px !important;
		border-radius: 999px !important;
		background: currentColor !important;
		box-shadow: none !important;
	}

	.cb-menu-button span {
		position: relative !important;
	}

	.cb-menu-button span:before,
	.cb-menu-button span:after {
		position: absolute !important;
		left: 0 !important;
	}

	.cb-menu-button span:before {
		top: -6px !important;
	}

	.cb-menu-button span:after {
		top: 6px !important;
	}

	.cb-menu-toggle:checked + .cb-menu-button span {
		background: transparent !important;
	}

	.cb-menu-toggle:checked + .cb-menu-button span:before {
		top: 0 !important;
		transform: rotate(45deg) !important;
	}

	.cb-menu-toggle:checked + .cb-menu-button span:after {
		top: 0 !important;
		transform: rotate(-45deg) !important;
	}

	.cb-nav {
		display: none !important;
		position: absolute !important;
		left: 16px !important;
		right: 16px !important;
		top: calc(100% + 8px) !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 6px !important;
		padding: 14px !important;
		border: 1px solid rgba(122, 78, 45, .16) !important;
		border-radius: 18px !important;
		background: rgba(250, 247, 239, .98) !important;
		box-shadow: 0 22px 56px rgba(28, 24, 18, .18) !important;
		z-index: 80 !important;
	}

	.cb-menu-toggle:checked ~ .cb-nav,
	.cb-header.is-open .cb-nav,
	.cb-nav.is-open {
		display: flex !important;
	}

	.cb-nav a {
		width: 100% !important;
		padding: 12px 14px !important;
		border-radius: 9999px !important;
	}

	.cb-nav a.is-active:after,
	.cb-nav a[aria-current="page"]:after {
		display: none !important;
	}

	.cb-mobile-sticky-cta {
		position: fixed !important;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 8px !important;
		z-index: 9999 !important;
		padding: 8px !important;
	}

	.cb-mobile-sticky-cta a {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 42px !important;
		border-radius: 9999px !important;
		background: rgba(255, 253, 248, .94) !important;
		color: var(--cb-ink) !important;
		font-weight: 800 !important;
		text-decoration: none !important;
	}

	.cb-button + .cb-button,
	.cb-import-page .elementor-button + .elementor-button,
	.cb-import-page a.cb-button + a.cb-button {
		margin-left: 0 !important;
		margin-top: 10px !important;
	}

	.cb-hero .cb-kpis,
	.cb-hero .cb-hero-model-picker,
	.cb-hero .cb-spec-row {
		grid-template-columns: 1fr !important;
		max-width: 100% !important;
	}

	.cb-footer-grid {
		grid-template-columns: 1fr !important;
		gap: 26px !important;
	}

	.cb-table {
		display: block !important;
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.cb-table tbody {
		display: grid !important;
		gap: 12px !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.cb-table tr {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 8px 12px !important;
		padding: 16px !important;
		background: rgba(255, 253, 248, .96) !important;
		border: 1px solid rgba(122, 78, 45, .14) !important;
		border-radius: 18px !important;
		box-shadow: 0 16px 44px rgba(28, 24, 18, .08) !important;
	}

	.cb-table tr:first-child {
		display: none !important;
	}

	.cb-table td {
		display: block !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		font-size: 13px !important;
		color: #30322e !important;
	}

	.cb-table td:first-child {
		grid-column: 1 / -1 !important;
		font-size: 16px !important;
		color: var(--cb-ink) !important;
	}

	.cb-table td:not(:first-child)::before {
		display: block;
		margin-bottom: 2px;
		color: var(--cb-bronze);
		font-size: 11px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: .04em;
	}

	.cb-table td:nth-child(2)::before {
		content: "Pregrade";
	}

	.cb-table td:nth-child(3)::before {
		content: "Konektori";
	}

	.cb-table td:nth-child(4)::before {
		content: "Dimenzije";
	}

	.cb-table td:nth-child(5)::before {
		content: "Maks. snaga";
	}

	.cb-table td:nth-child(6)::before {
		content: "Cena sa PDV-om";
	}
}

@media (max-width: 560px) {
	.cb-card:not(.cb-product),
	.cb-step-card,
	.nf-form-cont {
		padding: 18px !important;
	}

	.cb-table tr {
		grid-template-columns: 1fr !important;
	}
}

/* 1.2.3 component system: consistent spacing, readable cards and premium controls. */
.cb-import-page {
	--cb-card-pad: 24px;
	--cb-card-gap: 18px;
}

.cb-import-page .cb-section > .cb-wrap > .cb-eyebrow + h2,
.cb-import-page .cb-section > .cb-wrap > h2:first-child {
	margin-bottom: 16px !important;
}

.cb-import-page .cb-section > .cb-wrap > .cb-lead,
.cb-import-page .cb-section > .cb-wrap > p:not([class]) {
	margin-bottom: 34px !important;
}

.cb-product,
.cb-card:not(.cb-product),
.cb-step-card {
	padding: var(--cb-card-pad) !important;
	border-radius: 22px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
}

.cb-product > img:first-child,
.cb-card:not(.cb-product) > img:first-child,
.cb-step-card > img:first-child,
.cb-product > picture:first-child img,
.cb-card:not(.cb-product) > picture:first-child img,
.cb-step-card > picture:first-child img {
	width: 100% !important;
	max-width: 100% !important;
	height: 260px !important;
	object-fit: cover !important;
	display: block !important;
	margin: 0 0 20px !important;
	border-radius: 16px !important;
}

.cb-product h3,
.cb-card h3,
.cb-step-card h3 {
	margin: 0 0 12px !important;
}

.cb-product p,
.cb-card p,
.cb-step-card p {
	margin: 0 0 18px !important;
}

.cb-product .cb-model-title {
	margin: 0 0 12px !important;
}

.cb-product .cb-model-title h3 {
	margin: 0 !important;
}

.cb-product-highlights {
	gap: 12px !important;
	margin: auto 0 20px !important;
}

.cb-product-highlights span,
.cb-spec {
	min-height: 56px !important;
	display: grid !important;
	align-content: center !important;
	gap: 4px !important;
	padding: 14px 16px !important;
	border-radius: 18px !important;
	background: rgba(255, 253, 248, .9) !important;
	border: 1px solid rgba(122, 78, 45, .16) !important;
	box-shadow: none !important;
	white-space: normal !important;
}

.cb-product-actions {
	margin-top: auto !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 14px !important;
	align-items: stretch !important;
}

.cb-product-actions .cb-button,
.cb-product-actions .cb-product-more summary {
	width: 100% !important;
	min-height: 50px !important;
	justify-content: center !important;
	text-align: center !important;
	padding-inline: 18px !important;
}

.cb-product-more summary:after {
	flex: 0 0 22px !important;
}

.cb-gallery + .cb-button,
.cb-gallery + p,
.cb-import-page a[href*="instagram.com/punjacizarestorane"] {
	margin-bottom: 24px !important;
}

.cb-import-page a[href*="instagram.com/punjacizarestorane"].cb-button,
.cb-import-page a[href*="instagram.com/punjacizarestorane"].elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 26px !important;
}

.cb-import-page a[href*="instagram.com/punjacizarestorane"].cb-button:after,
.cb-import-page a[href*="instagram.com/punjacizarestorane"].elementor-button:after {
	content: "@punjacizarestorane";
	font-size: 12px;
	font-weight: 800;
	opacity: .72;
}

.cb-hero .cb-kpis {
	grid-template-columns: 1fr !important;
	max-width: 520px !important;
	gap: 10px !important;
	margin-top: 24px !important;
}

.cb-hero .cb-kpis span {
	min-height: 48px !important;
	background: rgba(255, 253, 248, .92) !important;
	color: var(--cb-ink) !important;
	border: 1px solid rgba(232, 214, 179, .45) !important;
	border-radius: 18px !important;
	box-shadow: 0 16px 46px rgba(0, 0, 0, .16) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
}

.cb-hero .cb-button {
	margin-top: 4px !important;
	margin-bottom: 8px !important;
}

.cb-hero .cb-button + .cb-button {
	margin-left: 12px !important;
}

.cb-spec-grid {
	gap: 12px !important;
}

.cb-spec {
	grid-template-columns: 1fr !important;
	align-items: start !important;
}

.cb-spec strong {
	display: block !important;
	color: var(--cb-ink) !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	margin: 0 0 3px !important;
}

.cb-spec span {
	display: block !important;
	color: var(--cb-muted) !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
}

.cb-faq {
	max-width: 980px !important;
}

.cb-faq details {
	border-radius: 22px !important;
	border: 1px solid rgba(122, 78, 45, .14) !important;
	background: rgba(255, 253, 248, .96) !important;
	box-shadow: 0 16px 44px rgba(28, 24, 18, .07) !important;
	overflow: hidden !important;
}

.cb-faq summary {
	min-height: 78px !important;
	padding: 24px 28px !important;
	border: 0 !important;
	outline: none !important;
}

.cb-faq summary:focus,
.cb-faq summary:focus-visible {
	outline: none !important;
	box-shadow: inset 0 0 0 2px rgba(155, 107, 50, .2) !important;
}

.cb-faq summary:after {
	content: "+" !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	border-radius: 9999px !important;
	display: inline-grid !important;
	place-items: center !important;
	background: var(--cb-ink) !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 1 !important;
}

.cb-faq details[open] summary:after {
	content: "-" !important;
	background: var(--cb-champagne) !important;
	color: var(--cb-ink) !important;
}

.cb-faq details p {
	padding: 0 28px 26px !important;
}

.cb-contact-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 12px !important;
	max-width: 560px !important;
}

.cb-contact-card {
	display: grid !important;
	grid-template-columns: 44px minmax(132px, .52fr) minmax(0, 1fr) !important;
	column-gap: 14px !important;
	align-items: center !important;
	padding: 15px 18px !important;
	border-radius: 20px !important;
	min-height: 76px !important;
}

.cb-contact-card .cb-icon {
	grid-row: auto !important;
}

.cb-contact-card h3 {
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 1.1 !important;
}

.cb-contact-card p {
	margin: 0 !important;
	color: #30322e !important;
	overflow-wrap: anywhere !important;
	line-height: 1.35 !important;
}

.cb-company-card {
	background: rgba(232, 214, 179, .18) !important;
}

.cb-hero .cb-card .cb-button,
.cb-hero .cb-card a.cb-button,
.cb-hero .cb-card a[href^="tel:"].cb-button {
	width: auto !important;
	min-width: 144px !important;
	display: inline-flex !important;
	align-self: flex-start !important;
	margin-top: 14px !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}

.cb-hero .cb-card .cb-button + .cb-button {
	margin-left: 0 !important;
}

.cb-scroll-to-form,
.cb-hero a[href="#kontakt-forma"] {
	margin-bottom: 18px !important;
}

.nf-form-cont {
	margin-top: 40px !important;
	margin-bottom: 52px !important;
	padding: 38px !important;
	border-radius: 24px !important;
}

.nf-form-cont .nf-form-content {
	padding: 0 !important;
}

.nf-form-cont input[type="submit"],
.nf-form-cont button[type="submit"],
.nf-form-cont .nf-element[type="button"] {
	background: var(--cb-ink) !important;
	color: #fff !important;
	border-radius: 9999px !important;
	padding: 13px 22px !important;
	font-weight: 800 !important;
	box-shadow: 0 16px 34px rgba(10, 10, 8, .18) !important;
}

.cb-import-page a[href*="/narudzbina/"].cb-button,
.cb-import-page a[href*="/narudzbina/"].elementor-button,
.cb-import-page button[type="submit"],
.cb-import-page input[type="submit"] {
	background: linear-gradient(135deg, var(--cb-champagne), var(--cb-bronze)) !important;
	color: #151513 !important;
	box-shadow: 0 18px 44px rgba(155, 107, 50, .28) !important;
}

.cb-import-page .cb-hero a[href*="/narudzbina/"].cb-button {
	background: var(--cb-champagne) !important;
	color: var(--cb-ink) !important;
	min-width: 146px !important;
}

.cb-footer-title {
	color: rgba(255, 255, 255, .9) !important;
	font-size: 13px !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.cb-footer .cb-footer-links a[href*="/narudzbina/"] {
	display: inline-flex !important;
	width: fit-content !important;
	align-items: center !important;
	border: 1px solid rgba(232, 214, 179, .36) !important;
	border-radius: 9999px !important;
	padding: 7px 13px !important;
	color: var(--cb-champagne) !important;
	background: rgba(232, 214, 179, .08) !important;
}

.cb-footer-bottom {
	display: flex !important;
	justify-content: space-between !important;
	gap: 18px !important;
	flex-wrap: wrap !important;
	color: rgba(255, 255, 255, .72) !important;
}

@media (max-width: 1100px) {
	.cb-hero .cb-kpis {
		grid-template-columns: 1fr !important;
	}

	.cb-contact-card {
		grid-template-columns: 44px minmax(118px, .44fr) minmax(0, 1fr) !important;
	}
}

@media (max-width: 900px) {
	.cb-product-actions {
		grid-template-columns: 1fr !important;
	}

	.cb-hero .cb-button + .cb-button {
		margin-left: 0 !important;
	}

	.cb-hero .cb-kpis {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 560px) {
	.cb-import-page {
		--cb-card-pad: 18px;
	}

	.cb-product > img:first-child,
	.cb-card:not(.cb-product) > img:first-child,
	.cb-step-card > img:first-child {
		height: 220px !important;
	}

	.cb-contact-card {
		grid-template-columns: 40px 1fr !important;
		padding: 16px !important;
	}

	.cb-contact-card .cb-icon {
		grid-row: span 2 !important;
	}

	.cb-contact-card p {
		grid-column: 2 !important;
	}

	.cb-hero .cb-card .cb-button,
	.cb-hero .cb-card a.cb-button {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/* 1.2.7 stability pass: scoped controls, safer responsive rules and accessibility. */
.cb-import-page {
	--cb-focus-ring: 0 0 0 3px rgba(200, 169, 106, .38);
	--cb-mobile-safe-bottom: calc(96px + env(safe-area-inset-bottom));
}

.cb-import-page a:focus-visible,
.cb-import-page button:focus-visible,
.cb-import-page summary:focus-visible,
.cb-import-page input:focus-visible,
.cb-import-page textarea:focus-visible,
.cb-import-page select:focus-visible {
	outline: 2px solid var(--cb-champagne-2) !important;
	outline-offset: 3px !important;
	box-shadow: var(--cb-focus-ring) !important;
}

.cb-import-page .cb-button,
.cb-import-page .elementor-button,
.cb-import-page button[type="submit"],
.cb-import-page input[type="submit"],
.cb-import-page input[type="button"],
html body .cb-import-page [data-gs-button] {
	border-radius: 9999px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-height: 48px !important;
	padding: 13px 22px !important;
	border: 0 !important;
	background: var(--cb-ink) !important;
	color: #fff !important;
	box-shadow: 0 18px 38px rgba(18, 18, 16, .18) !important;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.cb-import-page .cb-button:hover,
.cb-import-page .elementor-button:hover,
.cb-import-page button[type="submit"]:hover,
.cb-import-page input[type="submit"]:hover {
	transform: translateY(-1px) !important;
	box-shadow: 0 22px 46px rgba(10, 10, 8, .22) !important;
}

.cb-import-page .cb-button--primary,
.cb-import-page .cb-order-button,
.cb-import-page .cb-final-cta .cb-button:first-of-type,
.cb-import-page a[href*="/narudzbina/"].cb-button,
.cb-import-page a[href*="/narudzbina/"].elementor-button,
.cb-import-page button[type="submit"],
.cb-import-page input[type="submit"] {
	background: linear-gradient(135deg, var(--cb-champagne), var(--cb-bronze)) !important;
	color: var(--cb-ink) !important;
	box-shadow: 0 18px 44px rgba(155, 107, 50, .24) !important;
}

.cb-import-page .cb-hero .cb-grid.two {
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.16fr) !important;
	gap: clamp(32px, 4vw, 68px) !important;
}

.cb-import-page .cb-hero img {
	width: 100% !important;
	min-height: clamp(430px, 36vw, 560px) !important;
	object-fit: cover !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 0 !important;
}

.cb-import-page .cb-eyebrow {
	border-radius: 9999px !important;
	padding: 8px 18px !important;
	background: rgba(232, 214, 179, .11) !important;
	border: 1px solid rgba(200, 169, 106, .46) !important;
	color: var(--cb-champagne) !important;
	line-height: 1.1 !important;
}

.cb-import-page .cb-contact-form,
.cb-import-page .cb-order-form,
.cb-import-page .nf-form-cont {
	max-width: 100% !important;
}

.cb-import-page .cb-table {
	width: 100% !important;
	max-width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden !important;
}

.cb-import-page .cb-table td,
.cb-import-page .cb-table th {
	overflow-wrap: anywhere !important;
}

.cb-import-page .cb-faq details {
	border-radius: 22px !important;
	overflow: hidden !important;
}

.cb-import-page .cb-faq summary {
	outline: 0 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
}

.cb-import-page .cb-faq summary::after {
	flex: 0 0 32px !important;
	border-radius: 9999px !important;
}

.cb-import-page .cb-mobile-sticky-cta {
	left: 12px !important;
	right: 12px !important;
	bottom: calc(12px + env(safe-area-inset-bottom)) !important;
	border-radius: 24px !important;
}

.cb-import-page .cb-mobile-sticky-cta a {
	border-radius: 9999px !important;
}

@media (max-width: 1024px) {
	.cb-import-page .cb-header .cb-wrap {
		position: relative !important;
	}

	.cb-import-page .cb-menu-button {
		display: inline-flex !important;
		position: relative !important;
		font-size: 0 !important;
	}

	.cb-import-page .cb-menu-button span {
		display: none !important;
	}

	.cb-import-page .cb-menu-button:before,
	.cb-import-page .cb-menu-button:after {
		content: "" !important;
		position: absolute !important;
		left: 50% !important;
		top: 50% !important;
		width: 20px !important;
		height: 2px !important;
		border-radius: 999px !important;
		background: currentColor !important;
		transform: translate(-50%, -50%) !important;
		box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor !important;
	}

	.cb-import-page .cb-menu-button:after {
		display: none !important;
		box-shadow: none !important;
	}

	.cb-import-page .cb-menu-toggle:checked + .cb-menu-button:before {
		box-shadow: none !important;
		transform: translate(-50%, -50%) rotate(45deg) !important;
	}

	.cb-import-page .cb-menu-toggle:checked + .cb-menu-button:after {
		display: block !important;
		transform: translate(-50%, -50%) rotate(-45deg) !important;
	}

	.cb-import-page .cb-nav {
		display: none !important;
		position: absolute !important;
		top: calc(100% + 12px) !important;
		left: 24px !important;
		right: 24px !important;
		flex-direction: column !important;
		gap: 8px !important;
		padding: 14px !important;
		border-radius: 22px !important;
		background: rgba(250, 247, 239, .98) !important;
		border: 1px solid rgba(122, 78, 45, .16) !important;
		box-shadow: 0 22px 56px rgba(28, 24, 18, .18) !important;
		z-index: 80 !important;
	}

	.cb-import-page .cb-menu-toggle:checked ~ .cb-nav,
	.cb-import-page .cb-header.is-open .cb-nav,
	.cb-import-page .cb-nav.is-open {
		display: flex !important;
	}
}

@media (max-width: 900px) {
	.cb-import-page {
		padding-bottom: var(--cb-mobile-safe-bottom) !important;
	}

	.cb-import-page .cb-hero .cb-grid.two {
		grid-template-columns: 1fr !important;
	}

	.cb-import-page .cb-hero-immersive .cb-grid.two > div:last-child {
		display: none !important;
	}

	.cb-import-page .cb-hero img {
		min-height: 320px !important;
	}
}

@media (max-width: 560px) {
	.cb-import-page .cb-button,
	.cb-import-page .elementor-button {
		width: 100% !important;
		margin-inline: 0 !important;
	}

	.cb-import-page .cb-mobile-sticky-cta {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 8px !important;
		padding: 8px !important;
	}

	.cb-import-page .cb-mobile-sticky-cta a {
		min-height: 44px !important;
		font-size: 12px !important;
		padding-inline: 8px !important;
	}

	.cb-import-page .cb-table {
		display: block !important;
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cb-import-page *,
	.cb-import-page *::before,
	.cb-import-page *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

