/*
 * Tong Kho Ghe Massage — child theme stylesheet
 * v3.0 — modernized redesign, fixes broken UX Builder padding,
 *        replaces placeholder icons with proper SVG, restyles hero,
 *        product cards, category tiles, testimonials, and footer.
 */

/* ============================================================
   1. Design tokens
   ============================================================ */
:root {
    --tk-primary: #0d3a33;
    --tk-primary-2: #155247;
    --tk-forest: #082723;
    --tk-accent: #d4a857;
    --tk-accent-2: #e9b95f;
    --tk-accent-soft: #f3dfa5;
    --tk-ink: #1a1f1d;
    --tk-muted: #6b7572;
    --tk-line: #e7e3d8;
    --tk-soft: #faf6ee;
    --tk-cream: #f5efe1;
    --tk-paper: #ffffff;
    --tk-shadow-sm: 0 4px 14px rgba(13, 58, 51, .06);
    --tk-shadow-md: 0 14px 36px rgba(13, 58, 51, .10);
    --tk-shadow-lg: 0 24px 50px rgba(13, 58, 51, .14);
    --tk-radius: 14px;
    --tk-radius-lg: 22px;
    --tk-font-body: 'Roboto', Arial, Helvetica, sans-serif;
    --tk-font-display: 'Roboto', Arial, Helvetica, sans-serif;
}

/* ============================================================
   Warranty lookup
   ============================================================ */
.tk-warranty {
    max-width: 820px;
    margin: 0 auto;
}
.tk-warranty-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    padding: 26px;
    border: 1px solid var(--tk-line);
    border-radius: var(--tk-radius);
    background: var(--tk-paper);
    box-shadow: var(--tk-shadow-sm);
}
.tk-warranty-form label {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--tk-primary);
    font-size: 14px;
    font-weight: 700;
}
.tk-warranty-form input {
    height: 46px;
    margin: 0;
    border-color: #d8ddd9;
    border-radius: 6px;
}
.tk-warranty-form .button {
    height: 46px;
    margin: 0;
    padding: 0 24px;
    border-radius: 6px;
    background: var(--tk-primary);
    color: #fff;
    font-weight: 700;
}
.tk-warranty-form .button:hover { background: var(--tk-primary-2); }
.tk-warranty-error,
.tk-warranty-empty {
    margin: 18px 0 0;
    padding: 14px 16px;
    border-radius: 7px;
}
.tk-warranty-error { background: #fff1f0; color: #a6251e; }
.tk-warranty-empty { background: var(--tk-soft); color: var(--tk-muted); }
.tk-warranty-results { display: grid; gap: 16px; margin-top: 22px; }
.tk-warranty-card {
    padding: 22px;
    border: 1px solid var(--tk-line);
    border-left: 4px solid var(--tk-primary);
    border-radius: var(--tk-radius);
    background: var(--tk-paper);
    box-shadow: var(--tk-shadow-sm);
}
.tk-warranty-card.tk-is-het-han { border-left-color: #b15042; }
.tk-warranty-card header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tk-warranty-card header strong { color: var(--tk-primary); font-size: 18px; }
.tk-warranty-badge {
    display: inline-block;
    flex: 0 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e5f2ec;
    color: #176343;
    font-size: 12px;
    font-weight: 700;
}
.tk-is-het-han .tk-warranty-badge { background: #fff0ec; color: #a64332; }
.tk-warranty-card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.tk-warranty-card li { padding: 7px 0; border-top: 1px solid #f0eee9; color: var(--tk-ink); }
.tk-warranty-card li span { display: inline-block; min-width: 102px; color: var(--tk-muted); }
.tk-warranty-card .tk-note { line-height: 1.6; }
@media (max-width: 549px) {
    .tk-warranty-form { grid-template-columns: 1fr; padding: 20px; }
    .tk-warranty-form .button { width: 100%; }
    .tk-warranty-card { padding: 18px; }
    .tk-warranty-card header { align-items: flex-start; flex-direction: column; gap: 8px; }
    .tk-warranty-card li span { display: block; min-width: 0; margin-bottom: 2px; }
}

/* ============================================================
   2. Base
   ============================================================ */
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-400.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-500.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-600.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-700.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto-800.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 800;
}
body {
    color: var(--tk-ink);
    background: var(--tk-paper);
    font-family: var(--tk-font-body);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { transition: color .2s ease, background .2s ease, opacity .2s ease; }
h1, h2, h3, h4, h5, h6 { font-family: var(--tk-font-display); letter-spacing: 0; line-height: 1.3; text-wrap: balance; }
/* Lock the whole storefront to Roboto so Flatsome's leftover
   Lato/Cardo/Dancing Script declarations never leak into Vietnamese text. */
body, body.site, #wrapper, #main, #header, #footer,
.nav, .menu-item, .nav-dropdown, .widget, .sidebar-wrapper,
.product-small, .product-title, .name, .price, .woocommerce-price-suffix,
form, input, select, textarea, button, .button,
.woocommerce, .woocommerce-page, .woocommerce-breadcrumb,
.woocommerce-ordering, .woocommerce-result-count,
.woocommerce-message, .woocommerce-info, .woocommerce-error,
.mini-cart, .cart-popup { font-family: var(--tk-font-body) !important; }

/* ============================================================
   3. UX Builder padding bug fix
   Flatsome UX Builder emits broken inline styles like:
     #section_XXXX { padding-top: 90px 0 100px; }
   which is invalid CSS (padding-top only accepts one value).
   Override the broken inline styles by re-declaring padding on
   every section id used on the homepage.
   ============================================================ */
.tk-hero,
.tk-trust,
.tk-price-grid,
.section-dark,
.tk-categories,
.tk-product-band,
.tk-cta,
.section,
.tk-footer,
.tk-footer-builder {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tk-hero { padding-top: 70px !important; padding-bottom: 90px !important; }
.tk-trust { padding-top: 70px !important; padding-bottom: 70px !important; }
.tk-price-grid { padding-top: 80px !important; padding-bottom: 80px !important; }
.section-dark,
.tk-product-band { padding-top: 80px !important; padding-bottom: 80px !important; }
.section { padding-top: 70px !important; padding-bottom: 70px !important; }
.tk-categories { padding-top: 90px !important; padding-bottom: 90px !important; }
.tk-cta { padding-top: 90px !important; padding-bottom: 90px !important; }
.tk-footer { padding-top: 0 !important; padding-bottom: 0 !important; }
.tk-footer-builder { padding-top: 70px !important; padding-bottom: 30px !important; }

/* ============================================================
   4. Topbar (visible on desktop, hidden on mobile)
   ============================================================ */
.tk-topbar {
    display: block !important;
    background: var(--tk-forest);
    color: #d9e5e0;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.tk-topbar .container { max-width: 1280px; padding: 0 24px; width: 100%; }
.tk-topbar a {
    color: var(--tk-accent-2);
    margin-left: 14px;
    font-weight: 600;
}
.tk-topbar a:hover { color: #fff; }
.tk-topbar .container > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 549px) {
    .tk-topbar { font-size: 12px; padding: 6px 0; }
    .tk-topbar .container { padding: 0 14px; }
    .tk-topbar .container > div { gap: 2px 10px; }
    .tk-topbar a { margin-left: 0; }
}

/* ============================================================
   5. Header
   ============================================================ */
#header { background: #fff; box-shadow: 0 1px 0 var(--tk-line); }
#header.header.has-sticky.sticky-jump { transition: box-shadow .25s ease, background .25s ease; }
#header.header.has-sticky.stuck { box-shadow: 0 6px 20px rgba(13,58,51,.08); }
#header .header-main { background: #fff; color: var(--tk-ink); }
#header .header-main .header-inner {
    min-height: 76px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
#header #logo { width: 240px; }
#header #logo img {
    display: block !important;
    max-height: 60px;
    width: 240px;
    object-fit: contain;
    object-position: left center;
}
/* Flatsome renders the same logo SVG twice (primary + sticky). Hide the sticky copy. */
#header #logo img:nth-of-type(2) { display: none !important; }
#header .header-search-form { max-width: 280px; margin: 0 auto; }
#header .header-search-form form {
    display: flex;
    align-items: stretch;
    background: var(--tk-soft);
    border: 1px solid var(--tk-line);
    border-radius: 999px;
    padding: 3px 3px 3px 18px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
#header .header-search-form form:focus-within {
    border-color: var(--tk-accent);
    box-shadow: 0 0 0 4px rgba(212,168,87,.18);
    background: #fff;
}
#header .header-search-form .search-field {
    height: 38px;
    border: 0;
    background: transparent;
    color: var(--tk-ink);
    box-shadow: none;
    font-size: 13px;
    padding: 0;
}
#header .header-search-form .search-field::placeholder { color: #a09b8f; }
#header .header-search-form .ux-search-submit {
    height: 38px;
    min-width: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--tk-primary);
    color: #fff;
    font-size: 13px;
    transition: background .2s ease;
}
#header .header-search-form .ux-search-submit:hover { background: var(--tk-accent); color: var(--tk-primary); }

/* Right side contact strip */
#header .header-contact-wrapper { padding-right: 14px; margin-right: 14px; border-right: 1px solid var(--tk-line); }
#header .header-contact-wrapper #header-contact { display: flex; gap: 18px; }
#header .header-contact-wrapper a { display: inline-flex; align-items: center; gap: 6px; color: var(--tk-primary); font-size: 13px; font-weight: 700; }
#header .header-contact-wrapper a i { color: var(--tk-accent); font-size: 16px; }
#header .header-contact-wrapper a span { color: var(--tk-primary); }
#header .header-contact-wrapper a:hover span { color: var(--tk-accent); }

/* Icon buttons */
#header .account-item > a,
#header .header-cart-link {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid var(--tk-line);
    color: var(--tk-primary);
    background: #fff;
    display: inline-grid; place-items: center;
    margin-left: 6px;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
#header .account-item > a:hover,
#header .header-cart-link:hover { background: var(--tk-primary); border-color: var(--tk-primary); color: #fff; }
#header .cart-icon strong { color: var(--tk-accent); font-size: 11px; }

/* Bottom nav */
#header .header-bottom { background: #fff; border-top: 1px solid var(--tk-line); }
#header .header-bottom .nav { display: flex !important; flex-wrap: nowrap !important; align-items: center; }
#header .header-bottom .nav > li { margin: 0; }
#header .header-bottom .nav > li > a {
    height: 52px;
    color: var(--tk-ink);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0;
    vertical-align: middle;
    transition: color .2s ease, background .2s ease;
    position: relative;
    white-space: nowrap;
}
#header .header-bottom .nav > li > a::before {
    content: '';
    display: block !important;
    flex: 0 0 16px;
    width: 16px; height: 16px;
    margin-right: 6px;
    background-color: var(--tk-primary);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background-color .2s ease;
}
/* Menu icons (one per item) */
#header .header-bottom .nav > li:nth-child(1) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3 2 12h3v8h5v-6h4v6h5v-8h3L12 3z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3 2 12h3v8h5v-6h4v6h5v-8h3L12 3z'/></svg>"); }
#header .header-bottom .nav > li:nth-child(2) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 4v16h2v-5h6v5h2V4h-2v5h-2V4h-2v5H9V4H7zm0 0'/><path d='M3 8h2v8H3zM19 8h2v8h-2z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 4v16h2v-5h6v5h2V4h-2v5h-2V4h-2v5H9V4H7zm0 0'/><path d='M3 8h2v8H3zM19 8h2v8h-2z'/></svg>"); }
#header .header-bottom .nav > li:nth-child(3) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M21.41 11.58 12.41 2.58A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.41l9 9A2 2 0 0 0 14 22h7a2 2 0 0 0 2-2v-7a2 2 0 0 0-.59-1.42M6.5 8A1.5 1.5 0 1 1 8 6.5 1.5 1.5 0 0 1 6.5 8'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M21.41 11.58 12.41 2.58A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.41l9 9A2 2 0 0 0 14 22h7a2 2 0 0 0 2-2v-7a2 2 0 0 0-.59-1.42M6.5 8A1.5 1.5 0 1 1 8 6.5 1.5 1.5 0 0 1 6.5 8'/></svg>"); }
#header .header-bottom .nav > li:nth-child(4) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M13.5 5.5a2 2 0 0 1 2 2v.5h2a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3h2V8a3 3 0 0 1 3-3 1 1 0 0 1 0 .5M11.5 7a.5.5 0 0 0-.5.5v1h2v-1a.5.5 0 0 0-.5-.5h-1M8.5 13a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5m7 0a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M13.5 5.5a2 2 0 0 1 2 2v.5h2a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3h2V8a3 3 0 0 1 3-3 1 1 0 0 1 0 .5M11.5 7a.5.5 0 0 0-.5.5v1h2v-1a.5.5 0 0 0-.5-.5h-1M8.5 13a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5m7 0a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5'/></svg>"); }
#header .header-bottom .nav > li:nth-child(5) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 20.5A1.5 1.5 0 0 1 3.5 19a1.5 1.5 0 0 1 .84-1.34l1.32-.66-1.07-1.07A3 3 0 0 1 4 14v-2a1 1 0 0 1 1-1h2v-1a4 4 0 0 1 1.6-3.16L9.5 6V4.5A1.5 1.5 0 0 1 11 3a1.5 1.5 0 0 1 1.5 1.5V6l.9.84A4 4 0 0 1 15 10v1h2a1 1 0 0 1 1 1v2a3 3 0 0 1-.59 1.76l-1.07 1.07 1.32.66a1.5 1.5 0 0 1 .84 1.34 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-.67-.16L14 17.92V21a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3.08l-2.33 1.16a1.5 1.5 0 0 1-.67.16A1.5 1.5 0 0 1 5 20.5'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 20.5A1.5 1.5 0 0 1 3.5 19a1.5 1.5 0 0 1 .84-1.34l1.32-.66-1.07-1.07A3 3 0 0 1 4 14v-2a1 1 0 0 1 1-1h2v-1a4 4 0 0 1 1.6-3.16L9.5 6V4.5A1.5 1.5 0 0 1 11 3a1.5 1.5 0 0 1 1.5 1.5V6l.9.84A4 4 0 0 1 15 10v1h2a1 1 0 0 1 1 1v2a3 3 0 0 1-.59 1.76l-1.07 1.07 1.32.66a1.5 1.5 0 0 1 .84 1.34 1.5 1.5 0 0 1-1.5 1.5 1.5 1.5 0 0 1-.67-.16L14 17.92V21a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3.08l-2.33 1.16a1.5 1.5 0 0 1-.67.16A1.5 1.5 0 0 1 5 20.5'/></svg>"); }
#header .header-bottom .nav > li:nth-child(6) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 11h8V3H3v8m0 8h8v-8H3v8m10 0h8v-8h-8v8m0-16v8h8V3h-8z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 11h8V3H3v8m0 8h8v-8H3v8m10 0h8v-8h-8v8m0-16v8h8V3h-8z'/></svg>"); }
#header .header-bottom .nav > li:nth-child(7) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M22 12 12 22 8 18l1.41-1.41 2.59 2.58L20.59 11 22 12zM12 2a10 10 0 0 1 10 10h-2a8 8 0 0 0-8-8V2zM2 12a10 10 0 0 1 8-9.83v2.07A8 8 0 0 0 4 12H2zm2.5 6A2.5 2.5 0 1 1 7 15.5 2.5 2.5 0 0 1 4.5 18z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M22 12 12 22 8 18l1.41-1.41 2.59 2.58L20.59 11 22 12zM12 2a10 10 0 0 1 10 10h-2a8 8 0 0 0-8-8V2zM2 12a10 10 0 0 1 8-9.83v2.07A8 8 0 0 0 4 12H2zm2.5 6A2.5 2.5 0 1 1 7 15.5 2.5 2.5 0 0 1 4.5 18z'/></svg>"); }
#header .header-bottom .nav > li:nth-child(8) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 3H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M7 7h4v2H7zm0 4h4v2H7zm10 6H7v-2h10zm0-4h-4v-2h4zm0-4h-4V7h4z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 3H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M7 7h4v2H7zm0 4h4v2H7zm10 6H7v-2h10zm0-4h-4v-2h4zm0-4h-4V7h4z'/></svg>"); }
#header .header-bottom .nav > li:nth-child(9) > a::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57a1 1 0 0 0-1.02.24l-2.2 2.2a15.07 15.07 0 0 1-6.59-6.58l2.2-2.21a1 1 0 0 0 .25-1.02A11.36 11.36 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57a1 1 0 0 0-1.02.24l-2.2 2.2a15.07 15.07 0 0 1-6.59-6.58l2.2-2.21a1 1 0 0 0 .25-1.02A11.36 11.36 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1 17 17 0 0 0 17 17 1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1z'/></svg>"); }
/* Item 10 (cart/account link) — hide its pseudo icon */
#header .header-bottom .nav > li:nth-child(10) > a::before { display: none; }

