/* =====================================================================
   Nhà Đất An Cường — Theme Stylesheet
   Premium Navy + Gold · Vietnamese real estate + kitchen equipment shop
   Single theme stylesheet (WordPress classic-theme convention).
   Sections: Tokens · Base · Layout · Header · Buttons · Hero · Search
   Cards · Sections · Filters · Detail · Shop · News · Forms · Footer · Utils
   ===================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  /* Brand */
  --navy-900: #0b2138;
  --navy: #0f2a47;
  --navy-700: #163a5f;
  --navy-500: #2b557f;
  --gold: #c9a24b;
  --gold-600: #b3892f;
  --gold-200: #e7d3a0;
  --gold-soft: #f5ecd6;

  /* Neutrals */
  --ink: #1b2733;
  --body: #38434f;
  --muted: #6b7785;
  --line: #e6e9ef;
  --line-soft: #eef1f6;
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --bg-cream: #f8f5ee;

  /* Status */
  --green: #1f9d6b;
  --red: #d9534f;

  /* Typography */
  --font-display: 'Lora', Georgia, 'Times New Roman', serif;
  --font-sans: 'Be Vietnam Pro', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Geometry */
  --radius: 14px;
  --radius-sm: 9px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(15, 42, 71, .06);
  --shadow: 0 12px 32px rgba(15, 42, 71, .10);
  --shadow-lg: 0 26px 60px rgba(15, 42, 71, .16);
  --container: 1200px;
  --gut: 24px;
  --header-h: 76px;
  --t: .25s cubic-bezier(.4, 0, .2, 1);
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
strong { color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gut); }
.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section--cream { background: var(--bg-cream); }
.section--navy { background: var(--navy); color: #d7e0ec; }
.section--tight { padding: 48px 0; }
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head p { color: var(--muted); margin: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }
.section-head.section-head--left { text-align: left; margin-left: 0; }
.section-head--left .eyebrow { justify-content: flex-start; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy-900); color: #aebfd2; font-size: .82rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.topbar a:hover { color: #fff; }
.topbar__info { display: flex; gap: 22px; }
.topbar__info span { display: inline-flex; align-items: center; gap: 6px; }
.topbar__social { display: flex; gap: 14px; }
.ico { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: var(--shadow-sm); }
.header .container { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__mark {
  width: 44px; height: 44px; border-radius: 11px;
  background: linear-gradient(135deg, var(--navy), var(--navy-700));
  display: grid; place-items: center; color: var(--gold); flex-shrink: 0;
  box-shadow: inset 0 0 0 1.5px rgba(201, 162, 75, .5);
}
.brand__mark svg { width: 24px; height: 24px; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: var(--navy); line-height: 1.05; }
.brand__name span { display: block; font-family: var(--font-sans); font-size: .62rem; letter-spacing: .26em; color: var(--gold-600); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav > li > a {
  display: block; padding: 10px 15px; font-weight: 600; font-size: .94rem; color: var(--ink);
  border-radius: 8px; position: relative;
}
.nav > li > a:hover, .nav > li.active > a { color: var(--navy); }
.nav > li > a::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--t);
}
.nav > li:hover > a::after, .nav > li.active > a::after { transform: scaleX(1); }
.has-sub { position: relative; }
.has-sub > a::before { content: "▾"; font-size: .7rem; margin-left: 5px; color: var(--muted); }
.submenu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 220px; background: #fff;
  border-radius: 12px; box-shadow: var(--shadow); padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: all var(--t); border: 1px solid var(--line-soft);
}
.has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 9px 13px; border-radius: 8px; font-size: .9rem; font-weight: 500; }
.submenu a:hover { background: var(--bg-soft); color: var(--navy); }

