:root {
	--easttai-blue: #085db0;
	--easttai-bright-blue: #0089f6;
	--easttai-orange: #f49001;
	--easttai-dark: #231915;
	--easttai-shell: 1180px;
	--easttai-safe-area-bottom: env(safe-area-inset-bottom, 0px);
}


*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

.easttai-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

a {
	color: inherit;
}

.easttai-site-header {
	position: relative;
}

.easttai-shell {
	width: min(100% - 40px, var(--easttai-shell));
	margin-inline: auto;
}

.easttai-header-top {
	position: relative;
	background: rgba(238, 238, 238, 0.82);
}

.easttai-header-grid {
	display: grid;
	grid-template-columns: 600px 580px;
	min-height: 118px;
	align-items: center;
}

.easttai-brand img {
	display: block;
	width: 286px;
	height: auto;
}

@media (min-width: 990px) {
	.easttai-brand {
		align-self: start;
		padding-top: 10px;
	}
}

.easttai-brand p,
.easttai-header-contact {
	margin: 2px 0 0;
	font-size: 16px;
}

.easttai-brand p {
	margin-left: 4.453px;
	color: #000;
	line-height: 1.7;
}

.easttai-header-details {
	display: grid;
	grid-template-columns: 170px 180px 170px;
	gap: 12px 30px;
	align-items: end;
}

.easttai-header-contact {
	grid-column: 1 / -1;
	color: var(--easttai-dark);
	line-height: 1.7;
}

.easttai-desktop-search {
	display: flex;
	grid-column: 2;
	height: 38px;
	border: 1px solid #555;
	background: #fff;
}

.easttai-desktop-search input {
	min-width: 0;
	width: 100%;
	padding: 0 10px;
	border: 0;
	font: inherit;
	font-size: 14px;
	line-height: 36px;
}

.easttai-desktop-search button {
	display: grid;
	width: 36px;
	flex: 0 0 36px;
	place-items: center;
	padding: 0;
	border: 0;
	background: #fff;
	color: #777;
}

.easttai-desktop-search svg {
	fill: currentColor;
}

.easttai-header-contact span {
	margin-left: 16px;
}

.easttai-header-contact a {
	color: inherit;
	text-decoration: none;
}

.easttai-language {
	position: relative;
	grid-column: 3;
	align-self: start;
	width: 160px;
	height: 34px;
	min-height: 34px;
	padding: 4px 10px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	line-height: 23.8px;
}

.easttai-language details {
	position: relative;
}

.easttai-language summary {
	display: flex;
	gap: 4px;
	align-items: center;
	cursor: pointer;
	list-style: none;
}

.easttai-language summary img {
	width: 21px;
	height: 14px;
}

.easttai-language summary::-webkit-details-marker {
	display: none;
}

.easttai-language summary::after {
	content: "▾";
	margin-left: auto;
}

.easttai-language ul {
	position: absolute;
	z-index: 20;
	top: 100%;
	right: 0;
	width: 126px;
	margin: 4px 0 0;
	padding: 8px 12px;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.easttai-language li + li {
	margin-top: 4px;
}

.easttai-language [aria-disabled="true"] {
	color: #666;
}

.easttai-navigation-band {
	min-height: 60px;
	background: var(--easttai-blue) url("../images/navigation-background.jpg") center / auto 60px repeat-x;
}

.easttai-primary-navigation ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.easttai-primary-navigation a {
	display: flex;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-left: 1px solid #127fca;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.easttai-primary-navigation li:last-child a {
	border-right: 1px solid #127fca;
}

.easttai-primary-navigation a:hover,
.easttai-primary-navigation a:focus-visible {
	background: rgba(0, 137, 246, 0.35);
	font-weight: 700;
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.easttai-menu-toggle {
	display: none;
}

.easttai-mobile-search {
	display: none;
}

.easttai-main {
	min-height: 180px;
	padding: 40px 15px;
}

.easttai-site-footer {
	background: var(--easttai-blue);
	color: #fff;
}

.easttai-footer-grid {
	display: grid;
	grid-template-columns: 4fr 5fr 3fr;
	gap: 40px;
	padding-block: 42px 44px;
}

.easttai-footer-qr {
	display: none;
	width: 107px;
	height: 107px;
	margin-top: 8px;
}

body:has(.easttai-legacy-page--about) .easttai-footer-qr {
	display: block;
}

body:has(.easttai-legacy-page--about) .easttai-footer-grid section:first-child ul,
body:has(.easttai-legacy-page--about) .easttai-footer-feedback ul {
	padding-left: 0;
	list-style: none;
}

body:has(.easttai-legacy-page--about) .easttai-footer-grid section:first-child a {
	line-height: 32px;
}

.easttai-site-footer h2 {
	margin: 0 0 11px;
	font-size: 26px;
	font-weight: 400;
}

.easttai-footer-toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-align: left;
}

.easttai-footer-toggle .easttai-icon {
	display: none;
	width: 20px;
	height: 20px;
}

.easttai-site-footer ul {
	margin: 0;
	padding-left: 18px;
}

.easttai-site-footer li + li {
	margin-top: 7px;
}

.easttai-site-footer a {
	color: #fff;
	text-decoration: none;
}

.easttai-site-footer address {
	display: grid;
	gap: 5px;
	font-size: 16px;
	font-style: normal;
}

.easttai-footer-grid > section:nth-child(2) {
	position: relative;
}

.easttai-footer-social {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #fff;
}

.easttai-footer-social .easttai-icon {
	width: 24px;
	height: 24px;
}

.easttai-copyright-strip {
	display: grid;
	height: 54px;
	place-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.72);
	background: var(--easttai-blue);
}

.easttai-copyright {
	margin: 0;
	font-size: 14px;
	text-align: center;
}

.easttai-page-scrollport {
	margin: 0;
}

.easttai-page-scrollport > * {
	margin-block-start: 0;
}