#header .header-bottom .nav > li:first-child > a { color: var(--tk-accent); background: rgba(212,168,87,.08); }
#header .header-bottom .nav > li > a:hover,
#header .header-bottom .nav > li.active > a {
    color: var(--tk-accent);
    background: var(--tk-soft);
}
#header .header-bottom .nav > li > a:hover::before,
#header .header-bottom .nav > li.active > a::before { background-color: var(--tk-accent); }
/* Dropdown arrow for items with sub-menu */
#header .header-bottom .nav > li.has-children > a::after {
    content: '';
    width: 9px; height: 9px;
    margin-left: 2px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") center/contain no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") center/contain no-repeat;
    opacity: .6;
    transition: opacity .2s ease, transform .2s ease;
}
#header .header-bottom .nav > li.has-children:hover > a::after { opacity: 1; transform: translateY(1px); }
#header .header-bottom .nav-dropdown {
    background: #fff;
    border: 1px solid var(--tk-line);
    border-radius: var(--tk-radius);
    box-shadow: var(--tk-shadow-md);
    border-top: 3px solid var(--tk-accent);
}
#header .header-bottom .nav-dropdown > li > a {
    color: var(--tk-ink);
    font-size: 14px;
    padding: 12px 20px;
}
#header .header-bottom .nav-dropdown > li > a:hover {
    background: var(--tk-soft);
    color: var(--tk-primary);
}

/* ============================================================
   5.1 Header refinement — predictable, text-first navigation
   ============================================================ */
#header .header-main .header-inner {
    min-height: 82px;
    gap: 22px;
}
#header #logo { width: 220px; flex: 0 0 220px; }
#header #logo img { width: 220px; max-height: 58px; }
#header .header-search-form { max-width: 430px; margin: 0; width: 100%; }
#header .header-search-form form { min-height: 46px; padding-left: 16px; }
#header .header-search-form .search-field { height: 40px; font-size: 14px; }
#header .header-search-form .ux-search-submit { min-width: 42px; height: 40px; }
#header .header-contact-wrapper { padding-right: 18px; margin-right: 4px; }
#header .header-contact-wrapper #header-contact { gap: 14px; }
#header .header-contact-wrapper a { font-size: 12px; white-space: nowrap; }
#header .header-contact-wrapper a span { display: inline-block; }

