/* Dandy Fullscreen Fashion Catalog — frontend */

@font-face {
	font-family: "Noto Sans Thai";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/noto-sans-thai-thai-wght-normal.woff2") format("woff2");
	unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
	font-family: "Noto Sans Thai";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/noto-sans-thai-latin-ext-wght-normal.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Noto Sans Thai";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/noto-sans-thai-latin-wght-normal.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.dfc-catalog,
.dfc-catalog * {
	box-sizing: border-box;
	font-family: "Noto Sans Thai", sans-serif;
}

.dfc-catalog {
	--dfc-white: #fff;
	--dfc-black: #080808;
	--dfc-shopee: #080808;
	--dfc-ease: cubic-bezier(.22, 1, .36, 1);
	position: relative;
	z-index: 1;
	display: block;
	width: 100vw;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--dfc-white);
	background: var(--dfc-black);
	font-family: "Noto Sans Thai", sans-serif;
	isolation: isolate;
}

.dfc-standalone {
	margin: 0;
	overflow: hidden;
	background: #080808;
	font-family: "Noto Sans Thai", sans-serif;
}

.dfc-standalone #main-content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.dfc-standalone .dfc-catalog {
	margin-left: 0;
}

.dfc-track {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.dfc-track::-webkit-scrollbar {
	display: none;
}

.dfc-track:focus {
	outline: 0;
}

.dfc-slide {
	--dfc-overlay: .48;
	position: relative;
	display: grid;
	width: 100%;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
	min-height: 560px;
	overflow: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	background: #151515;
}

.dfc-product-gallery,
.dfc-gallery-track,
.dfc-gallery-panel,
.dfc-gallery-panel picture,
.dfc-gallery-panel img,
.dfc-media-placeholder,
.dfc-shade {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.dfc-product-gallery {
	z-index: auto;
	overflow: hidden;
	background: #252525;
}

.dfc-gallery-track {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-behavior: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-select: none;
	cursor: grab;
	will-change: scroll-position;
}

.dfc-gallery-track.is-dragging,
.dfc-gallery-track.is-settling {
	scroll-behavior: auto;
	scroll-snap-type: none;
	overscroll-behavior-x: none;
}

.dfc-gallery-track.is-dragging {
	cursor: grabbing;
}

.dfc-gallery-track::-webkit-scrollbar {
	display: none;
}

.dfc-gallery-track:focus {
	outline: 0;
}

.dfc-gallery-track:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .85);
	outline-offset: -5px;
}

.dfc-gallery-panel {
	position: relative;
	inset: auto;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: normal;
	background: #252525;
	contain: layout paint;
}

.dfc-gallery-panel img {
	object-fit: cover;
	object-position: center;
	image-rendering: auto;
	transform: none;
	-webkit-user-drag: none;
}

.dfc-media-placeholder {
	background:
		radial-gradient(circle at 74% 24%, rgba(255, 255, 255, .1), transparent 30%),
		linear-gradient(135deg, #292929, #0c0c0c 65%);
}

.dfc-shade {
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, transparent 28%, transparent 48%, rgba(0, 0, 0, calc(var(--dfc-overlay) + .2)) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, var(--dfc-overlay)) 0%, rgba(0, 0, 0, .08) 68%, transparent 100%);
	opacity: 1;
	transition: opacity .18s ease;
	will-change: opacity;
}

.dfc-slide.is-image-reveal .dfc-shade {
	opacity: 0;
}

.dfc-gallery-arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, .22);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
	place-items: center;
	transform: translateY(-50%);
	transition: opacity .25s ease, border-color .25s ease, background-color .25s ease, transform .25s var(--dfc-ease);
}

.dfc-gallery-arrow--prev {
	left: clamp(20px, 2.7vw, 48px);
}

.dfc-gallery-arrow--next {
	right: clamp(54px, 5.4vw, 92px);
}

.dfc-gallery-arrow:hover {
	border-color: #fff;
	background: rgba(0, 0, 0, .45);
	transform: translateY(-50%) scale(1.05);
}

.dfc-gallery-arrow:disabled {
	opacity: .28;
	cursor: default;
}

.dfc-gallery-arrow svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.dfc-gallery-pagination {
	position: absolute;
	z-index: 4;
	bottom: max(30px, env(safe-area-inset-bottom));
	left: 50%;
	display: flex;
	align-items: center;
	gap: 7px;
	transform: translateX(-50%);
}