.header__cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.header__phone { display: flex; align-items: center; gap: 9px; }
.header__phone .ico { width: 34px; height: 34px; padding: 8px; border-radius: 9px; background: var(--gold-soft); stroke: var(--gold-600); }
.header__phone b { display: block; color: var(--navy); font-size: .96rem; line-height: 1.1; }
.header__phone small { color: var(--muted); font-size: .72rem; }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.burger span, .burger span::before, .burger span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--navy); position: relative; transition: var(--t); }
.burger span::before { position: absolute; top: -6px; }
.burger span::after { position: absolute; top: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; font-family: var(--font-sans); font-weight: 600; font-size: .95rem;
  border-radius: 10px; cursor: pointer; border: 1.5px solid transparent; transition: var(--t); white-space: nowrap;
}
.btn .ico { width: 18px; height: 18px; }
.btn--gold { background: linear-gradient(135deg, var(--gold), var(--gold-600)); color: #2a1f06; box-shadow: 0 8px 20px rgba(201, 162, 75, .35); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201, 162, 75, .45); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--gold-soft); }
.btn--block { width: 100%; }
.btn--sm { padding: 9px 16px; font-size: .85rem; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(11, 33, 56, .92) 0%, rgba(11, 33, 56, .72) 45%, rgba(11, 33, 56, .35) 100%); }
.hero__inner { position: relative; z-index: 1; padding: 96px 0 130px; }
.hero__inner .container { max-width: 720px; margin-left: auto; margin-right: auto; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.6rem); }
.hero h1 .accent { color: var(--gold-200); }
.hero p { color: #cdd9e8; font-size: 1.1rem; max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 38px; margin-top: 44px; }
.hero__stats b { font-family: var(--font-display); font-size: 2rem; color: var(--gold-200); display: block; }
.hero__stats span { font-size: .85rem; color: #aebfd2; }

/* ---------- Search box ---------- */
.searchbox {
  position: relative; z-index: 2; max-width: 1080px; margin: -56px auto 0;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 12px;
}
.searchbox__tabs { display: flex; gap: 6px; padding: 4px 6px 12px; }
.searchbox__tabs button { border: 0; background: none; font-family: inherit; font-weight: 600; font-size: .9rem; color: var(--muted); padding: 8px 16px; border-radius: 8px; cursor: pointer; }
.searchbox__tabs button.active { background: var(--navy); color: #fff; }
.searchbox__row { display: grid; grid-template-columns: 2fr 1.3fr 1.3fr 1.3fr auto; gap: 10px; align-items: end; }
.field { display: flex; flex-direction: column; gap: 5px; text-align: left; }
.field label { font-size: .74rem; font-weight: 600; color: var(--muted); padding-left: 4px; }
.field .control { display: flex; align-items: center; gap: 8px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 0 12px; height: 50px; }
.field .control .ico { stroke: var(--gold-600); flex-shrink: 0; }
.field select, .field input { border: 0; background: none; font-family: inherit; font-size: .92rem; color: var(--ink); width: 100%; height: 100%; outline: none; cursor: pointer; }

/* ---------- Cards: project ---------- */
.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); transition: var(--t); }
.card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card__media img { transform: scale(1.06); }
.card__badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 7px; flex-wrap: wrap; }
.badge { font-size: .72rem; font-weight: 700; padding: 5px 11px; border-radius: 20px; background: rgba(255, 255, 255, .92); color: var(--navy); backdrop-filter: blur(4px); }
.badge--gold { background: var(--gold); color: #2a1f06; }
.badge--green { background: var(--green); color: #fff; }
.badge--navy { background: var(--navy); color: #fff; }
.card__fav { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .92); display: grid; place-items: center; cursor: pointer; }
.card__fav .ico { stroke: var(--navy); width: 17px; height: 17px; }
.card__body { padding: 18px 20px 22px; }
.card__type { font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-600); }
.card__title { font-family: var(--font-display); font-size: 1.18rem; font-weight: 700; color: var(--ink); margin: 6px 0; line-height: 1.3; }
.card__title a:hover { color: var(--navy); }
.card__loc { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .88rem; }
.card__loc .ico { width: 15px; height: 15px; stroke: var(--gold-600); }
.card__price { display: flex; align-items: baseline; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.card__price b { color: var(--navy); font-size: 1.28rem; font-family: var(--font-display); }
.card__price small { color: var(--muted); font-size: .82rem; }
.card__price .ppm { color: var(--gold-600); font-weight: 600; font-size: .85rem; }
.card__meta { display: flex; gap: 16px; margin-top: 14px; flex-wrap: wrap; }
.card__meta span { display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; color: var(--body); }
.card__meta .ico { width: 16px; height: 16px; stroke: var(--navy-500); }

/* ---------- Section: features / categories ---------- */
.feature { text-align: center; padding: 30px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line-soft); transition: var(--t); }
.feature:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.feature__ico { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 16px; background: var(--gold-soft); display: grid; place-items: center; }
.feature__ico .ico { width: 28px; height: 28px; stroke: var(--gold-600); stroke-width: 1.6; }
.feature h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .9rem; margin: 0; }

