.is-js .js-page-fade, .is-js .js-scroll-fade { opacity: 0; transition: opacity 1.2s ease, transform 1.2s ease; }
.is-js .js-scroll-fade { transform: translateY(24px); }
.is-js .is-visible { opacity: 1; transform: translateY(0); }
.eyethink-side-title { position: sticky; z-index: 2; top: 32px; left: auto; align-self: start; display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; margin: 0; writing-mode: initial; }
.eyethink-side-title__logo { width: 120px; }
.eyethink-side-title__lead { width: 113px; }
.eyethink-category__layout { display: grid; grid-template-columns: 30% minmax(0, 1fr); }
.eyethink-category__content { grid-column: 2; min-width: 0; }
.eyethink-category__intro, .eyethink-category .eyethink-products { width: 100%; margin-left: 0; }
.eyethink-category-series { display: grid; grid-template-columns: 30% minmax(0, 1fr); }
.eyethink-category-series__content { grid-column: 2; min-width: 0; }
.eyethink-category { padding-bottom: 184px; }
.eyethink-kv { height: 100vh; min-height: 0; }
.eyethink-product__credit { display: inline; line-height: 1.2; }
.eyethink-product__credit > div,
.eyethink-product__credit + div {
	display: inline;
	font-family: "din-condensed", sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.2;
}
.eyethink-product__credit + div a { margin-left: 20px; }
.eyethink-product__credit > div.item-d-none,
.eyethink-product__credit + div.item-d-none { display: none; }
.eyethink-product__details > p:empty { display: none; }
.eyethink-product__credit + div ~ p:not(:empty) { margin-top: 40px; }
.eyethink-product__gallery { position: static; }
.eyethink-product__heading span { padding-left: 8px; }
.snap-footer { position: relative; display: flex; flex-direction: column; align-items: center; gap: 50px; padding: 56px 0 56px 30%; }
.snap-footer::before { position: absolute; top: 0; right: 0; left: 30%; height: 1px; background: #fff; content: ""; }
.snap-footer__logo { display: block; width: 160px; }
.snap-footer__nav { display: flex; gap: 20px; padding: 0 6px; font-family: "din-condensed", sans-serif; font-size: 1.8rem; font-weight: 400; letter-spacing: .03em; line-height: 1; }
.snap-footer__nav a { text-decoration: underline; text-underline-offset: 1px; }
.snap-footer__copyright { margin: 0; font-family: "din-condensed", sans-serif; font-size: 1.2rem; font-weight: 400; letter-spacing: .05em; line-height: 1; }
.eyethink-product-list-link { margin: 0 0 184px 30%; text-align: center; }
.eyethink-product-list-link a { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border: 1px solid #fff; font-family: "din-condensed", sans-serif; font-size: 1.6rem; font-weight: 400; letter-spacing: .03em; line-height: 1; text-decoration: none; }
.eyethink-product__slider figure { display: none; }
.eyethink-product__slider figure.is-active { display: block; }
.eyethink-product__slider { touch-action: pan-y; }
.eyethink-product__dots { position: static; top: auto; width: auto; margin-top: 16px; }

@media screen and (max-width: 767px) {
	.eyethink-side-title { display: none; }
	.eyethink-category__layout { display: block; }
	.eyethink-category__content { display: block; }
	.eyethink-category-series { display: block; }
	.eyethink-category-series__content { display: block; }
	.eyethink-category { padding-bottom: 120px; }
	.eyethink-kv { height: auto; min-height: 0; padding: 96px 16px 56px; }
	.eyethink-kv__inner { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 0; }
	.eyethink-kv__title { width: 200px; flex: none; }
	.eyethink-kv__title h1 { width: 200px; }
	.eyethink-kv__lead-en { width: 185.6px; margin: 18px auto 0; }
	.eyethink-kv__image { width: 100%; margin-top: 56px; }
	.eyethink-kv__image img { aspect-ratio: 358 / 295.74; }
	.eyethink-lead { min-height: 0; padding: 0 32px 56px; text-align: left; }
	.eyethink-lead__inner { font-size: 1.2rem; }
	.eyethink-category__copy { font-size: 1.2rem; text-align: center; }
	.eyethink-category__copy p { font-size: 1.2rem; }
	.eyethink-product__details { font-size: 1.2rem; }
	.eyethink-product__credit + div { font-size: 2rem; }
	.eyethink-product__credit + div ~ p:not(:empty) { margin-top: 32px; }
	.snap-footer { gap: 32px; padding: 40px 16px; }
	.snap-footer::before { left: 0; }
	.snap-footer__logo { width: 140px; }
	.snap-footer__nav { gap: 16px; font-size: 1.6rem; }
	.eyethink-product-list-link { margin: 0 16px 120px; }
	.eyethink-product-list-link a { min-height: 48px; padding: 12px 20px; font-size: 1.6rem; }
	.eyethink-product__slider + .eyethink-product__slider { margin-top: 57px; }
.eyethink-product__gallery .eyethink-product__dots { margin-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.is-js .js-page-fade, .is-js .js-scroll-fade { transition: none; }
}