.dfc-gallery-dot {
	display: grid;
	width: 19px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	place-items: center;
}

.dfc-gallery-dot span {
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	background: transparent;
	transition: width .25s var(--dfc-ease), border-radius .25s ease, background-color .25s ease;
}

.dfc-gallery-dot:hover span,
.dfc-gallery-dot.is-active span {
	width: 19px;
	border-color: #fff;
	border-radius: 4px;
	background: #fff;
}

.dfc-image-counter {
	position: absolute;
	z-index: 5;
	top: max(22px, calc(env(safe-area-inset-top) + 18px));
	right: max(28px, calc((100vw - 1540px) / 2 + 112px));
	color: #fff;
	font-size: 10px;
	font-variant-numeric: tabular-nums;
	font-weight: 650;
	letter-spacing: .14em;
	line-height: 1;
}

.dfc-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	width: min(100%, 1540px);
	height: 100%;
	margin: 0 auto;
	padding: clamp(100px, 13vh, 150px) clamp(28px, 7vw, 112px) clamp(66px, 7vh, 86px);
	pointer-events: none;
}

.dfc-copy {
	width: min(820px, 72vw);
}

.dfc-align-center .dfc-content {
	justify-content: center;
	text-align: center;
}

.dfc-align-center .dfc-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dfc-align-right .dfc-content {
	justify-content: flex-end;
	text-align: right;
}

.dfc-align-right .dfc-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.dfc-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 17px;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(11px, .8vw, 14px);
	font-weight: 650;
	letter-spacing: .2em;
	line-height: 1.3;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .75s .08s ease, transform .75s .08s var(--dfc-ease);
}

.dfc-align-center .dfc-kicker {
	justify-content: center;
}

.dfc-align-right .dfc-kicker {
	flex-direction: row-reverse;
}

.dfc-kicker span {
	display: block;
	width: 44px;
	height: 1px;
	background: var(--dfc-accent, #fff);
}

.dfc-title {
	max-width: 12ch;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: clamp(28px, 4.3vw, 70px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .98;
	text-wrap: balance;
	text-shadow: 0 5px 30px rgba(0, 0, 0, .18);
	opacity: 0;
	transform: translateY(38px);
	transition: opacity .9s .13s ease, transform .9s .13s var(--dfc-ease);
}

.dfc-description {
	max-width: 590px;
	margin: 23px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(15px, 1.1vw, 19px);
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 1.65;
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .8s .22s ease, transform .8s .22s var(--dfc-ease);
}

.dfc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
	opacity: 1;
	transform: none;
	transition: none;
	pointer-events: auto;
}

.dfc-align-center .dfc-actions {
	justify-content: center;
}

.dfc-align-right .dfc-actions {
	justify-content: flex-end;
}

.dfc-slide.is-active .dfc-kicker,
.dfc-slide.is-active .dfc-title,
.dfc-slide.is-active .dfc-description {
	opacity: 1;
	transform: translateY(0);
}

.dfc-button,
.dfc-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	gap: 13px;
	padding: 15px 20px 15px 22px;
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: 999px;
	color: #fff;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 14px;
	font-weight: 650;
	letter-spacing: .02em;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .16);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s var(--dfc-ease), box-shadow .25s ease;
	pointer-events: auto;
}

.dfc-button--website,
.dfc-button--website:visited {
	border-color: #fff;
	color: #080808;
	background: #fff;
	box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
}

.dfc-button--website:hover,
.dfc-button--website:focus-visible {
	border-color: #fff;
	color: #0b0b0b;
	background: #fff;
	transform: translateY(-2px);
}

.dfc-button--shopee,
.dfc-button--shopee:visited {
	border-color: rgba(255, 255, 255, .72);
	color: #fff;
	background: var(--dfc-shopee);
	box-shadow: 0 14px 38px rgba(0, 0, 0, .35);
}

.dfc-button--shopee:hover,
.dfc-button--shopee:focus-visible {
	border-color: #fff;
	color: #fff;
	background: #1b1b1b;
	box-shadow: 0 16px 42px rgba(0, 0, 0, .48);
	transform: translateY(-2px);
}

.dfc-button:focus-visible,
.dfc-gallery-pagination button:focus-visible,
.dfc-gallery-arrow:focus-visible,
.dfc-arrows button:focus-visible,
.dfc-guide-close:focus-visible,
.dfc-guide-start:focus-visible,
.dfc-brand:focus-visible,
.dfc-skip-link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.dfc-arrow-icon {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transition: transform .25s var(--dfc-ease);
}