#header .header-bottom {
    background: var(--tk-primary);
    border: 0;
}
#header .header-bottom .header-inner { min-height: 50px; }
#header .header-bottom .header-inner {
    justify-content: center;
}
#header .header-bottom .nav {
    justify-content: center;
    margin: 0 auto;
    gap: 2px;
}
#header .header-bottom .nav > li > a {
    height: 50px;
    padding: 0 16px;
    color: rgba(255,255,255,.92);
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
}
/* Do not depend on menu order: it changes in WordPress admin. */
#header .header-bottom .nav > li > a::before { display: none !important; }
#header .header-bottom .nav > li > a:hover,
#header .header-bottom .nav > li.active > a,
#header .header-bottom .nav > li.current-menu-item > a,
#header .header-bottom .nav > li.current-menu-ancestor > a {
    color: #fff;
    background: rgba(255,255,255,.13);
}
#header .header-bottom .nav > li.has-children > a::after {
    background-color: currentColor;
    margin-left: 5px;
}
#header .header-bottom .nav-dropdown {
    margin-top: 0;
    min-width: 225px;
    border-radius: 0 0 var(--tk-radius) var(--tk-radius);
    border-top: 3px solid var(--tk-accent);
}
#header .header-bottom .nav-dropdown > li > a { padding: 11px 18px; }

/* ============================================================
   5.2 WooCommerce category catalog
   ============================================================ */
body.tax-product_cat #main,
body.post-type-archive-product #main { background: #fff; }
/* The custom hero replaces Flatsome's desktop archive-title wrapper. */
@media (min-width: 850px) {
    body.tax-product_cat .shop-page-title,
    body.post-type-archive-product .shop-page-title { display: none; }
}
.tk-catalog-hero {
    background: linear-gradient(115deg, var(--tk-forest), var(--tk-primary));
    color: #fff;
    padding: 34px 0 38px;
    margin-bottom: 44px;
}
.tk-catalog-hero .container { max-width: 1280px; padding: 0 24px; }
.tk-catalog-hero .woocommerce-breadcrumb {
    color: rgba(255,255,255,.7);
    font-size: 13px;
    margin: 0 0 16px;
}
.tk-catalog-hero .woocommerce-breadcrumb a { color: rgba(255,255,255,.78); }
.tk-catalog-hero .woocommerce-breadcrumb a:hover { color: var(--tk-accent-2); }
.tk-catalog-hero .woocommerce-breadcrumb span { margin: 0 7px; opacity: .6; }
.tk-catalog-hero__content { max-width: 680px; }
.tk-eyebrow {
    color: var(--tk-accent-2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.tk-catalog-hero h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
}
.tk-catalog-hero__intro {
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.category-page-row {
    max-width: 1280px;
    margin: 0 auto 72px;
    padding: 0 12px;
}
.category-page-row > .large-3 { padding-right: 26px; }
#shop-sidebar .widget {
    border: 1px solid var(--tk-line);
    border-radius: var(--tk-radius);
    box-shadow: var(--tk-shadow-sm);
    margin: 0 0 18px;
    overflow: hidden;
    padding: 0;
}
#shop-sidebar .widget-title {
    background: var(--tk-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    margin: 0;
    padding: 15px 18px;
    text-transform: none;
}
#shop-sidebar .widget ul,
#shop-sidebar .widget .woocommerce-widget-layered-nav-list,
#shop-sidebar .widget .product-categories { list-style: none; margin: 0; padding: 8px 18px 12px; }
#shop-sidebar .widget li { border-bottom: 1px solid #f0eee8; margin: 0; padding: 10px 0; }
#shop-sidebar .widget li:last-child { border-bottom: 0; }
#shop-sidebar .widget a { color: var(--tk-ink); font-size: 14px; }
#shop-sidebar .widget a:hover { color: var(--tk-primary); }
#shop-sidebar .count { color: var(--tk-muted); float: right; font-size: 12px; }
#shop-sidebar .woocommerce-widget-layered-nav-dropdown,
#shop-sidebar .price_slider_wrapper { padding: 16px 18px 18px; }

.tk-catalog-toolbar {
    align-items: center;
    background: var(--tk-soft);
    border: 1px solid var(--tk-line);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 26px;
    padding: 10px 14px 10px 18px;
}
.tk-catalog-toolbar__count { color: var(--tk-muted); font-size: 14px; }
.tk-catalog-toolbar__count strong { color: var(--tk-primary); font-size: 17px; }
.tk-catalog-toolbar .woocommerce-ordering { float: none; margin: 0; }
.tk-catalog-toolbar select {
    background: #fff;
    border: 1px solid var(--tk-line);
    border-radius: 7px;
    color: var(--tk-ink);
    font-size: 13px;
    height: 38px;
    padding: 0 30px 0 11px;
}
.category-page-row .products { margin: 0 -10px 26px; }
.category-page-row .products > .product-small { padding: 0 10px 22px; }
body.tax-product_cat .product-small .box,
body.post-type-archive-product .product-small .box {
    border-radius: 12px;
    box-shadow: none;
    height: 100%;
}
body.tax-product_cat .product-small .box:hover,
body.post-type-archive-product .product-small .box:hover { box-shadow: var(--tk-shadow-md); }
body.tax-product_cat .product-small .box-image,
body.post-type-archive-product .product-small .box-image {
    aspect-ratio: 1 / .82;
    background: #f7f7f4;
}
body.tax-product_cat .product-small .box-image img,
body.post-type-archive-product .product-small .box-image img { object-fit: contain; padding: 10px; }
body.tax-product_cat .product-small .box-text,
body.post-type-archive-product .product-small .box-text { padding: 16px 16px 18px; }
body.tax-product_cat .product-small .name,
body.post-type-archive-product .product-small .name {
    display: -webkit-box;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
    overflow: hidden;
}
body.tax-product_cat .product-small .price,
body.post-type-archive-product .product-small .price { color: #bb2b2b; font-size: 16px; }
body.tax-product_cat .product-small .badge.onsale,
body.post-type-archive-product .product-small .badge.onsale {
    background: #bb2b2b;
    color: #fff;
    left: 10px;
    top: 10px;
}
.woocommerce-pagination { margin-top: 14px; text-align: center; }
.woocommerce-pagination .page-numbers {
    border: 1px solid var(--tk-line);
    border-radius: 7px;
    color: var(--tk-primary);
    display: inline-grid;
    height: 36px;
    margin: 0 3px;
    min-width: 36px;
    place-items: center;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination a.page-numbers:hover { background: var(--tk-primary); border-color: var(--tk-primary); color: #fff; }

@media (max-width: 1024px) {
    #header .header-main .header-inner { gap: 12px; }
    #header .header-contact-wrapper { display: none; }
    #header .header-search-form { max-width: 340px; }
}
@media (max-width: 849px) {
    #header .header-main .header-inner { min-height: 65px; }
    /* Keep Flatsome's existing off-canvas filter trigger on mobile. */
    body.tax-product_cat .shop-page-title,
    body.post-type-archive-product .shop-page-title {
        background: #fff;
        border-bottom: 1px solid var(--tk-line);
        margin: 0 0 20px;
        padding: 0;
    }
    body.tax-product_cat .shop-page-title .page-title-inner,
    body.post-type-archive-product .shop-page-title .page-title-inner { display: block; padding: 0 18px; }
    body.tax-product_cat .shop-page-title .flex-col,
    body.post-type-archive-product .shop-page-title .flex-col { display: none; }
    body.tax-product_cat .shop-page-title .flex-col:first-child,
    body.post-type-archive-product .shop-page-title .flex-col:first-child { display: block; }
    body.tax-product_cat .shop-page-title .woocommerce-breadcrumb,
    body.post-type-archive-product .shop-page-title .woocommerce-breadcrumb { display: none; }
    body.tax-product_cat .shop-page-title .category-filtering,
    body.post-type-archive-product .shop-page-title .category-filtering { display: block; margin: 0; }
    body.tax-product_cat .shop-page-title .filter-button,
    body.post-type-archive-product .shop-page-title .filter-button {
        color: var(--tk-primary);
        font-size: 12px;
        padding: 13px 0;
    }
    #header #logo, #header #logo img { width: 176px; }
    #header .header-bottom { display: none; }
    .tk-catalog-hero { margin-bottom: 28px; padding: 26px 0 30px; }
    .tk-catalog-hero h1 { font-size: 28px; }
    .category-page-row { margin-bottom: 44px; }
}
@media (max-width: 549px) {
    .tk-catalog-hero .container { padding: 0 18px; }
    .tk-catalog-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
    .tk-catalog-toolbar select { width: 100%; }
    .category-page-row .products { margin: 0 -6px 20px; }
    .category-page-row .products > .product-small { padding: 0 6px 12px; }
}

/* ============================================================
   6. Hero
   ============================================================ */
.tk-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(212,168,87,.35), transparent 30%),
        linear-gradient(115deg, #082723 0%, #0d3a33 55%, #155247 100%);
}
.tk-hero .row { min-height: 560px; align-items: center; }
.tk-hero .col { z-index: 1; }
.tk-hero h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.05;
    margin: 14px 0 22px;
    font-weight: 800;
    letter-spacing: -.015em;
}
.tk-hero h1 span { color: var(--tk-accent-2); }
.tk-hero .lead {
    color: #e3ede9;
    font-size: 18px;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 28px;
}
.tk-hero .button {
    border-radius: 999px;
    font-weight: 700;
    padding: 14px 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    box-shadow: var(--tk-shadow-sm);
}
.tk-hero .button:hover { transform: translateY(-2px); box-shadow: var(--tk-shadow-md); }
.tk-hero .button.secondary { background: var(--tk-accent-2); border-color: var(--tk-accent-2); color: var(--tk-forest); }
.tk-hero .button.secondary:hover { background: #fff; border-color: #fff; color: var(--tk-primary); }
.tk-hero .button.is-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.tk-hero .button.is-outline:hover { background: #fff; color: var(--tk-primary); border-color: #fff; }

/* Hero image card */
.tk-hero .img {
    border-radius: var(--tk-radius-lg);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,.35);
    transform: none !important;
    position: relative;
}
.tk-hero .img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(13,58,51,.0) 0%, rgba(13,58,51,.15) 100%);
    z-index: 1;
    pointer-events: none;
}
.tk-hero .img .img-inner { border-radius: var(--tk-radius-lg); overflow: hidden; }
.tk-hero .img img { display: block; width: 100%; height: auto; transform: none !important; aspect-ratio: 1 / 1; object-fit: cover; }

/* Hero trust strip below image */
.tk-hero-strip {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
    color: #c9d4cf;
    font-size: 13px;
}
.tk-hero-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.tk-hero-strip span::before {
    content: '';
    width: 18px; height: 18px;
    background: var(--tk-accent-2);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
}

/* ============================================================
   7. Section title (Flatsome)
   ============================================================ */
.section-title { margin-bottom: 48px; }
.section-title-container { text-align: center; }
.section-title b {
    display: inline-block;
    width: 36px; height: 3px;
    background: var(--tk-accent);
    margin: 0 14px;
    vertical-align: middle;
    border-radius: 2px;
}
.section-title span,
.section-title-main {
    color: var(--tk-primary);
    font-family: var(--tk-font-display) !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    vertical-align: middle;
    text-transform: none;
    padding-top: .08em;
}

/* ============================================================
   8. Trust cards (4 promise cards under hero)
   ============================================================ */
.tk-trust { background: var(--tk-soft); }
.tk-trust .tk-card {
    background: #fff;
    border-radius: var(--tk-radius);
    padding: 36px 28px;
    height: 100%;
    box-shadow: var(--tk-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid var(--tk-line);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.tk-trust .tk-card:hover { transform: translateY(-6px); box-shadow: var(--tk-shadow-md); border-color: var(--tk-accent); }
.tk-trust .tk-card .tk-icon {
    width: 68px; height: 68px;
    border-radius: 16px;
    background: linear-gradient(140deg, var(--tk-primary), var(--tk-primary-2));
    color: var(--tk-accent-2);
    display: inline-grid;
    place-items: center;
    font-size: 0;
    margin: 0;
    box-shadow: 0 6px 14px rgba(13,58,51,.18);
}
.tk-trust .tk-card .tk-icon::after {
    content: '';
    width: 34px; height: 34px;
    background-color: currentColor !important;
    background-image: none;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
}
/* Use background-image (more reliable than mask in some renderers) */
.tk-trust .row > .col:nth-child(1) .tk-card .tk-icon::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e9b95f'><path d='M21 8V7l-3 2-2-1-3 2-2-1-3 2-2-1-3 2v8h18V8M3 11l2-1 2 1 3-2 2 1 3-2 2 1 2-1v9H3v-9zM5 13h4v4H5v-4z'/></svg>");
    -webkit-mask-image: none;
            mask-image: none;
}
.tk-trust .row > .col:nth-child(2) .tk-card .tk-icon::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e9b95f'><path d='M12 3 2 12h3v8h5v-6h4v6h5v-8h3L12 3z'/></svg>");
    -webkit-mask-image: none;
            mask-image: none;
}
.tk-trust .row > .col:nth-child(3) .tk-card .tk-icon::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e9b95f'><path d='M12 1 3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5l-9-4zm-2 16-4-4 1.4-1.4L10 14.2l6.6-6.6L18 9l-8 8z'/></svg>");
    -webkit-mask-image: none;
            mask-image: none;
}
.tk-trust .row > .col:nth-child(4) .tk-card .tk-icon::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e9b95f'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 17H5V10h14v11zm0-13H5V6h14v2zm-7 5h5v5h-5v-5z'/></svg>");
    -webkit-mask-image: none;
            mask-image: none;
}
.tk-trust .tk-card h4 { font-size: 18px; font-weight: 800; color: var(--tk-primary); margin: 0; }
.tk-trust .tk-card p { color: var(--tk-muted); font-size: 14px; margin: 0; line-height: 1.6; }

