/* Đẹp Hoàn Mỹ — giao diện 2026 (tham chiếu phong cách hannaru.com) */
:root {
	--dhm-ink: #111827;
	--dhm-text: #3b3f4a;
	--dhm-muted: #6b7080;
	--dhm-accent: #8e3a83;
	--dhm-accent-dark: #742f6b;
	--dhm-indigo: #131313;
	--dhm-charcoal: #1a1a1a;
	--dhm-cream: #fafaf7;
	--dhm-paper: #fdfbf7;
	--dhm-sand: #f2f0eb;
	--dhm-line: #e4e1da;
	--dhm-radius: 8px;
	--dhm-serif: "Cormorant Garamond", "Nanum Myeongjo", Georgia, serif;
	--dhm-sans: "Be Vietnam Pro", system-ui, sans-serif;
}

body { background: var(--dhm-cream); color: var(--dhm-text); font-family: var(--dhm-sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, .dhm-head h2 { font-family: var(--dhm-serif); font-weight: 500; color: var(--dhm-ink); letter-spacing: -0.01em; line-height: 1.2; }
h4, h5, h6 { font-family: var(--dhm-sans); font-weight: 600; letter-spacing: 0; }
a { transition: color .2s; }
::selection { background: var(--dhm-accent); color: #fff; }
.page-wrapper { padding-top: 24px; }

/* ---------- Header ---------- */
#top-bar, .header-top { background: var(--dhm-indigo) !important; font-size: 12.5px; letter-spacing: .02em; }
#top-bar a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.header-wrapper { background: rgba(250, 250, 247, .92); backdrop-filter: saturate(160%) blur(10px); }
.header-main { border-bottom: 1px solid var(--dhm-line); }
.header-main .nav > li > a, .header-bottom .nav > li > a { font-size: 13.5px; font-weight: 500; letter-spacing: .01em; text-transform: none; color: var(--dhm-ink); }
.header-main .nav > li.active > a, .header-main .nav > li > a:hover,
.header-bottom .nav > li.active > a, .header-bottom .nav > li > a:hover { color: var(--dhm-accent) !important; }
.header-search-form .search-field {
	height: 42px; border-radius: var(--dhm-radius) !important; background: #fff;
	border: 1px solid var(--dhm-line); box-shadow: none; padding-left: 16px;
}
.header-search-form .ux-search-submit { border-radius: 0 var(--dhm-radius) var(--dhm-radius) 0 !important; height: 42px; background: var(--dhm-ink) !important; }
.header-bottom { background: var(--dhm-cream) !important; border-bottom: 1px solid var(--dhm-line); }
.nav-dropdown { border-radius: var(--dhm-radius); box-shadow: 0 18px 40px rgba(17, 24, 39, .08); border: 1px solid var(--dhm-line); }
.cart-icon strong { border-radius: 6px; border-color: var(--dhm-ink); color: var(--dhm-ink); }
.cart-icon strong:after { border-color: var(--dhm-ink); }

/* ---------- Buttons & links ---------- */
.button, button.button, input[type=submit] { border-radius: var(--dhm-radius); letter-spacing: .01em; font-weight: 500; text-transform: none; }
.button.primary, .single_add_to_cart_button, .checkout-button, .dhm-btn--primary { background: var(--dhm-ink) !important; border-color: var(--dhm-ink) !important; color: #fff !important; }
.button.primary:hover, .single_add_to_cart_button:hover, .checkout-button:hover, .dhm-btn--primary:hover { background: var(--dhm-accent) !important; border-color: var(--dhm-accent) !important; box-shadow: none; }
.button.is-outline { border: 1px solid var(--dhm-ink); color: var(--dhm-ink); }
.button.is-outline:hover { background: var(--dhm-ink); color: #fff; }

.dhm-btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: var(--dhm-radius); border: 1px solid transparent; font-size: 15px; font-weight: 500; line-height: 1.2; transition: background .2s, color .2s, border-color .2s; }
.dhm-btn span { transition: transform .2s; }
.dhm-btn:hover span { transform: translateX(3px); }
.dhm-btn--light { background: #fff; color: var(--dhm-ink); }
.dhm-btn--light:hover { background: var(--dhm-accent); color: #fff; }
.dhm-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 500; color: var(--dhm-ink); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.dhm-link::after { content: "→"; transition: transform .2s; }
.dhm-link:hover { color: var(--dhm-accent); }
.dhm-link:hover::after { transform: translateX(3px); }
.dhm-link--light { color: #fff; }
.dhm-link--light:hover { color: #f1d9ee; }

/* ---------- Product card ---------- */
.product-small.box { background: #fff; border: 1px solid var(--dhm-line); border-radius: var(--dhm-radius); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.product-small.box:hover { border-color: #cfcac0; box-shadow: 0 12px 30px rgba(17, 24, 39, .06); }
.product-small .box-image { background: var(--dhm-paper); }
.product-small .box-image img { mix-blend-mode: multiply; transition: transform .5s; }
.product-small.box:hover .box-image img { transform: scale(1.04); }
.product-small .box-text { padding: 14px 14px 16px; text-align: left; }
.product-small .category { font-size: 10.5px; font-weight: 600; letter-spacing: .14em; color: var(--dhm-muted); opacity: 1; margin-bottom: 4px; }
.product-small .product-title { font-family: var(--dhm-sans); font-size: 14px; line-height: 1.45; font-weight: 600; color: var(--dhm-ink); height: 2.9em; overflow: hidden; text-transform: none; }
.product-small .product-title a { color: inherit; }
.price { font-family: var(--dhm-sans); }
.product-small .price { font-size: 14.5px; margin-top: 6px; display: block; }
.price ins, .price > .amount, .price > bdi { color: var(--dhm-ink); font-weight: 600; text-decoration: none; }
.price ins { color: var(--dhm-accent); }
.price del { color: #a3a6ad; font-weight: 400; font-size: .88em; }
.badge-container .badge-inner { border-radius: 4px; font-weight: 600; font-size: 10.5px; letter-spacing: .06em; padding: 0 8px; background: var(--dhm-accent); text-transform: uppercase; }
.badge-circle, .badge-circle-inside { height: auto; width: auto; }
.product-small .add-to-cart-button a, .product-small .add_to_cart_button {
	border-radius: var(--dhm-radius); font-size: 12.5px; background: transparent; border: 1px solid var(--dhm-line); color: var(--dhm-ink); text-transform: none; letter-spacing: 0;
}
.product-small .add_to_cart_button:hover { background: var(--dhm-ink); border-color: var(--dhm-ink); color: #fff; }

/* ---------- Shared sections ---------- */
.dhm-home { background: var(--dhm-cream); margin-top: -24px; }
.dhm-section { padding: 88px 0; }
.dhm-bg-cream { background: var(--dhm-cream); }
.dhm-bg-sand { background: var(--dhm-sand); }
.dhm-bordered { border-top: 1px solid var(--dhm-line); border-bottom: 1px solid var(--dhm-line); }
.dhm-paper { background-color: var(--dhm-paper); background-image: radial-gradient(rgba(17, 24, 39, .025) 1px, transparent 1px); background-size: 4px 4px; }
.dhm-eyebrow { font-family: var(--dhm-sans); font-size: 11.5px; text-transform: uppercase; letter-spacing: .22em; color: var(--dhm-accent); font-weight: 600; margin: 0 0 14px; display: block; }
.dhm-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.dhm-head h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.18; margin: 0; }
.dhm-head--center { flex-direction: column; align-items: center; text-align: center; gap: 0; }
.dhm-sub { color: var(--dhm-muted); font-size: 16px; margin: 14px 0 0; }
.dhm-center { text-align: center; margin: 48px 0 0; }
.dhm-empty { color: var(--dhm-muted); }
.dhm-home .products { margin-bottom: 0; }

.container.dhm-feature__inner::before, .container.dhm-feature__inner::after, .container.dhm-port__inner::before, .container.dhm-port__inner::after { display: none; }

/* Width */
.container, .row:not(.row-collapse) { max-width: 1320px; }
.container { padding-left: clamp(16px, 3vw, 40px); padding-right: clamp(16px, 3vw, 40px); }

/* Hero */
.dhm-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--dhm-line); }
.dhm-hero::before { content: ""; position: absolute; width: 900px; height: 900px; right: -220px; top: -320px; border-radius: 50%; background: radial-gradient(closest-side, rgba(142, 58, 131, .14), rgba(142, 58, 131, 0)); pointer-events: none; }
.dhm-hero::after { content: ""; position: absolute; width: 700px; height: 700px; left: -260px; bottom: -380px; border-radius: 50%; background: radial-gradient(closest-side, rgba(17, 17, 17, .06), rgba(17, 17, 17, 0)); pointer-events: none; }
.container.dhm-hero__grid::before, .container.dhm-hero__grid::after { display: none; }
.dhm-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 88px); align-items: center; min-height: min(88vh, 860px); padding-top: 56px; padding-bottom: 72px; }
.dhm-hero h1 { font-size: clamp(52px, 7.2vw, 118px); line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 28px; }
.dhm-hero h1 em { font-style: italic; color: var(--dhm-accent); font-weight: 400; }
.dhm-hero__lead { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; max-width: 520px; margin: 0 0 34px; color: var(--dhm-text); }
.dhm-hero__lead b { color: var(--dhm-ink); font-weight: 600; }
.dhm-hero__cta { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.dhm-hero__stats { list-style: none; margin: 48px 0 0; padding: 26px 0 0; border-top: 1px solid var(--dhm-line); display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 40px; }
.dhm-hero__stats li { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.dhm-hero__stats b { font-family: var(--dhm-serif); font-size: 42px; font-weight: 500; line-height: 1; color: var(--dhm-ink); }
.dhm-hero__stats span { font-size: 12.5px; color: var(--dhm-muted); }

.dhm-hero__stage { position: relative; aspect-ratio: 1 / 1.02; }
.dhm-arch { position: absolute; display: block; overflow: hidden; border-radius: 999px 999px 18px 18px; box-shadow: 0 40px 80px -30px rgba(17, 24, 39, .28); transition: transform .6s cubic-bezier(.2, .7, .2, 1); animation: dhmArchIn 1.1s cubic-bezier(.2, .7, .2, 1) both; }
.dhm-arch img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transform: scale(1.02); transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.dhm-arch:hover img { transform: scale(1.09); }
.dhm-arch--1 { left: 0; top: 10%; width: 40%; height: 64%; background: #f1e3ef; animation-delay: .1s; }
.dhm-arch--2 { left: 44%; top: 0; width: 34%; height: 50%; background: #f6e7e4; animation-delay: .22s; }
.dhm-arch--3 { left: 44%; top: 54%; width: 26%; height: 40%; background: #ece7e4; border-radius: 18px 18px 999px 999px; animation-delay: .34s; }
.dhm-arch--4 { left: 74%; top: 26%; width: 26%; height: 46%; background: var(--dhm-sand); animation-delay: .46s; }
@keyframes dhmArchIn { from { opacity: 0; transform: translateY(40px) scale(.96); } to { opacity: 1; transform: none; } }

.dhm-float { position: absolute; z-index: 2; background: rgba(255, 255, 255, .86); backdrop-filter: blur(14px) saturate(160%); border: 1px solid rgba(255, 255, 255, .9); border-radius: 14px; box-shadow: 0 24px 50px -20px rgba(17, 24, 39, .3); padding: 14px 18px; color: var(--dhm-ink); animation: dhmFloat 6s ease-in-out infinite, dhmArchIn 1s .7s cubic-bezier(.2, .7, .2, 1) both; }
.dhm-float--product { left: 6%; bottom: 4%; max-width: 250px; display: flex; flex-direction: column; gap: 3px; }
.dhm-float--product small { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--dhm-accent); font-weight: 600; }
.dhm-float--product b { font-size: 14px; font-weight: 600; line-height: 1.35; }
.dhm-float--product .price, .dhm-float--product span { font-size: 14px; }
.dhm-float--points { right: 2%; bottom: 14%; display: flex; gap: 12px; align-items: center; animation-delay: -3s, .9s; }
.dhm-float--points b { display: block; font-size: 14px; font-weight: 600; }
.dhm-float--points small { font-size: 12px; color: var(--dhm-muted); }
.dhm-float__dot { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--dhm-accent); color: #fff; font-size: 16px; flex: none; }
@keyframes dhmFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }

.dhm-hero__seal { position: absolute; z-index: 2; width: 128px; height: 128px; left: 27%; top: 2%; animation: dhmSpin 22s linear infinite; }
.dhm-hero__seal text { font-family: var(--dhm-sans); font-size: 10.5px; letter-spacing: .24em; fill: var(--dhm-ink); font-weight: 600; }
.dhm-hero__seal .dhm-hero__seal-mark { font-family: var(--dhm-serif); font-size: 24px; letter-spacing: 0; fill: var(--dhm-accent); font-style: italic; }
@keyframes dhmSpin { to { transform: rotate(360deg); } }

/* Reveal on load / scroll */
.dhm-rise { animation: dhmRise .9s cubic-bezier(.2, .7, .2, 1) var(--d, 0s) both; }
@keyframes dhmRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.dhm-js .dhm-reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1); transition-delay: var(--d, 0s); }
.dhm-js .dhm-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.dhm-rise, .dhm-arch, .dhm-float, .dhm-hero__seal { animation: none !important; }
	.dhm-js .dhm-reveal { opacity: 1; transform: none; transition: none; }
}

/* Brands marquee */
.dhm-brands { background: var(--dhm-cream); border-bottom: 1px solid var(--dhm-line); overflow: hidden; padding: 26px 0; }
.dhm-brands__track { display: flex; width: max-content; animation: dhmMarquee 40s linear infinite; }
.dhm-brands:hover .dhm-brands__track { animation-play-state: paused; }
.dhm-brands__row { display: flex; align-items: center; gap: 64px; padding-right: 64px; }
.dhm-brand { display: flex; align-items: center; height: 44px; color: var(--dhm-ink); opacity: .6; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.dhm-brand:hover { opacity: 1; filter: none; }
.dhm-brand img { max-height: 44px; width: auto; max-width: 130px; object-fit: contain; mix-blend-mode: multiply; }
.dhm-brand span { font-family: var(--dhm-serif); font-size: 26px; font-weight: 600; white-space: nowrap; letter-spacing: .02em; }
@keyframes dhmMarquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .dhm-brands__track { animation: none; } }

/* Categories */
.dhm-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.dhm-cat { display: flex; flex-direction: column; color: var(--dhm-ink); background: #fff; border: 1px solid var(--dhm-line); border-radius: var(--dhm-radius); overflow: hidden; transition: border-color .2s; }
.dhm-cat:hover { border-color: var(--dhm-accent); color: var(--dhm-ink); }
.dhm-cat__img { aspect-ratio: 1; background: var(--dhm-paper); overflow: hidden; }
.dhm-cat__img img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .5s; }
.dhm-cat:hover .dhm-cat__img img { transform: scale(1.05); }
.dhm-cat__meta { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--dhm-line); }
.dhm-cat__name { font-weight: 600; font-size: 14.5px; line-height: 1.35; }
.dhm-cat__count { font-size: 12.5px; color: var(--dhm-muted); }

/* Tabs */
.dhm-tabs__nav { display: inline-flex; gap: 4px; border-bottom: 1px solid var(--dhm-line); }
.dhm-tabs__nav button { margin: 0 0 -1px; padding: 10px 18px; font-size: 14.5px; color: var(--dhm-muted); background: none; border: 0; border-bottom: 2px solid transparent; border-radius: 0; text-transform: none; letter-spacing: 0; min-height: 0; line-height: 1.4; font-weight: 500; }
.dhm-tabs__nav button:hover { color: var(--dhm-ink); }
.dhm-tabs__nav button[aria-selected=true] { color: var(--dhm-ink); border-bottom-color: var(--dhm-accent); }
.dhm-tabs__panel { display: none; }
.dhm-tabs__panel.is-active { display: block; animation: dhmFade .35s ease; }
@keyframes dhmFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Feature */
.dhm-feature__inner { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; }
.dhm-feature.is-reverse .dhm-feature__banner { order: 2; }
.dhm-feature__banner { display: block; border-radius: var(--dhm-radius); overflow: hidden; background: var(--dhm-paper); aspect-ratio: 4 / 5; border: 1px solid var(--dhm-line); }
.dhm-feature__banner img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .6s; }
.dhm-feature__banner:hover img { transform: scale(1.03); }
.dhm-feature__body h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.18; margin: 0 0 14px; }
.dhm-feature__desc { color: var(--dhm-muted); max-width: 560px; margin-bottom: 26px; }
.dhm-feature__body .products { margin: 0 0 22px; }

/* Dealer "port" band */
.dhm-port { background: var(--dhm-indigo); color: #c9c9c9; padding: 96px 0; }
.dhm-port__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: end; }
.dhm-port h2 { color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1.16; margin: 0; }
.dhm-port .dhm-eyebrow { color: #e0b3da; }
.dhm-port p { font-size: 17px; line-height: 1.7; margin: 0 0 22px; }

/* Steps */
.dhm-steps-wrap { background: linear-gradient(180deg, var(--dhm-cream), var(--dhm-sand) 50%, var(--dhm-cream)); }
.dhm-steps { list-style: none; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.dhm-steps li { background: #fff; border: 1px solid var(--dhm-line); border-radius: var(--dhm-radius); padding: 28px 24px; margin: 0; display: flex; flex-direction: column; gap: 8px; counter-increment: s; }
.dhm-steps li::before { content: "0" counter(s); font-family: var(--dhm-serif); color: var(--dhm-accent); font-size: 40px; line-height: 1; margin-bottom: 8px; }
.dhm-steps b { color: var(--dhm-ink); font-weight: 600; font-size: 16px; }
.dhm-steps span { font-size: 14px; color: var(--dhm-muted); line-height: 1.6; }

/* Posts */
.dhm-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.dhm-post { color: var(--dhm-ink); display: flex; flex-direction: column; gap: 8px; }
.dhm-post:hover { color: var(--dhm-ink); }
.dhm-post__img { aspect-ratio: 16 / 10; border-radius: var(--dhm-radius); overflow: hidden; background: var(--dhm-sand); margin-bottom: 10px; }
.dhm-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.dhm-post:hover img { transform: scale(1.04); }
.dhm-post .dhm-eyebrow { margin: 0; font-size: 10.5px; }
.dhm-post b { font-family: var(--dhm-serif); font-size: 26px; font-weight: 500; line-height: 1.3; }
.dhm-post:hover b { color: var(--dhm-accent); }
.dhm-post__excerpt { font-size: 14px; color: var(--dhm-muted); line-height: 1.6; }
.dhm-post small { color: var(--dhm-muted); font-size: 12.5px; }

/* Final CTA */
.dhm-final { background: var(--dhm-charcoal); color: #c9ccd3; text-align: center; padding: 120px 0; background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 4px 4px; }
.dhm-final h2 { color: #fff; font-size: clamp(40px, 6vw, 80px); line-height: 1.16; margin: 0 0 18px; }
.dhm-final h2 em { font-style: normal; color: #e0b3da; }
.dhm-final .dhm-eyebrow { color: #e0b3da; }
.dhm-final p { font-size: 17px; margin: 0 0 32px; }
.dhm-final__cta { display: flex; gap: 28px; align-items: center; justify-content: center; flex-wrap: wrap; }

/* ---------- Shop / category ---------- */
.shop-page-title.category-page-title, .shop-page-title.featured-title { background: var(--dhm-sand); border-bottom: 1px solid var(--dhm-line); }
.shop-page-title .page-title-inner { padding-top: 28px; padding-bottom: 28px; }
.shop-page-title h1 { font-size: clamp(32px, 3.6vw, 46px); text-transform: none; letter-spacing: -0.02em; }
.woocommerce-breadcrumb { font-size: 12.5px; text-transform: none; letter-spacing: 0; color: var(--dhm-muted); }
.widget-title, .widget .widget-title { font-family: var(--dhm-sans); font-size: 11.5px; letter-spacing: .18em; font-weight: 600; color: var(--dhm-ink); }
.woocommerce-ordering select, select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], textarea {
	border-radius: var(--dhm-radius); border-color: var(--dhm-line); box-shadow: none; background-color: #fff;
}
input:focus, select:focus, textarea:focus { border-color: var(--dhm-accent) !important; box-shadow: 0 0 0 3px rgba(142, 58, 131, .12) !important; }
.is-divider { background-color: var(--dhm-line); max-width: 40px; }

/* ---------- Single product ---------- */
.product-main { padding-top: 10px; }
.product-info .product-title { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; font-weight: 500; }
.product-info .price { font-size: 24px; margin: 10px 0 18px; }
.product-gallery-slider .flickity-slider > div, .product-thumbnails a { border-radius: var(--dhm-radius); overflow: hidden; background: var(--dhm-paper); }
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover { border-color: var(--dhm-accent); }
.quantity input.qty, .quantity .button { border-color: var(--dhm-line); }
.woocommerce-tabs .tabs li a { text-transform: none; font-size: 15px; letter-spacing: 0; }
.woocommerce-tabs .tabs li.active a { color: var(--dhm-accent); }

/* ---------- Cart / checkout / account ---------- */
.cart_totals, .checkout-sidebar, .col-inner.has-border { border-radius: var(--dhm-radius); border: 1px solid var(--dhm-line) !important; background: #fff; padding: 26px; }
.shop_table thead th { font-family: var(--dhm-sans); font-size: 11.5px; letter-spacing: .14em; }
.woocommerce-MyAccount-navigation ul li a { border-radius: var(--dhm-radius); padding: 10px 14px; }
.woocommerce-MyAccount-navigation ul li.is-active a { background: var(--dhm-sand); color: var(--dhm-accent); }

/* ---------- Footer ---------- */
.footer-wrapper { font-size: 14px; }
.footer-wrapper h3, .footer-wrapper .widget-title { font-family: var(--dhm-sans); letter-spacing: .18em; font-size: 11.5px; }
.absolute-footer { font-size: 13px; }

/* ---------- Mobile bottom nav ---------- */
.dhm-bottom-nav { display: none; }

@media (max-width: 1023px) {
	.dhm-hero__grid { grid-template-columns: 1fr; min-height: 0; padding-top: 36px; padding-bottom: 56px; }
	.dhm-hero__stage { max-width: 620px; width: 100%; margin: 0 auto; }
	.dhm-section { padding: 64px 0; }
	.dhm-cats { grid-template-columns: repeat(3, 1fr); }
	.dhm-feature__inner { grid-template-columns: 1fr; gap: 28px; }
	.dhm-feature.is-reverse .dhm-feature__banner { order: 0; }
	.dhm-feature__banner { aspect-ratio: 16 / 9; }
	.dhm-port { padding: 72px 0; }
	.dhm-port__inner { grid-template-columns: 1fr; gap: 24px; }
	.dhm-steps { grid-template-columns: repeat(2, 1fr); }
	.dhm-posts { grid-template-columns: 1fr 1fr; }
	.dhm-final { padding: 88px 0; }
}

@media (max-width: 849px) {
	body { padding-bottom: 64px; }
	.dhm-bottom-nav {
		display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 999;
		background: rgba(250, 250, 247, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--dhm-line);
		padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
	}
	.dhm-bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; color: var(--dhm-ink); }
	.dhm-bn-ico { position: relative; }
	.dhm-bn-badge { position: absolute; top: -4px; right: -9px; background: var(--dhm-accent); color: #fff; font-style: normal; font-size: 10px; min-width: 17px; height: 17px; line-height: 17px; text-align: center; border-radius: 99px; }
	.back-to-top { bottom: 76px !important; }
}

@media (max-width: 549px) {
	.dhm-hero h1 { font-size: 50px; }
	.dhm-hero__cta { flex-direction: column; align-items: stretch; gap: 18px; text-align: center; }
	.dhm-hero__cta .dhm-link { align-self: center; }
	.dhm-hero__stats { gap: 18px; grid-template-columns: repeat(3, 1fr); }
	.dhm-hero__stats b { font-size: 30px; }
	.dhm-float--product { max-width: 190px; padding: 10px 12px; left: 0; }
	.dhm-float--points { display: none; }
	.dhm-hero__seal { width: 88px; height: 88px; }
	.dhm-section { padding: 52px 0; }
	.dhm-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 26px; }
	.dhm-head--center { align-items: center; }
	.dhm-hero__text { padding: 40px 0 36px; }
	.dhm-hero h1 { font-size: 40px; }
	.dhm-hero__lead { font-size: 15.5px; }
	.dhm-hero__cta { flex-direction: column; gap: 18px; }
	.dhm-hero__cta .dhm-btn { width: 100%; justify-content: center; }
	.dhm-brands { padding: 18px 0; }
	.dhm-brands__row { gap: 40px; padding-right: 40px; }
	.dhm-brand img { max-height: 32px; max-width: 96px; }
	.dhm-brand span { font-size: 20px; }
	.dhm-cats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.dhm-tabs__nav { width: 100%; overflow-x: auto; }
	.dhm-tabs__nav button { padding: 9px 12px; font-size: 14px; white-space: nowrap; }
	.dhm-steps { grid-template-columns: 1fr; }
	.dhm-posts { grid-template-columns: 1fr; }
	.dhm-final { padding: 72px 0; }
	.dhm-final .dhm-btn { width: 100%; justify-content: center; }
}

/* ---------- Refinements ---------- */
.dhm-feature.is-reverse .dhm-feature__inner { grid-template-columns: 7fr 5fr; }
.dhm-feature.is-reverse .dhm-feature__body { order: 1; }
.product-small .box-text .button, .product-small .add-to-cart-button .button {
	display: block; width: 100%; margin: 12px 0 0; padding: 0 10px; min-height: 36px; line-height: 34px;
	background: transparent !important; color: var(--dhm-ink) !important; border: 1px solid var(--dhm-line) !important;
	border-radius: var(--dhm-radius); font-size: 12.5px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-shadow: none;
}
.product-small .box-text .button:hover, .product-small .add-to-cart-button .button:hover { background: var(--dhm-ink) !important; border-color: var(--dhm-ink) !important; color: #fff !important; }
@media (max-width: 1023px) {
	.dhm-feature.is-reverse .dhm-feature__inner { grid-template-columns: 1fr; }
	.dhm-feature.is-reverse .dhm-feature__body { order: 1; }
}

/* ---------- Header polish ---------- */
.container.dhm-hero__grid { max-width: none; padding-left: clamp(16px, 4vw, 72px); padding-right: clamp(16px, 4vw, 72px); }
#top-bar .nav > li, #top-bar .html, #top-bar a { font-size: 13.5px !important; line-height: 1.5; }
#top-bar a { font-weight: 500; }
.header-main .header-search-form { max-width: 620px; width: 100%; }
.header-main .flex-left .header-search-form, .header-main .hide-for-medium.flex-left { margin-right: 32px; }
.header-main .flex-right > .nav { gap: 6px; }
.header-main .flex-right .nav > li { margin: 0 10px; }
.header-nav .icon-image, .header-language-dropdown .icon-image, .header-language-dropdown .image-icon { margin-left: 8px; margin-right: 2px; }
.header-language-dropdown img, .header-nav .icon-image img { vertical-align: -1px; }
#top-bar .html a, #top-bar .nav > li > a { display: inline; padding: 0; margin: 0; vertical-align: baseline; line-height: inherit; min-height: 0; }
.dhm-topbar { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 0; font-size: 13.5px; line-height: 1; }
.dhm-topbar > span { display: inline-flex; align-items: center; gap: 5px; }
.dhm-topbar > span + span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.45); margin: 0 16px; }
#top-bar .dhm-topbar a { text-decoration: none; font-weight: 600; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 1px !important; line-height: 1; }
#top-bar .dhm-topbar a:hover { border-color: #fff; }
.price del, .price del .amount, .price del bdi { color: #a3a6ad !important; }
