/**
 * Descrieri produs Brazi ART Expert (#art-brazi).
 * CSS e în fișier, nu în baza de date, ca generatorul din admin să rămână consistent.
 */
#tab-description.desc-collapse,
#tab-description .desc-collapse,
.producttab .desc-collapse.showdown,
.tab-content .desc-collapse.showdown,
#tab-description {
	max-height: none !important;
	overflow: visible !important;
	height: auto !important;
}
#tab-description.desc-collapse.showdown:before,
#tab-description .desc-collapse.showdown:before,
.desc-collapse.showdown:before {
	display: none !important;
	height: 0 !important;
	content: none !important;
}
.content-product-content .button-toggle,
.producttab .button-toggle {
	display: none !important;
}

#art-brazi {
	color: #38363c;
	line-height: 1.7;
	background: #fff;
	overflow-x: clip;
	font-family: Poppins, system-ui, sans-serif;
	padding: 8px 0 56px;
}
#art-brazi * { box-sizing: border-box; }
#art-brazi .tb-wrap { max-width: 1140px; margin: 0 auto; padding: 0 22px; }
#art-brazi .tb-section { margin-bottom: 42px; clear: both; }
#art-brazi h2 {
	font-size: 20px;
	font-weight: 800;
	color: #164530 !important;
	line-height: 1.25;
	margin: 0 0 14px;
	text-transform: uppercase;
	letter-spacing: .4px;
}
#art-brazi h3 {
	font-size: 15px;
	font-weight: 700;
	color: #164530 !important;
	margin: 0 0 8px;
	line-height: 1.3;
}
#art-brazi p { font-size: 14.5px; color: #444 !important; margin: 0 0 12px; line-height: 1.75; }
#art-brazi strong { color: #164530; font-weight: 700; }
#art-brazi ul { margin: 0 0 12px; padding-left: 18px; color: #444; font-size: 14.5px; line-height: 1.8; }
#art-brazi ul li { margin-bottom: 4px; }
#art-brazi .tb-hero {
	background: linear-gradient(135deg, #0f2f22 0%, #164530 52%, #6a2033 100%);
	border-radius: 18px;
	padding: 32px 36px;
	margin-bottom: 36px;
	box-shadow: 0 14px 44px rgba(22, 69, 48, .28);
	position: relative;
	overflow: hidden;
}
#art-brazi .tb-hero-inner { display: flex; align-items: center; gap: 28px; position: relative; z-index: 1; }
#art-brazi .tb-hero-text { flex: 1; min-width: 0; }
#art-brazi .tb-hero-img,
#art-brazi .tb-hero-img img {
	display: none !important;
}
#art-brazi .tb-hero-inner {
	display: block;
}
#art-brazi .tb-hero h1 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff !important;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: none;
	letter-spacing: 0;
}
#art-brazi .tb-hero p { font-size: 14px; color: #f3e6ea !important; margin: 0; line-height: 1.65; }
#art-brazi .tb-hero strong { color: #fff !important; }
#art-brazi .tb-subtitle {
	font-size: 11px;
	font-weight: 700;
	color: #c8e6c8 !important;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin: 0 0 8px;
}
#art-brazi .tb-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 12px; }
#art-brazi .tb-pill {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 10px;
	padding: 7px 14px;
	text-align: center;
	min-width: 78px;
}
#art-brazi .tb-pill b { display: block; font-size: 16px; font-weight: 900; color: #fff !important; line-height: 1; }
#art-brazi .tb-pill span {
	display: block;
	font-size: 9.5px;
	font-weight: 600;
	color: #d7e8d7 !important;
	text-transform: uppercase;
	letter-spacing: .6px;
	margin-top: 3px;
}
#art-brazi .tb-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
#art-brazi .tb-badge {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 30px;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
}
#art-brazi .tb-label {
	display: inline-flex;
	background: linear-gradient(90deg, #164530, #6a2033);
	color: #fff !important;
	font-size: 10.5px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	padding: 4px 13px;
	border-radius: 30px;
	margin-bottom: 12px;
}
#art-brazi .tb-flex { display: block; }
#art-brazi .tb-col-60,
#art-brazi .tb-col-40 {
	flex: none;
	max-width: 100%;
	width: 100%;
}
#art-brazi .tb-col-40 { margin-top: 16px; }
#art-brazi .tb-flex > :not(.tb-col-60):not(.tb-col-40) {
	display: block;
	width: 100%;
	margin-top: 14px;
}
#art-brazi .tb-card {
	background: #f4faf4;
	border: 1px solid #d7e8d7;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(22, 69, 48, .05);
}
#art-brazi .tb-feat { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e6efe8; }
#art-brazi .tb-feat:last-child { border-bottom: none; padding-bottom: 0; }
#art-brazi .tb-feat b { display: block; font-size: 14.5px; color: #164530; margin-bottom: 2px; }
#art-brazi .tb-feat span { display: block; font-size: 13.5px; color: #556; line-height: 1.55; }
#art-brazi .tb-spec {
	background: linear-gradient(180deg, #f4faf4 0%, #fff 100%);
	border: 1px solid #d7e8d7;
	border-radius: 16px;
	padding: 24px;
}
#art-brazi .tb-spec-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #e6efe8;
}
#art-brazi .tb-spec-row:last-child { border-bottom: none; }
#art-brazi .tb-spec-name { font-size: 13.5px; font-weight: 600; color: #556; }
#art-brazi .tb-spec-val { font-size: 14.5px; font-weight: 800; color: #164530; text-align: right; }
#art-brazi .tb-faq {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #d7e8d7;
	box-shadow: 0 2px 12px rgba(22, 69, 48, .06);
}
#art-brazi .tb-faq-item { padding: 18px 20px; border-bottom: 1px solid #e6efe8; background: #fff; }
#art-brazi .tb-faq-item:last-child { border-bottom: none; }
#art-brazi .tb-faq-item:nth-child(even) { background: #f7fbf7; }
#art-brazi .tb-faq-q {
	font-size: 15px;
	font-weight: 700;
	color: #164530 !important;
	margin: 0 0 7px;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	line-height: 1.3;
}
#art-brazi .tb-faq-q::before {
	content: "Q";
	background: #6a2033;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 5px;
	flex-shrink: 0;
	margin-top: 3px;
}
#art-brazi .tb-faq-a { font-size: 13.5px; color: #556 !important; margin: 0; line-height: 1.75; }
#art-brazi .tb-cta {
	background: linear-gradient(135deg, #0f2f22 0%, #164530 100%);
	border-radius: 18px;
	padding: 34px 30px;
	text-align: center;
	box-shadow: 0 12px 36px rgba(22, 69, 48, .25);
}
#art-brazi .tb-cta h2 {
	color: #fff !important;
	text-transform: none;
	font-size: 19px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