/* ============================================================
   9. Price tier cards (Dưới 15 triệu / 15-30 / 30-50 / Trên 50)
   ============================================================ */
.tk-price-grid .tk-card {
    background: #fff;
    border-radius: var(--tk-radius);
    padding: 36px 22px;
    height: 100%;
    border: 1px solid var(--tk-line);
    box-shadow: var(--tk-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}
.tk-price-grid .tk-card::before {
    content: '';
    position: absolute;
    inset: -40% -40% auto auto;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(212,168,87,.18), transparent 70%);
    transition: transform .35s ease;
}
.tk-price-grid .tk-card:hover { transform: translateY(-6px); box-shadow: var(--tk-shadow-md); border-color: var(--tk-accent); }
.tk-price-grid .tk-card:hover::before { transform: scale(1.15); }
.tk-price-grid .tk-card h3 {
    color: var(--tk-primary);
    font-size: 22px;
    font-weight: 800;
    margin: 14px 0 8px;
}
.tk-price-grid .tk-card p { color: var(--tk-muted); margin-bottom: 20px; }
.tk-price-grid .tk-card .button {
    background: var(--tk-primary);
    border-color: var(--tk-primary);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    padding: 11px 24px;
    font-size: 13px;
}
.tk-price-grid .tk-card:hover .button { background: var(--tk-accent); border-color: var(--tk-accent); color: var(--tk-primary); }
.tk-price-grid .tk-card .tk-price-bullet {
    display: inline-block;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--tk-soft);
    color: var(--tk-primary);
    font-size: 0;
    vertical-align: middle;
    margin-right: 8px;
}
.tk-price-grid .tk-card .tk-price-bullet::after {
    content: '';
    width: 18px; height: 18px;
    background: currentColor;
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: contain; mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z'/></svg>");
}

/* ============================================================
   10. Featured products (Mẫu ghế được quan tâm)
   ============================================================ */