.cat-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; display: block; }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.cat-card:hover img { transform: scale(1.08); }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 33, 56, .85), transparent 60%); }
.cat-card__txt { position: absolute; left: 18px; bottom: 16px; right: 18px; z-index: 1; color: #fff; }
.cat-card__txt b { font-family: var(--font-display); font-size: 1.2rem; display: block; }
.cat-card__txt span { font-size: .82rem; color: var(--gold-200); }

/* ---------- Page header / breadcrumb ---------- */
.page-hero { position: relative; background: var(--navy); color: #fff; padding: 54px 0; text-align: center; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% -20%, rgba(201, 162, 75, .25), transparent 50%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; margin-bottom: 10px; }
.page-hero p { color: #b9c7d9; max-width: 600px; margin: 0 auto; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; font-size: .85rem; color: #9fb1c7; margin-top: 14px; }
.breadcrumb a:hover { color: var(--gold-200); }
.breadcrumb span { color: var(--gold-200); }

/* ---------- Filters / listing ---------- */
.listing { display: grid; grid-template-columns: 290px 1fr; gap: 32px; align-items: start; }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: sticky; top: 92px; }
.filters h4 { font-family: var(--font-sans); font-size: 1.05rem; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 8px; }
.filter-group { margin-bottom: 22px; }
.filter-group > label { font-size: .8rem; font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .05em; display: block; margin-bottom: 10px; }
.filter-group select, .filter-group input { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 9px; padding: 0 12px; font-family: inherit; font-size: .9rem; color: var(--ink); background: var(--bg-soft); }
.checks { display: flex; flex-direction: column; gap: 9px; }
.checks label { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--body); cursor: pointer; }
.checks input { width: 17px; height: 17px; accent-color: var(--gold-600); }
.pill-group { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { padding: 7px 14px; border: 1px solid var(--line); border-radius: 20px; font-size: .85rem; cursor: pointer; transition: var(--t); }
.pill:hover, .pill.active { background: var(--navy); color: #fff; border-color: var(--navy); }

.listing__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; flex-wrap: wrap; gap: 12px; }
.listing__head p { margin: 0; color: var(--muted); font-size: .92rem; }
.listing__head b { color: var(--navy); }
.sortbar { display: flex; align-items: center; gap: 10px; }
.sortbar select { height: 42px; border: 1px solid var(--line); border-radius: 9px; padding: 0 12px; font-family: inherit; font-size: .88rem; background: #fff; color: var(--ink); }

/* ---------- Pagination ---------- */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; }
.pagination a { width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); display: grid; place-items: center; font-weight: 600; color: var(--ink); }
.pagination a:hover, .pagination a.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.pagination a.nav-arrow { width: auto; padding: 0 16px; gap: 6px; }

/* ---------- Project detail ---------- */
.detail-top { background: var(--bg-soft); padding: 34px 0; border-bottom: 1px solid var(--line); }
.detail-top__head { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 18px; margin-bottom: 24px; }
.detail-top__head h1 { margin-bottom: 8px; }
.detail-top__loc { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); }
.detail-top__loc .ico { stroke: var(--gold-600); }
.detail-price { text-align: right; }
.detail-price b { font-family: var(--font-display); font-size: 2rem; color: var(--navy); display: block; }
.detail-price .ppm { color: var(--gold-600); font-weight: 600; }

/* Key info field grid — the SEO/info block at top */
.specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.spec {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 18px; display: flex; align-items: center; gap: 13px;
}
.spec__ico { width: 44px; height: 44px; border-radius: 11px; background: var(--gold-soft); display: grid; place-items: center; flex-shrink: 0; }
.spec__ico .ico { width: 22px; height: 22px; stroke: var(--gold-600); stroke-width: 1.7; }
.spec small { color: var(--muted); font-size: .78rem; display: block; }
.spec b { color: var(--ink); font-size: 1rem; font-family: var(--font-sans); }

/* full spec table */
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr { border-bottom: 1px solid var(--line-soft); }
.spec-table td { padding: 13px 4px; font-size: .94rem; }
.spec-table td:first-child { color: var(--muted); width: 45%; }
.spec-table td:last-child { color: var(--ink); font-weight: 600; text-align: right; }