.dfc-button:hover .dfc-arrow-icon {
	transform: translateX(3px);
}

.dfc-shopee-icon {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.dfc-topbar {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: min(100%, 1540px);
	padding: max(28px, env(safe-area-inset-top)) clamp(28px, 7vw, 112px) 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.dfc-brand {
	display: inline-flex;
	color: #fff;
	font-size: clamp(13px, 1vw, 17px);
	font-weight: 750;
	letter-spacing: .22em;
	line-height: 1;
	text-decoration: none;
	pointer-events: auto;
	transition: opacity .2s ease;
}

.dfc-brand:visited {
	color: #fff;
}

.dfc-brand:hover {
	color: #fff;
	opacity: .72;
}

.dfc-navigation-guide {
	position: absolute;
	z-index: 30;
	inset: 0;
	display: grid;
	padding: 24px;
	place-items: center;
}

.dfc-navigation-guide[hidden] {
	display: none;
}

.dfc-guide-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 5, 5, .72);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.dfc-guide-panel {
	position: relative;
	z-index: 1;
	width: min(680px, 100%);
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 24px;
	color: #fff;
	background:
		radial-gradient(circle at 95% 0%, rgba(255, 255, 255, .09), transparent 34%),
		rgba(16, 16, 16, .92);
	box-shadow: 0 30px 90px rgba(0, 0, 0, .44);
	text-align: center;
	animation: dfc-guide-in .45s var(--dfc-ease) both;
}

.dfc-guide-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: grid;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	color: #fff;
	background: transparent;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	place-items: center;
}

.dfc-guide-kicker {
	margin: 0 0 10px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .22em;
}

.dfc-guide-panel h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: clamp(27px, 3.5vw, 44px);
	font-weight: 520;
	letter-spacing: -.035em;
	line-height: 1.1;
}

.dfc-guide-intro {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .66);
	font-size: 14px;
}

.dfc-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.dfc-guide-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 204px;
	padding: 24px 18px 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 16px;
	background: rgba(255, 255, 255, .045);
}

.dfc-guide-icon {
	display: grid;
	width: 76px;
	height: 76px;
	margin-bottom: 15px;
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	place-items: center;
}

