/* ==================== Custom Glass - Anti-Fog Page ==================== */

.custom-glass-anti-fog-page {
	--anti-fog-soft: #f3f8f7;
	--anti-fog-soft-strong: #e8f3f1;
	--anti-fog-border: #d8e7e4;
	--anti-fog-ink: #183638;
}


/* ==================== Shared Anti-Fog Section Heading ==================== */

.custom-glass-anti-fog-section-head {
	max-width: 860px;
	margin: 0 auto 50px;
	text-align: center;
}

.custom-glass-anti-fog-section-head > span {
	display: block;
	margin-bottom: 12px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.custom-glass-anti-fog-section-head h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.custom-glass-anti-fog-section-head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
	transform: translateX(-50%);
}

.custom-glass-anti-fog-section-head p {
	max-width: 760px;
	margin: 20px auto 0;
	color: #526164;
	font-size: 16px;
	line-height: 1.75;
}


/* ==================== Materials & Process Description ==================== */

.custom-glass-anti-fog-process {
	padding: 94px 0 102px;
	background: #ffffff;
}

.custom-glass-anti-fog-table-wrap {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--anti-fog-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(16, 38, 41, 0.055);
}

.custom-glass-anti-fog-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.custom-glass-anti-fog-table th:nth-child(1),
.custom-glass-anti-fog-table td:nth-child(1) { width: 18%; }

.custom-glass-anti-fog-table th:nth-child(2),
.custom-glass-anti-fog-table td:nth-child(2) { width: 16%; }

.custom-glass-anti-fog-table th:nth-child(3),
.custom-glass-anti-fog-table td:nth-child(3) { width: 24%; }

.custom-glass-anti-fog-table th:nth-child(4),
.custom-glass-anti-fog-table td:nth-child(4) { width: 17%; }

.custom-glass-anti-fog-table th:nth-child(5),
.custom-glass-anti-fog-table td:nth-child(5) { width: 25%; }

.custom-glass-anti-fog-table thead th {
	padding: 17px 15px;
	background: var(--anti-fog-soft-strong);
	border-right: 1px solid #c9dfdb;
	border-bottom: 1px solid #c9dfdb;
	color: var(--anti-fog-ink);
	font-size: 13.5px;
	line-height: 1.4;
	font-weight: 800;
	text-align: left;
	vertical-align: middle;
}

.custom-glass-anti-fog-table thead th:last-child {
	border-right: none;
}

.custom-glass-anti-fog-table tbody td {
	padding: 18px 15px;
	border-right: 1px solid #e0e9e7;
	border-bottom: 1px solid #e0e9e7;
	color: #425154;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	overflow-wrap: break-word;
}

.custom-glass-anti-fog-table tbody td:last-child {
	border-right: none;
}

.custom-glass-anti-fog-table tbody tr:last-child td {
	border-bottom: none;
}

.custom-glass-anti-fog-table tbody tr:nth-child(even) td {
	background: #fafcfc;
}

.custom-glass-anti-fog-table tbody td:first-child {
	color: var(--anti-fog-ink);
	font-weight: 760;
}

.custom-glass-anti-fog-table tbody td:nth-child(3) {
	color: #244943;
	font-weight: 680;
}

@media (hover: hover) {
	.custom-glass-anti-fog-table tbody tr:hover td {
		background: #f2f8f6;
	}
}

.custom-glass-anti-fog-process-note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 18px;
	padding: 15px 18px;
	border: 1px solid #c9e0db;
	border-radius: 13px;
	background: #f0f8f6;
	color: #405355;
	font-size: 13.5px;
	line-height: 1.58;
}

.custom-glass-anti-fog-process-note strong {
	flex: 0 0 auto;
	color: var(--gel-main-dark);
	font-weight: 800;
}


/* ==================== Materials & Process Images ==================== */

.custom-glass-anti-fog-material-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 42px;
}

.custom-glass-anti-fog-material-card {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--anti-fog-border);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(16, 38, 41, 0.05);
}

.custom-glass-anti-fog-material-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 210px;
	padding: 14px;
	background: #f7faf9;
	border-bottom: 1px solid #e4ecea;
}

.custom-glass-anti-fog-material-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.custom-glass-anti-fog-material-card figcaption {
	padding: 21px 22px 23px;
}

.custom-glass-anti-fog-material-card h3 {
	margin: 0 0 9px;
	color: var(--gel-ink);
	font-size: 17px;
	line-height: 1.4;
	font-weight: 780;
}

.custom-glass-anti-fog-material-card p {
	margin: 0;
	color: #526164;
	font-size: 14.5px;
	line-height: 1.68;
}