/* gallery */
.gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; }
.gallery__main { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 11; }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__side { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.gallery__side a { border-radius: var(--radius); overflow: hidden; position: relative; }
.gallery__side img { width: 100%; height: 100%; object-fit: cover; }
.gallery__more { position: absolute; inset: 0; background: rgba(11, 33, 56, .6); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 1.1rem; }

/* detail content layout */
.detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.prose { color: var(--body); font-size: 1.02rem; line-height: 1.85; }
.prose h2 { margin-top: 40px; font-size: 1.7rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--font-sans); color: var(--navy); margin-top: 28px; font-size: 1.2rem; }
.prose ul { margin: 0 0 1.2rem; padding-left: 4px; }
.prose ul li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.prose .cols { columns: 2; column-gap: 36px; }
.prose .cols p { break-inside: avoid; }
.prose blockquote { margin: 26px 0; padding: 18px 24px; background: var(--bg-cream); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; font-style: italic; color: var(--navy); }
.prose figure { margin: 26px 0; }
.prose figure img { border-radius: var(--radius); }
.prose figcaption { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 8px; }

/* sticky contact card */
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; position: sticky; top: 92px; }
.side-card__agent { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.side-card__agent .avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-700)); display: grid; place-items: center; color: var(--gold-200); font-family: var(--font-display); font-size: 1.3rem; flex-shrink: 0; }
.side-card__agent b { color: var(--ink); display: block; }
.side-card__agent small { color: var(--muted); }
.side-card .form-row { margin-bottom: 12px; }

