/* Trang chủ delarchi.com — bản 2 (VTN 25/09/2026): bố cục theo trang chủ vtngroup.net */
.dlh {
	--ink: #231915;
	--ink-2: #33251f;
	--clay: #e0582f;
	--clay-2: #c94a24;
	--clay-soft: #fbe5dc;
	--cream: #f8f3ec;
	--cream-2: #efe6da;
	--line: #e8ddd1;
	--text: #2b211c;
	--muted: #6f625a;
	--muted-2: #9a8c83;
	--r: 18px;
	--r-lg: 28px;
	--shadow: 0 1px 2px rgba(35, 25, 21, .06), 0 8px 24px -8px rgba(35, 25, 21, .16);
	--shadow-lg: 0 30px 60px -22px rgba(35, 25, 21, .42);
	--ease: cubic-bezier(.2, .7, .2, 1);
	font-family: "Be Vietnam Pro", system-ui, sans-serif;
	color: var(--text);
	background: var(--cream);
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.dlh *, .dlh *::before, .dlh *::after { box-sizing: border-box; }
.dlh h1, .dlh h2, .dlh h3 { font-family: inherit; color: var(--ink); font-weight: 800; letter-spacing: -.028em; line-height: 1.1; margin: 0; text-wrap: balance; }
.dlh p { margin: 0; }
.dlh a { text-decoration: none; }
.dlh ul, .dlh ol { list-style: none; margin: 0; padding: 0; }
.dlh li { margin: 0; }
.dlh figure { margin: 0; }
.dlh img { display: block; max-width: 100%; }
.dlh-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.dlh svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.dlh-ico { width: 18px; height: 18px; flex: none; transition: transform .25s var(--ease); }

/* ---------- Nút ---------- */
.dlh-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.dlh-cta-center { justify-content: center; margin-top: 44px; }
.dlh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 700; font-size: 15px; border: 1.5px solid transparent; white-space: nowrap; transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s; }
.dlh-btn:hover .dlh-ico { transform: translateX(3px); }
.dlh-btn-primary { background: var(--clay); color: #fff !important; box-shadow: 0 10px 24px -10px rgba(224, 88, 47, .75); }
.dlh-btn-primary:hover { background: var(--clay-2); transform: translateY(-1px); }
.dlh-btn-ghost { background: rgba(255, 255, 255, .6); color: var(--ink) !important; border-color: rgba(35, 25, 21, .18); }
.dlh-btn-ghost:hover { background: #fff; border-color: var(--ink); }
.dlh-btn-sm { height: 44px; padding: 0 20px; font-size: 14px; }

/* ---------- Nhãn nhỏ ---------- */
.dlh-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 8px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); font-size: 13px; font-weight: 600; color: var(--ink-2); }
.dlh-eyebrow i { width: 22px; height: 22px; border-radius: 50%; background: var(--clay); color: #fff; display: grid; place-items: center; }
.dlh-eyebrow svg { width: 12px; height: 12px; stroke-width: 3; }
.dlh-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); margin-bottom: 14px; }
.dlh-kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.dlh-kicker-light { color: #ff9a74; }

/* ---------- Hero ---------- */
.dlh-hero { position: relative; padding: 72px 0 96px; background: radial-gradient(900px 520px at 88% 8%, rgba(224, 88, 47, .13), transparent 60%), radial-gradient(700px 500px at 0% 100%, rgba(240, 180, 60, .10), transparent 60%), var(--cream); }
.dlh-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(35, 25, 21, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 25, 21, .05) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse 70% 65% at 30% 40%, #000 30%, transparent 75%); mask-image: radial-gradient(ellipse 70% 65% at 30% 40%, #000 30%, transparent 75%); }
.dlh-hero-in { position: relative; display: grid; grid-template-columns: 1.08fr 1fr; gap: 60px; align-items: center; }
.dlh-hero h1 { font-size: clamp(40px, 4.6vw, 64px); line-height: 1.05; letter-spacing: -.035em; margin: 26px 0 22px; }
.dlh-hero h1 em { font-style: normal; color: var(--clay); background: linear-gradient(transparent 70%, rgba(224, 88, 47, .18) 70%, rgba(224, 88, 47, .18) 92%, transparent 92%); -webkit-box-decoration-break: clone; box-decoration-break: clone; padding: 0 .04em; white-space: nowrap; }
.dlh-hero h1 > span { display: block; }
.dlh-h1-top { font-size: .6em; letter-spacing: -.02em; margin-bottom: .12em; }
.dlh-h1-sub { font-size: .42em; font-weight: 700; letter-spacing: -.01em; color: var(--muted); margin-top: .35em; }
.dlh-hero h1 em { display: inline-block; }
.dlh-lead { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 530px; margin-bottom: 34px !important; }
.dlh-hero-cats { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 42px; }
.dlh-hero-cats > span { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.dlh-hero-cats ul { display: flex; gap: 10px; }
.dlh-hero-cats li a { display: block; width: 54px; height: 54px; border-radius: 15px; overflow: hidden; background: #fff; border: 3px solid #fff; box-shadow: var(--shadow); transition: transform .25s var(--ease); }
.dlh-hero-cats li a:hover { transform: translateY(-3px) rotate(-3deg); }
.dlh-hero-cats img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; }
.dlh-hero-cats-all { font-size: 14px; font-weight: 700; color: var(--ink) !important; border-bottom: 1.5px solid var(--clay); padding-bottom: 2px; }

.dlh-hero-art { position: relative; }
.dlh-bento { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 225px 225px; gap: 14px; }
.dlh-bento figure { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--cream-2); box-shadow: var(--shadow-lg); }
.dlh-bento picture, .dlh-bento img { width: 100%; height: 100%; }
.dlh-bento img { object-fit: cover; transition: transform 1.2s var(--ease); }
.dlh-bento figure:hover img { transform: scale(1.05); }
.dlh-b1 { grid-row: span 2; }
.dlh-b1 img { object-position: 42% 50%; }
.dlh-bento figcaption { position: absolute; left: 12px; bottom: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(35, 25, 21, .6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: #fff; font-size: 12px; font-weight: 600; }
.dlh-float { position: absolute; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px 18px 12px 12px; box-shadow: var(--shadow-lg); font-size: 12.5px; color: var(--muted); line-height: 1.35; animation: dlh-bob 6s ease-in-out infinite; }
.dlh-float b { display: block; font-size: 14.5px; color: var(--ink); }
.dlh-float-a { left: -34px; top: 34px; }
.dlh-float-b { right: -18px; bottom: -26px; animation-delay: -3s; }
.dlh-dot { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: none; background: #e6f1ea; color: #2f7a4f; }
.dlh-dot svg { width: 20px; height: 20px; }
.dlh-dot-clay { background: var(--clay-soft); color: var(--clay); }
@keyframes dlh-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ---------- Dải số liệu ---------- */
.dlh-stats { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.dlh-stats::after { content: ""; position: absolute; right: -120px; top: -140px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(224, 88, 47, .45), transparent 65%); pointer-events: none; }
.dlh-stats-in { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); }
.dlh-stats-in > div { padding: 38px 28px; border-left: 1px solid rgba(255, 255, 255, .1); }
.dlh-stats-in > div:first-child { border-left: 0; padding-left: 0; }
.dlh-stats strong { display: block; font-size: clamp(30px, 3.2vw, 42px); font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #fff; }
.dlh-stats sup { font-size: .5em; color: #ff8a5e; top: -.8em; margin-left: 2px; }
.dlh-stats span { display: block; margin-top: 10px; font-size: 14px; color: rgba(255, 255, 255, .62); }

/* ---------- Khối chung ---------- */
.dlh-sec { padding: 96px 0; }
.dlh-sec-white { background: #fff; }
.dlh-head { margin-bottom: 44px; }
.dlh-head h2 { font-size: clamp(28px, 3.2vw, 42px); }
.dlh-head p { color: var(--muted); font-size: 17px; line-height: 1.6; margin-top: 14px !important; }
.dlh-head-center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.dlh-head-center .dlh-kicker::after { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.dlh-head-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }

/* ---------- Danh mục: lưới bento ---------- */
.dlh-cats { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 18px; }
.dlh-cat { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 10px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.dlh-cat:hover { transform: translateY(-4px); border-color: #efc7b6; box-shadow: var(--shadow-lg); }
.dlh-cat-img { display: block; aspect-ratio: 4 / 3; border-radius: 15px; overflow: hidden; background: var(--cream); }
.dlh-cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.dlh-cat:hover .dlh-cat-img img { transform: scale(1.06); }
.dlh-cat-text { display: flex; flex-direction: column; gap: 3px; padding: 14px 54px 8px 8px; }
.dlh-cat-no { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--clay); }
.dlh-cat-text b { font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.dlh-cat-text > span { font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.dlh-cat-go { position: absolute; right: 18px; bottom: 20px; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); color: var(--ink); display: grid; place-items: center; transition: background .25s, color .25s, transform .25s var(--ease); }
.dlh-cat-go svg { width: 17px; height: 17px; }
.dlh-cat:hover .dlh-cat-go { background: var(--clay); color: #fff; transform: rotate(-45deg); }
.dlh-cat-big { grid-column: span 2; grid-row: span 2; background: var(--ink); border-color: var(--ink); }
.dlh-cat-big .dlh-cat-img { aspect-ratio: auto; flex: 1; min-height: 260px; }
.dlh-cat-big .dlh-cat-text { padding: 20px 70px 14px 14px; }
.dlh-cat-big .dlh-cat-text b { color: #fff; font-size: 26px; letter-spacing: -.02em; }
.dlh-cat-big .dlh-cat-text > span { color: rgba(255, 255, 255, .65); font-size: 15px; }
.dlh-cat-big .dlh-cat-no { color: #ff9a74; }
.dlh-cat-big .dlh-cat-go { width: 48px; height: 48px; right: 24px; bottom: 26px; background: var(--clay); color: #fff; }
.dlh-cat-big:hover { border-color: var(--ink); }
.dlh-cat-all { grid-column: span 2; justify-content: center; background: var(--clay-soft); border-color: #f4cfc0; min-height: 120px; }
.dlh-cat-all .dlh-cat-text { padding: 18px 80px 18px 20px; }
.dlh-cat-all .dlh-cat-text b { font-size: 22px; }
.dlh-cat-all .dlh-cat-go { right: 24px; bottom: 50%; transform: translateY(50%); width: 48px; height: 48px; background: var(--clay); color: #fff; }
.dlh-cat-all:hover .dlh-cat-go { transform: translateY(50%) rotate(-45deg); }

/* ---------- Thẻ sản phẩm ---------- */
.dlh-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.dlh-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s; }
.dlh-sec-white .dlh-card { background: var(--cream); border-color: transparent; }
.dlh-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dlh-card-img { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream-2); }
.dlh-card-img img { width: 100% !important; height: 100% !important; object-fit: cover; margin: 0 !important; transition: transform .6s var(--ease); }
.dlh-card:hover .dlh-card-img img { transform: scale(1.06); }
.dlh-badge { position: absolute; top: 12px; left: 12px; background: var(--clay); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.dlh-card-go { position: absolute; right: 12px; bottom: 12px; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s var(--ease); }
.dlh-card-go svg { width: 17px; height: 17px; }
.dlh-card:hover .dlh-card-go { opacity: 1; transform: none; }
.dlh-card-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 16px 18px; flex: 1; }
.dlh-card-cat { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); }
.dlh-card-title { font-size: 15px; font-weight: 600; line-height: 1.45; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.9em; }
.dlh-card-price { margin-top: auto; padding-top: 6px; font-size: 17px; font-weight: 800; color: var(--clay); }
.dlh-card-price del { color: var(--muted-2); font-weight: 500; font-size: 14px; margin-right: 6px; }
.dlh-card-price ins { text-decoration: none; }
.dlh-card-price .woocommerce-Price-amount { color: inherit; }

/* ---------- Xưởng sản xuất (nền tối) ---------- */
.dlh-dark { position: relative; background: var(--ink); color: rgba(255, 255, 255, .75); }
.dlh-dark::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 420px at 100% 0%, rgba(224, 88, 47, .22), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(255, 255, 255, .05), transparent 60%); }
.dlh-factory { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: center; }
.dlh-factory-media { position: relative; padding-bottom: 70px; }
.dlh-factory-media figure { border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .7); }
.dlh-factory-media img { width: 100%; height: 100%; object-fit: cover; }
.dlh-f1 { aspect-ratio: 4 / 3.4; width: 88%; }
.dlh-f2 { position: absolute; right: 0; bottom: 0; width: 56%; aspect-ratio: 16 / 10; border: 6px solid var(--ink); background: #e9ecef; }
.dlh-f-badge { position: absolute; left: 20px; bottom: 26px; max-width: 42%; background: var(--clay); color: #fff; border-radius: 16px; padding: 14px 16px; font-size: 12.5px; line-height: 1.4; box-shadow: var(--shadow-lg); }
.dlh-f-badge b { display: block; font-size: 16px; }
.dlh-factory-text h2 { color: #fff; font-size: clamp(28px, 3.1vw, 40px); }
.dlh-factory-text h2 em { font-style: normal; color: #ff9a74; }
.dlh-factory-text > p { font-size: 16.5px; line-height: 1.7; margin: 20px 0 34px !important; }
.dlh-caps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dlh-caps li { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 18px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .09); transition: background .25s, border-color .25s; }
.dlh-caps li:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 154, 116, .35); }
.dlh-caps i { flex: none; width: 42px; height: 42px; border-radius: 12px; background: rgba(224, 88, 47, .16); color: #ff9a74; display: grid; place-items: center; }
.dlh-caps i svg { width: 21px; height: 21px; }
.dlh-caps span { font-size: 13.5px; line-height: 1.45; color: rgba(255, 255, 255, .6); }
.dlh-caps b { display: block; font-size: 15px; color: #fff; margin-bottom: 3px; }

/* ---------- Quy trình đánh số ---------- */
.dlh-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.dlh-steps li { position: relative; padding: 28px 24px 26px; border-radius: 22px; background: var(--cream); border: 1px solid transparent; transition: border-color .3s, transform .3s var(--ease), background .3s; }
.dlh-steps li:hover { background: #fff; border-color: var(--line); transform: translateY(-4px); box-shadow: var(--shadow); }
.dlh-steps li:not(:last-child)::after { content: ""; position: absolute; top: 52px; right: -14px; width: 10px; height: 10px; border-top: 2px solid var(--clay); border-right: 2px solid var(--clay); transform: rotate(45deg); opacity: .6; z-index: 1; }
.dlh-step-no { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 20px; }
.dlh-steps li:first-child .dlh-step-no { background: var(--clay); }
.dlh-steps b { display: block; font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.dlh-steps p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }

/* Flatsome: bỏ khoảng đệm quanh nội dung trang chủ */
.page-template-page-delarchi-home #main, .page-template-page-delarchi-home #content { padding: 0 !important; background: var(--cream, #f8f3ec); }

/* ---------- Đáp ứng ---------- */
@media (max-width: 1100px) {
	.dlh-grid { grid-template-columns: repeat(3, 1fr); }
	.dlh-cats { grid-template-columns: repeat(3, 1fr); grid-auto-rows: auto; }
	.dlh-cat-big { grid-column: span 2; grid-row: span 1; }
	.dlh-cat-big .dlh-cat-img { min-height: 200px; }
	.dlh-cat-all { grid-column: span 1; }
	.dlh-cat-all .dlh-cat-text { padding: 18px 70px 18px 14px; }
	.dlh-cat-all .dlh-cat-text b { font-size: 19px; }
	.dlh-factory { gap: 48px; }
	.dlh-steps { grid-template-columns: repeat(2, 1fr); }
	.dlh-steps li::after { display: none; }
}
@media (max-width: 849px) {
	.dlh-hero { padding: 40px 0 72px; }
	.dlh-hero-in { grid-template-columns: 1fr; gap: 44px; }
	.dlh-hero-art { max-width: 580px; width: 100%; margin: 0 auto; }
	.dlh-float-a { left: -8px; }
	.dlh-float-b { right: -6px; }
	.dlh-stats-in { grid-template-columns: repeat(2, 1fr); }
	.dlh-stats-in > div { padding: 28px 20px; }
	.dlh-stats-in > div:nth-child(odd) { border-left: 0; padding-left: 0; }
	.dlh-stats-in > div:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .1); }
	.dlh-factory { grid-template-columns: 1fr; }
	.dlh-factory-media { max-width: 580px; }
	.dlh-sec { padding: 72px 0; }
	#button-contact-vr { transform: scale(.68); transform-origin: right bottom; bottom: 14px !important; }
}
@media (max-width: 600px) {
	.dlh-wrap { padding: 0 16px; }
	.dlh-hero h1 { font-size: 38px; margin: 20px 0 16px; }
	.dlh-h1-top { font-size: .64em; }
	.dlh-h1-sub { font-size: .46em; }
	.dlh-eyebrow { font-size: 12px; padding-right: 12px; gap: 8px; }
	.dlh-lead { font-size: 16px; margin-bottom: 26px !important; }
	.dlh-cta .dlh-btn { flex: 1 1 auto; }
	.dlh-hero-cats { margin-top: 30px; gap: 12px; }
	.dlh-hero-cats > span { display: none; }
	.dlh-hero-cats li a { width: 46px; height: 46px; border-radius: 13px; }
	.dlh-bento { grid-template-rows: 150px 150px; gap: 8px; }
	.dlh-bento figure { border-radius: 18px; }
	.dlh-bento figcaption { display: none; }
	.dlh-float { padding: 8px 12px 8px 8px; font-size: 11px; border-radius: 13px; gap: 9px; }
	.dlh-float b { font-size: 12.5px; }
	.dlh-dot { width: 30px; height: 30px; border-radius: 9px; }
	.dlh-dot svg { width: 16px; height: 16px; }
	.dlh-float-a { top: 14px; left: -6px; }
	.dlh-float-b { bottom: -18px; }
	.dlh-stats strong { font-size: 28px; }
	.dlh-stats span { font-size: 12.5px; }
	.dlh-stats-in > div { padding: 22px 12px; }
	.dlh-sec { padding: 56px 0; }
	.dlh-head { margin-bottom: 28px; }
	.dlh-head p { font-size: 15px; }
	.dlh-head-split { flex-direction: column; align-items: flex-start; gap: 16px; }
	.dlh-cats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.dlh-cat { padding: 6px; border-radius: 16px; }
	.dlh-cat-img { border-radius: 12px; }
	.dlh-cat-text { padding: 10px 6px 6px; }
	.dlh-cat-text b { font-size: 14px; }
	.dlh-cat-text > span { display: none; }
	.dlh-cat-no { font-size: 11px; }
	.dlh-cat-go { display: none; }
	.dlh-cat-big .dlh-cat-img { min-height: 170px; }
	.dlh-cat-big .dlh-cat-text { padding: 14px 10px 8px; }
	.dlh-cat-big .dlh-cat-text b { font-size: 20px; }
	.dlh-cat-big .dlh-cat-text > span { display: block; font-size: 13px; }
	.dlh-cat-all { grid-column: span 2; min-height: 0; }
	.dlh-cat-all .dlh-cat-text { padding: 14px 70px 14px 12px; }
	.dlh-cat-all .dlh-cat-text b { font-size: 17px; }
	.dlh-cat-all .dlh-cat-go { display: grid; width: 40px; height: 40px; right: 16px; }
	.dlh-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.dlh-card-body { padding: 12px 12px 14px; }
	.dlh-card-title { font-size: 14px; }
	.dlh-card-price { font-size: 15px; }
	.dlh-card-go { display: none; }
	.dlh-factory-media { padding-bottom: 50px; }
	.dlh-f-badge { left: 10px; bottom: 14px; max-width: 46%; padding: 10px 12px; font-size: 11px; }
	.dlh-f-badge b { font-size: 14px; }
	.dlh-caps { grid-template-columns: 1fr; }
	.dlh-steps { grid-template-columns: 1fr; gap: 12px; }
	.dlh-steps li { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 18px; }
	.dlh-step-no { grid-row: span 2; margin: 0; }
	.dlh-steps b { margin: 2px 0 4px; }
	.dlh-cta-center { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
	.dlh-float { animation: none; }
}