/* ==================== Anti-Fog Design & Performance ==================== */

.custom-glass-anti-fog-performance-grid {
	display: grid;
	grid-template-columns: 0.9fr 0.9fr 1.2fr;
	gap: 24px;
	align-items: stretch;
}

.custom-glass-anti-fog-performance-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 250px;
	min-width: 0;
	padding: 18px;
	box-sizing: border-box;
	border: 1px solid var(--anti-fog-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(16, 38, 41, 0.045);
}

.custom-glass-anti-fog-performance-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 230px;
	object-fit: contain;
}

.custom-glass-anti-fog-performance-content {
	width: 100%;
	height: 100%;
	min-height: 250px;
	min-width: 0;
	padding: 24px 26px;
	box-sizing: border-box;
	border: 1px solid #c7ded9;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(16, 38, 41, 0.045);
}

@media (max-width: 991px) {

	.custom-glass-anti-fog-performance {
		padding: 76px 0 84px;
	}

	.custom-glass-anti-fog-performance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.custom-glass-anti-fog-performance-image {
		height: 230px;
		padding: 18px;
		border-radius: 20px;
	}

	.custom-glass-anti-fog-performance-content {
		grid-column: 1 / -1;
		min-height: 0;
		padding: 24px 26px;
		border-radius: 20px;
	}

	.custom-glass-anti-fog-performance-content > h3 {
		margin-bottom: 18px;
		font-size: 19px;
	}

}

@media (max-width: 575px) {

	.custom-glass-anti-fog-performance {
		padding: 58px 0 64px;
	}

	.custom-glass-anti-fog-performance-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.custom-glass-anti-fog-performance-image {
		height: 210px;
		padding: 14px;
		border-radius: 18px;
	}

	.custom-glass-anti-fog-performance-content {
		grid-column: auto;
		min-height: 0;
		padding: 20px 18px;
		border-radius: 18px;
	}

	.custom-glass-anti-fog-performance-label {
		margin-bottom: 12px;
		font-size: 9.5px;
	}

	.custom-glass-anti-fog-performance-content > h3 {
		margin-bottom: 16px;
		font-size: 18px;
	}

	.custom-glass-anti-fog-performance-item {
		margin-bottom: 14px;
	}

	.custom-glass-anti-fog-performance-item strong {
		font-size: 13.5px;
	}

	.custom-glass-anti-fog-performance-item p {
		font-size: 13.5px;
		line-height: 1.55;
	}

}


/* ==================== Tablet ==================== */

@media (max-width: 991px) {

	.custom-glass-anti-fog-process,
	.custom-glass-anti-fog-performance {
		padding: 76px 0 84px;
	}

	.custom-glass-anti-fog-section-head {
		margin-bottom: 40px;
	}

	.custom-glass-anti-fog-section-head h2 {
		font-size: 34px;
	}

	.custom-glass-anti-fog-table-wrap {
		border-radius: 18px;
	}

	.custom-glass-anti-fog-table thead th {
		padding: 15px 11px;
		font-size: 12.5px;
	}

	.custom-glass-anti-fog-table tbody td {
		padding: 16px 11px;
		font-size: 13px;
	}

	.custom-glass-anti-fog-material-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		margin-top: 34px;
	}

	.custom-glass-anti-fog-material-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 9px);
		width: 100%;
		justify-self: center;
	}

	.custom-glass-anti-fog-performance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		align-items: stretch;
	}

	.custom-glass-anti-fog-performance-image {
		height: 230px;
		min-height: 0;
		padding: 18px;
		border-radius: 20px;
	}

	.custom-glass-anti-fog-performance-image img {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: contain;
	}

	.custom-glass-anti-fog-performance-content {
		grid-column: 1 / -1;
		height: auto;
		min-height: 0;
		padding: 24px 26px;
		border-radius: 20px;
	}

	.custom-glass-anti-fog-performance-label {
		margin-bottom: 13px;
	}

	.custom-glass-anti-fog-performance-content > h3 {
		margin-bottom: 17px;
		font-size: 19px;
	}

	.custom-glass-anti-fog-performance-item {
		margin-bottom: 14px;
	}

	.custom-glass-anti-fog-performance-item strong {
		font-size: 14px;
	}

	.custom-glass-anti-fog-performance-item p {
		font-size: 13.5px;
		line-height: 1.6;
	}

}


/* ==================== Small Tablet ==================== */