.section-dark { background: var(--tk-soft); }
.product-small .box {
    background: #fff;
    border-radius: var(--tk-radius);
    border: 1px solid var(--tk-line);
    overflow: hidden;
    box-shadow: var(--tk-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-small:hover .box { transform: translateY(-6px); box-shadow: var(--tk-shadow-md); border-color: var(--tk-accent); }
.product-small .box-image {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #f1ecdc, #ffffff);
    overflow: hidden;
}
.product-small .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.product-small:hover .box-image img { transform: scale(1.05); }
.product-small .box-text { padding: 20px 18px 22px; text-align: left; }
.product-small .product-cat { color: var(--tk-accent) !important; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.product-small .name { font-size: 16px; font-weight: 700; color: var(--tk-primary); margin-bottom: 10px; line-height: 1.35; }
.product-small .name a { color: inherit; }
.product-small .name a:hover { color: var(--tk-accent); }
.product-small .price { color: var(--tk-primary); font-weight: 800; font-size: 17px; }
.product-small .price del { color: #b0aaa0; font-weight: 500; font-size: 13px; margin-right: 6px; }
.product-small .badge { background: var(--tk-accent); color: var(--tk-forest); }
.product-small .badge.onsale { font-weight: 800; padding: 6px 12px; border-radius: 999px; font-size: 11px; }

/* ============================================================
   11. "Vì sao khách chọn chúng tôi?" + Why-us card
   ============================================================ */
.tk-card {
    background: #fff;
    border: 1px solid var(--tk-line);
    border-radius: var(--tk-radius);
    box-shadow: var(--tk-shadow-sm);
}
.section h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--tk-primary);
    line-height: 1.15;
    margin: 10px 0 14px;
    letter-spacing: -.01em;
}
.section .tk-card { padding: 32px 30px; position: relative; overflow: hidden; }
.section .tk-card::before {
    content: '';
    position: absolute;
    right: -50px; top: -50px;
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(212,168,87,.18), transparent 70%);
    border-radius: 50%;
}
.section .tk-card h3 {
    color: var(--tk-primary);
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.section .tk-card h3::before {
    content: '';
    width: 32px; height: 32px;
    background: var(--tk-primary);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1.06 13.54L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1.06 13.54L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66z'/></svg>");
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: contain; mask-size: contain;
    flex: none;
}
.section .tk-card p { color: var(--tk-ink); font-size: 15px; line-height: 1.55; margin: 0 0 14px; padding-left: 32px; position: relative; }
.section .tk-card p:last-child { margin-bottom: 0; }
.section .tk-card p::before {
    content: '';
    position: absolute;
    left: 0; top: 6px;
    width: 20px; height: 20px;
    background: var(--tk-accent);
    border-radius: 50%;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: 60%; mask-size: 60%;
}

/* ============================================================
   12. Massage-chair category tiles
   ============================================================ */
.tk-categories { background: linear-gradient(180deg, #fff, var(--tk-soft)); }
.tk-category-tile {
    position: relative;
    min-height: 340px;
    padding: 36px;
    overflow: hidden;
    color: #fff;
    border-radius: var(--tk-radius-lg);
    box-shadow: var(--tk-shadow-md);
    background:
        radial-gradient(circle at 100% 0%, rgba(212,168,87,.25), transparent 45%),
        linear-gradient(140deg, #0d3a33 0%, #1a5a4d 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .3s ease, box-shadow .3s ease;
}
.tk-category-tile:hover { transform: translateY(-6px); box-shadow: var(--tk-shadow-lg); }
.tk-category-tile * { position: relative; z-index: 2; }
.tk-category-tile::before {
    content: '';
    position: absolute;
    right: -50px; bottom: -50px;
    width: 240px; height: 240px;
    border: 2px solid rgba(212,168,87,.35);
    border-radius: 50%;
    z-index: 1;
    transition: transform .4s ease;
}
.tk-category-tile:hover::before { transform: rotate(15deg) scale(1.05); }
.tk-category-tile::after {
    content: '';
    position: absolute;
    width: 72px; height: 72px;
    right: 28px; top: 28px;
    background-color: rgba(255,255,255,.92);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    z-index: 1;
}
.tk-treadmill::after { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L6 8.3V13h2V9.6l1.8-.7'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L6 8.3V13h2V9.6l1.8-.7'/></svg>"); }
.tk-bike::after { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M5 20.5A3.5 3.5 0 0 1 1.5 17 3.5 3.5 0 0 1 5 13.5 3.5 3.5 0 0 1 8.5 17 3.5 3.5 0 0 1 5 20.5zM5 12a5 5 0 0 0-3.6 1.5l2.3-3.4.4-.6L5.4 7H9V5H5.4L4.5 6.7 1.6 11C.6 12.2 0 13.5 0 15a5 5 0 0 0 5 5 5 5 0 0 0 5-5c0-1.5-.6-2.8-1.6-3.7l3.4-5 1.6 3.4 1-2.7L13 4.4 14.6 6l-3 4.5 1.8 1.3C14.7 13 16 13 17 13V11c-.6 0-1.2 0-2-.7L12.4 5.5C12.2 5 11.7 4.6 11 4.6S9.8 5 9.5 5.5L5.7 11.7C5.5 11.6 5.3 11.6 5 11.6z M19 20.5a3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5zM19 12a5 5 0 0 0-3.6 1.5l-2.2-3.4C13.8 9.4 14.6 9 15.5 9H17V7h-1.5c-1.4 0-2.7.7-3.5 1.8L10 5.5l-1 2.7 1.9 3.5C10.4 13 11 14.4 11 16c0 2.8 2.2 5 5 5s5-2.2 5-5-2.2-5-5-5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M5 20.5A3.5 3.5 0 0 1 1.5 17 3.5 3.5 0 0 1 5 13.5 3.5 3.5 0 0 1 8.5 17 3.5 3.5 0 0 1 5 20.5zM5 12a5 5 0 0 0-3.6 1.5l2.3-3.4.4-.6L5.4 7H9V5H5.4L4.5 6.7 1.6 11C.6 12.2 0 13.5 0 15a5 5 0 0 0 5 5 5 5 0 0 0 5-5c0-1.5-.6-2.8-1.6-3.7l3.4-5 1.6 3.4 1-2.7L13 4.4 14.6 6l-3 4.5 1.8 1.3C14.7 13 16 13 17 13V11c-.6 0-1.2 0-2-.7L12.4 5.5C12.2 5 11.7 4.6 11 4.6S9.8 5 9.5 5.5L5.7 11.7C5.5 11.6 5.3 11.6 5 11.6z M19 20.5a3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5zM19 12a5 5 0 0 0-3.6 1.5l-2.2-3.4C13.8 9.4 14.6 9 15.5 9H17V7h-1.5c-1.4 0-2.7.7-3.5 1.8L10 5.5l-1 2.7 1.9 3.5C10.4 13 11 14.4 11 16c0 2.8 2.2 5 5 5s5-2.2 5-5-2.2-5-5-5z'/></svg>"); }
.tk-accessory::after { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/></svg>"); }
.tk-category-tile > span {
    color: var(--tk-accent-2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}
.tk-category-tile h3 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 800;
}
.tk-category-tile p { color: #d7e4df; margin-bottom: 22px; max-width: 280px; }
.tk-category-tile .button {
    align-self: flex-start;
    background: #fff;
    color: var(--tk-primary);
    border: 0;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.tk-category-tile .button:hover { background: var(--tk-accent); color: var(--tk-primary); transform: translateY(-2px); }
.tk-chair-budget::after { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/></svg>"); }
.tk-chair-family { background: radial-gradient(circle at 100% 0%, rgba(255,255,255,.18), transparent 45%), linear-gradient(140deg, #1d3a44 0%, #2c5765 100%); }
.tk-chair-family::before { border-color: rgba(255,255,255,.22); }
.tk-chair-family::after { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/></svg>"); }
.tk-chair-premium { background: radial-gradient(circle at 100% 0%, rgba(212,168,87,.32), transparent 45%), linear-gradient(140deg, #6a4a1c 0%, #a07a37 100%); }
.tk-chair-premium::before { border-color: rgba(255,255,255,.22); }
.tk-chair-premium::after { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/></svg>"); }

/* ============================================================
   13. Product band (Mẫu ghế nổi bật)
   ============================================================ */
.tk-product-band { background: linear-gradient(120deg, #f3efe2, #fff); }
.tk-product-band .product-small .box { box-shadow: var(--tk-shadow-sm); }

/* ============================================================
   14. CTA — Đăng ký tư vấn
   ============================================================ */
.tk-cta {
    background:
        radial-gradient(circle at 90% 20%, rgba(212,168,87,.25), transparent 30%),
        linear-gradient(120deg, #082723 0%, #155247 100%);
    color: #fff;
}
.tk-cta h2 { color: #fff; font-size: 34px; font-weight: 800; margin: 0 0 12px; letter-spacing: -.01em; }
.tk-cta p { color: #cbdcd5; font-size: 16px; max-width: 480px; }
.tk-cta .tk-cta-features {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    color: #d8e3df;
    font-size: 14px;
}
.tk-cta .tk-cta-features li {
    position: relative;
    padding-left: 28px;
    margin: 8px 0;
}
.tk-cta .tk-cta-features li::before {
    content: '';
    position: absolute;
    left: 0; top: 4px;
    width: 18px; height: 18px;
    background: var(--tk-accent-2);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>");
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: contain; mask-size: contain;
}
.tk-cta .tk-card { padding: 28px; background: #fff; border-radius: var(--tk-radius-lg); border: 0; box-shadow: var(--tk-shadow-lg); }
.tk-cta .tk-card .wpcf7-form,
.tk-cta .tk-card .tk-cta-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.tk-cta .tk-card label { color: var(--tk-primary); font-weight: 700; font-size: 13px; margin-bottom: 4px; }
.tk-cta .tk-card input,
.tk-cta .tk-card select,
.tk-cta .tk-card textarea {
    width: 100%;
    border: 1px solid var(--tk-line);
    border-radius: 10px;
    padding: 12px 14px;
    background: var(--tk-soft);
    color: var(--tk-ink);
    font-size: 14px;
    font-family: inherit;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.tk-cta .tk-card input:focus,
.tk-cta .tk-card select:focus,
.tk-cta .tk-card textarea:focus {
    border-color: var(--tk-accent);
    background: #fff;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(212,168,87,.18);
}
.tk-cta .tk-card button[type="submit"],
.tk-cta .tk-card input[type="submit"] {
    background: var(--tk-accent);
    border: 0;
    color: var(--tk-forest);
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.tk-cta .tk-card button[type="submit"]:hover,
.tk-cta .tk-card input[type="submit"]:hover { background: var(--tk-primary); color: var(--tk-accent); transform: translateY(-2px); }

/* ============================================================
   15. Testimonials (Khách hàng chia sẻ)
   ============================================================ */
.section .tk-card p { padding-left: 0; }
.section .tk-card p::before { display: none; }
.tk-testimonial {
    background: #fff;
    border: 1px solid var(--tk-line);
    border-radius: var(--tk-radius);
    padding: 32px 28px;
    height: 100%;
    box-shadow: var(--tk-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
    position: relative;
}
.tk-testimonial:hover { transform: translateY(-4px); box-shadow: var(--tk-shadow-md); }
.tk-testimonial .quote-mark {
    position: absolute;
    top: 18px; right: 24px;
    width: 40px; height: 40px;
    color: var(--tk-accent);
    opacity: .35;
}
.tk-testimonial .quote-mark svg { width: 100%; height: 100%; display: block; }
.tk-testimonial .tk-testimonial-quote { color: var(--tk-ink); font-size: 15px; line-height: 1.65; margin: 0 0 24px; font-style: italic; }
.tk-testimonial .tk-testimonial-author {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid var(--tk-line);
    padding-top: 18px;
}
.tk-testimonial .tk-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--tk-primary);
    color: var(--tk-accent);
    display: inline-grid;
    place-items: center;
    font-weight: 800;
    font-size: 16px;
}
.tk-testimonial .tk-author-meta strong { display: block; color: var(--tk-primary); font-size: 14px; }
.tk-testimonial .tk-author-meta span { color: var(--tk-muted); font-size: 12px; }

/* ============================================================
   16. Blog (Tin tức & kinh nghiệm)
   ============================================================ */
.tk-trust.blog-section { background: #fff; }
.blog-section .post-title a { color: var(--tk-primary); font-weight: 700; font-size: 17px; }
.blog-section .post-title a:hover { color: var(--tk-accent); }
.blog-section .from_the_blog_excerpt { color: var(--tk-muted); font-size: 13px; line-height: 1.6; }
.blog-section .box { border: 1px solid var(--tk-line); border-radius: var(--tk-radius); box-shadow: var(--tk-shadow-sm); padding: 24px; }

/* ============================================================
   17. Showroom block
   ============================================================ */
.tk-showroom {
    border: 1px solid var(--tk-line);
    border-left: 4px solid var(--tk-accent);
    padding: 22px 24px;
    background: #fff;
    border-radius: var(--tk-radius);
    box-shadow: var(--tk-shadow-sm);
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}
.tk-showroom:hover { transform: translateY(-3px); box-shadow: var(--tk-shadow-md); }
.tk-showroom h4 { color: var(--tk-primary); font-size: 18px; font-weight: 800; margin: 0 0 8px; }
.tk-showroom p { margin: 4px 0; color: var(--tk-muted); font-size: 14px; }
.tk-showroom p:nth-of-type(2) { color: var(--tk-primary); font-weight: 700; font-size: 15px; }

/* ============================================================
   18. Footer
   ============================================================ */
.tk-footer { background: var(--tk-forest); color: #d3dfda; }
.tk-footer-builder { background: var(--tk-forest); color: #d3dfda; }
.tk-footer-builder h3 { color: #fff; font-size: 22px; letter-spacing: .04em; margin: 0 0 16px; }
.tk-footer-builder h3 span { color: var(--tk-accent-2); font-size: 11px; letter-spacing: .14em; display: block; margin-top: 4px; }
.tk-footer-builder h4 { color: #fff; font-size: 14px; letter-spacing: .08em; margin-bottom: 18px; }
.tk-footer-builder p { color: #b9c8c2; font-size: 14px; line-height: 1.7; }
.tk-footer-builder a { color: #d7e3dd; display: inline-block; padding: 5px 0; transition: color .2s ease, padding-left .2s ease; }
.tk-footer-builder a:hover { color: var(--tk-accent-2); padding-left: 4px; }
.tk-footer-builder .tk-footer-phone a {
    color: var(--tk-accent-2);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .01em;
    margin-top: 4px;
}
.tk-footer-builder .button {
    background: var(--tk-accent-2);
    border-color: var(--tk-accent-2);
    color: var(--tk-forest);
    font-weight: 800;
    border-radius: 999px;
    padding: 12px 28px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
}
.tk-footer-builder .button:hover { background: #fff; border-color: #fff; color: var(--tk-primary); }
.tk-footer-builder .tk-social-row { display: flex; gap: 10px; margin-top: 18px; }
.tk-footer-builder .tk-social-row a {
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    display: inline-grid;
    place-items: center;
    padding: 0;
    transition: background .2s ease, border-color .2s ease;
    font-size: 14px;
}
.tk-footer-builder .tk-social-row a:hover { background: var(--tk-accent-2); color: var(--tk-forest); border-color: var(--tk-accent-2); padding-left: 0; }

.absolute-footer { background: #061c19; color: #95a8a3; padding: 18px 0; font-size: 13px; border-top: 1px solid rgba(255,255,255,.06); }
.absolute-footer strong { color: var(--tk-accent-2); font-weight: 700; }
.absolute-footer a { color: #95a8a3; }
.absolute-footer a:hover { color: var(--tk-accent-2); }

/* ============================================================
   19. Floating quick contact — one trigger, three actions
   ============================================================ */
.tk-floating-contact {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.tk-floating-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: max-height .25s ease, opacity .18s ease, transform .25s ease;
}
.tk-floating-contact:hover .tk-floating-actions,
.tk-floating-contact.is-open .tk-floating-actions,
.tk-floating-contact:focus-within .tk-floating-actions {
    max-height: 190px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.tk-floating-actions a,
.tk-floating-toggle {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 2px solid rgba(255,255,255,.94);
    border-radius: 50%;
    box-shadow: 0 9px 22px -11px rgba(5, 30, 26, .7);
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.tk-floating-actions .tk-call { background: var(--tk-primary); }
.tk-floating-actions .tk-zalo { background: #0c84e9; }
.tk-floating-actions .tk-messenger { background: #6d5adf; }
.tk-floating-toggle {
    border: 0;
    background: var(--tk-accent);
    color: var(--tk-primary);
    cursor: pointer;
}
.tk-floating-actions a svg,
.tk-floating-toggle svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.tk-floating-actions .tk-zalo span {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
}
.tk-floating-actions a::after {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    padding: 7px 10px;
    border-radius: 4px;
    background: #102c27;
    box-shadow: 0 8px 18px -10px rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(5px, -50%);
    transition: opacity .16s ease, transform .16s ease;
}
.tk-floating-actions a:hover,
.tk-floating-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -11px rgba(5, 30, 26, .72);
}
.tk-floating-actions a:hover::after,
.tk-floating-actions a:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%);
}
.tk-floating-actions a:focus-visible,
.tk-floating-toggle:focus-visible {
    outline: 3px solid var(--tk-accent-2);
    outline-offset: 3px;
}
.tk-floating-contact.is-open .tk-floating-toggle { transform: rotate(45deg); }

/* ============================================================
   20. Mobile (Flatsome breakpoints)
   ============================================================ */
@media (max-width: 1024px) {
    .tk-hero h1 { font-size: 40px; }
    .section-title span { font-size: 24px; }
    .section h2 { font-size: 28px; }
}
@media (max-width: 849px) {
    body { overflow-x: hidden; }
    .tk-topbar { font-size: 12px; padding: 6px 0; }
    .tk-topbar .container > div { flex-wrap: wrap; gap: 4px; justify-content: center; }
    .tk-hero { padding-top: 50px !important; padding-bottom: 60px !important; }
    .tk-hero .row { min-height: 0; }
    .tk-hero h1 { font-size: 32px; margin: 12px 0 16px; }
    .tk-hero .lead { font-size: 15px; margin-bottom: 24px; }
    .tk-hero .button { display: inline-block; width: auto; padding: 12px 22px; margin: 4px 6px 4px 0; }
    .tk-hero .img { margin-top: 30px; }
    .tk-hero-strip { gap: 14px 18px; font-size: 12px; margin-top: 28px; }
    .tk-trust .tk-card, .tk-price-grid .tk-card { padding: 24px 20px; }
    .tk-category-tile { min-height: 220px; padding: 28px; }
    .tk-category-tile h3 { font-size: 22px; }
    .product-small .name { font-size: 14px; }
    .product-small .price { font-size: 14px; }
    .section-title span { font-size: 20px; }
    .section h2 { font-size: 24px; }
    .section-title b { width: 24px; margin: 0 10px; }
    .tk-floating-contact {
        right: 14px;
        bottom: 14px;
        gap: 8px;
    }
    .tk-floating-actions a,
    .tk-floating-toggle { width: 46px; height: 46px; }
    .tk-floating-actions a::after { display: none; }
    .tk-cta h2 { font-size: 26px; }
}
@media (max-width: 549px) {
    .tk-topbar a { margin-left: 8px; }
    .tk-hero h1 { font-size: 28px; }
    .tk-category-tile { padding: 24px; }
    .tk-testimonial { padding: 24px 20px; }
    .tk-footer-builder .tk-footer-phone a { font-size: 22px; }
    .section-title span { font-size: 18px; }
    .section h2 { font-size: 22px; }
}

/* ============================================================
   21. Simplified homepage — full-width showroom hero
   ============================================================ */
#header .header-main .header-inner {
    min-height: 70px;
}
#header #logo,
#header #logo img {
    width: 310px;
    max-width: 100%;
}
#header #logo {
    flex-basis: 310px;
}
#header #logo img {
    max-height: 42px;
}

.tk-hero-full {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    isolation: isolate;
    min-height: 560px;
    padding: 0 !important;
    background:
        linear-gradient(90deg, rgba(5, 32, 28, .94) 0%, rgba(8, 39, 35, .80) 42%, rgba(8, 39, 35, .35) 72%, rgba(8, 39, 35, .16) 100%),
        url('/tong-kho-ghe-massage/wp-content/uploads/2026/09/massage-chair-lifestyle.jpg') center 57% / cover no-repeat;
}
.tk-hero-full .section-content,
.tk-hero-full .row,
.tk-hero-full .col {
    height: 100%;
}
.tk-hero-full .row {
    min-height: 560px;
    max-width: 1240px;
    align-items: center;
}
.tk-hero-full .col {
    display: flex;
    align-items: center;
}
.tk-hero-full__content {
    width: min(100%, 590px);
    padding: 62px 0;
}
.tk-hero-full .tk-kicker {
    color: var(--tk-accent-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 14px;
}
.tk-hero-full h1 {
    max-width: 610px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(40px, 4.3vw, 62px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
}
.tk-hero-full .lead {
    max-width: 540px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
}
.tk-hero-full .button {
    margin: 0 8px 0 0;
}

.tk-trust-compact {
    background: #fff;
}
.tk-trust-compact .tk-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid var(--tk-line);
    border-radius: 0;
    box-shadow: none;
}
.tk-trust-compact .row > .col:last-child .tk-card {
    border-right: 0;
}
.tk-trust-compact .tk-card:hover {
    transform: none;
    border-color: var(--tk-line);
    box-shadow: none;
}
.tk-trust-compact .tk-card .tk-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 50%;
}
.tk-trust-compact .tk-card .tk-icon::after {
    width: 24px;
    height: 24px;
}
.tk-trust-compact .tk-card h4 {
    margin: 0 0 2px;
    font-size: 15px;
}
.tk-trust-compact .tk-card p {
    font-size: 13px;
    line-height: 1.45;
}
.tk-featured-products {
    background: var(--tk-soft);
}
.tk-featured-products .section-title,
.tk-price-grid .section-title {
    margin-bottom: 32px;
}
.tk-price-grid {
    background: #fff;
}

@media (max-width: 849px) {
    #header #logo,
    #header #logo img {
        width: 250px;
    }
    #header #logo { flex-basis: 250px; }
    .tk-hero-full,
    .tk-hero-full .row {
        min-height: 480px;
    }
    .tk-hero-full__content { padding: 56px 0; }
    .tk-trust-compact .tk-card {
        min-height: 80px;
        padding: 12px 8px;
        border-right: 0;
        border-bottom: 1px solid var(--tk-line);
    }
    .tk-trust-compact .row > .col:last-child .tk-card { border-bottom: 0; }
}
@media (max-width: 549px) {
    #header #logo,
    #header #logo img {
        width: 220px;
        max-height: 34px;
    }
    #header #logo { flex-basis: 220px; }
    .tk-hero-full {
        min-height: 500px;
        background-position: 62% center;
        background-image:
            linear-gradient(90deg, rgba(5, 32, 28, .94) 0%, rgba(8, 39, 35, .80) 63%, rgba(8, 39, 35, .40) 100%),
            url('/tong-kho-ghe-massage/wp-content/uploads/2026/09/massage-chair-lifestyle.jpg');
    }
    .tk-hero-full .row { min-height: 500px; }
    .tk-hero-full__content { padding: 54px 0; }
    .tk-hero-full h1 { font-size: 38px; }
    .tk-hero-full .lead { font-size: 15px; }
    .tk-hero-full .button { margin-bottom: 10px; }
    .tk-trust-compact .tk-card { padding: 14px 0; }
    .tk-trust-compact .tk-card .tk-icon { flex-basis: 42px; width: 42px; height: 42px; }
}

/* ============================================================
   22. Premium showroom direction
   ============================================================ */
#header .header-main .header-inner {
    min-height: 74px;
    gap: 26px;
}
#header #logo,
#header #logo img {
    width: 210px;
}
#header #logo { flex: 0 0 210px; }
#header #logo img { max-height: 48px; }

.tk-hero-showroom {
    min-height: 590px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 15%, rgba(212, 168, 87, .16), transparent 27%),
        linear-gradient(117deg, #f8f6f1 0%, #f1eee6 58%, #e8e2d4 100%);
}
.tk-hero-showroom .section-content,
.tk-hero-showroom .row,
.tk-hero-showroom .col { height: auto; }
.tk-hero-showroom .row {
    min-height: 590px;
    max-width: 1240px;
}
.tk-hero-showroom .col { display: flex; align-items: center; }
.tk-hero-showroom__content { padding: 70px 0 68px; }
.tk-hero-showroom .tk-kicker,
.tk-section-heading .tk-kicker,
.tk-cta-minimal .tk-kicker {
    margin: 0 0 12px;
    color: #a87920;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}
.tk-hero-showroom h1 {
    max-width: 590px;
    margin: 0 0 19px;
    color: var(--tk-primary);
    font-size: clamp(42px, 4.3vw, 62px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}
.tk-hero-showroom .lead {
    max-width: 505px;
    margin: 0 0 30px;
    color: #52625d;
    font-size: 17px;
    line-height: 1.7;
}
.tk-hero-showroom .button {
    padding: 12px 24px;
    margin-right: 8px;
    border-radius: 4px;
    box-shadow: none;
}
.tk-hero-showroom .button.secondary {
    background: var(--tk-primary);
    border-color: var(--tk-primary);
    color: #fff;
}
.tk-hero-showroom .button.secondary:hover {
    background: var(--tk-primary-2);
    border-color: var(--tk-primary-2);
    color: #fff;
}
.tk-hero-showroom .button.is-outline {
    border-color: #b7b5ae;
    color: var(--tk-primary);
}
.tk-hero-showroom .button.is-outline:hover {
    border-color: var(--tk-primary);
    background: transparent;
    color: var(--tk-primary);
}
.tk-hero-showroom__visual {
    width: min(100%, 610px);
    margin: 0 0 0 auto;
    position: relative;
}
.tk-hero-showroom__visual::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 74%;
    height: 15%;
    left: 13%;
    bottom: 8%;
    border-radius: 50%;
    background: rgba(36, 40, 34, .18);
    filter: blur(24px);
}
.tk-hero-showroom__visual .img,
.tk-hero-showroom__visual .img-inner {
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
}
.tk-hero-showroom__visual .img::before { display: none; }
.tk-hero-showroom__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.tk-benefit-bar {
    border-bottom: 1px solid var(--tk-line);
    background: #fff;
}
.tk-benefit-bar .tk-card,
.tk-benefit-bar .tk-card:hover {
    padding: 7px 24px;
    border: 0;
    border-right: 1px solid var(--tk-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}
.tk-benefit-bar .row > .col:last-child .tk-card { border-right: 0; }
.tk-benefit-bar .tk-card .tk-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.tk-benefit-bar .tk-card .tk-icon::after {
    width: 23px;
    height: 23px;
    filter: brightness(.55) saturate(.7);
}
.tk-benefit-bar .tk-card h4 {
    color: var(--tk-primary);
    font-size: 14px;
    font-weight: 700;
}
.tk-benefit-bar .tk-card p {
    color: #707b77;
    font-size: 12px;
}

.tk-showcase-products { background: #fff; }
.tk-showcase-products .row:first-child { align-items: end; margin-bottom: 22px; }
.tk-section-heading h2 {
    margin: 0;
    color: var(--tk-primary);
    font-size: 32px;
    font-weight: 750;
    letter-spacing: -.025em;
}
.tk-section-link { padding-bottom: 3px; }
.tk-section-link .button {
    margin: 0;
    color: var(--tk-primary);
    font-size: 14px;
    font-weight: 700;
}
.tk-section-link .button::after { content: ' →'; }
.tk-showcase-products .product-small .box {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.tk-showcase-products .product-small .box-image {
    overflow: hidden;
    background: #f5f4f0;
}
.tk-showcase-products .product-small .box-image img {
    mix-blend-mode: multiply;
    transition: transform .3s ease;
}
.tk-showcase-products .product-small:hover .box-image img { transform: scale(1.035); }
.tk-showcase-products .product-small .box-text {
    padding: 16px 2px 0;
}

.tk-price-selector { background: #f6f5f1; }
.tk-price-selector .tk-section-heading { margin-bottom: 28px; }
.tk-price-selector .tk-section-heading h2 { font-size: 29px; }
.tk-price-option {
    display: flex;
    min-height: 142px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #d8d7d0;
    color: var(--tk-primary);
    background: transparent;
    transition: background .2s ease, color .2s ease;
}
.tk-price-selector .col:last-child .tk-price-option { border-right: 1px solid #d8d7d0; }
.tk-price-option:hover { background: var(--tk-primary); color: #fff; }
.tk-price-option span {
    color: #8b928e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.tk-price-option strong { font-size: 21px; letter-spacing: -.02em; }
.tk-price-option small { font-size: 13px; font-weight: 700; }
.tk-price-option:hover span { color: var(--tk-accent-soft); }

.tk-cta-minimal {
    background: var(--tk-primary);
}
.tk-cta-minimal h2 {
    max-width: 500px;
    margin: 0 0 13px;
    color: #fff;
    font-size: 36px;
    letter-spacing: -.03em;
}
.tk-cta-minimal p { color: #cfdbd7; }
.tk-cta-minimal .tk-card {
    padding: 26px;
    border-radius: 4px;
    box-shadow: none;
}

@media (max-width: 849px) {
    #header #logo,
    #header #logo img { width: 185px; }
    #header #logo { flex-basis: 185px; }
    .tk-hero-showroom,
    .tk-hero-showroom .row { min-height: 0; }
    .tk-hero-showroom .col:first-child { align-items: flex-end; }
    .tk-hero-showroom__content { padding: 68px 0 24px; }
    .tk-hero-showroom__visual { width: min(100%, 460px); margin: 0 auto; }
    .tk-benefit-bar .tk-card,
    .tk-benefit-bar .tk-card:hover {
        padding: 12px 4px;
        border-right: 0;
        border-bottom: 1px solid var(--tk-line);
    }
    .tk-benefit-bar .row > .col:last-child .tk-card { border-bottom: 0; }
    .tk-price-option { min-height: 125px; padding: 20px; }
}
@media (max-width: 549px) {
    #header #logo,
    #header #logo img { width: 165px; max-height: 40px; }
    #header #logo { flex-basis: 165px; }
    .tk-hero-showroom__content { padding: 52px 0 16px; }
    .tk-hero-showroom h1 { font-size: 40px; }
    .tk-hero-showroom .lead { font-size: 15px; }
    .tk-hero-showroom .button { margin-bottom: 8px; }
    .tk-hero-showroom__visual { width: 108%; margin-left: -4%; }
    .tk-section-heading h2,
    .tk-price-selector .tk-section-heading h2 { font-size: 25px; }
    .tk-showcase-products .row:first-child { margin-bottom: 12px; }
    .tk-section-link { text-align: left; padding: 12px 0 0; }
    .tk-price-option { min-height: 132px; padding: 18px 14px; }
    .tk-price-option strong { font-size: 17px; }
    .tk-price-selector .col:nth-child(odd) .tk-price-option { border-left: 0; }
    .tk-price-selector .col:nth-child(4) .tk-price-option { border-right: 0; }
    .tk-cta-minimal h2 { font-size: 29px; }
}

/* ============================================================
   22.5 Center the main menu bar
   ============================================================ */
#header .header-bottom .nav {
    width: 100%;
    justify-content: center !important;
}
#header .header-bottom .nav > li { float: none; }
/* No highlighted first item — with a centered bar it would look off-balance. */
#header .header-bottom .nav > li:first-child > a {
    color: rgba(255, 255, 255, .92);
    background: transparent;
}

/* ============================================================
   23. Homepage v3 — clean showroom (tk-home-*)
   ============================================================ */
.tk-eyebrow {
    margin: 0 0 14px;
    color: #a87920;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.tk-eyebrow--gold { color: var(--tk-accent-2); }

/* Hero: the studio image's black background is intentionally merged into
   this dark spotlight panel with screen blending, not left as a black card. */
.tk-home-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(212, 168, 87, .14), transparent 32%),
        linear-gradient(120deg, #f8f6f1 0%, #f1eee6 60%, #e9e3d5 100%);
}
.tk-home-hero .row { align-items: center; }
.tk-home-hero__text { padding: 72px 8px 72px 0; }
.tk-home-hero h1 {
    margin: 0 0 20px;
    color: var(--tk-primary);
    font-size: clamp(40px, 4.4vw, 60px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.05;
}
.tk-home-hero__lead {
    max-width: 480px;
    margin: 0 0 30px;
    color: #52625d;
    font-size: 17px;
    line-height: 1.7;
}
.tk-home-hero .button {
    margin: 0 10px 0 0;
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: none;
}
.tk-home-hero .button.is-outline {
    border-color: #b7b5ae;
    color: var(--tk-primary);
    background: transparent;
}
.tk-home-hero .button.is-outline:hover {
    border-color: var(--tk-primary);
    color: var(--tk-primary);
    background: transparent;
}
.tk-home-hero__visual {
    position: relative;
    padding: 34px 20px 30px;
    border-radius: var(--tk-radius-lg);
    background: radial-gradient(circle at 50% 42%, #174a41 0%, #0b2f29 68%, #082420 100%);
    box-shadow: 0 26px 60px -28px rgba(8, 36, 32, .6);
}
.tk-home-hero__visual .img,
.tk-home-hero__visual .img-inner {
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}
.tk-home-hero__visual .img::before { display: none; }
.tk-home-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: brightness(1.06) saturate(1.05);
}

/* Benefit strip */
.tk-home-benefits {
    background: #fff;
    border-bottom: 1px solid var(--tk-line);
}
.tk-home-benefits__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px;
    padding: 26px 0;
}
.tk-home-benefits__item {
    flex: 1 1 240px;
    padding-left: 20px;
    border-left: 2px solid var(--tk-accent);
}
.tk-home-benefits__item strong {
    display: block;
    color: var(--tk-primary);
    font-size: 15px;
    font-weight: 750;
}
.tk-home-benefits__item span { color: #707b77; font-size: 13px; }

/* Headings and product grid */
.tk-home-products,
.tk-home-prices { background: #fff; }
.tk-home-heading { padding-top: 60px; }
.tk-home-heading h2,
.tk-home-prices .tk-home-heading h2 {
    margin: 0;
    color: var(--tk-primary);
    font-size: 31px;
    font-weight: 750;
    letter-spacing: -.028em;
}
.tk-home-heading--center { text-align: center; }
.tk-home-heading__link { padding-top: 70px; text-align: right; }
.tk-home-heading__link a {
    color: var(--tk-primary);
    font-size: 14px;
    font-weight: 700;
}
.tk-home-heading__link a::after { content: ' →'; }
.tk-home-products .products { margin-bottom: 60px; }
.tk-home-products .product-small .box {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.tk-home-products .product-small .box-image {
    overflow: hidden;
    background: #f5f4f0;
}
.tk-home-products .product-small .box-image img {
    mix-blend-mode: multiply;
    transition: transform .3s ease;
}
.tk-home-products .product-small:hover .box-image img { transform: scale(1.035); }
.tk-home-products .product-small .box-text { padding: 16px 2px 0; }

/* Price selector */
.tk-home-prices { background: #f6f5f1; }
.tk-home-prices .row:last-child { padding-bottom: 64px; }
.tk-price-option {
    display: flex;
    min-height: 140px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #d8d7d0;
    color: var(--tk-primary);
    background: transparent;
    transition: background .2s ease, color .2s ease;
}
.tk-home-prices .col:last-child .tk-price-option { border-right: 1px solid #d8d7d0; }
.tk-price-option:hover { background: var(--tk-primary); color: #fff; }
.tk-price-option strong { font-size: 21px; letter-spacing: -.02em; }
.tk-price-option span {
    color: #8b928e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: color .2s ease;
}
.tk-price-option small { font-size: 13px; font-weight: 700; }
.tk-price-option:hover span { color: var(--tk-accent-soft); }

/* Consultation CTA */
.tk-home-cta { background: var(--tk-primary); }
.tk-home-cta .row { align-items: center; }
.tk-home-cta__text { padding: 64px 8px 64px 0; }
.tk-home-cta__text h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.12;
}
.tk-home-cta__text > p { color: #cfdbd7; font-size: 16px; line-height: 1.7; }
.tk-home-cta__list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}
.tk-home-cta__list li {
    position: relative;
    padding: 7px 0 7px 26px;
    color: #e3ebe8;
    font-size: 15px;
}
.tk-home-cta__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--tk-accent-2);
    font-weight: 800;
}
.tk-home-cta__form {
    padding: 26px;
    border-radius: var(--tk-radius-md);
    background: #fff;
    box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .45);
}
.tk-home-cta__form .wpcf7 { margin: 0; }

@media (max-width: 849px) {
    .tk-home-hero__text { padding: 52px 0 8px; }
    .tk-home-hero__visual { max-width: 440px; margin: 0 auto 48px; }
    .tk-home-heading { padding-top: 44px; }
    .tk-home-heading__link { display: none; }
    .tk-home-products .products { margin-bottom: 44px; }
    .tk-home-cta__text { padding: 52px 0 12px; }
    .tk-home-cta__form { margin-bottom: 52px; }
}
@media (max-width: 549px) {
    .tk-home-hero h1 { font-size: 38px; }
    .tk-home-hero__lead { font-size: 15px; }
    .tk-home-hero .button { margin-bottom: 10px; }
    .tk-home-benefits__inner { gap: 16px; padding: 22px 0; }
    .tk-home-benefits__item { flex-basis: 100%; }
    .tk-home-heading h2,
    .tk-home-prices .tk-home-heading h2 { font-size: 25px; }
    .tk-price-option { min-height: 120px; padding: 18px 14px; }
    .tk-price-option strong { font-size: 17px; }
    .tk-home-prices .col:nth-child(odd) .tk-price-option { border-left: 0; }
    .tk-home-prices .col:nth-child(4) .tk-price-option { border-right: 0; }
    .tk-home-cta__text h2 { font-size: 28px; }
}

/* ============================================================
   24. Homepage v3 layout repair
   The generic .section padding above was overriding UX Builder's padding=0
   and creating empty bands around this page. Keep this reset homepage-only.
   ============================================================ */
body.home #content.page-wrapper,
body.home #content.page-wrapper > .row-main,
body.home #content.page-wrapper > .row-main > .col,
body.home #content.page-wrapper > .row-main > .col > .col-inner {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
body.home .section.tk-home-hero,
body.home .section.tk-home-benefits,
body.home .section.tk-home-products,
body.home .section.tk-home-prices,
body.home .section.tk-home-cta {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.home .tk-home-hero .section-content,
body.home .tk-home-benefits .section-content,
body.home .tk-home-products .section-content,
body.home .tk-home-prices .section-content,
body.home .tk-home-cta .section-content {
    width: 100%;
}
body.home .tk-home-hero .row,
body.home .tk-home-benefits .row,
body.home .tk-home-products .row,
body.home .tk-home-prices .row,
body.home .tk-home-cta .row {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.tk-home-hero__text { padding: 88px 28px 88px 0; }
.tk-home-hero h1 { max-width: 540px; font-size: clamp(44px, 4vw, 62px); }
.tk-home-hero__visual {
    max-width: 520px;
    margin-left: auto;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 20px 44px -30px rgba(8, 36, 32, .7);
}
.tk-home-benefits__inner { padding: 30px 0; }
.tk-home-products .products { margin-bottom: 72px; }
.tk-home-prices .tk-home-heading { padding-top: 68px; }
.tk-home-prices .row:last-child { padding-bottom: 68px; }
.tk-price-option { min-height: 126px; padding: 21px 22px; }

.tk-home-cta__text { padding: 72px 30px 72px 0; }
.tk-home-cta__contact {
    margin: 42px 0;
    padding: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
}
.tk-home-cta__contact-label {
    margin: 0 0 12px;
    color: var(--tk-accent-2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}
.tk-home-cta__contact h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 27px;
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.18;
}
.tk-home-cta__contact > p:not(.tk-home-cta__contact-label):not(.tk-home-cta__hours) {
    max-width: 430px;
    margin: 0 0 23px;
    color: #cfdbd7;
    font-size: 15px;
    line-height: 1.65;
}
.tk-home-cta__contact .button {
    margin: 0 8px 10px 0;
    padding: 11px 18px;
    border-radius: 4px;
}
.tk-home-cta__contact .button.is-outline {
    border-color: rgba(255,255,255,.55);
    color: #fff;
    background: transparent;
}
.tk-home-cta__contact .button.is-outline:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.tk-home-cta__hours {
    margin: 9px 0 0;
    color: #9fb5ae;
    font-size: 12px;
}

@media (max-width: 849px) {
    .tk-home-hero__text { padding: 62px 0 20px; }
    .tk-home-hero__visual { margin: 0 auto 58px; }
    .tk-home-benefits__inner { padding: 26px 0; }
    .tk-home-cta__text { padding: 58px 0 4px; }
    .tk-home-cta__contact { margin: 28px 0 58px; }
}
@media (max-width: 549px) {
    body.home .tk-home-hero .row,
    body.home .tk-home-benefits .row,
    body.home .tk-home-products .row,
    body.home .tk-home-prices .row,
    body.home .tk-home-cta .row { padding-right: 18px; padding-left: 18px; }
    .tk-home-hero__text { padding-top: 46px; }
    .tk-home-hero h1 { font-size: 38px; }
    .tk-home-hero__visual { margin-bottom: 42px; padding: 14px; }
    .tk-home-products .products { margin-bottom: 46px; }
    .tk-home-prices .tk-home-heading { padding-top: 48px; }
    .tk-home-prices .row:last-child { padding-bottom: 48px; }
    .tk-home-cta__contact { padding: 27px 23px; }
    .tk-home-cta__contact h3 { font-size: 24px; }
}

/* Product widget: Flatsome's image float conflicts with the shared widget
   spacing above. Anchor the thumbnail so titles and prices never run below it. */
#shop-sidebar .widget_products .product_list_widget li {
    position: relative;
    min-height: 78px;
    padding: 10px 0;
}
#shop-sidebar .widget_products .product_list_widget li > a {
    display: block;
    min-height: 58px;
    padding-left: 76px;
    color: var(--tk-ink);
    font-size: 14px;
    line-height: 1.4;
}
#shop-sidebar .widget_products .product_list_widget li > a img {
    position: absolute;
    top: 10px;
    left: 0;
    float: none !important;
    width: 58px;
    height: 58px;
    margin: 0 !important;
    object-fit: contain;
}
#shop-sidebar .widget_products .product_list_widget li > del,
#shop-sidebar .widget_products .product_list_widget li > ins,
#shop-sidebar .widget_products .product_list_widget li > .amount,
#shop-sidebar .widget_products .product_list_widget li > .woocommerce-Price-amount {
    margin-left: 76px;
    font-size: 13px;
}
#shop-sidebar .widget_products .product_list_widget li > ins {
    color: #a92626;
    font-weight: 700;
}
