.tkm-topbar { background: var(--tkm-navy); color: #fff; font-size: .82rem; font-weight: 750; }
.tkm-topbar__inner { min-height: 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.tkm-topbar__inner span { display: inline-flex; align-items: center; gap: .45rem; }
.tkm-topbar__inner span:nth-child(2) { justify-content: center; }
.tkm-topbar__inner span:last-child { justify-content: flex-end; }
.tkm-site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 4px 18px rgba(0,31,78,.08); }
.admin-bar .tkm-site-header { top: 32px; }
.tkm-mainbar { border-bottom: 1px solid var(--tkm-line); }
.tkm-mainbar__inner { min-height: 92px; display: grid; grid-template-columns: 280px minmax(0,1fr) auto; align-items: center; gap: 1.5rem; }
.tkm-logo { display: grid; color: var(--tkm-text); line-height: 1; min-width: 0; }
.tkm-logo-text { font-family: var(--tkm-display); font-size: 2.1rem; font-weight: 900; letter-spacing: -.05em; white-space: nowrap; }
.tkm-logo-text b { color: var(--tkm-blue); }
.tkm-logo-sub { margin-left: 76px; margin-top: .25rem; color: var(--tkm-muted); font-weight: 700; white-space: nowrap; }
.tkm-logo-sub strong { color: var(--tkm-orange); }
.tkm-logo--custom { display:flex; align-items:center; gap:.72rem; max-width:100%; min-width:0; }
.tkm-logo--custom .tkm-logo-media { display:flex; align-items:center; flex:0 0 auto; min-width:0; }
.tkm-logo--custom .tkm-logo-copy { display:grid; min-width:0; }
.tkm-logo--custom .tkm-logo-img,
.tkm-logo--custom img { display:block; max-height:64px; max-width:100%; width:auto; height:auto; object-fit:contain; }
.tkm-logo--image-only { max-width:260px; }
.tkm-logo--image-only .tkm-logo-img,
.tkm-logo--image-only img { max-width:260px; }
.tkm-logo--with-text .tkm-logo-img,
.tkm-logo--with-text img { max-width:82px; }
.tkm-logo--with-text .tkm-logo-sub { margin-left: 0; }
.tkm-header-search form,.tkm-header-search .woocommerce-product-search,.tkm-header-search .search-form { display: grid; grid-template-columns: minmax(0,1fr) 56px; border: 1px solid var(--tkm-line); border-radius: 8px; background: #fff; overflow: hidden; }
.tkm-header-search input[type="search"],.tkm-header-search .search-field { border: 0; min-height: 52px; padding-left: 1.2rem; }
.tkm-header-search button,.tkm-header-search .search-submit { border-radius: 0 !important; min-height: 52px; padding: 0; font-size: 0; background: var(--tkm-orange) !important; }
.tkm-header-search button::before,.tkm-header-search .search-submit::before { content: ""; display: inline-block; width: 18px; height: 18px; border: 3px solid #fff; border-radius: 50%; box-shadow: 8px 8px 0 -6px #fff; }
.tkm-actions { display: flex; align-items: center; gap: 1rem; }
.tkm-action-link { position: relative; display: inline-flex; align-items: center; gap: .45rem; color: var(--tkm-text); font-weight: 800; white-space: nowrap; }
.tkm-action-link span { display: grid; line-height: 1.05; }
.tkm-action-link small { color: var(--tkm-muted); font-size: .72rem; font-weight: 700; }
.tkm-action-link .tkm-icon { width: 26px; height: 26px; }
.tkm-cart-link b { position: absolute; top: -11px; left: 17px; min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 99px; background: var(--tkm-orange); color: #fff; font-size: .72rem; }
.tkm-navrow { border-bottom: 1px solid var(--tkm-line); background: #fff; }
.tkm-navrow__inner { min-height: 48px; display: grid; grid-template-columns: 230px minmax(0,1fr); align-items: center; gap: 1.4rem; }
.tkm-menu-toggle { display: inline-flex; align-items: center; gap: .6rem; border: 0; background: transparent; color: var(--tkm-text); font-weight: 900; padding: 0; }
.tkm-primary-nav .tkm-menu { display: flex; justify-content: center; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.tkm-primary-nav a { display: flex; align-items: center; min-height: 48px; color: var(--tkm-text); font-weight: 800; font-size: .92rem; border-bottom: 3px solid transparent; }
.tkm-primary-nav a:hover { color: var(--tkm-blue); border-color: var(--tkm-blue); }
.tkm-page-hero { background: linear-gradient(90deg, var(--tkm-navy), var(--tkm-blue)); color: #fff; padding: 2.2rem 0; }
.tkm-page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -.04em; margin-bottom: .45rem; }
.tkm-page-hero p { font-size: 1rem; }
.tkm-page-hero h1,.tkm-page-hero p { color: #fff; }
.tkm-page-hero p { max-width: 680px; opacity: .88; }
.tkm-page-content { padding-block: 2.5rem; }
.tkm-site-footer { background: var(--tkm-navy); color: #dbeaff; margin-top: 2rem; }
.tkm-footer-promo { transform: translateY(-34px); margin-bottom: -20px; }
.tkm-footer-promo img { width: 100%; border-radius: 12px; box-shadow: var(--tkm-shadow); }
.tkm-footer-main { padding: 3rem 0 2rem; }
.tkm-footer-grid { display: grid; grid-template-columns: 1.2fr .75fr .9fr .75fr 1.1fr; gap: 2rem; }
.tkm-footer-grid h2 { color: #fff; font-size: 1rem; }
.tkm-footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.tkm-footer-grid a { color: #dbeaff; }
.tkm-footer-grid a:hover { color: var(--tkm-orange); }
.tkm-footer-grid .tkm-logo { color: #fff; }
.tkm-socials,.tkm-payments { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.tkm-socials span,.tkm-payments span { display: inline-grid; place-items: center; min-width: 34px; min-height: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; color: #fff; font-weight: 900; font-size: .75rem; }
.tkm-subscribe { display: grid; grid-template-columns: 1fr auto; gap: .5rem; }
.tkm-subscribe button { border: 0; border-radius: 8px; background: var(--tkm-orange); color: #fff; font-weight: 900; padding: .75rem 1rem; }
.tkm-footer-bottom { background: #0046a6; padding: 1rem 0; color: #fff; font-size: .86rem; }
.tkm-footer-bottom .tkm-container { display: flex; justify-content: space-between; gap: 1rem; }
.tkm-footer-bottom a { color: #fff; }


.tkm-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .2rem;
  border: 1px solid var(--tkm-line);
  border-radius: 999px;
  background: #f7fbff;
}
.tkm-language-switcher a {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 30px;
  padding: 0 .55rem;
  border-radius: 999px;
  color: var(--tkm-text);
  font-size: .78rem;
  font-weight: 900;
}
.tkm-language-switcher a.is-active,
.tkm-language-switcher a:hover {
  background: var(--tkm-blue);
  color: #fff;
}
.tkm-language-switcher--plugin ul {
  display: flex;
  align-items: center;
  gap: .25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* v1.3.1 footer and header polish */
.tkm-header-search button,.tkm-header-search .search-submit { display:grid; place-items:center; }
.tkm-header-search button::before,.tkm-header-search .search-submit::before { display:none; }
.tkm-header-search .search-submit .tkm-icon { width:22px; height:22px; color:#fff; }
.tkm-header-search .search-submit .tkm-icon svg { stroke-width:2.4; }
.tkm-socials { gap: .7rem; }
.tkm-socials a,.tkm-payments .tkm-pay { display:inline-flex; align-items:center; justify-content:center; gap:.45rem; min-height:42px; padding:0 .85rem; border-radius:12px; text-decoration:none; }
.tkm-socials a { width:42px; padding:0; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); color:#fff; }
.tkm-socials a:hover { background:#fff; color:var(--tkm-blue); }
.tkm-socials .tkm-icon { width:18px; height:18px; }
.tkm-payments { gap:.65rem; }
.tkm-payments .tkm-pay { border:1px solid rgba(255,255,255,.16); color:#fff; font-weight:900; font-size:.8rem; background:rgba(255,255,255,.05); }
.tkm-pay--visa { background:#163fcb; }
.tkm-pay--mc { position:relative; padding-left:2.4rem; background:#0a274f; }
.tkm-pay--mc i { position:absolute; width:16px; height:16px; border-radius:50%; top:50%; transform:translateY(-50%); }
.tkm-pay--mc i:first-child { left:.75rem; background:#eb001b; }
.tkm-pay--mc i:last-child { left:1.3rem; background:#f79e1b; mix-blend-mode:screen; }
.tkm-pay--amex { background:#0a7adb; }
.tkm-pay--paypal { background:#003087; }
.tkm-pay--apple { background:#111827; }
.tkm-subscribe { grid-template-columns:minmax(0,1fr) auto; gap:.7rem; margin-top:1.1rem; }
.tkm-subscribe input[type="email"] { min-height:52px; border-radius:12px; border:1px solid rgba(255,255,255,.15); background:#fff; padding:0 1rem; color:var(--tkm-text); }
.tkm-subscribe input[type="email"]::placeholder { color:#6b7c96; }
.tkm-subscribe button { min-height:52px; display:inline-flex; align-items:center; gap:.55rem; padding:0 1rem 0 1.1rem; }
.tkm-subscribe button .tkm-icon { width:18px; height:18px; }
.tkm-footer-promo-card { display:grid; grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr); gap:1.1rem; align-items:center; padding:1.2rem; border-radius:20px; background:linear-gradient(90deg,var(--tkm-navy),var(--tkm-blue)); box-shadow:var(--tkm-shadow); color:#fff; }
.tkm-footer-promo-card__media { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.85rem; }
.tkm-footer-promo-card__media img { width:100%; height:160px; object-fit:contain; background:#fff; border-radius:14px; padding:.65rem; }
.tkm-footer-promo-card__copy h2 { margin:.1rem 0 .5rem; color:#fff; font-size:clamp(1.8rem,2.8vw,2.7rem); letter-spacing:-.05em; }
.tkm-footer-promo-card__copy p:not(.tkm-pro-eyebrow) { color:#eaf4ff; }
.tkm-footer-promo-card__copy mark { background:transparent; color:var(--tkm-orange); }


/* v1.3.2 footer promo simplification */
.tkm-footer-promo-card { grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr); }
.tkm-footer-promo-card__media--single { display:block; }
.tkm-footer-promo-card__media--single img { width:100%; height:320px; object-fit:cover; object-position:center; border-radius:18px; padding:0; background:#fff; }
.tkm-footer-promo-card__copy { align-self:center; }
.tkm-footer-promo-card__copy .tkm-pro-btn { margin-top:.45rem; }
.tkm-payments .tkm-pay { min-width:72px; }
.tkm-footer-main .tkm-logo { margin-bottom:.8rem; }


/* v1.3.7 footer refinement */
.tkm-footer-grid h2 { margin: 0 0 .85rem; font-size: 1.08rem; }
.tkm-footer-grid p, .tkm-footer-grid li, .tkm-footer-grid a { font-size: .98rem; line-height: 1.55; }
.tkm-footer-grid > section:last-child { min-width: 0; }
.tkm-subscribe { grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: .75rem; }
.tkm-subscribe__field { min-width: 0; }
.tkm-subscribe input[type="email"] { width: 100%; min-width: 0; padding-inline: 1rem; }
.tkm-subscribe button { justify-content: center; min-width: 168px; border-radius: 14px; box-shadow: 0 14px 28px rgba(255,121,0,.22); }
.tkm-payments { gap: .75rem; }
.tkm-payments .tkm-pay { min-width: 92px; height: 50px; padding: 0; background: rgba(255,255,255,.08); border-radius: 14px; overflow: hidden; }
.tkm-payments .tkm-pay svg { width: 100%; height: 100%; display: block; }
.tkm-footer-promo-card { gap: 1.35rem; padding: 1.35rem; }
.tkm-footer-promo-card__media--single img { height: 340px; }
@media (max-width: 900px) { .tkm-subscribe { grid-template-columns: 1fr; } .tkm-subscribe button { width: 100%; } }


/* v1.3.8 header icon reliability */
.tkm-topbar .tkm-icon,
.tkm-action-link .tkm-icon,
.tkm-menu-toggle .tkm-icon,
.tkm-header-search .tkm-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.tkm-topbar .tkm-icon svg,
.tkm-action-link .tkm-icon svg,
.tkm-menu-toggle .tkm-icon svg,
.tkm-header-search .tkm-icon svg {
  display: block;
}
.tkm-topbar .tkm-icon { width: 16px; height: 16px; opacity: .98; }
.tkm-action-link .tkm-icon { color: var(--tkm-text); }
.tkm-action-link:hover .tkm-icon,
.tkm-menu-toggle:hover .tkm-icon { color: var(--tkm-blue); }
.tkm-header-search .search-submit,
.tkm-header-search button[type="submit"] {
  color: #fff !important;
}
.tkm-header-search .search-submit .tkm-icon,
.tkm-header-search button[type="submit"] .tkm-icon {
  color: #fff !important;
  width: 22px;
  height: 22px;
}
.tkm-header-search .search-submit .tkm-icon svg,
.tkm-header-search button[type="submit"] .tkm-icon svg {
  stroke-width: 2.6;
}


/* v1.3.9 compact footer payments and newsletter */
.tkm-subscribe {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: .65rem !important;
  max-width: 420px;
}
.tkm-subscribe input[type="email"] {
  min-height: 46px !important;
  border-radius: 11px !important;
  font-size: .92rem !important;
}
.tkm-subscribe button {
  min-height: 46px !important;
  min-width: 134px !important;
  border-radius: 11px !important;
  font-size: .92rem !important;
  padding-inline: .9rem !important;
}
.tkm-payments {
  gap: .5rem !important;
  max-width: 410px;
}
.tkm-payments .tkm-pay {
  min-width: 68px !important;
  width: 68px !important;
  height: 34px !important;
  border-radius: 10px !important;
  padding: 0 !important;
}
.tkm-payments .tkm-pay svg {
  width: 100% !important;
  height: 100% !important;
}
.tkm-footer-grid { gap: clamp(1.2rem, 3vw, 2.2rem) !important; }
.tkm-footer-promo-card__media--single img {
  height: 260px !important;
  object-fit: cover !important;
  object-position: center !important;
}
@media (max-width: 680px) {
  .tkm-subscribe { grid-template-columns: 1fr !important; max-width: 100%; }
  .tkm-subscribe button { width: 100%; }
  .tkm-payments .tkm-pay { width: 64px !important; min-width: 64px !important; height: 32px !important; }
  .tkm-footer-promo-card__media--single img { height: 170px !important; }
}


/* v1.4.1 compact payment wordmarks */
.tkm-payments {
  gap: .42rem !important;
  align-items: center !important;
  max-width: 360px !important;
}
.tkm-payments .tkm-pay,
.tkm-socials span.tkm-pay {
  width: 54px !important;
  min-width: 54px !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.tkm-payments .tkm-pay svg {
  display: block !important;
  width: 54px !important;
  height: 26px !important;
}
.tkm-footer-grid h2 { font-size: .96rem !important; }
.tkm-footer-grid p, .tkm-footer-grid li, .tkm-footer-grid a { font-size: .91rem !important; line-height: 1.45 !important; }
.tkm-subscribe { max-width: 360px !important; }
.tkm-subscribe input[type="email"] { min-height: 42px !important; font-size: .88rem !important; }
.tkm-subscribe button { min-height: 42px !important; min-width: 118px !important; font-size: .86rem !important; }
@media (max-width: 680px) {
  .tkm-payments { max-width: 100% !important; justify-content: space-between !important; }
  .tkm-payments .tkm-pay,
  .tkm-payments .tkm-pay svg { width: 50px !important; height: 24px !important; min-width: 50px !important; }
}

/* v1.4.3 smart header + payment badge refinement */
.tkm-site-header {
  transition: transform .26s ease, box-shadow .22s ease, background-color .22s ease;
  will-change: transform;
}
.tkm-site-header.is-hidden {
  transform: translateY(calc(-100% + 12px));
  box-shadow: none;
}
.tkm-site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0,31,78,.12);
}
.tkm-payments {
  gap: .5rem !important;
  max-width: 100% !important;
}
.tkm-payments .tkm-pay {
  width: 58px !important;
  min-width: 58px !important;
  height: 29px !important;
  min-height: 29px !important;
  border-radius: 8px !important;
}
.tkm-payments .tkm-pay svg {
  width: 58px !important;
  height: 29px !important;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
@media (max-width: 680px) {
  .tkm-site-header.is-hidden {
    transform: translateY(calc(-100% + 8px));
  }
  .tkm-payments { justify-content: flex-start !important; }
  .tkm-payments .tkm-pay,
  .tkm-payments .tkm-pay svg {
    width: 52px !important;
    min-width: 52px !important;
    height: 26px !important;
  }
}