@media (max-width: 767px) {

	.custom-glass-anti-fog-applications .gel-usecases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* ==================== Mobile ==================== */

@media (max-width: 575px) {

	.custom-glass-anti-fog-process,
	.custom-glass-anti-fog-performance {
		padding: 58px 0 64px;
	}

	.custom-glass-anti-fog-section-head {
		margin-bottom: 29px;
	}

	.custom-glass-anti-fog-section-head > span {
		margin-bottom: 9px;
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.custom-glass-anti-fog-section-head h2 {
		font-size: 27px;
		line-height: 1.22;
		letter-spacing: -0.55px;
	}

	.custom-glass-anti-fog-section-head p {
		margin-top: 17px;
		font-size: 15px;
		line-height: 1.66;
	}

	.custom-glass-anti-fog-table-wrap {
		overflow: visible;
		border: none;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.custom-glass-anti-fog-table,
	.custom-glass-anti-fog-table tbody,
	.custom-glass-anti-fog-table tr,
	.custom-glass-anti-fog-table td {
		display: block;
		width: 100%;
	}

	.custom-glass-anti-fog-table thead {
		display: none;
	}

	.custom-glass-anti-fog-table tbody tr {
		margin-bottom: 15px;
		overflow: hidden;
		border: 1px solid #dce9e6;
		border-radius: 17px;
		background: #ffffff;
		box-shadow: 0 8px 24px rgba(16, 38, 41, 0.04);
	}

	.custom-glass-anti-fog-table tbody tr:last-child {
		margin-bottom: 0;
	}

	.custom-glass-anti-fog-table tbody td,
	.custom-glass-anti-fog-table tbody td:first-child,
	.custom-glass-anti-fog-table tbody td:nth-child(3) {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 11px;
		width: 100%;
		padding: 12px 15px;
		border: none;
		border-bottom: 1px solid #edf2f1;
		background: #ffffff;
		color: #425154;
		font-size: 13.5px;
		line-height: 1.5;
		font-weight: 400;
	}

	.custom-glass-anti-fog-table tbody td:last-child {
		border-bottom: none;
	}

	.custom-glass-anti-fog-table tbody td::before {
		content: attr(data-label);
		color: var(--gel-main-dark);
		font-size: 11px;
		line-height: 1.45;
		font-weight: 800;
		letter-spacing: 0.35px;
		text-transform: uppercase;
	}

	.custom-glass-anti-fog-table tbody td:first-child {
		background: #eef7f5;
		color: var(--anti-fog-ink);
		font-weight: 760;
	}

	.custom-glass-anti-fog-table tbody tr:nth-child(even) td {
		background: #ffffff;
	}

	.custom-glass-anti-fog-table tbody tr:nth-child(even) td:first-child {
		background: #eef7f5;
	}

	.custom-glass-anti-fog-process-note {
		display: block;
		margin-top: 16px;
		padding: 14px 15px;
		font-size: 13px;
	}

	.custom-glass-anti-fog-process-note strong {
		display: block;
		margin-bottom: 3px;
	}

	.custom-glass-anti-fog-material-gallery {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: 30px;
	}

	.custom-glass-anti-fog-material-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.custom-glass-anti-fog-material-card {
		border-radius: 17px;
	}

	.custom-glass-anti-fog-material-image {
		height: 215px;
		padding: 13px;
	}

	.custom-glass-anti-fog-material-card figcaption {
		padding: 18px 18px 20px;
	}

	.custom-glass-anti-fog-material-card h3 {
		font-size: 16px;
	}

	.custom-glass-anti-fog-material-card p {
		font-size: 14px;
		line-height: 1.62;
	}

	.custom-glass-anti-fog-performance-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.custom-glass-anti-fog-performance-image {
		width: 100%;
		height: 210px;
		min-height: 0;
		padding: 14px;
		border-radius: 18px;
	}

	.custom-glass-anti-fog-performance-image img {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: contain;
	}

	.custom-glass-anti-fog-performance-content {
		grid-column: auto;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 20px 18px;
		border-radius: 18px;
	}

	.custom-glass-anti-fog-performance-label {
		margin-bottom: 12px;
		font-size: 9.5px;
	}

	.custom-glass-anti-fog-performance-content > h3 {
		margin-bottom: 16px;
		font-size: 18px;
	}

	.custom-glass-anti-fog-performance-item {
		margin-bottom: 14px;
		padding-left: 17px;
	}

	.custom-glass-anti-fog-performance-item strong {
		font-size: 13.5px;
	}

	.custom-glass-anti-fog-performance-item p {
		font-size: 13.5px;
		line-height: 1.55;
	}

	.custom-glass-anti-fog-applications .gel-usecases-grid {
		grid-template-columns: 1fr;
	}

}
/* ==================== /Custom Glass - Anti-Fog Page ==================== */