#art-brazi .tb-cta p { color: #d5e6da !important; font-size: 14px; max-width: 640px; margin: 0 auto 18px; }
#art-brazi .tb-cta button.tb-cta-btn,
#art-brazi .tb-cta .tb-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #6a2033 !important;
	color: #fff !important;
	font-family: Poppins, system-ui, sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	padding: 12px 28px;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(106, 32, 51, .4);
}
#art-brazi .tb-cta button.tb-cta-btn:hover,
#art-brazi .tb-cta .tb-cta-btn:hover { background: #491522 !important; }
#art-brazi .tb-caption { font-size: 12.5px; color: #888 !important; margin-top: 8px; text-align: center; font-style: italic; }

@media (max-width: 900px) {
	#art-brazi .tb-hero-inner { flex-direction: column; gap: 18px; }
	#art-brazi .tb-hero-img,
	#art-brazi .tb-hero-img img { display: none !important; }
	#art-brazi .tb-col-60,
	#art-brazi .tb-col-40 { flex: none; max-width: 100%; width: 100%; }
	#art-brazi .tb-col-40 { margin-top: 14px; }
	#art-brazi .tb-flex { display: block; }
	#art-brazi .tb-spec-row { flex-direction: column; align-items: flex-start; gap: 4px; }
	#art-brazi .tb-spec-val { text-align: left; }
}
@media (max-width: 600px) {
	#art-brazi .tb-wrap { padding: 0 13px; }
	#art-brazi .tb-hero { padding: 20px 14px; }
	#art-brazi .tb-hero h1 { font-size: 18px; }
	#art-brazi h2 { font-size: 17px; }
	#art-brazi .tb-cta { padding: 24px 16px; }
}