/* ---------- Shop / product ---------- */
.product-card .card__media { aspect-ratio: 1; background: #fff; }
.product-card .card__media img { object-fit: contain; padding: 18px; }
.product-card .card__body { text-align: left; }
.product-rating { display: flex; align-items: center; gap: 6px; font-size: .82rem; color: var(--muted); margin-bottom: 4px; }
.stars { color: var(--gold); letter-spacing: 1px; }
.product-card .price-now { color: var(--red); font-size: 1.25rem; font-weight: 700; font-family: var(--font-display); }
.product-card .price-old { color: var(--muted); text-decoration: line-through; font-size: .9rem; margin-left: 8px; }
.product-card__foot { display: flex; gap: 8px; margin-top: 14px; }
.product-card__foot .btn { flex: 1; }
.icon-btn { width: 46px; height: 46px; border: 1.5px solid var(--line); border-radius: 10px; display: grid; place-items: center; cursor: pointer; flex-shrink: 0; transition: var(--t); }
.icon-btn:hover { border-color: var(--navy); background: var(--navy); }
.icon-btn:hover .ico { stroke: #fff; }
.icon-btn .ico { stroke: var(--navy); }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.product-gallery__main { border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 1; background: #fff; display: grid; place-items: center; overflow: hidden; }
.product-gallery__main img { object-fit: contain; padding: 30px; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.product-thumbs a { border: 1px solid var(--line); border-radius: 10px; aspect-ratio: 1; overflow: hidden; background: #fff; padding: 8px; }
.product-thumbs a.active { border-color: var(--gold); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.qty button { width: 42px; height: 46px; border: 0; background: var(--bg-soft); font-size: 1.2rem; cursor: pointer; color: var(--navy); }
.qty input { width: 52px; height: 46px; border: 0; text-align: center; font-family: inherit; font-weight: 600; }
.spec-pill { display: inline-flex; gap: 7px; align-items: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 20px; padding: 6px 14px; font-size: .85rem; margin: 0 6px 8px 0; }

/* ---------- Tabs ---------- */
.tabs { display: flex; gap: 4px; border-bottom: 2px solid var(--line); margin-bottom: 26px; flex-wrap: wrap; }
.tabs button { border: 0; background: none; font-family: inherit; font-weight: 600; font-size: .98rem; color: var(--muted); padding: 12px 20px; cursor: pointer; position: relative; }
.tabs button.active { color: var(--navy); }
.tabs button.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold); }
.tab-panel { display: none; } .tab-panel.active { display: block; }

/* ---------- News ---------- */
.news-card .card__media { aspect-ratio: 16 / 10; }
.news-card__date { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--gold-600); font-weight: 600; margin-bottom: 6px; }
.news-card .card__title { font-size: 1.1rem; }
.news-card p { color: var(--muted); font-size: .9rem; margin: 8px 0 0; }
.news-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); background: #fff; }
.news-feature img { height: 100%; min-height: 340px; object-fit: cover; }
.news-feature__body { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.read-more { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-600); font-weight: 600; margin-top: 12px; }
.read-more:hover { gap: 11px; }

.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 24px; }
.widget h4 { font-family: var(--font-sans); font-size: 1.05rem; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.mini-post { display: flex; gap: 12px; margin-bottom: 16px; }
.mini-post img { width: 76px; height: 64px; border-radius: 9px; object-fit: cover; flex-shrink: 0; }
.mini-post b { font-size: .9rem; color: var(--ink); line-height: 1.35; display: block; }
.mini-post small { color: var(--gold-600); font-size: .76rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { padding: 6px 13px; background: var(--bg-soft); border-radius: 20px; font-size: .83rem; color: var(--body); }
.tag-cloud a:hover { background: var(--navy); color: #fff; }

/* ---------- Forms ---------- */
.form-row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-row label { font-size: .85rem; font-weight: 600; color: var(--ink); }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px;
  font-family: inherit; font-size: .94rem; color: var(--ink); background: #fff; transition: var(--t);
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201, 162, 75, .15); outline: none; }
.form-row textarea { resize: vertical; min-height: 120px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

/* ---------- Contact ---------- */
.contact-info { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.contact-info__ico { width: 50px; height: 50px; border-radius: 13px; background: var(--gold-soft); display: grid; place-items: center; flex-shrink: 0; }
.contact-info__ico .ico { stroke: var(--gold-600); width: 22px; height: 22px; }
.contact-info b { color: var(--ink); display: block; margin-bottom: 2px; }
.contact-info p { margin: 0; color: var(--muted); font-size: .92rem; }
.map-embed { border-radius: var(--radius); overflow: hidden; height: 100%; min-height: 380px; background: var(--bg-soft); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 56px; color: #fff; }
.cta-band__bg { position: absolute; inset: 0; z-index: 0; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(11, 33, 56, .95), rgba(11, 33, 56, .7)); }
.cta-band__inner { position: relative; z-index: 1; max-width: 620px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cdd9e8; }

/* ---------- About / stats ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-img { position: relative; }
.about-img img { border-radius: var(--radius-lg); }
.about-img .badge-float { position: absolute; bottom: -22px; left: -22px; background: var(--navy); color: #fff; padding: 22px 26px; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-img .badge-float b { font-family: var(--font-display); color: var(--gold-200); font-size: 2.2rem; display: block; line-height: 1; }
.about-img .badge-float span { font-size: .82rem; color: #b9c7d9; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-row .num { font-family: var(--font-display); font-size: 2.6rem; color: var(--navy); line-height: 1; }
.stat-row .num span { color: var(--gold); }
.stat-row p { color: var(--muted); margin: 6px 0 0; font-size: .9rem; }
.value-list { display: flex; flex-direction: column; gap: 18px; }
.value-item { display: flex; gap: 16px; }
.value-item .n { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: var(--gold-200); font-family: var(--font-display); display: grid; place-items: center; flex-shrink: 0; }
.value-item b { color: var(--ink); }
.value-item p { margin: 2px 0 0; color: var(--muted); font-size: .92rem; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #9fb1c7; padding-top: 64px; }
.footer a:hover { color: var(--gold-200); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 48px; }
.footer .brand__name { color: #fff; }
.footer__about p { margin: 16px 0; font-size: .92rem; }
.footer h5 { color: #fff; font-family: var(--font-sans); font-size: 1.02rem; margin: 0 0 18px; }
.footer__links li { margin-bottom: 11px; font-size: .92rem; }
.footer__contact li { display: flex; gap: 11px; margin-bottom: 14px; font-size: .9rem; }
.footer__contact .ico { stroke: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer__news { display: flex; gap: 8px; margin-top: 14px; }
.footer__news input { flex: 1; border: 1px solid rgba(255, 255, 255, .15); background: rgba(255, 255, 255, .06); border-radius: 9px; padding: 0 14px; height: 46px; color: #fff; font-family: inherit; }
.footer__news input::placeholder { color: #7d90a8; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; }
.footer__social a:hover { background: var(--gold); }
.footer__social a:hover .ico { stroke: var(--navy); }
.footer__social .ico { stroke: #cdd9e8; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .85rem; }
.footer__bottom a { color: #9fb1c7; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; } .mt-2 { margin-top: 26px; }
.text-center { text-align: center; }
.flex { display: flex; } .gap { gap: 14px; } .wrap { flex-wrap: wrap; }
.muted { color: var(--muted); }
.divider { height: 1px; background: var(--line); margin: 40px 0; }
.tag-line { display: inline-flex; align-items: center; gap: 6px; }

/* floating contact buttons */
.float-contact { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; flex-direction: column; gap: 12px; }
.float-contact a { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); color: #fff; }
.float-contact .fc-zalo { background: #0068ff; font-weight: 700; font-size: .78rem; }
.float-contact .fc-phone { background: var(--green); animation: ring 1.6s infinite; }
.float-contact .ico { stroke: #fff; }
@keyframes ring { 0%,100% { transform: scale(1); } 10% { transform: scale(1.12); } 20% { transform: scale(.98); } 30% { transform: scale(1.08); } }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .listing { grid-template-columns: 1fr; }
  .filters { position: static; }
  .detail-layout { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .specs { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 860px) {
  .nav, .header__phone small, .topbar { display: none; }
  .burger { display: flex; }
  .nav { position: fixed; top: var(--header-h); left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; gap: 2px; box-shadow: var(--shadow); transform: translateY(-130%); transition: transform var(--t); max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .nav.open { transform: translateY(0); display: flex; }
  .nav > li > a { padding: 13px; }
  .nav > li > a::after { display: none; }
  .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; }
  .searchbox__row { grid-template-columns: 1fr 1fr; }
  .product-detail, .about-grid, .news-feature { grid-template-columns: 1fr; }
  .news-feature img { min-height: 240px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__side { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
  .prose .cols { columns: 1; }
  .stat-row, .specs { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .searchbox__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .detail-top__head, .listing__head { flex-direction: column; }
  .detail-price { text-align: left; }
  .cta-band { padding: 36px 24px; }
  .hero__stats { gap: 24px; }
}

/* ============================================================
   WORDPRESS GLUE — a11y, menu shim, pagination, blocks, forms
   ============================================================ */

/* a11y */
.screen-reader-text { border:0; clip:rect(1px,1px,1px,1px); clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute !important; width:1px; word-wrap:normal !important; }
.screen-reader-text:focus { background:#fff; clip:auto !important; clip-path:none; color:var(--navy); display:block; font-size:1rem; height:auto; left:5px; line-height:normal; padding:14px 20px; text-decoration:none; top:5px; width:auto; z-index:100000; border-radius:8px; box-shadow:var(--shadow); }
.skip-link { position:absolute; left:-9999px; top:0; }
.skip-link:focus { left:5px; top:5px; z-index:100000; }

/* admin bar offset for sticky header */
@media screen and (min-width:783px){ body.admin-bar .header { top:32px; } }
@media screen and (max-width:782px){ body.admin-bar .header { top:46px; } }

/* WP nav menu → design dropdown */
.nav .menu-item-has-children { position:relative; }
.nav .menu-item-has-children > a::before { content:"▾"; font-size:.7rem; margin-left:5px; color:var(--muted); }
.nav .sub-menu { list-style:none; margin:0; padding:8px; position:absolute; top:100%; left:0; min-width:212px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow); opacity:0; visibility:hidden; transform:translateY(8px); transition:var(--t); z-index:60; }
.nav .menu-item-has-children:hover > .sub-menu, .nav .menu-item-has-children:focus-within > .sub-menu { opacity:1; visibility:visible; transform:translateY(0); }
.nav .sub-menu a { display:block; padding:9px 13px; border-radius:8px; font-size:.9rem; font-weight:500; color:var(--body); }
.nav .sub-menu a:hover { background:var(--bg-soft); color:var(--navy); }
.nav .current-menu-item > a, .nav .current_page_item > a, .nav .current-menu-parent > a { color:var(--navy); }
.nav .current-menu-item > a::after, .nav .current_page_item > a::after { transform:scaleX(1); }
.brand .custom-logo { max-height:52px; width:auto; }
@media (max-width:860px){
  .nav .sub-menu { position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:0; padding:0 0 0 16px; min-width:0; }
  .nav .menu-item-has-children > a::before { display:none; }
}

/* footer menus rendered by wp_nav_menu */
.footer__links { list-style:none; margin:0; padding:0; }
.footer__legal { display:flex; gap:16px; }
.footer__legal ul { display:flex; gap:16px; list-style:none; margin:0; padding:0; }

/* WP pagination → design look */
.navigation.pagination { margin-top:40px; }
.navigation.pagination .nav-links { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; align-items:center; }
.navigation.pagination .page-numbers { min-width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; padding:0 12px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--body); font-weight:600; }
.navigation.pagination .page-numbers.current { background:var(--navy); color:#fff; border-color:var(--navy); }
.navigation.pagination a.page-numbers:hover { border-color:var(--navy); color:var(--navy); }
.navigation.pagination .page-numbers.dots { border:0; background:transparent; }

/* blog layout (post grid + sidebar) */
.blog-layout { display:grid; grid-template-columns:1fr 330px; gap:32px; align-items:start; }
.breadcrumb-bar { background:var(--bg-soft); border-bottom:1px solid var(--line); padding:14px 0; }
.breadcrumb-bar .breadcrumb { justify-content:flex-start; margin-top:0; }
.entry-meta { display:flex; flex-wrap:wrap; gap:18px; align-items:center; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-bottom:30px; font-size:.88rem; color:var(--muted); }
.entry-meta span { display:flex; align-items:center; gap:7px; }
.entry-meta .ico { width:16px; height:16px; }
.entry-tags { margin-top:36px; padding-top:24px; border-top:1px solid var(--line); }
.entry-tags > span { font-weight:600; color:var(--ink); font-size:.9rem; margin-right:12px; }
.entry-share { margin-top:24px; display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.entry-share > span { font-weight:600; color:var(--ink); font-size:.9rem; }
.widget__title { font-family:var(--font-display); font-size:1.05rem; color:var(--navy); margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid var(--line); }
.blog-sidebar .widget ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.blog-sidebar .widget li { font-size:.92rem; }
@media (max-width:860px){ .blog-layout { grid-template-columns:1fr; } }

/* leadership cards */
.team-card { text-align:center; padding:30px 20px; }
.team-avatar { width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,var(--navy),var(--navy-700)); display:grid; place-items:center; color:var(--gold-200); font-family:var(--font-display); font-size:1.6rem; margin:0 auto 16px; }
.team-card h3 { font-size:1.1rem; margin-bottom:4px; }
.team-role { color:var(--gold-600); font-size:.85rem; font-weight:600; margin-bottom:10px; }
.team-bio { color:var(--muted); font-size:.88rem; margin:0; }

/* filter pills as radio labels */
.filters .pill { cursor:pointer; }
.filters .pill:focus-within { outline:2px solid var(--gold); outline-offset:2px; }
.sortbar { display:flex; align-items:center; gap:8px; }

/* forms */
.nhadat-hp { position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden; }
.form-feedback { margin-top:10px; font-size:.9rem; min-height:1.1em; }
.form-feedback.is-success { color:var(--green); }
.form-feedback.is-error { color:var(--red); }
.no-results { padding:40px 0; color:var(--muted); }

/* WP core block alignments inside prose */
.prose .alignwide { margin-inline:calc(50% - 50vw); max-width:100vw; }
.prose .aligncenter { margin-inline:auto; }
.prose figure { margin:0 0 24px; }
.prose .wp-block-image img { height:auto; border-radius:var(--radius); }
.prose figcaption, .prose .wp-caption-text { text-align:center; color:var(--muted); font-size:.85rem; margin-top:8px; }
.prose .wp-block-table table { width:100%; }
.page-prose { max-width:900px; }

/* ============================================================
   WOOCOMMERCE GLUE — match navy/gold design (woocommerce-layout dequeued)
   ============================================================ */

/* Woo buttons → theme buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce .button {
  background:var(--navy); color:#fff; border:0; border-radius:10px; padding:12px 22px; font-weight:600; font-family:var(--font-sans); font-size:.95rem; line-height:1.2; cursor:pointer; transition:var(--t); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .button:hover { background:var(--navy-700); color:#fff; }
.woocommerce .button.alt, .woocommerce button.single_add_to_cart_button, .single_add_to_cart_button { background:var(--gold)!important; color:#fff!important; }
.woocommerce .button.alt:hover, .single_add_to_cart_button:hover { background:var(--gold-600)!important; }

/* Woo notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
  border-radius:10px; padding:14px 18px 14px 20px; margin:0 0 22px; list-style:none; border-left:4px solid var(--navy-500); background:var(--bg-soft); }
.woocommerce-message { background:#eaf7f0; border-left-color:var(--green); }
.woocommerce-error { background:#fdecec; border-left-color:var(--red); }
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { background:transparent; color:var(--navy); padding:0; font-weight:700; text-decoration:underline; }

/* Woo breadcrumb */
.woocommerce-breadcrumb { color:var(--muted); font-size:.9rem; }
.woocommerce-breadcrumb a { color:var(--muted); }
.woocommerce-breadcrumb a:hover { color:var(--navy); }

/* shop toolbar (result count + ordering) */
.listing__head .woocommerce-result-count { margin:0; color:var(--muted); font-size:.9rem; }
.listing__head .woocommerce-ordering { margin:0; float:none; }
.listing__head .woocommerce-ordering select { height:42px; border:1px solid var(--line); border-radius:10px; padding:0 12px; font-size:.9rem; background:#fff; }

/* shop category filter list */
.filter-cats { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; }
.filter-cats a { display:flex; justify-content:space-between; align-items:center; font-size:.92rem; color:var(--body); }
.filter-cats a.active, .filter-cats a:hover { color:var(--navy); font-weight:600; }
.filter-cats .cnt { color:var(--muted); font-size:.85rem; }

/* PDP info column */
.product-price-row { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:18px; }
.product-price-row .woocommerce-Price-amount { font-size:1.8rem; color:var(--gold-600); font-weight:700; }
.product-price-row del { opacity:.7; }
.product-price-row del .woocommerce-Price-amount { font-size:1rem; color:var(--muted); font-weight:500; }
.product-price-row ins { text-decoration:none; }
.product-short { color:var(--body); margin-bottom:18px; }
.product-pills { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.product-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin:22px 0; }
.product-actions form.cart { display:flex; align-items:center; gap:12px; margin:0; }
.product-actions .quantity { display:inline-flex; }
.product-actions .quantity input.qty { width:74px; height:48px; border:1px solid var(--line); border-radius:10px; text-align:center; font-weight:600; }
.product-actions .single_add_to_cart_button { height:48px; display:inline-flex; align-items:center; }
.product-meta { font-size:.9rem; color:var(--muted); display:flex; flex-direction:column; gap:7px; border-top:1px solid var(--line); padding-top:18px; margin:22px 0; list-style:none; }
.product-meta strong { color:var(--ink); min-width:110px; display:inline-block; }
.product-meta a { color:var(--gold-600); }
.product-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; background:var(--bg-soft); border-radius:var(--radius); padding:16px; }
.product-trust > div { text-align:center; }
.product-trust .ico { width:28px; height:28px; stroke:var(--gold-600); fill:none; margin:0 auto 6px; display:block; }
.product-trust p { font-size:.8rem; font-weight:600; color:var(--ink); margin:0; }

/* Woo tabs → design tab look */
.woocommerce-tabs ul.tabs { list-style:none; display:flex; gap:6px; flex-wrap:wrap; border-bottom:2px solid var(--line); margin:0 0 26px; padding:0; }
.woocommerce-tabs ul.tabs li { margin:0; }
.woocommerce-tabs ul.tabs li a { display:block; padding:12px 20px; font-weight:600; color:var(--muted); border-bottom:2px solid transparent; margin-bottom:-2px; }
.woocommerce-tabs ul.tabs li.active a { color:var(--navy); border-bottom-color:var(--gold); }
.woocommerce-tabs .woocommerce-Tabs-panel h2 { font-family:var(--font-display); color:var(--navy); }
.shop_attributes { width:100%; border-collapse:collapse; margin-top:10px; }
.shop_attributes th, .shop_attributes td { padding:10px 14px; border:1px solid var(--line); text-align:left; font-size:.93rem; }
.shop_attributes th { background:var(--bg-soft); width:38%; font-weight:600; color:var(--ink); }

/* related products */
.related.products, .up-sells.products { margin-top:56px; }
.related.products > h2, .up-sells.products > h2 { font-family:var(--font-display); font-size:1.6rem; color:var(--navy); margin-bottom:22px; }

/* cart / checkout / account tables */
.woocommerce table.shop_table { border:1px solid var(--line); border-radius:12px; border-collapse:separate; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding:14px; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { border:1px solid var(--line); border-radius:12px; padding:8px 18px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection { border:1px solid var(--line); border-radius:10px; padding:11px 14px; }
.woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; }
.woocommerce-MyAccount-navigation a { display:block; padding:10px 0; border-bottom:1px solid var(--line); color:var(--body); }
.woocommerce-account .woocommerce { display:grid; grid-template-columns:240px 1fr; gap:32px; align-items:start; }
@media (max-width:860px){ .woocommerce-account .woocommerce { grid-template-columns:1fr; } }

/* added-to-cart link */
.added_to_cart { margin-left:8px; font-size:.85rem; color:var(--gold-600); }
.product-detail .summary { min-width:0; }