.easttai-contact-controls {
	position: fixed;
	z-index: 50;
	right: 0;
	top: 50%;
	display: grid;
	transform: translateY(-50%);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.easttai-contact-controls a,
.easttai-contact-controls button {
	display: grid;
	width: 65px;
	min-height: 56px;
	place-items: center;
	gap: 0;
	padding: 8px 4px 4px;
	border: 1px solid #eee;
	border-bottom: 0;
	background: #fff;
	color: #999;
	font: inherit;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

.easttai-contact-controls a:hover,
.easttai-contact-controls button:hover,
.easttai-contact-controls a:focus-visible,
.easttai-contact-controls button:focus-visible {
	background: #f7f7f7;
	outline: 2px solid #111;
	outline-offset: -3px;
}

.easttai-icon {
	display: block;
	width: 20px;
	height: 20px;
	color: currentColor;
}

.easttai-icon > svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.easttai-wechat-panel {
	position: fixed;
	z-index: 60;
	right: 88px;
	top: 50%;
	width: 220px;
	padding: 16px;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}

.easttai-wechat-panel[hidden] {
	display: none;
}

.easttai-wechat-panel img {
	display: block;
	width: 100%;
	height: auto;
}

.easttai-wechat-close {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 30px;
	height: 30px;
	border: 0;
	background: #fff;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.easttai-contact-controls {
		padding-bottom: var(--easttai-safe-area-bottom);
	}

	html[data-easttai-scrollport-ready="true"] .easttai-page-scrollport {
		position: fixed;
		inset: 0 0 var(--easttai-contact-controls-height) 0;
		overflow-x: auto;
		overflow-y: auto;
		overscroll-behavior-y: contain;
		-webkit-overflow-scrolling: touch;
	}

	.easttai-contact-controls {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		grid-template-columns: repeat(3, 1fr);
		transform: none;
		box-shadow: none;
	}

	.easttai-contact-controls a,
	.easttai-contact-controls button {
		display: flex;
		width: auto;
		min-height: 56px;
		justify-content: center;
		gap: 8px;
		padding: 0;
		border: 1px solid #d3d3d3;
		border-right: 0;
		font-size: 13px;
	}

	.easttai-wechat-panel {
		right: 50%;
		top: auto;
		bottom: var(--easttai-contact-controls-height);
		transform: translateX(50%);
	}
}

@media (max-width: 989px) {
	.easttai-header-top {
		background: #fff;
	}

	.easttai-header-grid {
		position: relative;
		grid-template-columns: 1fr;
		min-height: 46px;
	}

	.easttai-brand {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 3px 0;
	}

	.easttai-brand img {
		width: 163.421875px;
	}

	.easttai-brand p,
	.easttai-header-details {
		display: none;
	}

	.easttai-navigation-band {
		min-height: 0;
		background: transparent;
	}

	.easttai-navigation-band .easttai-shell {
		width: 100%;
	}

	.easttai-menu-toggle {
		display: flex;
		position: absolute;
		z-index: 12;
		top: 0;
		right: 20px;
		width: 26px;
		height: 46px;
		min-height: 46px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		background: #fff;
		color: #222;
		font: inherit;
		cursor: pointer;
	}

	.easttai-menu-icon {
		display: grid;
		width: 16px;
		gap: 3px;
	}

	.easttai-menu-icon i {
		display: block;
		height: 1px;
		background: #222;
		transition: transform 160ms ease, opacity 160ms ease;
	}

	.easttai-menu-toggle[aria-expanded="true"] .easttai-menu-icon i:first-child {
		transform: translateY(6px) rotate(45deg);
	}

	.easttai-menu-toggle[aria-expanded="true"] .easttai-menu-icon i:nth-child(2) {
		opacity: 0;
	}

	.easttai-menu-toggle[aria-expanded="true"] .easttai-menu-icon i:last-child {
		transform: translateY(-6px) rotate(-45deg);
	}

	.easttai-primary-navigation {
		display: none;
	}

	.easttai-primary-navigation.is-open {
		display: block;
	}

	.easttai-primary-navigation ul {
		display: block;
	}

	.easttai-primary-navigation a {
		min-height: 42px;
		justify-content: flex-start;
		padding-inline: 30px;
		border: 0;
		border-bottom: 1px solid #a8680e;
		background: var(--easttai-orange);
		text-align: left;
	}

	.easttai-primary-navigation a:hover,
	.easttai-primary-navigation a:focus-visible {
		background: var(--easttai-dark);
	}

	.easttai-mobile-search {
		display: block;
		position: relative;
		padding: 10px 20px;
		background: var(--easttai-orange);
	}

	.easttai-search-toggle {
		display: inline-flex;
		min-height: 38px;
		align-items: center;
		padding: 0 14px;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
		cursor: pointer;
	}

	.easttai-menu-toggle:focus-visible,
	.easttai-search-toggle:focus-visible {
		outline: 2px solid var(--easttai-orange);
		outline-offset: -4px;
	}

	.easttai-search-toggle svg {
		fill: currentColor;
	}

	.easttai-mobile-search-panel {
		position: static;
		display: flex;
		width: 100%;
		margin-top: 8px;
		padding: 10px;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
	}

	.easttai-mobile-search-panel[hidden] {
		display: none;
	}

	.easttai-mobile-search-panel input {
		min-width: 0;
		flex: 1;
		height: 40px;
		padding: 0 10px;
		border: 1px solid #999;
		font: inherit;
	}

	.easttai-mobile-search-panel button {
		min-height: 40px;
		padding: 0 12px;
		border: 0;
		background: var(--easttai-orange);
		color: #fff;
		font: inherit;
		cursor: pointer;
	}

	.easttai-main {
		min-height: 100px;
		padding-block: 25px;
	}

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

	.easttai-site-footer h2 {
		font-size: 26px;
	}

	.easttai-footer-toggle .easttai-icon {
		display: block;
	}

}

@media (min-width: 990px) and (max-width: 1219px) {
	.easttai-shell {
		width: 960px;
	}

	.easttai-header-grid {
		grid-template-columns: 490px 470px;
		min-height: 146px;
	}

	.easttai-header-details {
		grid-template-columns: 133.333px 143.334px 133.333px;
	}

	.easttai-language {
		width: 133.333px;
	}

	.easttai-primary-navigation a,
	.easttai-primary-navigation li:last-child a {
		border-right: 0;
		border-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 989px) {
	.easttai-shell {
		width: 750px;
	}
}

@media (max-width: 767px) {
	.easttai-shell {
		width: calc(100% - 40px);
	}
}

@media (max-width: 420px) {

	.easttai-contact-controls span {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.easttai-menu-icon i {
		transition: none;
	}
}

/* Task 8: content templates. */
.easttai-main.easttai-page:has(.easttai-legacy-page) {
	width: 100%;
	max-width: none;
	padding: 0;
}

.easttai-main.easttai-page > .easttai-legacy-page {
	width: 100%;
	max-width: none;
}

.easttai-legacy-banner {
	display: flex;
	min-height: 300px;
	align-items: stretch;
	background-color: #edf1f4;
	background-image: var(--easttai-page-banner);
	background-position: left 0;
	background-repeat: no-repeat;
	background-size: auto 300px;
}

.easttai-legacy-page--products .easttai-legacy-banner {
	background-position: left 1px;
}

.easttai-legacy-banner .easttai-shell {
	display: flex;
	align-items: flex-start;
	padding-top: 100px;
}

.easttai-main .easttai-legacy-banner h1 {
	margin: 0;
	color: #ff8c00;
	font-size: 48px;
	font-weight: 700;
	line-height: normal;
}

.easttai-legacy-page--about .easttai-legacy-banner .easttai-shell {
	justify-content: center;
}

.easttai-breadcrumb {
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #555;
	font-size: 14px;
}

.easttai-breadcrumb .easttai-shell {
	display: flex;
	min-height: 50px;
	align-items: center;
	gap: 7px;
}

.easttai-breadcrumb .easttai-icon--home {
	width: 13px;
	height: 13px;
	color: #777;
}

.easttai-breadcrumb a {
	color: #555;
	text-decoration: none;
}

.easttai-breadcrumb a:hover,
.easttai-breadcrumb a:focus-visible {
	color: var(--easttai-orange);
}

.easttai-legacy-page-body {
	background: #fff;
}

.easttai-legacy-page-body > .easttai-shell {
	padding-block: 75px;
}

.easttai-main h1,
.easttai-main h2,
.easttai-main h3,
.easttai-main p {
	overflow-wrap: anywhere;
}

.easttai-main h1 {
	margin: 0 0 24px;
	color: var(--easttai-orange);
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 400;
	line-height: 1.08;
}

.easttai-main h2 {
	margin: 0 0 18px;
	color: #222;
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 500;
	line-height: 1.2;
}

.easttai-main h2.easttai-imported-heading {
	margin: 0 0 24px;
	color: var(--easttai-orange);
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 400;
	line-height: 1.08;
}

.easttai-main h3 {
	font-size: 18px;
	line-height: 1.3;
}

.easttai-main p {
	line-height: 1.75;
}

.easttai-main img {
	max-width: 100%;
	height: auto;
}

.easttai-main a:focus-visible,
.easttai-main button:focus-visible,
.easttai-main input:focus-visible,
.easttai-main textarea:focus-visible {
	outline: 3px solid var(--easttai-orange);
	outline-offset: 3px;
}

.easttai-front-page {
	padding: 0;
}

.easttai-home-hero {
	display: flex;
	min-height: clamp(340px, 39.27vw, 754px);
	align-items: center;
	background: #284e68 url("../images/templates/home-banner.jpg") center / cover no-repeat;
	color: #fff;
}

.easttai-home-hero .easttai-shell {
	padding-right: 42%;
}

.easttai-home-hero p {
	margin: 0 0 10px;
	font-size: clamp(16px, 1.6vw, 24px);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.easttai-home-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 5.5vw, 78px);
	font-weight: 700;
	line-height: 1.03;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
}

.easttai-home-section {
	padding: 72px 15px;
}

.easttai-kicker {
	margin: 0 0 7px;
	color: var(--easttai-orange);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.easttai-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 371px;
	gap: clamp(40px, 7vw, 96px);
	align-items: center;
}

.easttai-about-grid > div > p:not(.easttai-kicker) {
	max-width: 650px;
	color: #545454;
}

.easttai-about-grid > img {
	display: block;
	width: 371px;
}

.easttai-button,
.easttai-main .wp-block-button__link,
.easttai-inquiry-form button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	border: 0;
	border-radius: 0;
	background: var(--easttai-blue);
	color: #fff;
	font: inherit;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.easttai-button:hover,
.easttai-main .wp-block-button__link:hover,
.easttai-inquiry-form button:hover {
	background: var(--easttai-orange);
}

.easttai-home-products {
	background: #f4f7fa;
	text-align: center;
}

.easttai-section-intro {
	max-width: 820px;
	margin: 0 auto 38px;
	color: #545454;
}

.easttai-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	text-align: left;
}

.easttai-product-item {
	min-width: 0;
	padding-top: 12px;
	border-top: 3px solid var(--easttai-blue);
}

.easttai-product-image {
	display: block;
	overflow: hidden;
	background: #dfe8ef;
	aspect-ratio: 5 / 4;
}

.easttai-product-image img,
.easttai-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.easttai-image-placeholder {
	background: linear-gradient(135deg, #eef4f8 0 42%, #d5e2eb 42% 58%, #eef4f8 58% 100%);
}

.easttai-product-item h3 {
	margin: 16px 0 7px;
}

.easttai-product-item h3 a {
	color: #222;
	text-decoration: none;
}

.easttai-product-item h3 a:hover,
.easttai-product-item h3 a:focus-visible,
.easttai-text-link:hover,
.easttai-text-link:focus-visible {
	color: var(--easttai-orange);
}

.easttai-product-item p {
	margin: 0 0 8px;
	color: #545454;
	font-size: 14px;
}

.easttai-text-link {
	color: var(--easttai-blue);
	font-size: 14px;
	font-weight: 700;
}

.easttai-section-action {
	margin: 38px 0 0;
	text-align: center;
}

.easttai-advantage-list {
	display: grid;
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.easttai-advantage-list li {
	display: grid;
	grid-template-columns: minmax(280px, 451px) minmax(0, 1fr);
	gap: clamp(34px, 7vw, 90px);
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #d9d9d9;
}

.easttai-advantage-list li:nth-child(even) img {
	order: 2;
}

.easttai-advantage-list img {
	display: block;
	width: 451px;
	max-height: 235px;
	object-fit: contain;
}

.easttai-advantage-number {
	display: block;
	margin-bottom: 6px;
	color: var(--easttai-blue);
	font-size: 38px;
	font-weight: 700;
}

.easttai-advantage-list h3 {
	margin: 0 0 12px;
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 500;
}

.easttai-advantage-list p {
	margin: 0;
	color: #545454;
}

.easttai-home-performance {
	background: #fff;
	text-align: center;
}

.easttai-home-performance .easttai-kicker {
	color: var(--easttai-orange);
}

.easttai-performance-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.easttai-performance-gallery a {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.easttai-performance-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.easttai-archive,
.easttai-single,
.easttai-page,
.easttai-search-results,
.easttai-not-found,
.easttai-single-product {
	width: min(100% - 30px, var(--easttai-shell));
	margin-inline: auto;
	padding: 56px 0 70px;
}

.easttai-main .wp-block-separator {
	width: 100%;
	margin: 22px 0 34px;
	border: 0;
	border-top: 1px solid #ddd;
}

.easttai-catalog-layout {
	display: grid;
	grid-template-columns: 225px minmax(0, 1fr);
	gap: 20px;
}

.easttai-category-navigation {
	align-self: start;
	margin-top: -2px;
	border-top: 0;
}

.easttai-category-navigation h2 {
	margin: 0;
	height: 105.6px;
	padding: 0;
	background: #2d7fc0 url("../images/templates/product-category-heading-background.png") center / auto repeat;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 105.6px;
	text-align: center;
}

.easttai-category-navigation ul {
	margin: 0;
	padding: 10px 18px 16px 36px;
	border: 1px solid #ddd;
	border-top: 0;
}

.easttai-category-navigation li + li {
	margin-top: 8px;
}

.easttai-category-navigation a {
	color: #333;
}

.easttai-category-navigation a:hover,
.easttai-category-navigation a:focus-visible {
	color: var(--easttai-orange);
}

.easttai-category-navigation > ul {
	margin: 0;
	padding: 0 0 3px;
	border: 1px solid #d6d6d6;
	border-top: 0;
	list-style: none;
}

.easttai-category-navigation > ul > li {
	margin-inline: 1px;
	border-bottom: 1px solid #d6d6d6;
}

.easttai-category-navigation > ul > li:last-child {
	border-bottom: 0;
}

.easttai-category-navigation li + li {
	margin-top: 0;
}

.easttai-category-navigation li > a {
	display: block;
	padding: 11px 14px 11px 28px;
	line-height: 24.796875px;
	text-decoration: none;
}

.easttai-category-navigation li > a::before {
	display: inline-grid;
	width: 11px;
	height: 11px;
	margin: 0 8px 0 -18px;
	place-items: center;
	background: #aaa;
	color: #fff;
	content: "+";
	font-size: 10px;
	line-height: 1;
}

.easttai-category-navigation ul ul {
	display: none;
	margin: 0;
	padding: 0 0 7px 20px;
	border: 0;
	list-style: none;
}

.easttai-category-navigation li:hover > ul,
.easttai-category-navigation li:focus-within > ul {
	display: block;
}

.easttai-category-navigation ul ul a {
	padding-block: 6px;
	font-size: 14px;
}

.easttai-product-contact-strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 38px;
	text-align: center;
}

.easttai-product-contact-strip > div {
	display: grid;
	min-width: 0;
	justify-items: center;
	gap: 7px;
}

.easttai-product-contact-strip .easttai-icon {
	width: 50px;
	height: 50px;
	padding: 11px;
	border: 2px solid #0355ab;
	border-radius: 50%;
	color: #0355ab;
}

.easttai-product-contact-strip a {
	max-width: 100%;
	color: #333;
	font-size: 12px;
	overflow-wrap: anywhere;
}

.easttai-product-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding-bottom: 10px;
}

.easttai-product-list .easttai-product-item {
	display: flex;
	height: 388px;
	min-width: 0;
	flex-direction: column;
	padding: 5px;
	border: 1px solid #ccc;
}

.easttai-product-list .easttai-product-image {
	display: flex;
	flex: 0 0 auto;
	min-height: 0;
	align-items: center;
	justify-content: center;
	background: #fff;
	aspect-ratio: 1 / 1;
	margin: 0;
}

.easttai-product-list .easttai-product-image:has(.easttai-image-placeholder) {
	aspect-ratio: 5 / 4;
}

.easttai-product-list .easttai-product-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.easttai-product-list .easttai-product-item h3 {
	display: flex;
	height: 40px;
	align-items: flex-start;
	justify-content: center;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.easttai-product-inquire {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	min-height: 36px;
	justify-content: center;
	gap: 7px;
	margin-top: 0;
	border: 1px solid #ddd;
	background: #fafafa;
	color: #333;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none;
}

.easttai-product-inquire .easttai-icon {
	width: 15px;
	height: 15px;
	color: #0355ab;
}

.easttai-pagination {
	display: flex;
	position: absolute;
	z-index: 1;
	right: 0;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: 10px;
}

.easttai-pagination a,
.easttai-pagination span {
	display: inline-flex;
	min-width: 34px;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-decoration: none;
}

.easttai-pagination [aria-current="page"] {
	border-color: var(--easttai-blue);
	background: var(--easttai-blue);
	color: #fff;
}

.easttai-product-inquiry-section {
	min-height: 465px;
	margin-top: 10px;
	padding-top: 0;
	border-top: 0;
}

.easttai-product-inquiry-section > h2 {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 400;
}

.easttai-catalog-products {
	position: relative;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy {
	display: block;
	max-width: none;
	padding-top: 3px;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy p {
	margin: 0 0 20px;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy label {
	position: relative;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy label:has([required])::before {
	position: absolute;
	left: 113px;
	color: #e00000;
	content: "*";
}

.easttai-inquiry-form.easttai-inquiry-form--legacy input,
.easttai-inquiry-form.easttai-inquiry-form--legacy textarea {
	width: 92%;
	min-height: 30px;
	height: 30px;
	padding: 4px 6px;
	border-color: #ccc;
	border-radius: 4px;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy textarea {
	height: 90px;
	min-height: 90px;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy p:has(textarea) label {
	align-items: start;
}

.easttai-inquiry-form.easttai-inquiry-form--legacy button {
	min-width: 106px;
	min-height: 32px;
	margin-left: 180px;
	padding: 5px 16px;
	border-radius: 4px;
	background: #5cb85c;
	font-size: 14px;
}

.easttai-about-page {
	display: grid;
	grid-template-columns: 5fr 7fr;
	align-items: start;
}

@media (min-width: 990px) {
	.easttai-about-page {
		width: calc(100% + 20px);
		margin-inline: -10px;
	}
}

.easttai-about-media,
.easttai-about-copy {
	min-width: 0;
	padding-inline: 10px;
}

.easttai-about-media {
	padding-top: 66px;
}

.easttai-about-media img {
	display: block;
	width: 517px;
	max-width: 100%;
	height: auto;
}

.easttai-about-copy h2 {
	margin: 0 0 32px;
	color: #2574bf;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.easttai-about-copy {
	padding-top: 60px;
}

.easttai-about-copy p {
	position: relative;
	margin: 0;
	padding-left: 0;
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

.easttai-about-copy p::before {
	position: static;
	content: "◇ ";
}

.easttai-contact-page {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

.easttai-map-wrapper {
	width: 100%;
	min-width: 0;
	height: 340px;
	overflow: hidden;
}

.easttai-map-wrapper iframe {
	display: block;
	width: 100%;
	height: 340px;
	border: 0;
}

.easttai-contact-card {
	min-height: 394px;
	padding: 10px 18px;
	border: 1px solid #ddd;
	color: #545454;
}

.easttai-legacy-page--about .easttai-legacy-page-body > .easttai-shell {
	padding-bottom: 68px;
}

.easttai-legacy-page--contact .easttai-legacy-page-body > .easttai-shell {
	padding: 85px 0 97px;
}

.easttai-legacy-page--products .easttai-legacy-page-body > .easttai-shell {
	padding-top: 80px;
	padding-bottom: 86px;
}

@media (min-width: 1220px) {
	.easttai-footer-grid {
		grid-template-columns: 400px 500px 280px;
		gap: 0;
		height: 284px;
	}

	.easttai-footer-grid section:nth-child(2) {
		transform: translateY(-12px);
	}

	.easttai-about-media {
		padding-top: 66px;
		transform: translateY(1.390625px);
	}

	.easttai-about-copy {
		padding-top: 60px;
		transform: translateY(1.390625px);
	}

	.easttai-about-copy p {
		transform: translateY(0.609375px);
	}

	.easttai-catalog-layout {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	body:has(.easttai-legacy-page--contact) .easttai-footer-grid {
		padding-bottom: 62px;
		height: 302px;
	}

	body:has(.easttai-legacy-page--products) .easttai-footer-grid {
		padding-bottom: 61px;
		height: 301px;
	}

	.easttai-about-copy p {
		margin-left: 10px;
	}
}

.easttai-product-detail:not(.easttai-product-detail--single-layer-press-felt)
	.easttai-product-content h2.easttai-imported-heading {
	margin: 0 0 24px;
	color: var(--easttai-orange);
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 400;
	line-height: 1.08;
}

.easttai-contact-card h2 {
	margin: 0;
	color: #333;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.8;
}

.easttai-contact-card address {
	display: grid;
	gap: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 2.9;
}

.easttai-contact-card p {
	display: block;
	margin: 0;
	min-height: 40.6px;
	line-height: 40.6px;
}

.easttai-contact-card .easttai-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	vertical-align: -2px;
	color: #545454;
}

.easttai-contact-card a {
	color: #545454;
}

.easttai-product-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(35px, 6vw, 78px);
	align-items: start;
}

.easttai-product-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.easttai-product-gallery figure {
	grid-column: span 1;
	margin: 0;
	background: #f3f5f6;
	aspect-ratio: 5 / 4;
}

.easttai-product-gallery figure:first-child:last-child {
	grid-column: 1 / -1;
}

.easttai-product-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.easttai-gallery-placeholder {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, #f2f6f8 0 45%, #dce8ee 45% 55%, #f2f6f8 55% 100%);
	aspect-ratio: 5 / 4;
}

.easttai-product-copy h1 {
	color: #222;
	font-size: clamp(34px, 4vw, 52px);
}

.easttai-product-lede {
	color: #4d4d4d;
	font-size: 18px;
}

.easttai-product-model {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 10px 18px;
	margin: 20px 0;
	padding: 14px 0;
	border-block: 1px solid #ddd;
}

.easttai-product-model dt {
	font-weight: 700;
}

.easttai-product-model dd {
	margin: 0;
}

.easttai-product-content,
.easttai-related,
.easttai-inquiry {
	margin-top: 62px;
	padding-top: 28px;
	border-top: 3px solid var(--easttai-blue);
}

.easttai-product-content table,
.easttai-page table,
.easttai-news-detail table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.easttai-product-content td,
.easttai-product-content th,
.easttai-page td,
.easttai-page th,
.easttai-news-detail td,
.easttai-news-detail th {
	padding: 8px;
	border: 1px solid #ccc;
}

.easttai-related .easttai-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.easttai-inquiry-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
	max-width: 860px;
}

.easttai-inquiry-form p {
	margin: 0;
}

.easttai-inquiry-form p:has(textarea),
.easttai-inquiry-form p:has(button),
.easttai-inquiry-result {
	grid-column: 1 / -1;
}

.easttai-inquiry-form label {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.easttai-inquiry-form input,
.easttai-inquiry-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #999;
	font: inherit;
}

.easttai-inquiry-form textarea {
	min-height: 145px;
	resize: vertical;
}

.easttai-news-archive > .wp-block-query-title,
.easttai-search-results > .wp-block-query-title {
	margin-bottom: 34px;
}

.easttai-news-item,
.easttai-search-item {
	padding: 28px 0;
	border-top: 1px solid #ddd;
}

.easttai-news-item:first-child,
.easttai-search-item:first-of-type {
	border-top: 3px solid var(--easttai-blue);
}

.easttai-news-meta {
	gap: 8px 18px;
	margin-bottom: 8px;
	color: #666;
	font-size: 14px;
}

.easttai-news-meta a {
	color: var(--easttai-blue);
}

.easttai-news-item h2,
.easttai-search-item h3 {
	margin-bottom: 8px;
}

.easttai-news-item h2 a,
.easttai-search-item h3 a {
	color: #222;
	text-decoration: none;
}

.easttai-news-item h2 a:hover,
.easttai-search-item h3 a:hover {
	color: var(--easttai-orange);
}

.easttai-news-detail > .wp-block-post-content,
.easttai-page > .wp-block-post-content {
	color: #454545;
	line-height: 1.75;
}

.easttai-news-detail > .wp-block-post-content > *,
.easttai-page > .wp-block-post-content > * {
	max-width: 100%;
}

.easttai-search-group + .easttai-search-group {
	margin-top: 55px;
}

.easttai-search-group > h2 {
	padding-bottom: 12px;
	border-bottom: 3px solid var(--easttai-blue);
}

.easttai-not-found {
	min-height: 440px;
}

.easttai-not-found .wp-block-search {
	max-width: 620px;
	margin-top: 34px;
}

.easttai-not-found .wp-block-search__input {
	min-width: 0;
	min-height: 44px;
	border: 1px solid #888;
}

.easttai-not-found .wp-block-search__button {
	border: 0;
	background: var(--easttai-blue);
	color: #fff;
}

.easttai-empty-state {
	color: #666;
	font-style: italic;
}

@media (max-width: 989px) {
	.easttai-legacy-page--products .easttai-legacy-page-body > .easttai-shell {
		padding-top: 15px;
		padding-bottom: 80px;
	}

	.easttai-home-hero {
		min-height: clamp(300px, 62vw, 520px);
		background-position: 62% center;
	}

	.easttai-home-hero .easttai-shell {
		padding-right: 30%;
	}

	.easttai-home-section {
		padding-block: 52px;
	}

	.easttai-about-grid,
	.easttai-product-summary {
		grid-template-columns: 1fr;
	}

	.easttai-about-grid > img {
		width: min(371px, 100%);
		margin-inline: auto;
	}

	.easttai-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.easttai-advantage-list li {
		grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
		gap: 30px;
	}

	.easttai-catalog-layout {
		grid-template-columns: 1fr;
	}

	.easttai-category-navigation > ul {
		display: none;
	}

	.easttai-about-page {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.easttai-contact-page {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.easttai-legacy-page--contact .easttai-legacy-page-body > .easttai-shell {
		padding: 80px 0 75px;
	}

	body:has(.easttai-legacy-page--contact) .easttai-footer-grid {
		padding-bottom: 94px;
	}

	.easttai-about-media img {
		margin-inline: auto;
	}

	.easttai-about-media {
		padding-top: 60px;
	}

	.easttai-about-copy {
		padding-top: 0;
	}

	.easttai-product-list {
		container-type: inline-size;
		grid-template-columns: 1fr;
	}

	.easttai-product-list .easttai-product-item {
		height: calc(100cqw + 101px);
	}

	.easttai-category-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 24px;
	}

	.easttai-related .easttai-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.easttai-performance-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.easttai-copyright-strip {
		place-items: start center;
		border-top-color: #fff;
	}

	.easttai-copyright {
		margin-top: 5px;
		font-size: 16px;
		line-height: 27.2px;
	}

	.easttai-pagination {
		gap: 4px;
	}

	.easttai-pagination a,
	.easttai-pagination span {
		min-width: 28px;
		min-height: 28px;
		padding: 2px 6px;
		font-size: 12px;
	}

	.easttai-pagination [aria-current="page"] {
		background: transparent;
		color: var(--easttai-blue);
	}

	.easttai-contact-card address {
		font-weight: 700;
		line-height: 41.333333px;
	}

	.easttai-contact-card p {
		min-height: 41.333333px;
		line-height: 41.333333px;
	}

	.easttai-contact-card a[href^="tel:"] {
		text-decoration: none;
	}

	.easttai-header-grid {
		min-height: 45px;
	}

	.easttai-menu-toggle {
		height: 45px;
		min-height: 45px;
	}

	.easttai-legacy-page--products .easttai-legacy-page-body > .easttai-shell {
		padding-bottom: 82.015625px;
	}

	.easttai-footer-grid {
		height: 560px;
	}

	.easttai-legacy-page--about .easttai-legacy-page-body > .easttai-shell {
		padding-bottom: 64px;
	}

	.easttai-legacy-page--contact .easttai-legacy-page-body > .easttai-shell {
		padding-bottom: 84px;
	}

	.easttai-breadcrumb .easttai-shell {
		width: 100%;
		min-height: 51px;
	}

	.easttai-about-media,
	.easttai-about-copy {
		padding-inline: 0;
		transform: translateY(1.796875px);
	}

	.easttai-about-copy p {
		width: calc(100% - 10px);
		margin-left: 10px;
		transform: translateY(1.2px);
	}

	.easttai-contact-controls > a > span:last-child,
	.easttai-contact-controls > button > span:last-child {
		display: none;
	}

	.easttai-footer-grid {
		align-content: start;
		row-gap: 3px;
		transform: translateY(1px);
	}

	.easttai-site-footer address {
		gap: 0;
		transform: translateY(-4.203125px);
	}

	.easttai-footer-grid > section:nth-child(2) > h2 {
		transform: translateY(-1px);
	}

	.easttai-site-footer address span:first-child,
	.easttai-site-footer address span:nth-child(n + 2) {
		line-height: 32px;
	}

	.easttai-site-footer address span:nth-child(n + 2) {
		font-size: 16px;
	}

	.easttai-site-footer address span:nth-child(2) {
		margin-top: -2px;
	}

	.easttai-footer-social {
		position: absolute;
		top: 246px;
		left: 0;
	}

	.easttai-footer-grid section:first-child li {
		line-height: 32px;
	}

	.easttai-footer-grid section:first-child li + li {
		margin-top: 0;
	}

	.easttai-footer-feedback ul {
		transform: translateY(2px);
	}

	.easttai-footer-feedback {
		margin-top: 34px;
	}

	.easttai-footer-qr {
		transform: translateY(-3px);
	}

	.easttai-legacy-page--contact .easttai-legacy-page-body > .easttai-shell {
		padding: 80px 0 93px;
	}

	.easttai-contact-page {
		gap: 13px;
	}

	.easttai-contact-card {
		min-height: 473.734375px;
		padding-top: 10px;
	}

	body:has(.easttai-legacy-page--contact) .easttai-footer-grid {
		padding-bottom: 138px;
	}

	.easttai-home-hero {
		min-height: 330px;
		background-position: 67% center;
	}

	.easttai-product-contact-strip {
		grid-template-columns: 1fr;
	}

	.easttai-product-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.easttai-product-list .easttai-product-item {
		height: calc((100cqw - 20px) / 3 + 101px);
		padding: 5px;
	}

	.easttai-product-list .easttai-product-item:nth-child(n + 5) {
		height: calc((100cqw - 20px) / 3 + 81px);
	}

	.easttai-product-list .easttai-product-item:nth-child(n + 5) .easttai-product-image {
		height: 78.375px;
		aspect-ratio: auto;
	}

	.easttai-product-list .easttai-product-item:nth-child(-n + 4) .easttai-product-image {
		height: 97.984375px;
		aspect-ratio: auto;
	}

	.easttai-product-list .easttai-product-inquire {
		border-color: #dcdcdc;
	}

	.easttai-product-inquiry-section > h2 {
		font-size: 24px;
		transform: translateY(8px);
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(1) {
		transform: translateY(5px);
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(2),
	.easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(3) {
		transform: translateY(4px);
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(4),
	.easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(5) {
		transform: translateY(3px);
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(6) {
		transform: translateY(2px);
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy label {
		grid-template-columns: 1fr;
		gap: 6px;
		text-align: left;
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy {
		margin-top: 2.15625px;
		padding-top: 0;
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy label:has([required])::before {
		left: -10px;
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy input,
	.easttai-inquiry-form.easttai-inquiry-form--legacy textarea {
		width: calc(100% + 2px);
		margin-left: -1px;
	}

	.easttai-inquiry-form.easttai-inquiry-form--legacy button {
		margin-left: 0;
	}

	.easttai-copyright-strip {
		transform: none;
	}

	.easttai-home-hero::before {
		position: absolute;
		inset: 72px 0 auto;
		content: "";
	}

	.easttai-home-hero .easttai-shell {
		padding-right: 18%;
	}

	.easttai-home-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.easttai-home-section {
		padding: 44px 12px;
	}

	.easttai-product-grid,
	.easttai-related .easttai-product-grid,
	.easttai-advantage-list li,
	.easttai-inquiry-form {
		grid-template-columns: 1fr;
	}

	.easttai-performance-gallery {
		display: flex;
		margin-inline: -12px;
		padding: 0 12px 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.easttai-performance-gallery a {
		min-width: min(78vw, 300px);
		scroll-snap-align: start;
	}

	.easttai-advantage-list li:nth-child(even) img {
		order: 0;
	}

	.easttai-advantage-list img {
		width: 100%;
	}

	.easttai-category-navigation ul {
		grid-template-columns: 1fr;
	}

	.easttai-product-gallery {
		grid-template-columns: 1fr;
	}

	.easttai-product-gallery figure,
	.easttai-product-gallery figure:first-child:last-child,
	.easttai-gallery-placeholder {
		grid-column: 1;
	}

	.easttai-archive,
	.easttai-single,
	.easttai-page,
	.easttai-search-results,
	.easttai-not-found,
	.easttai-single-product {
		width: calc(100% - 24px);
		padding-block: 38px 50px;
	}
}

@media (min-width: 601px) and (max-width: 989px) {
	.easttai-catalog-layout {
		width: calc(100% - 20px);
		margin-inline: auto;
	}

	.easttai-footer-grid {
		height: 528px;
		width: calc(100% - 38px);
		align-content: start;
		padding-top: 33px;
		row-gap: 3px;
	}

	.easttai-site-footer address {
		gap: 0;
		transform: translateY(0.796875px);
	}

	.easttai-site-footer address span:nth-child(n + 2) {
		font-size: 14px;
		line-height: 28px;
	}

	.easttai-site-footer address span:nth-child(2) {
		margin-top: 17px;
	}

	.easttai-footer-grid section:first-child li {
		line-height: 32px;
	}

	.easttai-footer-grid section:first-child li + li {
		margin-top: 0;
	}

	.easttai-footer-feedback ul {
		transform: translateY(2px);
	}

	.easttai-footer-feedback {
		margin-top: 47px;
	}

	.easttai-footer-qr {
		transform: translateY(-4px);
	}

	.easttai-copyright-strip {
		transform: translateY(-4px);
	}

	.easttai-about-media,
	.easttai-about-copy {
		transform: translateY(1.796875px);
	}

	.easttai-legacy-page--about .easttai-legacy-page-body > .easttai-shell {
		padding-bottom: 63px;
	}

	.easttai-about-copy p {
		width: calc(100% - 10px);
		margin-left: 10px;
		transform: translateY(0.609375px);
	}

	.easttai-legacy-page--contact .easttai-legacy-page-body > .easttai-shell {
		width: calc(100% - 38px);
		padding-bottom: 91px;
	}

	.easttai-contact-page {
		gap: 13px;
	}

	.easttai-contact-card address {
		margin-top: 0;
		font-weight: 700;
		line-height: 40.6px;
	}

	.easttai-contact-card p {
		min-height: 41.666667px;
		line-height: 40.6px;
	}

	.easttai-contact-card a[href^="tel:"] {
		text-decoration: none;
	}
}

@media (min-width: 990px) and (max-width: 1024px) {
	.easttai-legacy-page--contact .easttai-legacy-banner {
		box-shadow: inset 0 -1px #fff;
	}

	.easttai-legacy-page-body {
		border-top-color: transparent;
	}

	.easttai-copyright-strip {
		border-top-color: #fff;
	}

	.easttai-legacy-page--about .easttai-legacy-page-body > .easttai-shell {
		padding-bottom: 67.203125px;
	}

	.easttai-legacy-page--contact .easttai-legacy-page-body > .easttai-shell {
		padding-bottom: 98px;
	}

	.easttai-contact-card {
		min-height: 392px;
	}

	.easttai-footer-grid {
		height: 334px;
		grid-template-columns: 306.65625px 388.328125px 225px;
		gap: 20px;
		padding-top: 29.203125px;
	}

	.easttai-footer-grid > section:first-child > h2,
	.easttai-footer-feedback > h2 {
		margin-bottom: 0;
		line-height: 54.6px;
	}

	.easttai-footer-grid > section:nth-child(2) > h2 {
		margin-bottom: 17.203125px;
		line-height: 31.796875px;
	}

	.easttai-site-footer address {
		gap: 8px;
	}

	.easttai-footer-qr {
		transform: translateY(-13px);
	}

	.easttai-about-media,
	.easttai-about-copy {
		transform: translateY(0.59375px);
	}

	.easttai-about-copy p {
		width: calc(100% - 10px);
		margin-left: 10px;
		transform: translateY(0.609375px);
	}

	.easttai-contact-card address {
		margin-top: 0;
		font-weight: 700;
		line-height: 40.6px;
	}

	.easttai-contact-card p {
		min-height: 40.6px;
		line-height: 40.6px;
	}

	.easttai-legacy-page--products .easttai-legacy-page-body > .easttai-shell {
		padding-top: 29.59375px;
	}

	.easttai-legacy-page--products .easttai-category-navigation {
		margin-top: -10px;
	}

	.easttai-product-list {
		container-type: inline-size;
		grid-template-columns: 1fr;
	}

	.easttai-product-list .easttai-product-item {
		height: calc(100cqw + 101px);
	}
}

@media (max-width: 989px) {
	.easttai-category-navigation {
		box-sizing: border-box;
		transform: translateY(1.796875px);
		border: 1px solid #d6d6d6;
	}

	.easttai-category-navigation > ul {
		display: none;
	}
}

@media (max-width: 768px) {
	.easttai-contact-controls {
		box-sizing: border-box;
		height: calc(56px + var(--easttai-safe-area-bottom));
		min-height: calc(56px + var(--easttai-safe-area-bottom));
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
	}

	.easttai-contact-controls > a,
	.easttai-contact-controls > button {
		margin-left: 1px;
		border-color: #eee;
		border-bottom: 0;
	}

	.easttai-product-contact-strip {
		gap: 10px;
		margin-top: 17px;
		margin-bottom: 15px;
	}

	.easttai-product-contact-strip > div {
		box-sizing: border-box;
		height: 147.796875px;
		grid-template-rows: 78px 26px 23px;
		align-content: start;
		gap: 0;
		border: 1px solid #ccc;
	}

	.easttai-product-contact-strip .easttai-icon {
		align-self: start;
		margin-top: 15px;
	}

	.easttai-product-contact-strip strong {
		font-size: 16px;
		font-weight: 700;
		line-height: 25.6px;
	}

	.easttai-product-contact-strip a {
		font-size: 14px;
		line-height: 22.4px;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	.easttai-product-contact-strip {
		grid-template-columns: 1fr;
	}

	.easttai-contact-controls > a > span:last-child,
	.easttai-contact-controls > button > span:last-child {
		display: none;
	}
}

/* Task 11: old-static Home and product-detail visual authority. */
.easttai-home--archived .easttai-home-about {
	display: flex;
	height: 420px;
	align-items: center;
	padding: 0 20px;
	background: #fff url("../images/templates/home-about-background.png") left top / auto repeat;
}

.easttai-home--archived .easttai-home-about-copy {
	width: 650px;
	max-width: 100%;
}

.easttai-home--archived .easttai-home-about-copy h2 {
	position: relative;
	margin: 0 0 44px;
	color: #666;
	font-size: 36px;
	font-weight: 400;
}

.easttai-home--archived .easttai-home-about-copy h2::after {
	position: absolute;
	top: -46px;
	left: 225px;
	width: 94px;
	height: 94px;
	border: 1px solid #aaa;
	content: "";
}

.easttai-home--archived .easttai-home-about-copy p {
	margin: 0 0 35px;
	color: #545454;
	font-size: 14px;
	line-height: 1.85;
}

.easttai-home--archived .easttai-home-about-copy .easttai-button {
	min-width: 156px;
	min-height: 34px;
	padding: 7px 18px;
	font-size: 13px;
	background: #2574bf;
}

.easttai-home--archived .easttai-home-product-intro {
	display: flex;
	height: 145px;
	align-items: center;
	background: #085db0 url("../images/templates/home-product-intro-background.png") left top / auto repeat;
	color: #fff;
	text-align: center;
}

.easttai-home--archived .easttai-home-product-intro h2 {
	margin: 0 0 13px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.easttai-home--archived .easttai-home-product-intro h2 strong {
	color: #ffd700;
}

.easttai-home--archived .easttai-home-product-intro p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.easttai-home--archived .easttai-home-catalog {
	height: 1660px;
	padding: 68px 0;
	background: #fff;
}

.easttai-home--archived .easttai-home-catalog .easttai-catalog-layout {
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 30px;
}

.easttai-home--archived .easttai-home-catalog .easttai-product-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.easttai-home--archived .easttai-home-catalog .easttai-product-item {
	height: 260px;
}

.easttai-home--archived .easttai-home-catalog .easttai-product-inquire {
	display: none;
}

.easttai-home--archived .easttai-home-advantage {
	height: 1590px;
	padding: 70px 20px 0;
	background: #f7f7f7 url("../images/templates/home-advantage-background.png") left top / auto repeat;
}

.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2,
.easttai-home--archived .easttai-home-performance h2 {
	display: flex;
	align-items: center;
	gap: 26px;
	justify-content: center;
	margin: 0;
	color: #085db0;
	font-size: 27px;
	font-weight: 700;
}

.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::before,
.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::after,
.easttai-home--archived .easttai-home-performance h2::before,
.easttai-home--archived .easttai-home-performance h2::after {
	height: 1px;
	background: #2574bf;
	content: "";
	flex: 1;
}

.easttai-home--archived .easttai-advantage-list {
	display: block;
	margin: 70px 0 0;
}

.easttai-home--archived .easttai-advantage-list li {
	display: block;
	height: 270px;
	padding: 0;
	border: 0;
}

.easttai-home--archived .easttai-advantage-list li:nth-child(odd) > div {
	margin-left: 50%;
}

.easttai-home--archived .easttai-advantage-list li:nth-child(even) > div {
	margin-right: 50%;
}

.easttai-home--archived .easttai-advantage-number {
	display: inline;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 42px;
}

.easttai-home--archived .easttai-advantage-list h3 {
	display: inline;
	margin: 0;
	color: #085db0;
	font-size: 20px;
	font-weight: 700;
}

.easttai-home--archived .easttai-advantage-list p {
	margin: 30px 0 0;
	font-size: 12px;
	line-height: 1.7;
}

.easttai-home--archived .easttai-home-performance {
	display: flex;
	height: 220px;
	align-items: center;
	padding: 0 20px;
}

.easttai-single-product:has(.easttai-product-detail--single-layer-press-felt) {
	width: 100%;
	max-width: none;
	padding: 0;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
	display: flex;
	height: 330px;
	align-items: center;
	background: #1c5d85 url("../images/templates/products-banner.jpg") center / cover no-repeat;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
	color: #f49001;
	font-size: 58px;
	line-height: 1;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
	display: flex;
	min-height: 55px;
	align-items: center;
	gap: 9px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb a {
	text-decoration: none;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	padding: 70px 0 90px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-detail-main {
	min-width: 0;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-summary {
	grid-template-columns: 460px minmax(0, 1fr);
	gap: 24px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-gallery {
	display: block;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-primary {
	width: 460px;
	height: 368px;
	margin: 0;
	border: 1px solid #ddd;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-primary img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs {
	display: grid;
	width: 220px;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	margin-top: 10px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs figure {
	height: 62px;
	margin: 0;
	border: 1px solid #ccc;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-copy h1 {
	margin: 8px 0 18px;
	font-size: 20px;
	font-weight: 400;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-lede {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.55;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-model {
	display: none;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-quantity {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-quantity button,
.easttai-product-detail--single-layer-press-felt .easttai-product-quantity output {
	width: 26px;
	height: 26px;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 24px;
	text-align: center;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-inquiry-link {
	display: inline-block;
	min-width: 120px;
	margin-top: 20px;
	padding: 12px 20px;
	border: 1px solid #f49001;
	color: #f49001;
	text-align: center;
	text-decoration: none;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-tab {
	margin-top: 45px;
	padding: 9px 18px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	color: #0872ca;
	font-size: 12px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-content {
	margin-top: 0;
	padding: 22px 10px 0;
	border-top: 0;
	font-size: 12px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-content h2:first-child {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-content p {
	line-height: 1.55;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-content table {
	display: table;
	max-width: none;
	overflow: visible;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
	padding: 3px;
	border-color: #444;
}

.easttai-product-detail--single-layer-press-felt .easttai-inquiry {
	margin: 50px -24px 0 -304px;
	padding: 20px 0 30px;
	border-top: 0;
	background: #f5f5f5;
}

.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2,
.easttai-product-detail--single-layer-press-felt .easttai-inquiry > form {
	width: min(100% - 40px, var(--easttai-shell));
	margin-inline: auto;
}

.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2 {
	margin-top: 0;
	font-size: 22px;
	font-weight: 400;
}

.easttai-product-detail--single-layer-press-felt .easttai-related {
	margin: 0 -24px -90px -304px;
	padding: 18px 0 55px;
	border-top: 0;
}

.easttai-product-detail--single-layer-press-felt .easttai-related > h2 {
	width: min(100% - 40px, var(--easttai-shell));
	margin: 0 auto;
	font-size: 22px;
	font-weight: 400;
}

.easttai-product-detail--single-layer-press-felt .easttai-related .easttai-product-grid {
	display: none;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-share {
	display: flex;
	height: 26px;
	align-items: center;
	gap: 4px;
	margin: 10px 0;
	color: #545454;
	font-size: 14px;
	line-height: 23.8px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-share img {
	display: block;
	width: 16px;
	height: 16px;
	transform: translateY(-3px);
}

.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #d4d4d4;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent a {
	display: grid;
	height: 32px;
	place-items: center;
	border: 1px solid #ddd;
	border-radius: 11px;
	background: #f4f4f4;
	color: #545454;
	font-size: 14px;
	text-decoration: none;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
	display: flex;
	min-height: 195px;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	padding-top: 15px;
}

.easttai-product-detail--single-layer-press-felt .easttai-product-keywords a {
	padding: 3px 12px;
	border: 1px solid #ccc;
	border-radius: 999px;
	color: #545454;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

@media (min-width: 990px) and (max-width: 1100px) {
	.easttai-product-detail--single-layer-press-felt .easttai-product-share img {
		transform: translate(-1px, -3px);
	}

	.easttai-home--archived .easttai-home-catalog {
		height: 2035px;
	}
}

@media (max-width: 989px) {
	.easttai-home--archived .easttai-home-product-intro {
		height: 220px;
	}

	.easttai-home--archived .easttai-home-catalog {
		height: 1230px;
		padding: 28px 0;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-catalog-layout {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item {
		height: 238px;
	}

	.easttai-home--archived .easttai-home-advantage {
		height: 1700px;
		padding-top: 64px;
		padding-inline: 0;
	}

	.easttai-home--archived .easttai-advantage-list li {
		height: 300px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n) > div {
		margin: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
		height: 180px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
		font-size: 38px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		grid-template-columns: 1fr;
		padding: 16px 10px 70px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-summary {
		grid-template-columns: 1fr;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery {
		display: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-tab {
		margin-top: 25px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry,
	.easttai-product-detail--single-layer-press-felt .easttai-related {
		margin-inline: -20px;
	}
}

@media (max-width: 600px) {
	.easttai-home--archived .easttai-home-hero {
		min-height: 154px;
		background-position: center 1px;
	}

	.easttai-home--archived .easttai-home-about {
		height: 506px;
		align-items: flex-start;
		overflow: hidden;
		padding-inline: 0;
	}

	.easttai-home--archived .easttai-home-about > .easttai-shell {
		width: calc(100% - 20px);
		margin-right: 0;
		margin-left: 20px;
		padding-top: 54px;
	}

	.easttai-home--archived .easttai-home-about-copy h2 {
		margin-bottom: 8px;
		font-size: 48px;
		line-height: 1.7;
	}

	.easttai-home--archived .easttai-home-about-copy h2::after {
		top: 19px;
		left: 340px;
		right: auto;
		width: 98px;
		height: 117px;
	}

	.easttai-home--archived .easttai-home-about-copy p {
		margin-bottom: 35px;
		font-size: 14px;
		line-height: 1.8;
	}

	.easttai-home--archived .easttai-home-about-copy .easttai-button {
		min-height: 44px;
		margin-left: -10px;
		padding-block: 0;
		font-size: 14px;
		line-height: 42px;
	}

	.easttai-home--archived .easttai-home-product-intro {
		height: 298px;
		padding-inline: 20px;
	}

	.easttai-home--archived .easttai-home-product-intro > .easttai-shell {
		width: 100%;
	}

	.easttai-home--archived .easttai-home-product-intro h2 {
		margin: 0;
		font-size: 28px;
		line-height: 1.8;
	}

	.easttai-home--archived .easttai-home-product-intro p {
		font-size: 14px;
		line-height: 1.8;
	}

	.easttai-home--archived .easttai-home-catalog {
		height: 987px;
		padding: 17px 0 75px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-list {
		width: 330px;
		grid-template-columns: repeat(4, 75px);
		gap: 10px;
		transform: translateY(1px);
		margin-inline: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip {
		margin-bottom: 24px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip > div {
		height: 143px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip > div:last-child {
		height: 144px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip .easttai-icon {
		width: 20px;
		height: 20px;
		margin-top: 31px;
		padding: 2px;
		border-width: 1px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip a {
		text-decoration: none;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n) {
		height: 140px;
		padding: 5px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-image,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n) .easttai-product-image {
		height: 63px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) {
		height: 128px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) .easttai-product-image {
		height: 50.390625px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item h3 {
		margin: 5px 0;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item h3 a {
		color: #333;
	}

	.easttai-home--archived .easttai-home-advantage {
		height: 2022px;
		padding: 57px 0 0;
		background: #f1f1f1 url("../images/templates/home-mobile-page-background.jpg") left -46px / auto repeat;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2,
	.easttai-home--archived .easttai-home-performance h2 {
		gap: 12px;
		font-size: 30px;
	}

	.easttai-home--archived .easttai-advantage-list {
		position: relative;
		height: 1700px;
		margin-top: 129px;
	}

	.easttai-home--archived .easttai-advantage-list li {
		position: absolute;
		inset: 0 0 auto;
		height: auto;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) {
		top: 272px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) {
		top: 839px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) {
		top: 1144px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) {
		top: 1511px;
	}

	.easttai-home--archived .easttai-advantage-number {
		font-size: 48px;
	}

	.easttai-home--archived .easttai-advantage-list h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child .easttai-advantage-number,
	.easttai-home--archived .easttai-advantage-list li:first-child h3 {
		position: relative;
		left: 14px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) h3 {
		position: relative;
		left: 3px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) h3 {
		color: #2574bf;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) h3 {
		font-size: 23px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) h3 {
		position: relative;
		left: 1px;
	}

	.easttai-home--archived .easttai-advantage-list p {
		position: relative;
		margin-top: 0;
		padding-left: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(-n + 2) p {
		text-indent: 26px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) p {
		text-indent: 22px;
	}

	.easttai-home--archived .easttai-advantage-list p::before {
		position: absolute;
		top: 0;
		left: 2px;
		color: #2574bf;
		content: "□";
		font-size: 8px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child p {
		transform: translateY(1px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) p {
		transform: translateY(-3px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) p,
	.easttai-home--archived .easttai-advantage-list li:nth-child(5) p {
		transform: translateY(21px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) p {
		transform: translateY(22px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) {
		top: 1510px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) p {
		transform: translateY(22px);
	}

	.easttai-home--archived .easttai-home-performance {
		height: 206px;
		align-items: flex-start;
		padding-top: 49px;
	}

	.easttai-home--archived .easttai-home-performance h2 {
		font-size: 32px;
	}

	body:has(.easttai-home--archived) .easttai-page-scrollport {
		padding-bottom: calc(56px + var(--easttai-safe-area-bottom));
		background: #fff;
	}

	body:has(.easttai-home--archived) .easttai-footer-grid {
		height: 548px;
		padding: 32px 0 8px;
	}

	body:has(.easttai-home--archived) .easttai-footer-feedback {
		margin-top: 39px;
	}

	body:has(.easttai-home--archived) .easttai-footer-grid > section:nth-child(2) > h2 {
		transform: none;
	}

	body:has(.easttai-home--archived) .easttai-site-footer address {
		transform: translateY(-3.203125px);
	}

	body:has(.easttai-home--archived) .easttai-site-footer address span:nth-child(2) {
		margin-top: 0;
		transform: translateY(-2px);
	}

	body:has(.easttai-home--archived) .easttai-site-footer address span:nth-child(3) {
		position: relative;
		top: 2px;
	}

	body:has(.easttai-home--archived) .easttai-footer-social {
		top: 240px;
	}

	body:has(.easttai-home--archived) .easttai-copyright-strip {
		height: 48px;
		border-top: 0;
		background: var(--easttai-blue);
	}

	body:has(.easttai-home--archived) .easttai-copyright {
		margin-top: 6px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
		height: 160px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
		font-size: 30px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
		min-height: 64px;
		flex-wrap: wrap;
		gap: 5px;
		padding-block: 8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		width: 100%;
		padding-inline: 8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy h1 {
		font-size: 18px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-lede {
		font-size: 12px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content {
		padding-inline: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table[width="377"] {
		width: 377px;
		max-width: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table[width="562"] {
		width: 562px;
		max-width: none;
	}
}

@media (max-width: 600px) {
	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-header-grid,
	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-menu-toggle {
		min-height: 46px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-menu-toggle {
		height: 46px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-brand {
		transform: translateX(8px);
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
		height: 299px;
		align-items: flex-start;
		background-position: left top;
		background-size: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner .easttai-shell {
		width: 350px;
		padding-top: 100px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
		color: #ff8c00;
		font-size: 48px;
		line-height: normal;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
		width: 100%;
		height: 81.59375px;
		min-height: 0;
		padding: 8px 0;
		font-size: 14px;
		line-height: 30.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
		row-gap: 1px;
		margin-top: 50px;
		padding: 0 20px 70px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout > aside {
		height: 432.1875px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation {
		margin-top: 5px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip {
		gap: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip > div {
		height: 144px;
		grid-template-rows: 67px 26px 51px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-main {
		padding-top: 5px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share {
		margin-bottom: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share img {
		transform: translateY(-3px);
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-summary {
		height: 431.71875px;
		box-sizing: border-box;
		padding: 10px 0 20px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy h1 {
		margin: 0 0 5px;
		color: #545454;
		font-size: 18px;
		line-height: 27px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-lede {
		margin-bottom: 5px;
		color: #545454;
		font-size: 14px;
		line-height: 19.6px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity {
		margin-top: 14px;
		font-size: 14px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity button:first-of-type {
		margin-left: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-inquiry-link {
		min-width: 110.921875px;
		height: 40px;
		margin-top: 31.1875px;
		padding: 0 30px;
		border-color: #ff9233;
		background: #fff8f1;
		color: #f90;
		line-height: 38px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-tab {
		height: 33px;
		margin-top: 31px;
		padding: 5px 14px;
		border: 0;
		border-radius: 3px;
		background: #363636;
		color: #fff;
		font-size: 12px;
		line-height: 23px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content {
		margin-top: 10px;
		padding-top: 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content h2 {
		margin: 0;
		color: #545454;
		font-size: 28px;
		font-weight: 400;
		line-height: 28.8px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > h2.easttai-imported-heading {
		margin: 0;
		font-size: 28px;
		font-weight: 400;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content p {
		margin: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content .lazyimg {
		max-width: 100%;
		height: 350px;
		filter: brightness(0) invert(76.470588%);
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > p:has(.lazyimg) {
		height: 723.796875px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content {
		height: 3098.8125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent {
		height: 84px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
		height: 194.984375px;
		margin-top: 15px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry,
	.easttai-product-detail--single-layer-press-felt .easttai-related {
		margin-inline: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry {
		box-sizing: border-box;
		width: calc(100% + 40px);
		height: 645.203125px;
		margin: 35px -20px 0;
		padding: 0 20px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2,
	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > form {
		width: 350px;
		margin-inline: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2 {
		margin: 0;
		height: 43.203125px;
		font-size: 22px;
		line-height: 43.203125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy {
		height: 592px;
		margin-top: 10px;
		padding-top: 0;
		font-size: 14px;
		line-height: 23.8px;
		color: #545454;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy > p {
		line-height: 23.8px;
		transform: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy label {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 30px auto;
		gap: 0;
		align-items: stretch;
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		text-indent: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy label:has([required]) {
		text-indent: 19px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy label:has([required])::before {
		top: 0;
		left: 10px;
		line-height: 30px;
		text-indent: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy input,
	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy textarea {
		padding: 4px 0;
		font-size: 14px;
		line-height: 20px;
		text-indent: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy > p:nth-of-type(-n + 6):not(:has(textarea)) {
		height: 60px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy > p:has(textarea) {
		height: 120px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy button {
		width: 105.578125px;
		height: 32px;
		min-height: 32px;
		padding: 0 30px;
		border-color: #4cae4c;
		background: #5cb85c;
		font-size: 14px;
		line-height: 20px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent,
	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
		gap: 10px;
		padding-top: 16px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords a {
		padding: 0 12px;
		border-color: rgb(165 165 165 / 70%);
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related {
		width: calc(100% + 40px);
		height: 43.203125px;
		margin: 0 -20px;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related > h2 {
		width: 350px;
		height: 43.203125px;
		margin: 0 auto;
		font-size: 22px;
		line-height: 43.203125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		padding-bottom: 53px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-site-footer {
		height: 596.1875px;
		margin-bottom: 56px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-footer-grid {
		height: 547.984375px;
		padding-block: 20px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-copyright-strip {
		height: 48.203125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table[width="562"],
	.easttai-product-detail--single-layer-press-felt .easttai-product-content .prodDetail-editor-container > table[width="377"] {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table[width="562"] > tbody {
		display: table;
		width: 562px;
		min-width: 562px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content .prodDetail-editor-container > table[width="377"] > tbody {
		display: table;
		width: 377px;
		min-width: 377px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		border-color: #000;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		padding: 0 1px;
	}

	body:has(.easttai-home--archived) .easttai-copyright-strip {
		background: var(--easttai-blue);
		color: #fff;
	}
}

@media (min-width: 601px) and (max-width: 989px) {
	.easttai-product-detail--single-layer-press-felt .easttai-product-share img {
		transform: translateY(-3px);
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-header-grid,
	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-menu-toggle {
		min-height: 46px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-menu-toggle {
		height: 46px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
		height: 299px;
		align-items: flex-start;
		background-position: left top;
		background-size: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner .easttai-shell {
		width: 730px;
		padding-top: 100px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
		color: #ff8c00;
		font-size: 48px;
		line-height: normal;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
		width: 100%;
		height: 81.59375px;
		min-height: 0;
		padding: 8px 0;
		font-size: 14px;
		line-height: 30.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		width: 730px;
		grid-template-columns: minmax(0, 1fr);
		row-gap: 10px;
		margin-top: 50px;
		padding: 0 0 53px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout > aside {
		height: 428.1875px;
		box-sizing: border-box;
		padding-top: 5px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip {
		gap: 11px;
		margin-top: 6px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip > div {
		height: 147px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-main {
		position: relative;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share {
		position: absolute;
		z-index: 2;
		top: 348.59375px;
		left: 0;
		width: 402px;
		margin: 10px 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-summary {
		display: grid;
		height: 530.5px;
		grid-template-columns: 402px 318px;
		gap: 10px;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery {
		position: relative;
		display: block;
		width: 402px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-primary {
		width: 402px;
		height: 322px;
		margin: 20px 0 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs {
		position: absolute;
		top: 314px;
		left: 177px;
		display: grid;
		width: 48px;
		grid-template-columns: repeat(3, 12px);
		gap: 6px;
		margin: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs figure {
		width: 12px;
		height: 12px;
		border: 0;
		border-radius: 50%;
		background: #66736e;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs img {
		opacity: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy {
		box-sizing: border-box;
		height: 530.5px;
		padding: 10px 10px 20px;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy h1 {
		margin: 0 0 5px;
		color: #545454;
		font-size: 18px;
		line-height: 27px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-lede {
		margin: 0 0 5px;
		color: #545454;
		font-size: 14px;
		line-height: 19.6px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity {
		margin-top: 14px;
		font-size: 14px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity button:first-of-type {
		margin-left: 49px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-inquiry-link {
		min-width: 110.921875px;
		height: 40px;
		margin-top: 31.1875px;
		padding: 0 30px;
		border-color: #ff9233;
		background: #fff8f1;
		color: #f90;
		line-height: 38px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-tab {
		height: 33px;
		margin-top: 31px;
		padding: 5px 14px;
		border: 0;
		border-radius: 3px;
		background: #363636;
		color: #fff;
		font-size: 12px;
		line-height: 23px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content {
		height: 2814.328125px;
		margin-top: 10px;
		padding: 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content h2,
	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > h2.easttai-imported-heading {
		margin: 0;
		color: #545454;
		font-size: 28px;
		font-weight: 400;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content p {
		margin: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="377"] {
		display: table;
		width: 100%;
		height: 192px;
		table-layout: fixed;
		margin: 10px 0 15px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="377"] tr:first-child > :first-child {
		width: 143px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > p:has(.lazyimg) {
		height: 640px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content .lazyimg {
		width: 400px;
		height: 320px;
		filter: none;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] {
		display: table;
		width: 100%;
		height: 1398px;
		margin: 10px 0 15.796875px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(1):not([colspan]) {
		width: 53.953125px;
		min-width: 53.953125px;
		max-width: 53.953125px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(2):not([colspan]) {
		width: 105.390625px;
		min-width: 105.390625px;
		max-width: 105.390625px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(3):not([colspan]) {
		width: 85.3125px;
		min-width: 85.3125px;
		max-width: 85.3125px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(4):not([colspan]) {
		width: 126.71875px;
		min-width: 126.71875px;
		max-width: 126.71875px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(5):not([colspan]) {
		width: 184.4375px;
		min-width: 184.4375px;
		max-width: 184.4375px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(6):not([colspan]) {
		width: 173.1875px;
		min-width: 173.1875px;
		max-width: 173.1875px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		border-color: #000;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		padding: 0 1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent {
		height: 44px;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0;
		padding: 0;
		border: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent a {
		width: auto;
		height: 44px;
		padding: 0 12px;
		font-size: 14px;
		line-height: 22px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
		min-height: 87.59375px;
		height: 87.59375px;
		flex-flow: row wrap;
		gap: 0;
		margin-top: 15px;
		box-sizing: border-box;
		padding: 16px 0 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords a {
		margin: 0 10px 10px 0;
		padding: 0 12px;
		border-color: rgb(165 165 165 / 70%);
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry {
		box-sizing: border-box;
		width: 768px;
		height: 465.203125px;
		margin: 35px -19px 0;
		padding: 0 19px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2,
	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > form {
		width: 730px;
		margin-inline: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2 {
		height: 43.203125px;
		margin: 0;
		font-size: 22px;
		line-height: 43.203125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy {
		height: 412px;
		margin-top: 10px;
		padding-top: 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy > p {
		transform: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related {
		width: 768px;
		height: 43.203125px;
		margin: 0 -19px;
		padding: 0 19px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related > h2 {
		width: 730px;
		height: 43.203125px;
		margin: 0 auto;
		font-size: 22px;
		line-height: 43.203125px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-site-footer {
		height: 564.1875px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-footer-grid {
		height: 515.984375px;
		padding-block: 20px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-copyright-strip {
		height: 48.203125px;
	}

	.easttai-home--archived .easttai-home-hero {
		min-height: 39.270833vw;
		background-position: center;
	}

	.easttai-home--archived .easttai-home-about {
		height: 424px;
		align-items: flex-start;
	}

	.easttai-home--archived .easttai-home-about > .easttai-shell {
		width: 730px;
		margin-right: -11px;
		margin-left: 9px;
		padding-top: 56px;
	}

	.easttai-home--archived .easttai-home-about-copy {
		width: 730px;
	}

	.easttai-home--archived .easttai-home-about-copy h2 {
		margin-bottom: 8px;
		font-size: 48px;
		line-height: 1.7;
		transform: translateY(-2px);
	}

	.easttai-home--archived .easttai-home-about-copy p {
		font-size: 14px;
		line-height: 1.8;
	}

	.easttai-home--archived .easttai-home-about-copy .easttai-button {
		min-height: 44px;
		margin-left: -10px;
		padding-block: 0;
		font-size: 14px;
		line-height: 42px;
	}

	.easttai-home--archived .easttai-home-product-intro {
		height: 221px;
	}

	.easttai-home--archived .easttai-home-product-intro > .easttai-shell,
	.easttai-home--archived .easttai-home-catalog .easttai-catalog-layout {
		width: 730px;
	}

	.easttai-home--archived .easttai-home-product-intro > .easttai-shell {
		transform: translateY(8px);
	}

	.easttai-home--archived .easttai-home-product-intro h2 {
		font-size: 28px;
		line-height: 1.8;
	}

	.easttai-home--archived .easttai-home-product-intro p {
		font-size: 14px;
		line-height: 1.8;
	}

	.easttai-home--archived .easttai-home-catalog {
		height: 1244px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-list {
		width: 710px;
		grid-template-columns: repeat(4, 170px);
		gap: 10px;
		margin-inline: auto;
		transform: translateY(10px);
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation {
		min-height: 108px;
		transform: none;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip > div {
		height: 144px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip > div:last-child {
		height: 143px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item {
		height: 235px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) {
		height: 204px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(9) {
		height: 203px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-image,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(-n + 4) .easttai-product-image {
		height: 158px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) .easttai-product-image {
		height: 128px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-advantage {
		height: 1697px;
		padding-top: 57px;
		background: #f1f1f1 url("../images/templates/home-mobile-page-background.jpg") left -51px / auto repeat;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2,
	.easttai-home--archived .easttai-home-performance h2 {
		gap: 12px;
		font-size: 30px;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2 {
		transform: translateY(1px);
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::before,
	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::after {
		background: #085db0;
	}

	.easttai-home--archived .easttai-advantage-list {
		position: relative;
		height: 1500px;
		margin-top: 129px;
		transform: translate(10px, 1px);
	}

	.easttai-home--archived .easttai-advantage-list li {
		position: absolute;
		inset: 0 0 auto;
		height: auto;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) {
		top: 215px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) {
		top: 727px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) {
		top: 969px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) {
		top: 1271px;
	}

	.easttai-home--archived .easttai-advantage-number {
		font-size: 48px;
	}

	.easttai-home--archived .easttai-advantage-list h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child .easttai-advantage-number,
	.easttai-home--archived .easttai-advantage-list li:first-child h3 {
		position: relative;
		left: 14px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) h3 {
		position: relative;
		left: 3px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) h3 {
		color: #2574bf;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) h3 {
		font-size: 23px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) h3 {
		position: relative;
		left: 1px;
	}

	.easttai-home--archived .easttai-advantage-list p {
		position: relative;
		margin-top: 0;
		padding-left: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(-n + 2) p {
		text-indent: 26px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) p {
		text-indent: 22px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child p {
		transform: translateY(1px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) p {
		transform: translateY(1px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) p {
		transform: translateY(15px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) p,
	.easttai-home--archived .easttai-advantage-list li:nth-child(5) p {
		transform: translateY(14px);
	}

	.easttai-home--archived .easttai-home-performance {
		height: 206px;
		align-items: flex-start;
		padding-top: 49px;
	}

	.easttai-home--archived .easttai-home-performance h2 {
		color: #2574bf;
		font-size: 32px;
	}

	body:has(.easttai-home--archived) .easttai-footer-grid {
		height: 512px;
		padding-top: 34px;
	}
}

@media (min-width: 990px) and (max-width: 1024px) {
	.easttai-home--archived .easttai-home-about {
		height: 414.015625px;
		align-items: flex-start;
	}

	.easttai-home--archived .easttai-home-about > .easttai-shell {
		padding-top: 59px;
		padding-left: 10px;
	}

	.easttai-home--archived .easttai-home-about-copy {
		width: 633.328125px;
	}

	.easttai-home--archived .easttai-home-about-copy h2 {
		margin-bottom: 10px;
		font-size: 48px;
		line-height: 81.6px;
	}

	.easttai-home--archived .easttai-home-about-copy p {
		margin-bottom: 35px;
		font-size: 14px;
		line-height: 25.2px;
	}

	.easttai-home--archived .easttai-home-about-copy .easttai-button {
		display: inline;
		min-width: 0;
		min-height: 0;
		margin-left: -10px;
		padding: 0 51px;
		font-size: 14px;
		line-height: 42px;
	}

	.easttai-home--archived .easttai-home-product-intro {
		height: 146.609375px;
	}

	.easttai-home--archived .easttai-home-product-intro h2 {
		margin: 0;
		font-size: 28px;
		line-height: 50.4px;
	}

	.easttai-home--archived .easttai-home-product-intro p {
		font-size: 14px;
		line-height: 25.2px;
	}

	.easttai-home--archived .easttai-home-catalog {
		height: 2022px;
		padding: 32px 0 0;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-catalog-layout {
		grid-template-columns: 225px minmax(0, 1fr);
		gap: 30px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation {
		margin-top: 0;
		border: 1px solid #d6d6d6;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation h2 {
		height: 105.59375px;
		line-height: 105.59375px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation > ul {
		display: flex;
		flex-direction: column;
		padding: 0;
		border: 0;
		font-size: 14px;
		line-height: 28px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation > ul > li {
		margin-inline: 1px;
		padding: 6px 0 5px 28px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation li > a {
		display: inline-block;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation li > a::before {
		display: none;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation ul ul {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation ul ul li {
		margin: 0;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation ul ul a {
		width: calc(100% - 28px);
		margin-left: 28px;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-list {
		width: 695px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		transform: translateY(10px);
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n) {
		height: 231px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) {
		height: 200px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(9) {
		height: 201px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-image,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(-n + 4) .easttai-product-image {
		height: 155px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) .easttai-product-image {
		height: 125px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip {
		gap: 20px;
		margin-top: 20px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip > div {
		height: 166.203125px;
		gap: 0;
		border: 1px solid #ccc;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip .easttai-icon {
		width: 20px;
		height: 20px;
		margin-top: 31px;
		padding: 2px;
		border-width: 1px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip strong {
		margin-top: 22px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip a {
		font-size: 14px;
		line-height: 22.4px;
		text-decoration: none;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip a[href^="mailto:"] {
		white-space: nowrap;
		overflow-wrap: normal;
	}

	.easttai-home--archived .easttai-home-advantage {
		height: 1585px;
		padding-top: 57px;
		background: #f1f1f1 url("../images/templates/home-mobile-page-background.jpg") left -59px / auto repeat;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2 {
		position: relative;
		display: block;
		text-align: center;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::before,
	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::after {
		position: absolute;
		top: 58px;
		width: 445px;
		height: 12px;
		border-top: 1px solid #2574bf;
		background: transparent;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::before {
		left: 0;
		border-right: 1px solid #2574bf;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::after {
		right: 0;
		border-left: 1px solid #2574bf;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2,
	.easttai-home--archived .easttai-home-performance h2 {
		font-size: 30px;
	}

	.easttai-home--archived .easttai-advantage-list {
		margin-top: 70px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child {
		transform: translate(10px, 22px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) {
		transform: translate(0, 0);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) {
		transform: translate(10px, 88px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) {
		transform: translate(0, 110px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) {
		transform: translate(10px, 91px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(even) > div {
		width: 445px;
		margin-right: 0;
	}

	.easttai-home--archived .easttai-advantage-number {
		font-size: 48px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child .easttai-advantage-number,
	.easttai-home--archived .easttai-advantage-list li:first-child h3 {
		position: relative;
		left: 14px;
	}

	.easttai-home--archived .easttai-advantage-list h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) h3 {
		line-height: 22px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) h3 {
		font-size: 23px;
		line-height: 42px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) h3 {
		line-height: 42px;
	}

	.easttai-home--archived .easttai-advantage-list p {
		position: relative;
		margin-top: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(-n + 2) p {
		text-indent: 26px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) p {
		text-indent: 22px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) p {
		transform: translateY(9px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) p,
	.easttai-home--archived .easttai-advantage-list li:nth-child(5) p {
		transform: translateY(14px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) p {
		transform: translateY(15px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) h3 {
		color: #2574bf;
	}

	.easttai-home--archived .easttai-advantage-list p::before {
		position: absolute;
		top: 0;
		left: 2px;
		color: #2574bf;
		content: "□";
		font-size: 8px;
	}

	.easttai-home--archived .easttai-home-performance {
		height: 207px;
		align-items: flex-start;
		padding-top: 49px;
	}

	.easttai-home--archived .easttai-home-performance h2 {
		color: #2574bf;
		font-size: 32px;
	}

	body:has(.easttai-home--archived) .easttai-copyright-strip {
		height: 36px;
		place-items: start center;
	}

	body:has(.easttai-home--archived) .easttai-copyright {
		margin-top: 0;
		font-size: 16px;
		line-height: 27.2px;
	}

	body:has(.easttai-home--archived) .easttai-footer-grid {
		padding-top: 30.203125px;
	}

	body:has(.easttai-home--archived) .easttai-site-footer h2 {
		margin-bottom: 14px;
	}

	body:has(.easttai-home--archived) .easttai-site-footer li + li {
		margin-top: 8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
		height: 299px;
		align-items: flex-start;
		background-position: left top;
		background-size: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner .easttai-shell {
		padding-top: 100px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
		color: #ff8c00;
		font-size: 48px;
		line-height: normal;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
		box-sizing: border-box;
		height: 51.796875px;
		min-height: 0;
		padding: 0;
		gap: 9px;
		font-size: 14px;
		line-height: 30.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb {
		margin-top: -0.203125px;
		margin-bottom: -1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		position: relative;
		width: 960px;
		grid-template-columns: 225px 715px;
		gap: 20px;
		margin-top: 50px;
		padding: 10px 0 53px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout > aside {
		width: 225px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation {
		height: 862px;
		margin: 0;
		border: 1px solid #d6d6d6;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation h2 {
		height: 105.59375px;
		line-height: 105.59375px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation > ul {
		display: flex;
		flex-direction: column;
		padding: 0;
		border: 0;
		font-size: 14px;
		line-height: 28px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation > ul > li {
		margin: 0 1px;
		padding: 6px 0 5px 28px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation li > a {
		display: inline-block;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation li > a::before {
		display: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation ul ul {
		display: none;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation .easttai-product-category--paper-machine-spare-parts > ul {
		display: flex;
		flex-direction: column;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation ul ul li {
		margin: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation ul ul a {
		width: calc(100% - 28px);
		margin-left: 28px;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine { order: 0; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--finishing-equipment { order: 1; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--pulp-equipment { order: 2; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--pulping-equipment-spare-parts { order: 3; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-spare-parts { order: 4; }

	.easttai-product-detail--single-layer-press-felt .easttai-product-category--dryer-cylinder { order: 0; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-rolls { order: 1; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--cylinder-mould-paper-machine { order: 2; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--headbox-paper-machine { order: 3; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--dewatering-elements { order: 4; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--docotr-blade-and-cutting-knife-device-for-paper-machine { order: 5; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--shower { order: 6; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-fabric { order: 7; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-felt { order: 8; }

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip {
		grid-template-columns: 103px 102px;
		gap: 20px;
		margin-top: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip > div {
		height: 166.203125px;
		gap: 0;
		border: 1px solid #ccc;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip .easttai-icon {
		width: 20px;
		height: 20px;
		margin-top: 31px;
		padding: 2px;
		border-width: 1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip strong {
		margin-top: 22px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip a {
		font-size: 14px;
		line-height: 22.4px;
		text-decoration: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-main {
		position: relative;
		width: 715px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share {
		position: absolute;
		top: 402px;
		left: 0;
		z-index: 1;
		width: 402px;
		margin: 10px 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share img {
		transform: translateY(-3px);
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-summary {
		width: 715px;
		height: 530.5px;
		grid-template-columns: 402px 303px;
		gap: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-primary {
		width: 402px;
		height: 322px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs {
		width: 402px;
		grid-template-columns: repeat(3, 64px);
		gap: 2px;
		margin-top: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs figure {
		height: 64px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy {
		box-sizing: border-box;
		width: 303px;
		height: 530.5px;
		padding: 10px 10px 20px;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy h1 {
		margin: 0 0 5px;
		color: #545454;
		font-size: 18px;
		line-height: 27px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-lede {
		margin: 0 0 5px;
		color: #545454;
		font-size: 14px;
		line-height: 19.6px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity {
		margin-top: 14px;
		font-size: 14px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity button:first-of-type {
		margin-left: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-inquiry-link {
		min-width: 110.921875px;
		height: 40px;
		margin-top: 31.1875px;
		padding: 0 30px;
		border-color: #ff9233;
		background: #fff8f1;
		color: #f90;
		font-size: 16px;
		line-height: 38px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-tab {
		box-sizing: border-box;
		width: 715px;
		height: 36px;
		margin-top: 31px;
		padding: 5px 20px;
		border: 1px solid #ccc;
		border-bottom: 0;
		background: #efefef;
		color: #008bc7;
		font-size: 14px;
		line-height: 24px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content {
		box-sizing: border-box;
		width: 715px;
		height: 2834.328125px;
		margin: 0 0 21px;
		padding: 10px;
		border: 1px solid #ccc;
		border-top: 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content h2,
	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > h2.easttai-imported-heading {
		height: 28.796875px;
		margin: 0;
		color: #545454;
		font-size: 28px;
		font-weight: 400;
		line-height: 28.796875px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content p {
		margin: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="377"] {
		display: table;
		width: 100%;
		height: 192px;
		margin: 10px 0 15px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="377"] tr:first-child > :first-child {
		width: 136px;
		min-width: 136px;
		max-width: 136px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > p:has(.lazyimg) {
		height: 640px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content .lazyimg {
		width: 400px;
		height: 320px;
		filter: none;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] {
		display: table;
		width: 100%;
		height: 1398px;
		margin: 10px 0 15.796875px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(1):not([colspan]) {
		width: 51.203125px;
		min-width: 51.203125px;
		max-width: 51.203125px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(2):not([colspan]) {
		width: 100.046875px;
		min-width: 100.046875px;
		max-width: 100.046875px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(3):not([colspan]) {
		width: 80.984375px;
		min-width: 80.984375px;
		max-width: 80.984375px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(4):not([colspan]) {
		width: 120.28125px;
		min-width: 120.28125px;
		max-width: 120.28125px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(5):not([colspan]) {
		width: 175.078125px;
		min-width: 175.078125px;
		max-width: 175.078125px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(6):not([colspan]) {
		width: 164.40625px;
		min-width: 164.40625px;
		max-width: 164.40625px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		border-color: #000;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		padding: 0 1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent {
		height: 44px;
		gap: 0;
		padding: 0;
		border: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent a {
		display: block;
		height: 22px;
		border: 0;
		border-radius: 0;
		background: transparent;
		font-size: 14px;
		line-height: 22px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
		width: 715px;
		height: 87.59375px;
		min-height: 0;
		flex-flow: row wrap;
		align-content: flex-start;
		gap: 0;
		margin-top: 15px;
		padding: 16px 0 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords a {
		margin: 0 10px 10px 0;
		padding: 0 12px;
		border-color: rgb(165 165 165 / 70%);
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry {
		box-sizing: border-box;
		width: 960px;
		height: 465.203125px;
		margin: 40px 0 0 -245px;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2,
	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > form {
		width: 960px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2 {
		height: 43.203125px;
		margin: 0;
		font-size: 22px;
		line-height: 43.203125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy {
		height: 412px;
		margin-top: 10px;
		padding-top: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related {
		box-sizing: border-box;
		width: 960px;
		height: 43.203125px;
		margin: 0 0 0 -245px;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related > h2 {
		width: 960px;
		height: 43.203125px;
		margin: 0;
		font-size: 22px;
		line-height: 43.203125px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-site-footer {
		height: 370px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-footer-grid {
		height: 321.796875px;
		padding-block: 20px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-copyright-strip {
		height: 48.203125px;
	}
}

@media (min-width: 1220px) {
	body:has(.easttai-home--archived) .easttai-header-grid,
	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-header-grid {
		min-height: 119px;
	}

	.easttai-home--archived .easttai-home-about {
		height: 421.40625px;
		align-items: flex-start;
	}

	.easttai-home--archived .easttai-home-about > .easttai-shell {
		padding-top: 107px;
		padding-left: 10px;
	}

	.easttai-home--archived .easttai-home-about-copy {
		width: 780px;
	}

	.easttai-home--archived .easttai-home-about-copy h2 {
		margin-bottom: 45px;
		font-size: 48px;
		line-height: 81.6px;
	}

	.easttai-home--archived .easttai-home-about-copy p {
		margin-bottom: 35px;
		font-size: 14px;
		line-height: 25.2px;
	}

	.easttai-home--archived .easttai-home-about-copy .easttai-button {
		display: inline;
		min-width: 0;
		min-height: 0;
		margin-left: -10px;
		padding: 0 51px;
		font-size: 14px;
		line-height: 42px;
	}

	.easttai-home--archived .easttai-home-product-intro {
		height: 146.609375px;
	}

	.easttai-home--archived .easttai-home-product-intro h2 {
		margin: 0;
		font-size: 28px;
		line-height: 50.4px;
	}

	.easttai-home--archived .easttai-home-product-intro p {
		font-size: 14px;
		line-height: 25.2px;
	}

	.easttai-home--archived .easttai-home-catalog {
		height: 1667.890625px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation {
		margin-top: 0;
		border: 1px solid #d6d6d6;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation h2 {
		height: 105.59375px;
		line-height: 105.59375px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation > ul {
		display: flex;
		flex-direction: column;
		padding: 0;
		border: 0;
		font-size: 14px;
		line-height: 28px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation > ul > li {
		margin-inline: 1px;
		padding: 6px 0 5px 28px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation li > a {
		display: inline-block;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation li > a::before {
		display: none;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation ul ul {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation ul ul li {
		margin: 0;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-category-navigation ul ul a {
		width: calc(100% - 28px);
		margin-left: 28px;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-list {
		width: 860px;
		transform: translateY(2px);
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n) {
		height: 272.5px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) {
		height: 233.390625px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-image,
	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(-n + 4) .easttai-product-image {
		height: 195.5px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-item:nth-child(n + 5) .easttai-product-image {
		height: 156.390625px;
		aspect-ratio: auto;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip {
		gap: 20px;
		margin-top: 20px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip > div {
		height: 166.203125px;
		gap: 0;
		border: 1px solid #ccc;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip .easttai-icon {
		width: 20px;
		height: 20px;
		margin-top: 31px;
		padding: 2px;
		border-width: 1px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip strong {
		margin-top: 22px;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip a {
		font-size: 14px;
		line-height: 22.4px;
		text-decoration: none;
	}

	.easttai-home--archived .easttai-home-catalog .easttai-product-contact-strip a[href^="mailto:"] {
		white-space: nowrap;
		overflow-wrap: normal;
	}

	.easttai-home--archived .easttai-home-advantage {
		height: 1668px;
		padding-top: 57px;
		background: #f1f1f1 url("../images/templates/home-mobile-page-background.jpg") left -59px / auto repeat;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2 {
		position: relative;
		display: block;
		font-size: 30px;
		text-align: center;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::before,
	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::after {
		position: absolute;
		top: 58px;
		width: 547px;
		height: 12px;
		border-top: 1px solid #2574bf;
		background: transparent;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::before {
		left: 0;
		border-right: 1px solid #2574bf;
	}

	.easttai-home--archived .easttai-home-advantage > .easttai-shell > h2::after {
		right: 0;
		border-left: 1px solid #2574bf;
	}

	.easttai-home--archived .easttai-advantage-list {
		margin-top: 95px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child {
		transform: translate(10px, 0);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(2) {
		transform: translateY(-6px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(3) {
		transform: translate(10px, 82px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(4) {
		transform: translateY(91px);
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(5) {
		transform: translate(10px, 98px);
	}

	.easttai-home--archived .easttai-advantage-number {
		font-size: 48px;
	}

	.easttai-home--archived .easttai-advantage-list li:first-child .easttai-advantage-number,
	.easttai-home--archived .easttai-advantage-list li:first-child h3 {
		position: relative;
		left: 14px;
	}

	.easttai-home--archived .easttai-advantage-list h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.easttai-home--archived .easttai-advantage-list p {
		position: relative;
		margin-top: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(-n + 2) p {
		text-indent: 26px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) p {
		text-indent: 22px;
	}

	.easttai-home--archived .easttai-advantage-list p::before {
		position: absolute;
		top: 0;
		left: 2px;
		color: #2574bf;
		content: "□";
		font-size: 8px;
	}

	.easttai-home--archived .easttai-advantage-list li:nth-child(n + 3) h3 {
		color: #2574bf;
	}

	.easttai-home--archived .easttai-home-performance {
		height: 256px;
		align-items: flex-start;
		padding-top: 74px;
	}

	.easttai-home--archived .easttai-home-performance h2 {
		position: relative;
		display: block;
		color: #2574bf;
		font-size: 32px;
		text-align: center;
	}

	.easttai-home--archived .easttai-home-performance h2::before,
	.easttai-home--archived .easttai-home-performance h2::after {
		position: absolute;
		top: 51px;
		width: 547px;
		height: 12px;
		border-top: 1px solid #2574bf;
		background: transparent;
	}

	.easttai-home--archived .easttai-home-performance h2::before {
		left: 0;
		border-right: 1px solid #2574bf;
	}

	.easttai-home--archived .easttai-home-performance h2::after {
		right: 0;
		border-left: 1px solid #2574bf;
	}
}
@media (min-width: 1220px) {
	.easttai-product-detail--single-layer-press-felt {
		position: relative;
		left: auto;
		width: 100vw;
		max-width: none;
		margin-left: calc((100% - 100vw) / 2);
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner {
		height: 299px;
		align-items: flex-start;
		background-position: left top;
		background-size: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner .easttai-shell,
	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
		width: 1180px;
		max-width: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner .easttai-shell {
		padding-top: 100px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-banner strong {
		color: #ff8c00;
		font-size: 48px;
		line-height: normal;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb .easttai-shell {
		box-sizing: border-box;
		height: 51.796875px;
		min-height: 0;
		padding: 0;
		gap: 9px;
		font-size: 14px;
		line-height: 30.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-breadcrumb {
		margin-top: -0.203125px;
		margin-bottom: -1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout {
		position: relative;
		width: 1180px;
		grid-template-columns: 280px 880px;
		gap: 20px;
		margin-top: 50px;
		padding: 10px 0 53px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-layout > aside {
		width: 280px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation {
		height: 715.203125px;
		margin: 0;
		border: 1px solid #d6d6d6;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation h2 {
		height: 105.59375px;
		line-height: 105.59375px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation > ul {
		display: flex;
		flex-direction: column;
		padding: 0;
		border: 0;
		font-size: 14px;
		line-height: 28px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation > ul > li {
		margin: 0 1px;
		padding: 6px 0 5px 28px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation li > a {
		display: inline-block;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation li > a::before {
		display: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation ul ul {
		display: none;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation .easttai-product-category--paper-machine-spare-parts > ul {
		display: flex;
		flex-direction: column;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation ul ul li {
		margin: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-category-navigation ul ul a {
		width: calc(100% - 28px);
		margin-left: 28px;
		padding: 0;
		font-size: 16px;
		line-height: 36.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine { order: 0; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--finishing-equipment { order: 1; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--pulp-equipment { order: 2; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--pulping-equipment-spare-parts { order: 3; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-spare-parts { order: 4; }

	.easttai-product-detail--single-layer-press-felt .easttai-product-category--dryer-cylinder { order: 0; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-rolls { order: 1; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--cylinder-mould-paper-machine { order: 2; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--headbox-paper-machine { order: 3; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--dewatering-elements { order: 4; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--docotr-blade-and-cutting-knife-device-for-paper-machine { order: 5; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--shower { order: 6; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-fabric { order: 7; }
	.easttai-product-detail--single-layer-press-felt .easttai-product-category--paper-machine-felt { order: 8; }

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip {
		grid-template-columns: repeat(2, 130px);
		gap: 20px;
		margin-top: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip > div {
		height: 144px;
		gap: 0;
		border: 1px solid #ccc;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip .easttai-icon {
		width: 20px;
		height: 20px;
		margin-top: 20px;
		padding: 2px;
		border-width: 1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip strong {
		margin-top: 18px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-contact-strip a {
		font-size: 14px;
		line-height: 22.4px;
		text-decoration: none;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-detail-main {
		position: relative;
		width: 880px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share {
		position: absolute;
		top: 402px;
		left: 0;
		z-index: 1;
		width: 402px;
		margin: 10px 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-share img {
		transform: translateY(-3px);
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-summary {
		width: 880px;
		height: 392.53125px;
		grid-template-columns: 402px 468px;
		gap: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-primary {
		width: 402px;
		height: 322px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs {
		width: 402px;
		grid-template-columns: repeat(3, 64px);
		gap: 2px;
		margin-top: 10px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-gallery-thumbs figure {
		height: 64px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy {
		box-sizing: border-box;
		width: 468px;
		height: 392.53125px;
		padding: 10px 10px 20px;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-copy h1 {
		margin: 0 0 5px;
		color: #545454;
		font-size: 18px;
		line-height: 27px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-lede {
		margin: 0 0 5px;
		color: #545454;
		font-size: 14px;
		line-height: 19.6px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity {
		margin-top: 14px;
		font-size: 14px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-quantity button:first-of-type {
		margin-left: auto;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-inquiry-link {
		min-width: 110.921875px;
		height: 40px;
		margin-top: 31.1875px;
		padding: 0 30px;
		border-color: #ff9233;
		background: #fff8f1;
		color: #f90;
		font-size: 16px;
		line-height: 38px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-tab {
		box-sizing: border-box;
		width: 880px;
		height: 36px;
		margin-top: 86.46875px;
		padding: 5px 20px;
		border: 1px solid #ccc;
		border-bottom: 0;
		background: #efefef;
		color: #008bc7;
		font-size: 14px;
		line-height: 24px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content {
		box-sizing: border-box;
		width: 880px;
		height: 2466.734375px;
		margin: 0 0 21px;
		padding: 10px;
		border: 1px solid #ccc;
		border-top: 0;
		color: #545454;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content h2,
	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > h2.easttai-imported-heading {
		height: 28.796875px;
		margin: 0;
		color: #545454;
		font-size: 28px;
		font-weight: 400;
		line-height: 28.796875px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content p {
		margin: 0;
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="377"] {
		display: table;
		width: 100%;
		height: 192px;
		margin: 10px 0 15px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="377"] tr:first-child > :first-child {
		width: 169px;
		min-width: 169px;
		max-width: 169px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > p:has(.lazyimg) {
		height: 320px;
		white-space: nowrap;
		text-align: center;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content .lazyimg {
		width: 400px;
		height: 320px;
		vertical-align: top;
		filter: none;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] {
		display: table;
		width: 100%;
		height: 1398px;
		margin: 10px 0 15.796875px;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(1):not([colspan]) {
		width: 63.421875px;
		min-width: 63.421875px;
		max-width: 63.421875px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(2):not([colspan]) {
		width: 123.890625px;
		min-width: 123.890625px;
		max-width: 123.890625px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(3):not([colspan]) {
		width: 100.296875px;
		min-width: 100.296875px;
		max-width: 100.296875px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(4):not([colspan]) {
		width: 148.96875px;
		min-width: 148.96875px;
		max-width: 148.96875px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(5):not([colspan]) {
		width: 216.828125px;
		min-width: 216.828125px;
		max-width: 216.828125px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .prodDetail-editor-container > table[width="562"] tr > :nth-child(6):not([colspan]) {
		width: 203.59375px;
		min-width: 203.59375px;
		max-width: 203.59375px;
		box-sizing: border-box;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content table,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		border-color: #000;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-content td,
	.easttai-product-detail--single-layer-press-felt .easttai-product-content th {
		padding: 0 1px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent {
		height: 44px;
		gap: 0;
		padding: 0;
		border: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-adjacent a {
		display: block;
		height: 22px;
		border: 0;
		border-radius: 0;
		background: transparent;
		font-size: 14px;
		line-height: 22px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords {
		width: 880px;
		height: 87.59375px;
		min-height: 0;
		flex-flow: row wrap;
		align-content: flex-start;
		gap: 0;
		margin-top: 15px;
		padding: 16px 0 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-product-keywords a {
		margin: 0 10px 10px 0;
		padding: 0 12px;
		border-color: rgb(165 165 165 / 70%);
		font-size: 14px;
		line-height: 23.8px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry {
		box-sizing: border-box;
		width: 1180px;
		height: 465.203125px;
		margin: 40px 0 0 -300px;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2,
	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > form {
		width: 1180px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry > h2 {
		height: 43.203125px;
		margin: 0;
		font-size: 22px;
		line-height: 43.203125px;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-inquiry-form.easttai-inquiry-form--legacy {
		height: 412px;
		margin-top: 10px;
		padding-top: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related {
		box-sizing: border-box;
		width: 1180px;
		height: 43.203125px;
		margin: 0 0 0 -300px;
		padding: 0;
	}

	.easttai-product-detail--single-layer-press-felt .easttai-related > h2 {
		width: 1180px;
		height: 43.203125px;
		margin: 0;
		font-size: 22px;
		line-height: 43.203125px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-site-footer {
		height: 338px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-footer-grid {
		height: 289.796875px;
		padding-block: 20px;
	}

	body:has(.easttai-product-detail--single-layer-press-felt) .easttai-copyright-strip {
		height: 48.203125px;
	}
}