.dfc-guide-icon svg {
	width: 49px;
	height: 49px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.dfc-guide-item strong {
	font-size: 16px;
	font-weight: 650;
}

.dfc-guide-item > span {
	max-width: 190px;
	margin-top: 7px;
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
	line-height: 1.5;
}

.dfc-guide-start {
	min-width: 190px;
	min-height: 49px;
	margin-top: 26px;
	padding: 12px 24px;
	border: 0;
	border-radius: 999px;
	color: #080808;
	background: #fff;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: filter .2s ease, transform .2s ease;
}

.dfc-guide-start:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

@keyframes dfc-guide-in {
	from { opacity: 0; transform: translateY(18px) scale(.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.dfc-arrows {
	position: absolute;
	z-index: 5;
	top: max(49px, calc(env(safe-area-inset-top) + 43px));
	right: max(28px, calc((100vw - 1540px) / 2 + 112px));
	bottom: auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dfc-arrows button {
	display: grid;
	width: 43px;
	height: 43px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, .46);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	cursor: pointer;
	place-items: center;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.dfc-arrows button:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .13);
	transform: translateY(-2px);
}

.dfc-arrows svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.dfc-skip-link {
	position: absolute;
	z-index: 20;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	color: #111;
	background: #fff;
	font-weight: 700;
	text-decoration: none;
	transform: translateY(-160%);
}

.dfc-skip-link:focus {
	transform: translateY(0);
}

.dfc-after-anchor {
	display: block;
	height: 0;
}

.dfc-empty {
	width: min(720px, calc(100% - 40px));
	margin: 40px auto;
	padding: 34px;
	border: 1px solid #ddd;
	border-radius: 12px;
	color: #333;
	background: #fff;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

@media (max-width: 900px) {
	.dfc-copy {
		width: min(690px, calc(100vw - 110px));
	}

	.dfc-title {
		font-size: clamp(28px, 6vw, 50px);
	}
}

@media (max-width: 767px) {
	.dfc-slide {
		min-height: 520px;
	}

	.dfc-shade {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, .48) 0%, transparent 26%, transparent 39%, rgba(0, 0, 0, calc(var(--dfc-overlay) + .28)) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 100%);
	}

	.dfc-content {
		padding: 105px 22px max(56px, calc(40px + env(safe-area-inset-bottom)));
	}

	.dfc-copy {
		width: calc(100vw - 44px);
	}

	.dfc-align-center .dfc-copy,
	.dfc-align-right .dfc-copy {
		align-items: flex-start;
		text-align: left;
	}

	.dfc-align-center .dfc-actions,
	.dfc-align-center .dfc-kicker,
	.dfc-align-right .dfc-actions,
	.dfc-align-right .dfc-kicker {
		justify-content: flex-start;
	}

	.dfc-align-right .dfc-kicker {
		flex-direction: row;
	}

	.dfc-title {
		max-width: 11ch;
		font-size: clamp(26px, 7.8vw, 40px);
		letter-spacing: -.05em;
		line-height: 1;
	}

	.dfc-description {
		max-width: calc(100vw - 70px);
		margin-top: 17px;
		font-size: 15px;
		line-height: 1.55;
	}

	.dfc-actions {
		width: 100%;
		gap: 9px;
		margin-top: 23px;
	}

	.dfc-button,
	.dfc-button:visited {
		min-height: 52px;
		padding: 13px 17px;
		font-size: 13px;
	}

	.dfc-button--website,
	.dfc-button--website:visited,
	.dfc-button--website:hover,
	.dfc-button--website:focus-visible {
		border-color: #fff;
		color: #080808;
		background: #fff;
		transform: none;
		transition: none;
	}

	.dfc-topbar {
		padding: max(23px, env(safe-area-inset-top)) 22px 0;
	}

	.dfc-navigation-guide {
		padding: 14px;
	}

	.dfc-guide-panel {
		max-height: calc(100svh - 28px);
		padding: 34px 18px 22px;
		border-radius: 19px;
		overflow-y: auto;
	}

	.dfc-guide-panel h2 {
		font-size: 27px;
	}

	.dfc-guide-intro {
		font-size: 12px;
	}

	.dfc-guide-grid {
		gap: 9px;
		margin-top: 21px;
	}

	.dfc-guide-item {
		min-height: 170px;
		padding: 18px 9px 14px;
	}

	.dfc-guide-icon {
		width: 61px;
		height: 61px;
		margin-bottom: 11px;
	}

	.dfc-guide-icon svg {
		width: 40px;
		height: 40px;
	}

	.dfc-guide-item strong {
		font-size: 14px;
	}

	.dfc-guide-item > span {
		font-size: 10px;
	}

	.dfc-guide-start {
		margin-top: 19px;
	}

	.dfc-brand {
		max-width: 64vw;
		font-size: 12px;
	}

	.dfc-gallery-arrow {
		display: none;
	}

	.dfc-gallery-pagination {
		bottom: max(20px, env(safe-area-inset-bottom));
		gap: 4px;
	}

	.dfc-gallery-dot {
		width: 15px;
	}

	.dfc-gallery-dot.is-active span {
		width: 15px;
	}

	.dfc-image-counter {
		top: max(20px, calc(env(safe-area-inset-top) + 17px));
		right: 18px;
	}

	.dfc-arrows {
		top: max(45px, calc(env(safe-area-inset-top) + 40px));
		right: 18px;
		bottom: auto;
	}

	.dfc-arrows button {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 480px) {
	.dfc-actions {
		flex-direction: column;
		align-items: stretch;
		max-width: 340px;
	}

	.dfc-align-center .dfc-actions,
	.dfc-align-right .dfc-actions {
		align-items: stretch;
	}

	.dfc-button,
	.dfc-button:visited {
		width: 100%;
	}

	.dfc-description {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

@media (max-height: 680px) and (min-width: 768px) {
	.dfc-content {
		padding-top: 92px;
		padding-bottom: 66px;
	}

	.dfc-title {
		font-size: clamp(27px, 4.8vh, 43px);
	}

	.dfc-description {
		margin-top: 14px;
		font-size: 14px;
	}

	.dfc-actions {
		margin-top: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dfc-track,
	.dfc-gallery-track {
		scroll-behavior: auto;
	}

	.dfc-kicker,
	.dfc-title,
	.dfc-description,
	.dfc-actions,
	.dfc-button,
	.dfc-shade,
	.dfc-arrow-icon,
	.dfc-gallery-dot span {
		transition-duration: .01ms !important;
	}

	.dfc-guide-panel {
		animation: none;
	}

}
