:root {
  --tkvs-black:#070707;
  --tkvs-graphite:#171717;
  --tkvs-red:#e1061a;
  --tkvs-red-dark:#a20714;
  --tkvs-paper:#f5f2ed;
  --tkvs-white:#fffcf8;
  --tkvs-line:#d8d3cb;
  --tkvs-muted:#655f59;
  --tkvs-shell:min(1480px,calc(100vw - 64px));
  --tkvs-body:'Inter',Arial,sans-serif;
  --tkvs-display:'Barlow Condensed','Arial Narrow',Arial,sans-serif;
}

/* v1.0.46 — canonical CRM chat, visually rebuilt with required reply email */
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded {
  right:24px!important;
  bottom:82px!important;
  width:min(420px,calc(100vw - 32px))!important;
  height:min(600px,calc(100vh - 112px))!important;
  height:min(600px,calc(100dvh - 112px))!important;
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-top:3px solid var(--tkvs-red)!important;
  border-radius:18px!important;
  background:#f7f4ef!important;
  box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 0 1px rgba(0,0,0,.08)!important;
  font-family:var(--tkvs-body)!important;
  isolation:isolate;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded[hidden] { display:none!important; }
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-head {
  min-height:82px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 44px;
  align-items:center;
  gap:12px;
  padding:14px 14px 14px 16px;
  border:0;
  background:linear-gradient(110deg,rgba(225,6,26,.12),transparent 42%),#09090a;
  color:#fff;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-brand {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  background:linear-gradient(145deg,var(--tkvs-red),#9e0010);
  box-shadow:0 8px 22px rgba(225,6,26,.25);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-brand .dashicons {
  width:24px;
  height:24px;
  color:#fff;
  font-size:24px;
  line-height:1;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading {
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading .tkvs-chat-eyebrow {
  color:#ff6573;
  font:800 10px/1.1 var(--tkvs-body);
  letter-spacing:.13em;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading strong {
  color:#fff;
  font:800 24px/1 var(--tkvs-display);
  font-style:italic;
  letter-spacing:.01em;
  text-transform:uppercase;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading>span:last-child {
  display:flex;
  align-items:center;
  gap:6px;
  color:#c8c8ca;
  font:500 11px/1.3 var(--tkvs-body);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading i {
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.16);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-close {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.06);
  color:#fff;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-close:hover {
  border-color:rgba(255,255,255,.34);
  background:rgba(255,255,255,.12);
  transform:translateY(-1px);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-close .dashicons {
  width:22px;
  height:22px;
  font-size:22px;
  line-height:1;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-log {
  min-height:0;
  padding:16px;
  gap:10px;
  overscroll-behavior:contain;
  border:0;
  background:radial-gradient(circle at 92% 8%,rgba(225,6,26,.055),transparent 34%),#f7f4ef;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-bubble {
  max-width:88%;
  margin:0;
  padding:11px 13px;
  border:1px solid #ded9d2;
  border-radius:12px 12px 12px 3px;
  background:#fff;
  box-shadow:0 5px 16px rgba(20,18,16,.05);
  color:#292725;
  font:500 13px/1.55 var(--tkvs-body);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-bubble.tkvs-chat-intro {
  max-width:100%;
  padding:13px 14px 13px 17px;
  border-left:3px solid var(--tkvs-red);
  background:#fff;
  color:#393633;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-bubble-user,
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-bubble.is-user {
  align-self:flex-end;
  border-color:#111;
  border-radius:12px 12px 3px 12px;
  background:#111;
  color:#fff;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-email-gate {
  display:grid;
  gap:7px;
  padding:12px 14px 9px;
  border-top:1px solid #ded9d2;
  background:#fff;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-email-gate label {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0;
  color:#171717;
  font:800 11px/1.2 var(--tkvs-body);
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-email-gate label small {
  color:var(--tkvs-red);
  font:800 9px/1 var(--tkvs-body);
  letter-spacing:.1em;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-email-field {
  position:relative;
  display:flex;
  align-items:center;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-email-field>.dashicons {
  position:absolute;
  left:13px;
  z-index:1;
  width:18px;
  height:18px;
  color:#7b7772;
  font-size:18px;
  line-height:1;
  pointer-events:none;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tkvs-chat-email {
  width:100%;
  min-height:46px;
  box-sizing:border-box;
  padding:10px 13px 10px 40px;
  border:1px solid #cfc9c1;
  border-radius:9px;
  outline:0;
  background:#faf9f7;
  color:#171717;
  font:500 14px/1.3 var(--tkvs-body);
  box-shadow:none;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tkvs-chat-email:hover { border-color:#9f9890; }
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tkvs-chat-email:focus {
  border-color:var(--tkvs-red);
  background:#fff;
  box-shadow:0 0 0 3px rgba(225,6,26,.11);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded [data-tkvs-chat-status] {
  min-height:14px;
  margin:0;
  color:#77716a;
  font:500 10px/1.4 var(--tkvs-body);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded [data-tkvs-chat-status].is-error { color:#b50012; }
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded [data-tkvs-chat-status].is-success { color:#15763b; }
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-lead-form { display:none!important; }
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form {
  display:grid;
  grid-template-columns:minmax(0,1fr) 152px;
  gap:9px;
  padding:9px 14px 14px;
  border:0;
  background:#fff;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form textarea {
  width:100%;
  min-height:78px;
  max-height:132px;
  box-sizing:border-box;
  padding:11px 12px;
  border:1px solid #cfc9c1;
  border-radius:9px;
  outline:0;
  background:#faf9f7;
  color:#171717;
  font:500 13px/1.45 var(--tkvs-body);
  resize:vertical;
  box-shadow:none;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form textarea:focus {
  border-color:var(--tkvs-red);
  background:#fff;
  box-shadow:0 0 0 3px rgba(225,6,26,.11);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form button {
  min-height:78px;
  padding:12px 14px;
  border:0;
  border-radius:9px;
  background:linear-gradient(135deg,#ed0820,#c90015);
  color:#fff;
  font:800 17px/1 var(--tkvs-display);
  font-style:italic;
  letter-spacing:.02em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(225,6,26,.2);
  transition:filter .18s ease,transform .18s ease,box-shadow .18s ease;
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form button:hover {
  filter:brightness(1.06);
  transform:translateY(-1px);
  box-shadow:0 13px 28px rgba(225,6,26,.27);
}
body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form button:disabled {
  cursor:wait;
  opacity:.64;
  transform:none;
}
body.tk-chat-open .tkvs-contact-dock {
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
}

@media (max-width: 520px) {
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded {
    right:12px!important;
    bottom:calc(76px + env(safe-area-inset-bottom,0px))!important;
    width:calc(100vw - 24px)!important;
    height:min(520px,calc(100vh - 132px))!important;
    height:min(520px,calc(100dvh - 132px))!important;
    border-radius:15px!important;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-head {
    min-height:68px;
    grid-template-columns:40px minmax(0,1fr) 44px;
    gap:10px;
    padding:10px 10px 10px 12px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-brand {
    width:40px;
    height:40px;
    border-radius:10px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading strong { font-size:20px; }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-heading>span:last-child { font-size:10px; }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-log { padding:11px 12px; gap:8px; }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tk-chat-bubble {
    max-width:92%;
    padding:9px 10px;
    font-size:12px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded .tkvs-chat-email-gate {
    gap:6px;
    padding:10px 12px 7px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tkvs-chat-email {
    min-height:44px;
    font-size:16px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form {
    grid-template-columns:1fr;
    gap:7px;
    padding:7px 12px 12px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form textarea {
    min-height:62px;
    max-height:86px;
    font-size:16px;
  }
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded #tk-chat-form button {
    min-height:46px;
    font-size:16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded *,
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded *::before,
  body.tkvs-active #tk-chat-panel.tkvs-chat-upgraded *::after {
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}

html { scroll-behavior:smooth; }
body.tkvs-active {
  margin:0!important;
  overflow-x:hidden;
  background:var(--tkvs-paper)!important;
  color:#151515!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:14px;
  line-height:1.55;
}
body.tkvs-active *,body.tkvs-active *::before,body.tkvs-active *::after { box-sizing:border-box; }
body.tkvs-active img { max-width:100%; }
body.tkvs-active a { color:inherit; }
body.tkvs-active button,body.tkvs-active input,body.tkvs-active select,body.tkvs-active textarea { font:inherit; }
body.tkvs-active button,body.tkvs-active a { -webkit-tap-highlight-color:transparent; }
body.tkvs-active button { cursor:pointer; }
body.tkvs-active :focus-visible { outline:3px solid #ff3344!important; outline-offset:3px; }
body.tkvs-active h1,body.tkvs-active h2,body.tkvs-active h3 {
  font-family:"Barlow Condensed",Impact,sans-serif!important;
  font-weight:900!important;
  font-style:italic;
  line-height:.96!important;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.tkvs-shell { width:var(--tkvs-shell); margin-inline:auto; }
.tkvs-main { min-height:60vh; }
.tkvs-skip-link { position:fixed; left:16px; top:-80px; z-index:999999; padding:12px 18px; background:#fff; color:#111; font-weight:800; }
.tkvs-skip-link:focus { top:14px; }
.tkvs-eyebrow { color:var(--tkvs-red); font-family:"Barlow Condensed",sans-serif; font-size:14px; font-style:italic; font-weight:900; letter-spacing:.06em; }
.tkvs-button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; padding:0 26px; text-decoration:none!important; font-family:"Barlow Condensed",sans-serif; font-size:17px; font-style:italic; font-weight:900; letter-spacing:.02em; text-transform:uppercase; transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease; }
.tkvs-button:hover { transform:translateY(-2px); }
.tkvs-button--red { background:var(--tkvs-red); color:#fff!important; border:1px solid var(--tkvs-red); }
.tkvs-button--red:hover { background:var(--tkvs-red-dark); border-color:var(--tkvs-red-dark); }
.tkvs-button--dark { background:var(--tkvs-black); color:#fff!important; border:1px solid var(--tkvs-black); }
.tkvs-button--dark:hover { background:#252525; }
.tkvs-button--outline { color:#111!important; background:transparent; border:1px solid #111; }
.tkvs-button--outline:hover { color:#fff!important; background:#111; }
.tkvs-button .dashicons { width:18px; height:18px; margin-left:8px; font-size:18px; }

/* Header */
.tkvs-header { position:sticky; top:0; z-index:5000; color:#fff; background:var(--tkvs-black); box-shadow:0 10px 30px rgba(0,0,0,.22); }
.admin-bar .tkvs-header { top:0; margin-top:0; }
.tkvs-header-main { border-bottom:1px solid #292929; }
.tkvs-header-main__inner { min-height:76px; display:grid; grid-template-columns:150px minmax(360px,1fr) 190px 60px 64px; grid-template-areas:"logo search contact account cart"; gap:14px; align-items:center; }
.tkvs-header-main__inner>.tkvs-menu-toggle { display:none!important; }
.tkvs-logo { grid-area:logo; }
.tkvs-search { grid-area:search; }
.tkvs-contact-cluster { grid-area:contact; }
.tkvs-account { grid-area:account; }
.tkvs-cart-link { grid-area:cart; }
.tkvs-logo { width:132px; height:54px; display:flex; align-items:center; justify-content:flex-start; text-decoration:none; }
.tkvs-logo img { width:128px; height:50px; object-fit:contain; object-position:left center; }
.tkvs-search { height:46px; display:grid; grid-template-columns:minmax(180px,1fr) 168px 52px; overflow:hidden; border:1px solid #d8d8d8; border-radius:8px; background:#fff; color:#242424; box-shadow:0 4px 16px rgba(0,0,0,.16); }
.tkvs-active .tkvs-search input[type="search"],.tkvs-active .tkvs-search select { box-sizing:border-box!important; width:100%!important; min-width:0!important; height:44px!important; min-height:44px!important; margin:0!important; border:0!important; border-radius:0!important; background:transparent!important; box-shadow:none!important; color:#222!important; outline:0!important; }
.tkvs-active .tkvs-search input[type="search"] { padding:0 20px!important; }
.tkvs-active .tkvs-search select { padding:0 12px!important; border-left:1px solid #dedede!important; font-size:12px; }
.tkvs-active .tkvs-search button { width:52px; height:44px; min-height:44px; display:grid; place-items:center; margin:0; padding:0!important; border:0!important; border-radius:0!important; background:var(--tkvs-red); box-shadow:none!important; color:#fff; line-height:1; }
.tkvs-search button .dashicons { width:21px; height:21px; font-size:21px; }
.tkvs-search button:hover { background:var(--tkvs-red-dark); }
.tkvs-contact-cluster { min-height:46px; display:flex; align-items:center; gap:9px; color:#fff!important; text-decoration:none!important; }
.tkvs-contact-icon { width:22px; height:22px; font-size:22px; }
.tkvs-contact-cluster>span:last-child { min-width:0; display:flex; flex-direction:column; gap:2px; }
.tkvs-contact-cluster strong { font-size:13px; white-space:nowrap; }
.tkvs-contact-cluster small,.tkvs-account small,.tkvs-cart-link small { color:#b3b3b3; font-size:9px; }
.tkvs-account,.tkvs-cart-link { min-height:48px; position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; color:#fff!important; text-decoration:none!important; }
.tkvs-account>.dashicons,.tkvs-cart-link>.dashicons { width:23px; height:23px; font-size:23px; line-height:1; }
.tkvs-cart-link b { position:absolute; right:13px; top:5px; width:19px; height:19px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--tkvs-red); font-size:10px; }
.tkvs-nav { position:relative; min-height:48px; background:#030303; border-bottom:3px solid var(--tkvs-red); }
.tkvs-nav__inner { min-height:48px; display:flex; align-items:stretch; gap:2px; }
.tkvs-nav__inner>a,.tkvs-nav__inner>button { min-height:48px; padding:0 22px; display:flex; align-items:center; border:0; color:#fff!important; background:transparent; text-decoration:none!important; font-family:"Barlow Condensed",sans-serif; font-size:15px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-nav__inner>a:hover,.tkvs-nav__inner>button:hover,.tkvs-nav__inner>.is-active { background:var(--tkvs-red); }
.tkvs-catalog-trigger span { margin-left:7px; }
.tkvs-language {
  position:relative;
  margin-left:auto;
  display:flex;
  align-items:center;
  color:#ddd;
  font-size:12px;
}
.tkvs-language .tk-i18n-switcher__button {
  min-width:112px;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border:0;
  border-left:1px solid #242424;
  border-right:1px solid #242424;
  color:#fff;
  background:#0b0b0b;
  font-family:"Barlow Condensed",sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
}
.tkvs-language .tk-i18n-switcher__button:hover,
.tkvs-language.is-open .tk-i18n-switcher__button { background:#171717; }
.tkvs-language .tk-i18n-flag {
  width:31px;
  height:21px;
  flex:0 0 31px;
  display:inline-block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.36);
  border-radius:2px;
  background-color:#272727;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:0 1px 4px rgba(0,0,0,.22);
}
.tk-i18n-flag--en { background-image:url("flags/en.png"); }
.tk-i18n-flag--es { background-image:url("flags/es.png"); }
.tk-i18n-flag--de { background-image:url("flags/de.png"); }
.tk-i18n-flag--fr { background-image:url("flags/fr.png"); }
.tk-i18n-flag--pt-br { background-image:url("flags/pt-br.png"); }
.tk-i18n-flag--it { background-image:url("flags/it.png"); }
.tk-i18n-flag--nl { background-image:url("flags/nl.png"); }
.tkvs-language__chevron { margin-left:auto; color:#aaa; font-size:15px; transition:transform .18s ease; }
.tkvs-language.is-open .tkvs-language__chevron { transform:rotate(180deg); }
.tkvs-language .tk-i18n-switcher__menu {
  width:280px;
  position:absolute;
  right:0;
  top:calc(100% + 5px);
  z-index:5300;
  display:none;
  padding:10px;
  color:#171717;
  background:#fffdfa;
  border:1px solid #d8d0c8;
  border-top:3px solid var(--tkvs-red);
  box-shadow:0 22px 46px rgba(0,0,0,.3);
}
.tkvs-language.is-open .tk-i18n-switcher__menu { display:block; }
.tk-i18n-switcher__heading {
  min-height:45px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:3px 8px 10px;
  border-bottom:1px solid #e5dfd8;
  color:#171717;
}
.tk-i18n-switcher__heading span {
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tk-i18n-switcher__heading small { color:#8b837b; font-size:9px; font-weight:800; text-transform:uppercase; }
.tkvs-language .tk-i18n-switcher__item {
  min-height:50px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr) 20px;
  align-items:center;
  gap:11px;
  padding:5px 8px;
  color:#171717!important;
  border-bottom:1px solid #eee8e1;
  text-decoration:none!important;
}
.tkvs-language .tk-i18n-switcher__item:hover,
.tkvs-language .tk-i18n-switcher__item.is-active {
  color:var(--tkvs-red)!important;
  background:#fff0f1;
}
.tk-i18n-switcher__copy strong { display:block; font-size:12px; line-height:1.1; }
.tk-i18n-switcher__copy small { display:block; margin-top:3px; color:#8b837b; font-size:8px; font-weight:800; }
.tk-i18n-switcher__check { color:transparent; }
.tk-i18n-switcher__check .dashicons { width:17px; height:17px; font-size:17px; }
.tk-i18n-switcher__item.is-active .tk-i18n-switcher__check { color:var(--tkvs-red); }
.tkvs-language .tk-i18n-switcher__status { display:block; padding:8px 8px 2px; color:#6c655f; font-size:9px; line-height:1.35; }
.tk-i18n-switcher--mobile-floating { display:none!important; }
.tkvs-mega { position:absolute; left:0; right:0; top:100%; z-index:5100; padding:22px 0 24px; background:#fffdfa; color:#171717; box-shadow:0 24px 45px rgba(0,0,0,.28); border-bottom:4px solid var(--tkvs-red); }
.tkvs-mega__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)) 1.05fr; gap:0; }
.tkvs-mega__grid>section,.tkvs-mega__services { min-width:0; padding:0 18px; border-right:1px solid #e3dfda; }
.tkvs-mega h3 { margin:0 0 13px; color:#111; font-size:18px; }
.tkvs-mega__grid>section>a { min-height:58px; display:grid; grid-template-columns:46px minmax(0,1fr) 18px; gap:10px; align-items:center; padding:6px; text-decoration:none; border-bottom:1px solid #eee9e3; }
.tkvs-mega__grid>section>a:hover { color:var(--tkvs-red); background:#fff3f3; }
.tkvs-mega__thumb { width:46px; height:44px; display:block; background:#f5f3ef; }
.tkvs-mega__thumb img { width:100%; height:100%; object-fit:contain; }
.tkvs-mega__grid strong { display:block; font-size:11px; line-height:1.25; }
.tkvs-mega__grid small { display:block; margin-top:3px; color:#888; font-size:8px; }
.tkvs-mega__grid .dashicons,.tkvs-mega__services .dashicons { width:17px; height:17px; color:var(--tkvs-red); font-size:17px; }
.tkvs-mega__services { border:0; display:flex; flex-direction:column; }
.tkvs-mega__services>a { min-height:52px; display:flex; align-items:center; justify-content:space-between; padding:0 9px; border-bottom:1px solid #e6e1db; text-decoration:none; font-size:12px; font-weight:700; }
.tkvs-mega__services>a:hover { color:var(--tkvs-red); }
.tkvs-mega__services .tkvs-mega__rfq { margin-top:auto; padding:0 15px; color:#fff!important; background:var(--tkvs-red); border:0; }
.tkvs-icon-button,.tkvs-menu-toggle { display:none; }
.tkvs-mobile-drawer { position:fixed; inset:0; z-index:9000; }
.tkvs-mobile-drawer__backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); }
.tkvs-mobile-drawer>aside { position:absolute; left:0; top:0; bottom:0; width:min(390px,92vw); overflow:auto; background:#fff; color:#111; box-shadow:20px 0 45px rgba(0,0,0,.34); }
.tkvs-mobile-drawer header { position:sticky; top:0; z-index:2; min-height:64px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; color:#fff; background:#090909; border-bottom:3px solid var(--tkvs-red); }
.tkvs-mobile-drawer header strong { font-family:"Barlow Condensed"; font-size:21px; font-style:italic; text-transform:uppercase; }
.tkvs-mobile-drawer header button { width:44px; height:44px; border:0; color:#fff; background:transparent; font-size:30px; }
.tkvs-mobile-drawer nav>a { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 18px; border-bottom:1px solid #e8e2db; color:#171717; text-decoration:none; font-weight:700; }
.tkvs-mobile-drawer nav>a small { display:block; margin-top:2px; color:#8a837c; font-size:9px; font-weight:500; }
.tkvs-mobile-drawer__rfq { min-height:52px; margin:16px; display:flex; align-items:center; justify-content:center; color:#fff!important; background:var(--tkvs-red); text-decoration:none!important; font-family:"Barlow Condensed"; font-size:17px; font-style:italic; font-weight:900; text-transform:uppercase; }

/* Hero and home */
.tkvs-hero { min-height:620px; position:relative; overflow:hidden; color:#fff; background:#080808; border-bottom:4px solid var(--tkvs-red); }
.tkvs-hero__slides { position:absolute; inset:0; }
.tkvs-hero__slides::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,4,4,.96) 0%,rgba(4,4,4,.86) 38%,rgba(4,4,4,.28) 68%,rgba(4,4,4,.15) 100%),linear-gradient(0deg,rgba(0,0,0,.76),transparent 48%); }
.tkvs-hero__slides img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; opacity:0; transform:scale(1.02); transition:opacity .65s ease,transform 6s ease; }
.tkvs-hero__slides img.is-active { opacity:1; transform:scale(1); }
.tkvs-hero__grid { min-height:620px; position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,700px) 1fr; }
.tkvs-hero__copy { align-self:center; padding:54px 20px 54px 0; }
.tkvs-hero__copy h1 { max-width:820px; margin:12px 0 18px; color:#fff; font-size:clamp(49px,5vw,76px); }
.tkvs-hero__copy>p { max-width:660px; margin:0; color:#d0cbc4; font-size:15px; line-height:1.7; }
.tkvs-hero__actions { display:flex; gap:12px; margin-top:27px; }
.tkvs-hero__proof { max-width:670px; margin-top:34px; padding-top:18px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.24); }
.tkvs-hero__proof span { min-height:55px; display:flex; flex-direction:column; padding-right:18px; border-right:1px solid rgba(255,255,255,.16); }
.tkvs-hero__proof span:last-child { border:0; padding-left:18px; }
.tkvs-hero__proof span:nth-child(2) { padding-left:18px; }
.tkvs-hero__proof strong { color:#ff3344; font-family:"Barlow Condensed"; font-size:28px; font-style:italic; line-height:1; }
.tkvs-hero__proof small { margin-top:5px; color:#bdb7b0; font-size:9px; font-weight:700; text-transform:uppercase; }
.tkvs-hero__visual-note { position:absolute; right:0; bottom:35px; z-index:2; min-width:255px; padding:11px 17px; border-left:4px solid var(--tkvs-red); background:rgba(0,0,0,.7); }
.tkvs-hero__visual-note span { display:block; color:#ff9aa3; font-size:9px; font-weight:800; letter-spacing:.14em; }
.tkvs-hero__visual-note strong { display:block; margin-top:3px; font-family:"Barlow Condensed"; font-size:23px; font-style:italic; }
.tkvs-hero__controls { position:absolute; z-index:4; left:50%; bottom:20px; display:flex; align-items:center; transform:translateX(-50%); }
.tkvs-hero__controls>button { display:none; }
.tkvs-hero__controls>div { min-height:24px; display:flex; align-items:center; gap:6px; padding:7px 9px; border:0; background:rgba(5,5,5,.54); }
.tkvs-hero__controls>div button { width:24px; min-width:24px; height:3px; min-height:3px; padding:0!important; border:0; border-radius:0; background:rgba(255,255,255,.45); box-shadow:none; }
.tkvs-hero__controls>div button.is-active { background:var(--tkvs-red); }
.tkvs-trust-strip { display:grid; grid-template-columns:repeat(4,1fr); color:#111; background:var(--tkvs-white); box-shadow:0 14px 30px rgba(20,10,5,.12); }
.tkvs-trust-strip>div { min-height:82px; display:flex; align-items:center; justify-content:center; gap:15px; padding:15px 24px; border-right:1px solid var(--tkvs-line); }
.tkvs-trust-strip>div:last-child { border:0; }
.tkvs-trust-strip>.dashicons,.tkvs-trust-strip>div>.dashicons { width:25px; height:25px; color:var(--tkvs-red); font-size:25px; }
.tkvs-trust-strip span { display:flex; flex-direction:column; }
.tkvs-trust-strip strong { font-family:"Barlow Condensed"; font-size:17px; font-style:italic; }
.tkvs-trust-strip small { color:#77716b; font-size:9px; }
.tkvs-section { padding:50px 0; }
.tkvs-section-head { min-height:58px; display:flex; align-items:end; justify-content:space-between; gap:25px; margin-bottom:20px; border-bottom:1px solid #cdc7bf; }
.tkvs-section-head>div { padding-bottom:10px; border-bottom:3px solid var(--tkvs-red); }
.tkvs-section-head span { color:var(--tkvs-red); font-size:9px; font-weight:800; letter-spacing:.14em; }
.tkvs-section-head h2 { margin:4px 0 0; color:#111!important; font-size:34px; }
.tkvs-category-section .tkvs-section-head h2 { color:#fff!important; }
.tkvs-section-head>a { min-height:44px; display:flex; align-items:center; text-decoration:none; font-family:"Barlow Condensed"; font-size:14px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-section-head>a:hover { color:var(--tkvs-red); }
.tkvs-category-section { padding-bottom:30px; background:#111; color:#fff; }
.tkvs-category-section .tkvs-section-head { border-color:#393939; }
.tkvs-category-mosaic { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); grid-auto-rows:260px; gap:10px; }
.tkvs-category-mosaic>a { position:relative; overflow:hidden; color:#fff!important; background:#181818; text-decoration:none!important; }
.tkvs-category-mosaic>a.is-third { grid-column:span 4; }
.tkvs-category-mosaic>a.is-quarter { grid-column:span 3; }
.tkvs-category-mosaic>a.is-half { grid-column:span 6; }
.tkvs-category-mosaic img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.tkvs-category-mosaic>a:hover img { transform:scale(1.035); }
.tkvs-category-mosaic__shade { position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.08) 75%); }
.tkvs-category-mosaic__copy { position:absolute; left:18px; right:62px; bottom:18px; display:flex; flex-direction:column; }
.tkvs-category-mosaic__copy small { color:#ff7885; font-size:9px; font-weight:800; letter-spacing:.1em; }
.tkvs-category-mosaic__copy strong { font-family:"Barlow Condensed"; font-size:27px; font-style:italic; line-height:1; text-transform:uppercase; }
.tkvs-category-mosaic__copy em { margin-top:5px; color:#d2d2d2; font-size:9px; font-style:normal; }
.tkvs-category-mosaic>a>.dashicons { position:absolute; right:14px; bottom:14px; width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.5); font-size:20px; line-height:42px; text-align:center; }
.tkvs-category-mosaic>a:hover>.dashicons { border-color:var(--tkvs-red); background:var(--tkvs-red); }
.tkvs-campaigns { width:var(--tkvs-shell); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:14px 0 46px; background:var(--tkvs-paper); }
.tkvs-campaigns>a { min-height:370px; position:relative; overflow:hidden; color:#fff!important; text-decoration:none!important; }
.tkvs-campaigns img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.tkvs-campaigns>a:hover img { transform:scale(1.025); }
.tkvs-campaigns>a::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.28) 70%); }
.tkvs-campaigns>a:nth-child(2) { color:#111!important; }
.tkvs-campaigns>a:nth-child(2)::after { background:linear-gradient(90deg,rgba(255,252,248,.96) 0%,rgba(255,252,248,.86) 38%,rgba(255,252,248,.12) 78%); }
.tkvs-campaigns>a>span { position:absolute; z-index:2; left:42px; bottom:42px; max-width:420px; display:flex; flex-direction:column; }
.tkvs-campaigns small { color:#ff7180; font-size:10px; font-weight:800; letter-spacing:.13em; }
.tkvs-campaigns strong { margin-top:7px; font-family:"Barlow Condensed"; font-size:38px; font-style:italic; line-height:.94; text-transform:uppercase; }
.tkvs-campaigns em { width:max-content; min-height:44px; margin-top:18px; display:flex; align-items:center; border-bottom:2px solid var(--tkvs-red); font-family:"Barlow Condensed"; font-size:15px; font-style:italic; font-weight:800; text-transform:uppercase; }

/* Product cards */
.tkvs-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.tkvs-product-card { min-width:0; display:flex; flex-direction:column; background:var(--tkvs-white); border:1px solid #cec8c0; border-top:3px solid transparent; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.tkvs-product-card:hover { transform:translateY(-3px); border-top-color:var(--tkvs-red); box-shadow:0 16px 34px rgba(31,17,10,.13); }
.tkvs-product-card__image { aspect-ratio:1/1; position:relative; display:block; overflow:hidden; background:#fff; text-decoration:none; }
.tkvs-product-card__image img { width:100%; height:100%; object-fit:contain; padding:9px; transition:transform .25s ease; }
.tkvs-product-card:hover .tkvs-product-card__image img { transform:scale(1.025); }
.tkvs-product-card__placeholder { height:100%; display:grid; place-items:center; color:#999; background:#eee; font-family:"Barlow Condensed"; font-size:24px; font-style:italic; font-weight:900; }
.tkvs-product-card__body { flex:1; padding:15px; display:flex; flex-direction:column; border-top:1px solid #e3ddd6; }
.tkvs-product-card__title { min-height:44px; color:#161616!important; text-decoration:none!important; font-size:13px; font-weight:800; line-height:1.4; }
.tkvs-product-card__title:hover { color:var(--tkvs-red)!important; }
.tkvs-product-card__sku { margin:8px 0 12px; color:#9a938c; font-size:9px; }
.tkvs-product-card__commerce { margin-top:auto; padding-top:12px; display:flex; align-items:end; justify-content:space-between; gap:8px; border-top:1px solid #e6e0d9; }
.tkvs-product-card__commerce strong { color:#111; font-size:18px; }
.tkvs-product-card__commerce .price,.tkvs-product-card__commerce .amount { color:#111!important; font-weight:900; }
.tkvs-product-card__commerce del { display:none; }
.tkvs-product-card__commerce small { color:#817970; font-size:8px; white-space:nowrap; }
.tkvs-product-card__cta { min-height:44px; margin-top:12px; display:flex; align-items:center; justify-content:center; color:#fff!important; background:var(--tkvs-red); text-decoration:none!important; font-family:"Barlow Condensed"; font-size:15px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-product-card__cta:hover { background:var(--tkvs-red-dark); }
.tkvs-buyer-center { padding:54px 0; background:#ece6de; border-top:1px solid #d3ccc3; }
.tkvs-buyer-center__layout { display:grid; grid-template-columns:280px 1fr; gap:34px; }
.tkvs-buyer-center header { padding-top:13px; }
.tkvs-buyer-center header>span { color:var(--tkvs-red); font-size:9px; font-weight:800; letter-spacing:.14em; }
.tkvs-buyer-center h2 { margin:8px 0 15px; color:#111!important; font-size:43px; }
.tkvs-buyer-center header p { color:#665f58; font-size:12px; line-height:1.7; }
.tkvs-buyer-center__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.tkvs-buyer-center__grid>a { min-height:330px; position:relative; overflow:hidden; color:#fff!important; background:#111; text-decoration:none!important; }
.tkvs-buyer-center__grid img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.tkvs-buyer-center__grid>a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.18) 78%); }
.tkvs-buyer-center__grid>a:hover img { transform:scale(1.03); }
.tkvs-buyer-center__grid>a>span { position:absolute; z-index:2; left:18px; right:18px; bottom:18px; display:flex; flex-direction:column; }
.tkvs-buyer-center__grid small { color:#ff7785; font-size:8px; font-weight:800; letter-spacing:.13em; }
.tkvs-buyer-center__grid strong { margin-top:5px; font-family:"Barlow Condensed"; font-size:25px; font-style:italic; line-height:.98; text-transform:uppercase; }
.tkvs-buyer-center__grid em { min-height:38px; margin-top:12px; display:flex; align-items:center; border-top:1px solid rgba(255,255,255,.3); font-family:"Barlow Condensed"; font-size:13px; font-style:italic; font-weight:800; text-transform:uppercase; }

/* Catalog */
.tkvs-catalog { background:var(--tkvs-paper); }
.tkvs-catalog-hero { min-height:240px; padding:24px 0 34px; color:#fff; background:radial-gradient(circle at 80% 20%,rgba(225,6,26,.24),transparent 25%),#111; border-bottom:4px solid var(--tkvs-red); }
.tkvs-active .woocommerce-breadcrumb { margin:0 0 22px!important; color:#9f9891!important; font-size:10px!important; }
.tkvs-active .woocommerce-breadcrumb a { color:#b9b1aa!important; text-decoration:none; }
.tkvs-catalog-hero__content { display:flex; align-items:end; justify-content:space-between; gap:30px; }
.tkvs-catalog-owner { max-width:900px; }
.tkvs-catalog-owner h1 { margin:0; color:#fff; font-size:clamp(43px,5vw,68px); }
.tkvs-catalog-owner p { max-width:760px; margin:12px 0 0; color:#c0bbb5; font-size:13px; }
.tkvs-catalog-layout { display:grid; grid-template-columns:255px minmax(0,1fr); gap:22px; padding-block:28px 55px; }
.tkvs-catalog-sidebar { position:sticky; top:180px; align-self:start; overflow:hidden; background:var(--tkvs-white); border:1px solid #cbc4bb; box-shadow:0 14px 30px rgba(31,17,10,.08); }
.tkvs-catalog-sidebar>header { min-height:96px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:17px 18px; color:#fff; background:#0c0c0c; border-top:4px solid var(--tkvs-red); }
.tkvs-catalog-sidebar>header small { color:#ff7b88; font-size:9px; font-weight:800; letter-spacing:.14em; }
.tkvs-catalog-sidebar>header h2 { margin:6px 0 0; font-size:27px; line-height:1; }
.tkvs-catalog-sidebar__status { flex:0 0 auto; padding:6px 8px; color:#fff; background:var(--tkvs-red); font-family:"Barlow Condensed",sans-serif; font-size:11px; font-style:italic; font-weight:900; letter-spacing:.03em; line-height:1; text-transform:uppercase; }
.tkvs-catalog-sidebar>a { min-height:46px; display:flex; align-items:center; justify-content:space-between; padding:7px 15px; border-bottom:1px solid #e8e2db; color:#191919!important; text-decoration:none; font-size:11px; }
.tkvs-catalog-sidebar>a:hover,.tkvs-catalog-sidebar>a.is-current { padding-left:12px; color:var(--tkvs-red); background:#fff0f1; border-left:4px solid var(--tkvs-red); font-weight:800; }
.tkvs-catalog-sidebar>a b { min-width:33px; padding:3px 5px; color:#7e7770; background:#eee9e3; text-align:center; font-size:9px; }
.tkvs-catalog-sidebar__rfq { margin:14px; padding:17px; background:#eee9e3; border-left:3px solid var(--tkvs-red); }
.tkvs-catalog-sidebar__rfq strong { font-family:"Barlow Condensed"; font-size:18px; font-style:italic; text-transform:uppercase; }
.tkvs-catalog-sidebar__rfq p { color:#716a63; font-size:10px; }
.tkvs-catalog-sidebar__rfq a { color:var(--tkvs-red); font-family:"Barlow Condensed"; font-style:italic; font-weight:900; text-decoration:none; text-transform:uppercase; }
.tkvs-catalog-command { min-height:68px; display:grid; grid-template-columns:minmax(260px,1fr) 210px; gap:10px; align-items:center; padding:10px; color:#fff; background:#171515; border-top:3px solid var(--tkvs-red); box-shadow:0 12px 26px rgba(35,17,12,.09); }
.tkvs-catalog-command form[role=search] { min-height:45px; display:grid; grid-template-columns:32px 1fr; align-items:center; padding:0 12px; background:#fff; color:#222; }
.tkvs-catalog-command input { width:100%; min-width:0; border:0; outline:0; background:#fff; }
.tkvs-catalog-command .woocommerce-ordering { width:100%!important; min-width:0!important; margin:0!important; }
.tkvs-catalog-command select { width:100%; height:45px; margin:0!important; padding:0 12px; border:0; background:#fff; }
.tkvs-filter-button { display:none!important; }
.tkvs-catalog-backdrop,.tkvs-catalog-sidebar__close { display:none!important; }
.tkvs-catalog-meta { min-height:58px; display:flex; align-items:center; color:#69625b; border-bottom:1px solid #d5cec6; font-size:11px; }
.tkvs-catalog-meta .woocommerce-result-count { margin:0!important; }
.tkvs-catalog-grid { margin-top:14px; }
.tkvs-pagination { margin-top:24px; }
.tkvs-pagination .woocommerce-pagination ul,.tkvs-pagination .nav-links { min-height:66px; display:flex!important; align-items:center; justify-content:center; gap:7px; padding:10px!important; border:1px solid #d1c9c0!important; background:var(--tkvs-white); }
.tkvs-pagination li { border:0!important; }
.tkvs-pagination a,.tkvs-pagination span.page-numbers { min-width:44px!important; height:44px!important; display:grid!important; place-items:center; padding:0 11px!important; border:1px solid #d2cbc3!important; color:#222!important; background:#fff!important; text-decoration:none!important; font-weight:800!important; }
.tkvs-pagination span.current,.tkvs-pagination a:hover { color:#fff!important; border-color:var(--tkvs-red)!important; background:var(--tkvs-red)!important; }

/* Single product */
.tkvs-product { padding:26px 0 60px; }
.tkvs-product-detail { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); gap:0; overflow:hidden; background:var(--tkvs-white); border:1px solid #cfc7be; box-shadow:0 20px 46px rgba(36,18,12,.11); }
.tkvs-product-gallery { min-width:0; padding:26px; background:#f0ece6; border-right:1px solid #d4cdc4; }
.tkvs-product-gallery .woocommerce-product-gallery { width:100%!important; float:none!important; margin:0!important; }
.tkvs-product-gallery .woocommerce-product-gallery__wrapper { margin:0!important; }
.tkvs-product-gallery .woocommerce-product-gallery__image { aspect-ratio:1/1; display:grid!important; place-items:center; overflow:hidden; background:#fff; }
.tkvs-product-gallery .woocommerce-product-gallery__image img { width:100%!important; height:100%!important; object-fit:contain!important; }
.tkvs-product-gallery .flex-control-thumbs { display:grid!important; grid-template-columns:repeat(5,1fr); gap:8px; margin:10px 0 0!important; padding:0!important; }
.tkvs-product-gallery .flex-control-thumbs li { width:auto!important; aspect-ratio:1/1; overflow:hidden; border:1px solid #d3ccc4; background:#fff; }
.tkvs-product-gallery .flex-control-thumbs img { width:100%!important; height:100%!important; object-fit:contain!important; }
.tkvs-product-summary { min-width:0; padding:35px; }
.tkvs-product-summary__tag { width:max-content; padding:5px 9px; color:#fff; background:#0b0b0b; border-left:3px solid var(--tkvs-red); font-family:"Barlow Condensed"; font-size:11px; font-style:italic; font-weight:900; }
.tkvs-product-summary .summary { width:100%!important; float:none!important; margin:0!important; }
.tkvs-product-summary h1,.tkvs-product-summary h1.product_title { margin:14px 0!important; color:#111!important; text-shadow:none!important; font-size:clamp(39px,4vw,58px)!important; }
.tkvs-product-summary .price { margin:0 0 18px!important; color:var(--tkvs-red)!important; font-size:28px!important; font-weight:900!important; }
.tkvs-product-summary .woocommerce-product-details__short-description { color:#5f5953; font-size:13px; line-height:1.7; }
.tkvs-buy-metrics { margin:20px 0; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #d5cec6; border-top:3px solid var(--tkvs-red); background:#f5f1eb; }
.tkvs-buy-metrics>span { min-height:78px; padding:13px; display:flex; flex-direction:column; justify-content:center; border-right:1px solid #d8d0c8; }
.tkvs-buy-metrics>span:last-child { border:0; }
.tkvs-buy-metrics small { color:#7d756e; font-size:8px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.tkvs-buy-metrics strong { margin-top:5px; color:#111; font-size:16px; }
.tkvs-product-summary form.cart { margin:18px 0!important; }
.tkvs-product-summary table.variations { width:100%!important; margin-bottom:15px!important; border-collapse:collapse; }
.tkvs-product-summary table.variations th,.tkvs-product-summary table.variations td { padding:9px!important; border:1px solid #d7d0c7!important; }
.tkvs-product-summary table.variations select { min-height:44px; width:100%; padding:0 12px; border:1px solid #bfb7ae; background:#fff; }
.tkvs-product-summary .quantity { min-height:50px; display:inline-flex; border:1px solid #c9c1b8; background:#fff; }
.tkvs-product-summary .quantity input.qty { min-width:70px; height:50px; border:0; background:#fff; }
.tkvs-product-summary .quantity .minus,.tkvs-product-summary .quantity .plus { min-width:44px; min-height:50px; border:0; background:#eee8e1; }
.tkvs-product-summary .single_add_to_cart_button { min-height:52px!important; padding:0 28px!important; border-radius:0!important; color:#fff!important; background:var(--tkvs-red)!important; font-family:"Barlow Condensed"!important; font-size:18px!important; font-style:italic!important; font-weight:900!important; text-transform:uppercase!important; }
.tkvs-product-summary .single_add_to_cart_button:hover { background:var(--tkvs-red-dark)!important; }
.tkvs-product-summary .product_meta { padding-top:16px; border-top:1px solid #ddd6ce; color:#777; font-size:10px; }
.tkvs-product-summary .wd-dynamic-discounts { margin:18px 0!important; border:1px solid #d5cec6; }
.tkvs-product-summary .wd-dynamic-discounts table { width:100%; margin:0!important; }
.tkvs-product-summary .wd-dynamic-discounts th { color:#fff; background:#111; }
.tkvs-product-summary .wd-dynamic-discounts td,.tkvs-product-summary .wd-dynamic-discounts th { padding:10px 12px!important; border:1px solid #ddd5cd!important; }
.tkvs-product-summary .wd-dynamic-discounts tr.tkvs-active-tier td { color:var(--tkvs-red); background:#fff0f1; font-weight:900; }
.tkvs-product-help { min-height:44px; display:flex; align-items:center; color:var(--tkvs-red)!important; font-weight:800; text-decoration:none!important; }
.tkvs-product-tabs { padding-top:34px; }
.tkvs-product-tabs .woocommerce-tabs,.tkvs-product-tabs .related.products,.tkvs-product-tabs .upsells.products { margin:0 0 30px!important; padding:24px!important; background:var(--tkvs-white); border:1px solid #d4ccc3; }
.tkvs-product-tabs .tabs { display:flex!important; flex-wrap:wrap; gap:4px; padding:0!important; border-bottom:1px solid #d4ccc3; }
.tkvs-product-tabs .tabs li { margin:0!important; padding:0!important; border:0!important; background:transparent!important; }
.tkvs-product-tabs .tabs a { min-height:46px; display:flex!important; align-items:center; padding:0 16px!important; text-decoration:none!important; font-family:"Barlow Condensed"; font-size:16px; font-style:italic; font-weight:900!important; text-transform:uppercase; }
.tkvs-product-tabs .tabs li.active a { color:#fff!important; background:var(--tkvs-red); }
.tkvs-active .wd-wishlist-btn,.tkvs-active .wd-compare-btn,.tkvs-active .yith-wcwl-add-to-wishlist,.tkvs-active .product-compare-button { display:none!important; }

/* Pages / content */
.tkvs-page-masthead { min-height:86px; display:flex; align-items:end; padding-bottom:18px; color:#fff; background:#111; border-bottom:4px solid var(--tkvs-red); }
.tkvs-page-shell { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:28px; align-items:start; padding-block:34px 60px; }
.tkvs-page-content { min-width:0; padding:34px; overflow:hidden; background:var(--tkvs-white); border:1px solid #d1c9c1; box-shadow:0 16px 35px rgba(35,17,10,.07); }
.tkvs-page-content>.elementor { margin:-34px; }
.tkvs-page-content h1 { margin:0 0 20px!important; color:#111!important; font-size:clamp(45px,5vw,68px)!important; }
.tkvs-page-content h2 { color:#111!important; font-size:38px!important; }
.tkvs-page-content h3 { color:#111!important; font-size:26px!important; }
.tkvs-page-content p,.tkvs-page-content li { color:#4f4943; line-height:1.78; }
.tkvs-page-content a { color:var(--tkvs-red); }
.tkvs-page-content .elementor-section,.tkvs-page-content .e-con { max-width:100%!important; left:auto!important; margin-inline:0!important; }
.tkvs-page-content form { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.tkvs-page-content form label { display:flex; flex-direction:column; gap:6px; font-weight:700; }
.tkvs-page-content form input,.tkvs-page-content form select,.tkvs-page-content form textarea { width:100%; min-height:48px; padding:10px 12px; border:1px solid #bfb7ad; border-radius:0; background:#fff; color:#111; }
.tkvs-page-content form textarea { min-height:120px; }
.tkvs-page-content form button,.tkvs-page-content form input[type=submit] { min-height:50px; padding:0 22px; border:0; color:#fff; background:var(--tkvs-red); font-family:"Barlow Condensed"; font-size:17px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-page-assist { position:sticky; top:190px; padding:26px; color:#fff; background:#111; border-top:4px solid var(--tkvs-red); }
.tkvs-page-assist>span { color:#ff7b88; font-size:9px; font-weight:800; letter-spacing:.13em; }
.tkvs-page-assist h2 { margin:9px 0 12px; font-size:31px; }
.tkvs-page-assist p { color:#aaa; font-size:12px; line-height:1.65; }
.tkvs-page-assist a { min-height:46px; margin-top:10px; display:flex; align-items:center; justify-content:center; color:#fff!important; background:var(--tkvs-red); text-decoration:none!important; font-family:"Barlow Condensed"; font-size:15px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-page-assist a.is-secondary { border:1px solid #555; background:transparent; }
.tkvs-page-assist a.is-secondary:hover { border-color:#fff; }
.tkvs-page-content .woocommerce { width:100%; }
.tkvs-page-content .shop_table { width:100%; border-collapse:collapse; }
.tkvs-page-content .shop_table th { color:#fff; background:#111; }
.tkvs-page-content .shop_table th,.tkvs-page-content .shop_table td { padding:14px!important; border:1px solid #d5cdc5!important; }
.tkvs-page-content .shop_table .product-thumbnail img { width:90px!important; height:90px!important; object-fit:contain; }
.tkvs-page-content .cart_totals { width:min(520px,100%)!important; padding:20px; border:1px solid #d4ccc4; background:#f3eee8; }
.tkvs-page-content .checkout-button,.tkvs-page-content .wc-proceed-to-checkout a { color:#fff!important; background:var(--tkvs-red)!important; }

/* About and contact content inherit the new visual system without rewriting stored copy. */
.tkvs-page--about-top-knives-llc .tkvs-page-content { color:#d7d1ca!important; background:#090909!important; border-color:#2b2b2b; }
.tkvs-page--about-top-knives-llc .tkvs-page-shell { grid-template-columns:minmax(0,1fr); }
.tkvs-page--about-top-knives-llc .tkvs-page-assist { display:none; }
.tkvs-page--about-top-knives-llc .tkvs-page-content h1,.tkvs-page--about-top-knives-llc .tkvs-page-content h2,.tkvs-page--about-top-knives-llc .tkvs-page-content h3,.tkvs-page--about-top-knives-llc .tkvs-page-content h4,.tkvs-page--about-top-knives-llc .tkvs-page-content strong { color:#fff!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content p,.tkvs-page--about-top-knives-llc .tkvs-page-content li,.tkvs-page--about-top-knives-llc .tkvs-page-content span { color:#c8c1ba!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content a { color:#ff4657!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .elementor-button,.tkvs-page--about-top-knives-llc .tkvs-page-content .wp-block-button__link { color:#fff!important; background:var(--tkvs-red)!important; border:1px solid var(--tkvs-red)!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .elementor-button span { color:#fff!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .container { width:min(100%,1040px); margin-inline:auto; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero { padding:48px 42px; background:linear-gradient(110deg,#050505 0%,#101010 62%,#260208 100%); border-bottom:3px solid var(--tkvs-red); }
.tkvs-page--about-top-knives-llc .tkvs-page-content .section { padding:42px; border-bottom:1px solid #2a2a2a; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .section-title { margin-top:0!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .grid2,.tkvs-page--about-top-knives-llc .tkvs-page-content .cols { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .grid4 { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .card,.tkvs-page--about-top-knives-llc .tkvs-page-content .box { padding:24px; border:1px solid #303030; border-top:3px solid var(--tkvs-red); background:#141414; box-shadow:0 16px 32px rgba(0,0,0,.26); }
.tkvs-page--about-top-knives-llc .tkvs-page-content .steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:24px; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .step { min-height:190px; position:relative; display:flex; flex-direction:column; gap:18px; padding:24px; border:1px solid #333; border-top:3px solid var(--tkvs-red); background:linear-gradient(160deg,#171717,#0c0c0c); }
.tkvs-page--about-top-knives-llc .tkvs-page-content .step .n { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; color:#fff!important; background:var(--tkvs-red); font-family:"Barlow Condensed"; font-size:24px; font-style:italic; font-weight:900; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .step h4 { margin:0 0 9px; font-family:"Barlow Condensed"; font-size:23px; font-style:italic; text-transform:uppercase; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .actions,.tkvs-page--about-top-knives-llc .tkvs-page-content .mini-nav,.tkvs-page--about-top-knives-llc .tkvs-page-content .badge-row { display:flex; flex-wrap:wrap; gap:8px; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .actions a,.tkvs-page--about-top-knives-llc .tkvs-page-content .btn { min-height:44px; display:inline-flex; align-items:center; justify-content:center; padding:0 18px; border:1px solid #4a4a4a; color:#fff!important; background:#171717; font-family:"Barlow Condensed"; font-style:italic; font-weight:900; text-decoration:none!important; text-transform:uppercase; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .actions a:first-child,.tkvs-page--about-top-knives-llc .tkvs-page-content .btn:not(.secondary) { border-color:var(--tkvs-red); background:var(--tkvs-red); }
.tkvs-page--about-top-knives-llc .tkvs-page-content .mini-nav { padding:12px 0; border-top:1px solid #303030; border-bottom:1px solid #303030; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .mini-nav a,.tkvs-page--about-top-knives-llc .tkvs-page-content .badge { padding:6px 10px; border:1px solid #363636; color:#ddd!important; background:#101010; text-decoration:none!important; font-size:10px; font-weight:800; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content { color:#332d28!important; background:#fffcf8!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-shell { grid-template-columns:minmax(0,1fr); }
.tkvs-page--contact-top-knives-llc .tkvs-page-assist { display:none; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content h1,.tkvs-page--contact-top-knives-llc .tkvs-page-content h2,.tkvs-page--contact-top-knives-llc .tkvs-page-content h3,.tkvs-page--contact-top-knives-llc .tkvs-page-content h4,.tkvs-page--contact-top-knives-llc .tkvs-page-content strong { color:#111!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content p,.tkvs-page--contact-top-knives-llc .tkvs-page-content li,.tkvs-page--contact-top-knives-llc .tkvs-page-content span { color:#4b443e!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content form label { color:#171310!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content a { color:var(--tkvs-red)!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content .elementor-button,.tkvs-page--contact-top-knives-llc .tkvs-page-content .wp-block-button__link { color:#fff!important; background:var(--tkvs-red)!important; border:1px solid var(--tkvs-red)!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content .elementor-button span { color:#fff!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-shell { padding-top:34px; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content { padding:0; background:#f4efe9!important; }
.tkvs-page--contact-top-knives-llc .tkvs-page-content>.elementor { margin:0; }
.tkvs-page--contact-top-knives-llc .tk-contact-page { overflow:hidden; background:#f4efe9; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero { padding:58px 36px 50px; color:#fff; background:linear-gradient(115deg,#080808 0%,#171313 65%,#39080d 100%); border-bottom:4px solid var(--tkvs-red); }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .wrap,.tkvs-page--contact-top-knives-llc .tk-contact-page>.section .wrap,.tkvs-page--contact-top-knives-llc .tk-contact-page>.final .wrap,.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>.wrap { width:min(1120px,100%); margin-inline:auto; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero h1 { max-width:980px; margin:0 0 18px!important; color:#fff!important; font-size:clamp(48px,5vw,70px)!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero p { max-width:780px; color:#c9c2bb!important; font-size:15px; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero strong { color:#fff!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .cta,.tkvs-page--contact-top-knives-llc .tk-contact-page .card .cta,.tkvs-page--contact-top-knives-llc .tk-contact-page>.final .cta { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .btn { min-height:46px; display:inline-flex; align-items:center; justify-content:center; padding:0 20px; color:#fff!important; background:var(--tkvs-red); border:1px solid var(--tkvs-red); font-family:"Barlow Condensed"; font-size:16px; font-style:italic; font-weight:900; text-decoration:none!important; text-transform:uppercase; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .btn.ghost { color:#fff!important; background:transparent; border-color:#666; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.section { padding:42px 36px; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.section .wrap.grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card { min-height:100%; padding:28px; background:#fffdf9; border:1px solid #d8d0c7; border-top:4px solid var(--tkvs-red); box-shadow:0 16px 34px rgba(39,21,12,.08); }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card h2 { margin:0 0 14px!important; font-size:34px!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .list,.tkvs-page--contact-top-knives-llc .tk-contact-page .card .kv { display:grid; gap:12px; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .item { padding:12px 0; border-bottom:1px solid #ddd5cc; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq { padding:46px 36px; background:#ece5dc; border-block:1px solid #d5ccc2; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq h2 { margin-top:0!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final { padding:48px 36px; color:#fff; background:#0b0b0b; border-top:4px solid var(--tkvs-red); }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final h2 { max-width:780px; margin:0 0 10px!important; color:#fff!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final p { color:#bdb6af!important; }

/* Articles */
.tkvs-article-head,.tkvs-knowledge-head { padding:44px 0 50px; color:#fff; background:#111; border-bottom:4px solid var(--tkvs-red); }
.tkvs-article-head h1,.tkvs-knowledge-head h1 { max-width:1050px; margin:11px 0 17px; color:#fff; font-size:clamp(46px,5.4vw,73px); }
.tkvs-article-head p,.tkvs-knowledge-head p { max-width:760px; margin:0; color:#c1bbb4; font-size:15px; }
.tkvs-article-head>div>div { margin-top:20px; display:flex; gap:18px; color:#999; font-size:9px; font-weight:800; letter-spacing:.1em; }
.tkvs-article-layout { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:32px; align-items:start; padding-block:35px 60px; }
.tkvs-article-body { min-width:0; padding:42px 50px; color:#d8d1ca; background:#0b0b0b; border:1px solid #2c2c2c; }
.tkvs-article-cover { margin:-42px -50px 34px; height:420px; overflow:hidden; }
.tkvs-article-cover img { width:100%; height:100%; object-fit:cover; }
.tkvs-article-body h2 { margin:38px 0 15px; color:#fff!important; font-size:38px; }
.tkvs-article-body h3,.tkvs-article-body h4 { margin:28px 0 12px; color:#fff!important; font-size:27px; }
.tkvs-article-body p,.tkvs-article-body li { color:#d8d1ca!important; font-size:16px; line-height:1.8; }
.tkvs-article-body .tk-article-body p,.tkvs-article-body .tk-article-body li,.tkvs-article-body .tk-article-body span { color:#d8d1ca!important; }
.tkvs-article-body a { color:var(--tkvs-red); }
.tkvs-article-body blockquote { margin:25px 0; padding:20px 24px; color:#fff; background:#111; border-left:5px solid var(--tkvs-red); }
.tkvs-article-body blockquote p { color:#fff; }
.tkvs-article-sidebar { position:sticky; top:190px; display:grid; gap:15px; }
.tkvs-article-sidebar section { padding:24px; background:var(--tkvs-white); border:1px solid #d4ccc3; border-top:4px solid #111; }
.tkvs-article-sidebar section:not(:last-child) h2 { color:#111!important; }
.tkvs-article-sidebar section:not(:last-child) p { color:#5d554e!important; }
.tkvs-article-sidebar section:not(:last-child) a { color:var(--tkvs-red)!important; }
.tkvs-article-sidebar section:last-child { color:#fff; background:#111; border-top-color:var(--tkvs-red); }
.tkvs-article-sidebar span { color:var(--tkvs-red); font-size:8px; font-weight:800; letter-spacing:.14em; }
.tkvs-article-sidebar h2 { margin:8px 0 11px; font-size:28px; }
.tkvs-article-sidebar p { color:#77716a; font-size:11px; }
.tkvs-article-sidebar section:last-child h2 { color:#fff; }
.tkvs-article-sidebar a { min-height:44px; display:flex; align-items:center; color:var(--tkvs-red); font-family:"Barlow Condensed"; font-style:italic; font-weight:900; text-decoration:none; text-transform:uppercase; }
.tkvs-article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding-block:36px; }
.tkvs-article-grid>article { min-width:0; background:var(--tkvs-white); border:1px solid #d3cbc3; }
.tkvs-article-grid__image { height:240px; display:block; background:#111; }
.tkvs-article-grid__image img { width:100%; height:100%; object-fit:cover; }
.tkvs-article-grid>article>div { padding:20px; }
.tkvs-article-grid span { color:var(--tkvs-red); font-size:8px; font-weight:800; }
.tkvs-article-grid h2 { margin:8px 0 12px; font-size:28px; }
.tkvs-article-grid h2 a { text-decoration:none; }
.tkvs-article-grid p { color:#655f58; font-size:12px; }
.tkvs-article-grid>article>div>a:last-child { color:var(--tkvs-red); font-family:"Barlow Condensed"; font-style:italic; font-weight:900; text-decoration:none; text-transform:uppercase; }
.tkvs-not-found { min-height:68vh; display:grid; place-items:center; text-align:center; }
.tkvs-not-found span { color:var(--tkvs-red); font-family:"Barlow Condensed"; font-size:90px; font-style:italic; font-weight:900; }
.tkvs-not-found h1 { margin:0 0 10px; font-size:55px; }

/* Footer */
.tkvs-footer { color:#fff; background:#070707; border-top:4px solid var(--tkvs-red); }
.tkvs-footer-rfq { background:var(--tkvs-red); }
.tkvs-footer-rfq>.tkvs-shell { min-height:120px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.tkvs-footer-rfq span { font-size:9px; font-weight:800; letter-spacing:.15em; }
.tkvs-footer-rfq h2 { margin:7px 0 0; color:#fff; font-size:35px; }
.tkvs-footer-rfq a { min-width:280px; min-height:54px; display:flex; align-items:center; justify-content:space-between; padding:0 20px; color:#fff!important; background:#090909; border:1px solid #fff; text-decoration:none!important; font-family:"Barlow Condensed"; font-size:18px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-footer-rfq a:hover { color:#111!important; background:#fff; }
.tkvs-footer-grid { display:grid; grid-template-columns:1.3fr .8fr .8fr 1.1fr; padding:48px 0 44px; }
.tkvs-footer-grid>section { min-width:0; padding:0 28px; border-right:1px solid #292929; }
.tkvs-footer-grid>section:first-child { padding-left:0; }
.tkvs-footer-grid>section:last-child { padding-right:0; border:0; }
.tkvs-footer-logo { min-height:72px; display:flex; align-items:center; color:#fff!important; text-decoration:none!important; }
.tkvs-footer-logo img { width:92px; height:64px; object-fit:contain; object-position:left; }
.tkvs-footer-logo span { display:flex; flex-direction:column; }
.tkvs-footer-logo strong { font-family:"Barlow Condensed"; font-size:24px; font-style:italic; line-height:1; }
.tkvs-footer-logo small { margin-top:5px; color:#ff7c89; font-size:8px; font-weight:800; letter-spacing:.12em; }
.tkvs-footer-company>p { max-width:350px; color:#aaa; font-size:11px; line-height:1.7; }
.tkvs-footer-fit { max-width:350px; margin-top:18px; padding:15px; background:#111; border:1px solid #303030; border-left:3px solid var(--tkvs-red); }
.tkvs-footer-fit>span { color:#ff7784; font-size:8px; font-weight:800; letter-spacing:.12em; }
.tkvs-footer-fit p { margin:5px 0 0; color:#969696; font-size:10px; }
.tkvs-footer-fit strong { color:#fff; }
.tkvs-footer-grid h3 { min-height:44px; margin:0 0 12px; color:#fff; font-size:19px; border-bottom:1px solid #333; }
.tkvs-footer-grid h3::after { content:""; display:block; width:40px; height:2px; margin-top:12px; background:var(--tkvs-red); }
.tkvs-footer-grid nav { display:flex; flex-direction:column; }
.tkvs-footer-grid nav a { min-height:34px; display:flex; align-items:center; color:#a2a2a2!important; text-decoration:none!important; font-size:10px; }
.tkvs-footer-grid nav a:hover,.tkvs-footer-grid nav a.is-accent { color:#fff!important; }
.tkvs-footer-grid nav a.is-accent { margin-top:5px; color:#ff7784!important; font-weight:800; }
.tkvs-footer-contact>a,.tkvs-footer-location { min-height:78px; display:grid; grid-template-columns:30px minmax(0,1fr); gap:14px; align-items:center; color:#fff!important; border-bottom:1px solid #292929; text-decoration:none!important; }
.tkvs-footer-contact>a { transition:color .2s ease,background-color .2s ease; }
.tkvs-footer-contact>a:hover { color:#ff7986!important; background:#0d0d0d; }
.tkvs-footer-contact__icon { width:24px; height:24px; display:block; object-fit:contain; }
.tkvs-footer-contact>a>span:last-child,.tkvs-footer-location>span:last-child { min-width:0; display:flex; flex-direction:column; }
.tkvs-footer-contact small { color:#9a9a9a; font-size:10px; font-weight:800; line-height:1.35; letter-spacing:.1em; text-transform:uppercase; }
.tkvs-footer-contact strong { margin-top:3px; font-size:14px; line-height:1.45; overflow-wrap:anywhere; }
.tkvs-footer-location { min-height:104px; align-items:start; padding-top:18px; border:0; }
.tkvs-footer-location em { margin-top:5px; color:#9a9a9a; font-size:11px; font-style:normal; line-height:1.55; }
.tkvs-footer-bottom { min-height:52px; display:flex; align-items:center; justify-content:space-between; color:#686868; border-top:1px solid #292929; font-size:9px; }

/* One intentional floating contact owner. Legacy chat and translation bubbles stay functional behind it, but are not rendered twice. */
.tk-floating-item,
.tk-i18n-switcher--mobile-floating,
.gtranslate_wrapper,
.gt_float_switcher,
.gt_switcher_wrapper { display:none!important; }
.tkvs-contact-dock {
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:8998;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.tkvs-contact-dock__item {
  width:50px;
  height:50px;
  position:relative;
  display:grid;
  place-items:center;
  padding:0;
  color:#fff!important;
  border:2px solid #fff;
  border-radius:50%;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(0,0,0,.24);
  transition:transform .18s ease,box-shadow .18s ease;
}
.tkvs-contact-dock__item:hover,
.tkvs-contact-dock__item:focus-visible {
  color:#fff!important;
  transform:translateX(-3px);
  box-shadow:0 14px 30px rgba(0,0,0,.3);
}
.tkvs-contact-dock__item .dashicons {
  width:22px;
  height:22px;
  font-size:22px;
  line-height:1;
}
.tkvs-contact-dock__item img { width:22px; height:22px; display:block; object-fit:contain; }
.tkvs-contact-dock__item>span:last-child {
  min-height:30px;
  position:absolute;
  right:58px;
  top:50%;
  display:flex;
  align-items:center;
  padding:0 10px;
  color:#fff;
  background:#111;
  border:1px solid #3b3b3b;
  opacity:0;
  pointer-events:none;
  transform:translate(8px,-50%);
  transition:opacity .18s ease,transform .18s ease;
  white-space:nowrap;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.tkvs-contact-dock__item:hover>span:last-child,
.tkvs-contact-dock__item:focus-visible>span:last-child { opacity:1; transform:translate(0,-50%); }
.tkvs-contact-dock__item--chat { background:#1677d2; }
.tkvs-contact-dock__item--whatsapp { background:#1fbf56; }
.tkvs-contact-dock__item--email { background:#f0a72f; }
.tkvs-contact-dock__item--top {
  appearance:none;
  color:#fff!important;
  background:#8b8b8b!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  cursor:pointer;
}

/* Cart / quote list */
.woocommerce-cart .tkvs-page-masthead h2 { margin:12px 0 6px; color:#fff; font-size:42px; }
.woocommerce-cart .tkvs-page-masthead p { margin:0; color:#bdb7b0; }
.woocommerce-cart .tkvs-page-content { background:#f8f5f0; }
.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart_totals { padding:24px; border:1px solid #d4cec6; background:#fff; box-shadow:0 18px 40px rgba(21,14,10,.08); }
.woocommerce-cart .shop_table { width:100%; border-collapse:collapse; }
.woocommerce-cart .shop_table th { color:#fff; background:#111; }
.woocommerce-cart .shop_table td,.woocommerce-cart .shop_table th { padding:14px; border:1px solid #d8d1c9; }
.woocommerce-cart .shop_table .product-name a { color:#111!important; font-weight:800; }
.woocommerce-cart .shop_table .amount { color:#f15a2a; font-weight:900; }
.woocommerce-cart .cart-collaterals { margin-top:22px; }
.woocommerce-cart .cart_totals { margin-left:auto; }

/* Dedicated commercial listing pages */
.tkvs-product-wall { background:var(--tkvs-paper); }
.tkvs-product-wall__head { padding:52px 0 44px; color:#fff; background:linear-gradient(110deg,#080808 0%,#111 67%,#24070b 100%); border-bottom:4px solid var(--tkvs-red); }
.tkvs-product-wall__head h1,.tkvs-product-wall__title { max-width:980px; margin:10px 0 14px; color:#fff; font-family:"Barlow Condensed"; font-size:clamp(48px,5vw,72px); font-style:italic; font-weight:900; line-height:.94; text-transform:uppercase; }
.tkvs-product-wall__head p { max-width:760px; margin:0; color:#c8c1ba; font-size:15px; line-height:1.7; }
.tkvs-product-wall__actions { display:flex; gap:12px; margin-top:25px; }
.tkvs-product-wall__actions .tkvs-button--outline { color:#fff!important; border-color:#696969; }
.tkvs-product-wall__actions .tkvs-button--outline:hover { border-color:#fff; background:#fff; color:#111!important; }
.tkvs-product-wall__body { padding:38px 0 62px; }
.tkvs-product-wall__toolbar { min-height:68px; margin-bottom:18px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:12px 18px; border:1px solid #d8d1c8; background:#fffdfa; }
.tkvs-product-wall__toolbar>div { display:flex; flex-direction:column; }
.tkvs-product-wall__toolbar strong { font-family:"Barlow Condensed"; font-size:18px; font-style:italic; text-transform:uppercase; }
.tkvs-product-wall__toolbar span { color:#77716b; font-size:10px; }
.tkvs-product-wall__toolbar>a { display:flex; align-items:center; gap:5px; color:#111!important; text-decoration:none!important; font-family:"Barlow Condensed"; font-size:14px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-product-wall__toolbar>a:hover { color:var(--tkvs-red)!important; }
.tkvs-product-wall__toolbar .dashicons { width:17px; height:17px; font-size:17px; }

/* Neutralize old presentation when the new renderer owns the route */
.tkvs-active .whb-header,.tkvs-active .wd-footer,.tkvs-active .footer-container,.tkvs-active .tk-mobile-header-v2 { display:none!important; }
.tkvs-active #main-content.wd-content-layout,.tkvs-active .wd-content-layout,.tkvs-active .site-content { width:auto!important; max-width:none!important; margin:0!important; padding:0!important; }
.tkvs-active .grecaptcha-badge { visibility:hidden; }
.tkvs-active .wd-scroll-content { overflow:visible; }

@media (max-width:1180px) {
  :root { --tkvs-shell:min(100% - 38px,1160px); }
  .tkvs-header-main__inner { grid-template-columns:140px minmax(270px,1fr) 164px 56px 60px; gap:10px; }
  .tkvs-logo img { width:125px; }
  .tkvs-contact-cluster strong { font-size:11px; }
  .tkvs-nav__inner>a,.tkvs-nav__inner>button { padding-inline:16px; }
  .tkvs-mega__grid { grid-template-columns:repeat(2,1fr) .9fr; row-gap:22px; max-height:calc(100vh - 190px); overflow:auto; }
  .tkvs-mega__services { grid-column:3; grid-row:1/3; }
  .tkvs-product-grid { grid-template-columns:repeat(3,1fr); }
  .tkvs-page-shell { grid-template-columns:minmax(0,1fr) 285px; }
}

@media (max-width:900px) {
  .admin-bar .tkvs-header { top:0; margin-top:0; }
  .tkvs-header-main__inner { min-height:70px; grid-template-columns:50px 1fr 50px 50px; grid-template-areas:"menu logo account cart"; gap:4px; }
  .tkvs-header-main__inner>.tkvs-menu-toggle { grid-area:menu; width:44px; height:44px; display:flex!important; flex-direction:column; align-items:center; justify-content:center; gap:5px; padding:0!important; border:0!important; color:#fff!important; background:transparent!important; box-shadow:none!important; }
  .tkvs-menu-toggle span { width:24px; height:2px; display:block; background:#fff; }
  .tkvs-logo { width:auto; height:58px; justify-content:center; }
  .tkvs-logo img { width:112px; height:52px; object-position:center; }
  .tkvs-search,.tkvs-contact-cluster,.tkvs-account small,.tkvs-cart-link small { display:none; }
  .tkvs-account,.tkvs-cart-link { min-height:50px; }
  .tkvs-cart-link b { right:3px; top:2px; }
  .tkvs-nav { display:none; }
  .tkvs-hero,.tkvs-hero__grid { min-height:590px; }
  .tkvs-hero__grid { grid-template-columns:1fr; }
  .tkvs-hero__copy { max-width:680px; }
  .tkvs-trust-strip { grid-template-columns:repeat(2,1fr); }
  .tkvs-trust-strip>div:nth-child(2) { border-right:0; }
  .tkvs-trust-strip>div:nth-child(-n+2) { border-bottom:1px solid var(--tkvs-line); }
  .tkvs-category-mosaic { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-category-mosaic>a.is-third,.tkvs-category-mosaic>a.is-quarter,.tkvs-category-mosaic>a.is-half { grid-column:span 1; }
  .tkvs-campaigns>a { min-height:330px; }
  .tkvs-buyer-center__layout { grid-template-columns:1fr; }
  .tkvs-catalog-layout { grid-template-columns:1fr; }
  .tkvs-catalog-sidebar { position:fixed; left:0; top:0; bottom:0; z-index:8998; width:min(340px,90vw); overflow:auto; transform:translateX(-105%); transition:transform .25s ease; }
  .tkvs-catalog-sidebar.is-open { transform:translateX(0); box-shadow:25px 0 60px rgba(0,0,0,.35); }
  .tkvs-filter-button { min-height:46px; display:block!important; padding:0 15px; border:1px solid #555; color:#fff; background:#262222; font-weight:800; }
  .tkvs-catalog-command { grid-template-columns:1fr 170px auto; }
  .tkvs-product-detail { grid-template-columns:1fr; }
  .tkvs-product-gallery { border-right:0; border-bottom:1px solid #d4cdc4; }
  .tkvs-page-shell,.tkvs-article-layout { grid-template-columns:1fr; }
  .tkvs-page-assist,.tkvs-article-sidebar { position:static; }
  .tkvs-article-grid { grid-template-columns:repeat(2,1fr); }
  .tkvs-footer-grid { grid-template-columns:1.2fr repeat(3,1fr); }
  .tkvs-footer-grid>section { padding-inline:18px; }
}

@media (max-width:760px) {
  :root { --tkvs-shell:calc(100% - 24px); }
  .tkvs-header-main__inner { width:100%; padding-inline:10px; }
  .tkvs-hero { min-height:590px; }
  .tkvs-hero__slides::after { background:linear-gradient(0deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.8) 56%,rgba(0,0,0,.22) 100%); }
  .tkvs-hero__slides img { object-position:68% center; }
  .tkvs-hero__grid { min-height:590px; align-items:end; width:100%; padding:0 16px 76px; }
  .tkvs-hero__copy { align-self:end; padding:0; }
  .tkvs-hero__copy h1 { margin:8px 0 11px; font-size:clamp(37px,11vw,48px); line-height:.94!important; }
  .tkvs-hero__copy>p { display:-webkit-box; overflow:hidden; font-size:12px; line-height:1.55; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
  .tkvs-hero__actions { margin-top:17px; }
  .tkvs-hero__actions .tkvs-button { width:100%; min-height:50px; }
  .tkvs-hero__actions .tkvs-button--dark { display:none; }
  .tkvs-hero__proof { margin-top:17px; padding-top:12px; }
  .tkvs-hero__proof strong { font-size:23px; }
  .tkvs-hero__proof small { font-size:7px; }
  .tkvs-hero__visual-note { display:none; }
  .tkvs-hero__controls { left:50%; right:auto; bottom:15px; transform:translateX(-50%); }
  .tkvs-hero__controls>div { min-height:22px; padding:6px 8px; background:rgba(5,5,5,.48); }
  .tkvs-hero__controls>div button { width:22px; min-width:22px; }
  .tkvs-trust-strip>div { min-height:70px; justify-content:flex-start; padding:11px 14px; }
  .tkvs-trust-strip>div>.dashicons { width:21px; height:21px; font-size:21px; }
  .tkvs-trust-strip strong { font-size:14px; }
  .tkvs-section { padding-block:36px; }
  .tkvs-section-head { align-items:center; }
  .tkvs-section-head h2 { font-size:29px; }
  .tkvs-section-head>a { font-size:11px; text-align:right; }
  .tkvs-category-section { padding-inline:0; }
  .tkvs-category-section>.tkvs-shell { width:100%; }
  .tkvs-category-section .tkvs-section-head { width:calc(100% - 24px); margin-inline:auto; }
  .tkvs-category-mosaic { grid-template-columns:1fr; grid-auto-rows:250px; gap:2px; }
  .tkvs-category-mosaic>a.is-third,.tkvs-category-mosaic>a.is-quarter,.tkvs-category-mosaic>a.is-half { grid-column:span 1; }
  .tkvs-category-mosaic__copy strong { font-size:30px; }
  .tkvs-campaigns { width:100%; grid-template-columns:1fr; padding:0; gap:3px; }
  .tkvs-campaigns>a { min-height:300px; }
  .tkvs-campaigns>a>span { left:22px; right:22px; bottom:24px; }
  .tkvs-campaigns strong { font-size:34px; }
  .tkvs-product-grid { display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:10px; scrollbar-width:none; }
  .tkvs-product-grid::-webkit-scrollbar { display:none; }
  .tkvs-product-card { flex:0 0 82vw; scroll-snap-align:start; }
  .tkvs-product-wall__head { padding:38px 16px 34px; }
  .tkvs-product-wall__head>.tkvs-shell { width:100%; }
  .tkvs-product-wall__head h1,.tkvs-product-wall__title { font-size:42px; }
  .tkvs-product-wall__head p { font-size:13px; }
  .tkvs-product-wall__actions { flex-direction:column; }
  .tkvs-product-wall__actions .tkvs-button { width:100%; }
  .tkvs-product-wall__body { padding:0 0 40px; }
  .tkvs-product-wall__body>.tkvs-shell { width:100%; }
  .tkvs-product-wall__toolbar { margin:0; border-left:0; border-right:0; }
  .tkvs-product-wall__toolbar>a { display:none; }
  .tkvs-product-wall .tkvs-product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; padding:8px 7px; overflow:visible; }
  .tkvs-product-wall .tkvs-product-card { min-width:0; width:auto; flex:auto; }
  .tkvs-product-wall .tkvs-product-card__body { padding:10px; }
  .tkvs-product-wall .tkvs-product-card__title { min-height:48px; font-size:11px; }
  .tkvs-product-wall .tkvs-product-card__commerce { align-items:flex-start; flex-direction:column; }
  .tkvs-product-wall .tkvs-product-card__cta { min-height:44px; font-size:11px; text-align:center; }
  .tkvs-buyer-center { padding:38px 0; }
  .tkvs-buyer-center h2 { font-size:37px; }
  .tkvs-buyer-center__grid { grid-template-columns:1fr; }
  .tkvs-buyer-center__grid>a { min-height:270px; }
  .tkvs-catalog-hero { min-height:210px; }
  .tkvs-catalog-hero__content { align-items:start; flex-direction:column; }
  .tkvs-catalog-hero__content>.tkvs-button { width:100%; }
  .tkvs-catalog-owner h1 { font-size:40px; }
  .tkvs-catalog-layout { width:100%; padding-top:0; }
  .tkvs-catalog-results { min-width:0; }
  .tkvs-catalog-command { position:sticky; top:70px; z-index:50; grid-template-columns:minmax(0,1fr) auto; padding:8px; }
  .tkvs-catalog-command .woocommerce-ordering { grid-column:1/3; width:100%!important; height:45px!important; display:block!important; }
  .tkvs-catalog-command .woocommerce-ordering select {
    width:100%!important;
    height:45px!important;
    display:block!important;
    padding:0 42px 0 14px!important;
    color:#222!important;
    -webkit-text-fill-color:#222!important;
    background:#fff!important;
    appearance:auto!important;
    -webkit-appearance:auto!important;
    opacity:1!important;
    text-shadow:none!important;
  }
  .tkvs-catalog-command .woocommerce-ordering::before,
  .tkvs-catalog-command .woocommerce-ordering::after { display:none!important; content:none!important; }
  .tkvs-catalog-backdrop {
    position:fixed;
    inset:0;
    z-index:8997;
    display:none!important;
    background:rgba(0,0,0,.66);
  }
  .tkvs-catalog-backdrop.is-open { display:block!important; }
  .tkvs-catalog-sidebar__close {
    width:44px;
    height:44px;
    display:grid!important;
    place-items:center;
    flex:0 0 auto;
    border:1px solid rgba(255,255,255,.22);
    color:#fff;
    background:transparent;
    font-size:28px;
    line-height:1;
  }
  html.tkvs-filter-open { overflow:hidden!important; }
  .tkvs-catalog-sidebar>header { display:flex; align-items:center; justify-content:space-between; gap:12px; }
  .tkvs-catalog-meta { padding-inline:12px; }
  .tkvs-catalog-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; padding-inline:7px; overflow:visible; }
  .tkvs-catalog-grid .tkvs-product-card { min-width:0; width:auto; flex:auto; }
  .tkvs-catalog-grid .tkvs-product-card__body { padding:10px; }
  .tkvs-catalog-grid .tkvs-product-card__title { min-height:48px; font-size:11px; }
  .tkvs-catalog-grid .tkvs-product-card__commerce { align-items:flex-start; flex-direction:column; }
  .tkvs-catalog-grid .tkvs-product-card__commerce strong { font-size:15px; }
  .tkvs-catalog-grid .tkvs-product-card__cta { min-height:44px; font-size:12px; text-align:center; }
  .tkvs-pagination { padding-inline:7px; }
  .tkvs-product { padding-top:15px; }
  .tkvs-product>.tkvs-shell { width:100%; }
  .tkvs-product>.tkvs-shell>.woocommerce-breadcrumb { padding-inline:12px; }
  .tkvs-product-detail { border-left:0; border-right:0; }
  .tkvs-product-gallery { padding:12px; }
  .tkvs-product-summary { padding:22px 16px; }
  .tkvs-product-summary h1.product_title { font-size:38px!important; }
  .tkvs-buy-metrics { grid-template-columns:1fr 1fr; }
  .tkvs-buy-metrics>span { min-height:68px; }
  .tkvs-buy-metrics>span:nth-child(2) { border-right:0; }
  .tkvs-buy-metrics>span:last-child { grid-column:1/3; border-top:1px solid #d8d0c8; }
  .tkvs-product-summary .single_add_to_cart_button { width:100%; margin-top:8px!important; }
  .tkvs-product-tabs { padding:20px 10px 0; }
  .tkvs-page-masthead { min-height:85px; }
  .tkvs-page-shell { width:100%; padding-block:0 36px; gap:0; }
  .tkvs-page-content { padding:24px 16px; border-left:0; border-right:0; }
  .tkvs-page-content>.elementor { margin:-24px -16px; }
  .tkvs-page-content h1 { font-size:39px!important; }
  .tkvs-page-content h2 { font-size:31px!important; }
  .tkvs-page-content form { grid-template-columns:1fr; }
  .tkvs-page-assist { margin:14px 12px 0; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero,.tkvs-page--about-top-knives-llc .tkvs-page-content .section { padding:28px 18px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .grid2,.tkvs-page--about-top-knives-llc .tkvs-page-content .cols,.tkvs-page--about-top-knives-llc .tkvs-page-content .steps { grid-template-columns:1fr; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .grid4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .step { min-height:0; }
  .tkvs-article-head,.tkvs-knowledge-head { padding:32px 0 36px; }
  .tkvs-article-head h1,.tkvs-knowledge-head h1 { font-size:40px; }
  .tkvs-article-layout { width:100%; padding-block:0 36px; gap:14px; }
  .tkvs-article-body { padding:28px 17px; border-left:0; border-right:0; }
  .tkvs-article-cover { height:260px; margin:-28px -17px 25px; }
  .tkvs-article-body h2 { font-size:31px; }
  .tkvs-article-body p,.tkvs-article-body li { font-size:15px; }
  .tkvs-article-sidebar { margin-inline:12px; }
  .tkvs-article-grid { grid-template-columns:1fr; }
  .tkvs-footer-rfq>.tkvs-shell { min-height:160px; align-items:stretch; justify-content:center; flex-direction:column; padding-block:24px; }
  .tkvs-footer-rfq h2 { font-size:31px; }
  .tkvs-footer-rfq a { width:100%; min-width:0; }
  .tkvs-footer-grid { width:100%; grid-template-columns:1fr; padding:32px 18px; }
  .tkvs-footer-grid>section { padding:22px 0; border-right:0; border-bottom:1px solid #292929; }
  .tkvs-footer-grid>section:last-child { border-bottom:0; }
  .tkvs-footer-grid h3 { min-height:38px; }
  .tkvs-footer-grid nav a { min-height:44px; font-size:11px; }
  .tkvs-footer-contact>a { min-height:80px; }
  .tkvs-footer-bottom { width:calc(100% - 36px); min-height:70px; align-items:flex-start; justify-content:center; flex-direction:column; gap:4px; }
  .woocommerce-cart .tkvs-page-masthead { min-height:122px; }
  .woocommerce-cart .tkvs-page-masthead h2 { margin-top:9px; font-size:32px; }
  .woocommerce-cart .tkvs-page-masthead p { max-width:330px; font-size:11px; }
  .woocommerce-cart .tkvs-page-content { padding:16px 8px; overflow:hidden; }
  .woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart_totals { width:100%!important; padding:10px; overflow:visible; box-shadow:none; }
  .woocommerce-cart .woocommerce-cart-form .shop_table { display:block; width:100%!important; }
  .woocommerce-cart .woocommerce-cart-form .shop_table thead { display:none; }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody { display:block; width:100%; }
  .woocommerce-cart .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item { position:relative; width:100%; display:grid!important; grid-template-columns:96px minmax(0,1fr); gap:0; padding:12px; border:1px solid #cfc7be; background:#111; }
  .woocommerce-cart .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item td,.woocommerce-cart .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item th { width:auto!important; min-width:0!important; padding:11px!important; border:1px solid #383838!important; }
  .woocommerce-cart .woocommerce-cart-form .product-remove { position:absolute; right:8px; top:8px; z-index:2; border:0!important; }
  .woocommerce-cart .woocommerce-cart-form .product-thumbnail { grid-column:1; grid-row:1; align-self:start; }
  .woocommerce-cart .woocommerce-cart-form .product-thumbnail img { width:74px!important; height:74px!important; object-fit:cover; }
  .woocommerce-cart .woocommerce-cart-form .product-name { grid-column:2; grid-row:1; padding-right:38px!important; }
  .woocommerce-cart .woocommerce-cart-form .product-name,
  .woocommerce-cart .woocommerce-cart-form .product-name>a { color:#fff!important; }
  .woocommerce-cart .woocommerce-cart-form .product-name>a { display:block; width:auto!important; max-width:100%!important; white-space:normal!important; overflow-wrap:anywhere; line-height:1.35; }
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation,
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation dt,
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation dd,
  .woocommerce-cart .woocommerce-cart-form .product-name dl.variation p { color:#d7d1ca!important; }
  .woocommerce-cart .woocommerce-cart-form .product-price,.woocommerce-cart .woocommerce-cart-form .product-quantity,.woocommerce-cart .woocommerce-cart-form .product-subtotal { grid-column:1/3; display:flex!important; align-items:center; justify-content:space-between; min-height:64px; }
  .woocommerce-cart .woocommerce-cart-form .product-price::before,.woocommerce-cart .woocommerce-cart-form .product-quantity::before,.woocommerce-cart .woocommerce-cart-form .product-subtotal::before { color:#fff; font-weight:800; }
  .woocommerce-cart .woocommerce-cart-form .product-quantity .quantity { margin-left:auto; }
  .woocommerce-cart .woocommerce-cart-form .actions { display:block!important; width:100%!important; padding:12px 0 0!important; border:0!important; }
  .woocommerce-cart .woocommerce-cart-form .actions button { width:100%; }
  .woocommerce-cart .cart-collaterals,.woocommerce-cart .cart-collaterals .cart_totals { width:100%!important; }
  body.tkvs-active [data-tk-chat-open] { right:12px!important; bottom:12px!important; width:48px!important; min-width:48px!important; height:48px!important; min-height:48px!important; padding:0!important; overflow:visible!important; border:2px solid rgba(255,255,255,.9)!important; border-radius:50%!important; color:transparent!important; background:#111!important; font-size:0!important; line-height:0!important; box-shadow:0 10px 28px rgba(0,0,0,.36)!important; }
  body.tkvs-active [data-tk-chat-open]::before { content:""; position:absolute; left:13px; top:13px; width:18px; height:14px; border:2px solid #fff; border-radius:5px; }
  body.tkvs-active [data-tk-chat-open]::after { content:""; position:absolute; left:17px; top:27px; width:7px; height:7px; border-left:2px solid #fff; transform:skewY(-35deg); }
}

@media (max-width:760px) {
  .tkvs-page--contact-top-knives-llc .tkvs-page-shell { padding-top:0; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero { padding:38px 18px 34px; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero h1 { font-size:40px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .cta,.tkvs-page--contact-top-knives-llc .tk-contact-page .card .cta,.tkvs-page--contact-top-knives-llc .tk-contact-page>.final .cta { flex-direction:column; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .btn { width:100%; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.section { padding:24px 14px; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.section .wrap.grid { grid-template-columns:1fr; gap:12px; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .card { padding:22px 18px; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq { padding:28px 14px; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final { padding:34px 18px; }
}

@media (max-width:420px) {
  .tkvs-logo img { width:100px; }
  .tkvs-hero__copy h1 { font-size:37px; }
  .tkvs-category-mosaic { grid-auto-rows:235px; }
  .tkvs-product-gallery .flex-control-thumbs { grid-template-columns:repeat(4,1fr); }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}

/* v1.0.25 — final mobile pagination and wholesale cooperation-flow QA pass */
.tkvs-mega {
  padding:0 0 22px;
}
.tkvs-mega__head {
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid #ded8d0;
}
.tkvs-mega__head>div {
  display:flex;
  align-items:center;
  gap:12px;
}
.tkvs-mega__head span {
  color:var(--tkvs-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.tkvs-mega__head strong {
  color:#7d756e;
  font-size:9px;
  letter-spacing:.08em;
}
.tkvs-mega__head>a {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#111!important;
  text-decoration:none!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-mega__head>a:hover { color:var(--tkvs-red)!important; }
.tkvs-mega__head .dashicons { width:17px; height:17px; font-size:17px; }
.tkvs-mega__grid { padding-top:18px; }

.tkvs-mobile-drawer__toplinks {
  display:grid;
  grid-template-columns:1fr 1.45fr;
  background:#0d0d0d;
  border-bottom:1px solid #2a2a2a;
}
.tkvs-mobile-drawer__toplinks>a {
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 12px;
  color:#fff!important;
  text-decoration:none!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-mobile-drawer__toplinks>a+a {
  color:#fff!important;
  background:var(--tkvs-red);
}
.tk-mobile-header-v2__top {
  min-height:58px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 14px;
  color:#171717;
  background:#fffdfa;
  border-bottom:1px solid #d7d0c7;
}
.tk-mobile-header-v2__top>span {
  flex:0 0 auto;
  color:#80776f;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}
.tk-mobile-header-v2__lang { width:116px; min-width:116px; flex:0 0 116px; margin-left:auto; }
.tk-mobile-header-v2__lang .tkvs-language { width:100%; margin-left:0; }
.tk-mobile-header-v2__lang .tk-i18n-switcher__button {
  width:100%;
  min-width:0;
  min-height:42px;
  padding-inline:11px;
  border:1px solid #252525;
  background:#111;
}
.tk-mobile-header-v2__lang .tk-i18n-switcher__menu {
  width:min(280px,calc(100vw - 44px));
  top:calc(100% + 6px);
}
.tkvs-mobile-catalog { padding:16px 14px 18px; background:#f6f2ec; border-bottom:1px solid #d7d0c7; }
.tkvs-mobile-catalog__eyebrow {
  margin-bottom:13px;
  color:var(--tkvs-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}
.tkvs-mobile-catalog__viewport { min-height:0; }
.tkvs-mobile-catalog__page { margin:0 0 18px; }
.tkvs-mobile-catalog__page:last-child { margin-bottom:0; }
.tkvs-mobile-catalog__page h3 {
  margin:0 0 8px;
  padding:0 0 7px;
  color:#111;
  border-bottom:2px solid #171717;
  font-size:19px;
}
.tkvs-mobile-catalog__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.tkvs-mobile-catalog__grid>a {
  min-width:0;
  min-height:104px;
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:stretch;
  overflow:hidden;
  color:#171717!important;
  background:#fffdfa;
  border:1px solid #d8d1c9;
  text-decoration:none!important;
}
.tkvs-mobile-catalog__grid>a:hover { color:var(--tkvs-red)!important; border-color:var(--tkvs-red); }
.tkvs-mobile-catalog__image { min-height:102px; display:block; overflow:hidden; background:#171717; }
.tkvs-mobile-catalog__image img { width:100%; height:100%; object-fit:cover; }
.tkvs-mobile-catalog__grid>a>span:nth-child(2) { min-width:0; align-self:center; padding:10px 25px 10px 9px; }
.tkvs-mobile-catalog__grid strong { display:block; color:#171717; font-size:10px; line-height:1.22; }
.tkvs-mobile-catalog__grid small { display:block; margin-top:5px; color:#837b73; font-size:8px; }
.tkvs-mobile-catalog__grid>a>.dashicons { position:absolute; right:7px; bottom:11px; width:16px; height:16px; color:var(--tkvs-red); font-size:16px; }
.tkvs-mobile-drawer__secondary { display:grid; grid-template-columns:1fr 1fr; }
.tkvs-mobile-drawer__secondary>a {
  min-height:52px!important;
  justify-content:center!important;
  padding:8px 12px!important;
  border-right:1px solid #e4ddd5;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-style:italic;
  text-transform:uppercase;
}

.tkvs-catalog-hero {
  min-height:0;
  padding:24px 0 38px;
  background:
    radial-gradient(circle at 76% 36%,rgba(225,6,26,.24),transparent 28%),
    linear-gradient(112deg,#080808 0%,#111 65%,#26050a 100%);
}
.tkvs-catalog-hero__grid {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.65fr);
  gap:34px;
  align-items:stretch;
}
.tkvs-category-summary {
  min-width:0;
  align-self:center;
  padding-block:8px;
}
.tkvs-category-summary .tkvs-eyebrow { display:block; margin-bottom:10px; }
.tkvs-ready .tkvs-category-summary.has-guide:not(.is-expanded) .tkvs-catalog-owner {
  max-height:none;
  overflow:visible;
  -webkit-mask-image:none;
  mask-image:none;
}
.tkvs-ready .tkvs-category-summary.has-guide:not(.is-expanded) .tk-seo-category-support,
.tkvs-category-summary .term-description>p:empty { display:none!important; }
.tkvs-category-summary.is-expanded .tkvs-catalog-owner { max-height:none; }
.tkvs-catalog-owner { max-width:920px; }
.tkvs-catalog-owner h1 { font-size:clamp(42px,4.4vw,66px); }
.tkvs-catalog-owner h2,.tkvs-catalog-owner h3 { margin:20px 0 8px; color:#fff!important; font-size:26px!important; }
.tkvs-catalog-owner p,.tkvs-catalog-owner li {
  max-width:880px;
  color:#c8c2bc!important;
  font-size:12px;
  line-height:1.7;
}
.tkvs-catalog-owner ul { margin:12px 0 0; padding-left:20px; }
.tkvs-catalog-owner a { color:#ff5867!important; }
.tkvs-active .tkvs-category-summary__toggle {
  min-height:38px;
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 1px 5px!important;
  border:0!important;
  border-bottom:2px solid var(--tkvs-red)!important;
  border-radius:0!important;
  color:#fff!important;
  background:transparent!important;
  box-shadow:none!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-active .tkvs-category-summary__toggle:hover,.tkvs-active .tkvs-category-summary__toggle:focus-visible { color:#ff6573!important; background:transparent!important; }
.tkvs-category-summary__toggle .dashicons { width:17px; height:17px; font-size:17px; transition:transform .2s ease; }
.tkvs-category-summary.is-expanded .tkvs-category-summary__toggle .dashicons { transform:rotate(180deg); }
.tkvs-category-children {
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.tkvs-category-children>span {
  min-height:34px;
  display:inline-flex;
  align-items:center;
  color:#ff7682;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.tkvs-category-children>a {
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  color:#fff!important;
  background:#1c1c1c;
  border:1px solid #404040;
  text-decoration:none!important;
  font-size:10px;
  font-weight:700;
}
.tkvs-category-children>a:hover { border-color:var(--tkvs-red); background:#28070a; }
.tkvs-catalog-hero__actions { margin-top:20px; display:flex; flex-wrap:wrap; gap:10px; }
.tkvs-catalog-hero__actions .tkvs-button--outline { color:#fff!important; border-color:#666; }
.tkvs-catalog-hero__actions .tkvs-button--outline:hover { color:#111!important; background:#fff; border-color:#fff; }
.tkvs-catalog-hero__visual {
  min-height:330px;
  position:relative;
  margin:0;
  overflow:hidden;
  background:#151515;
  border:1px solid #323232;
  border-top:4px solid var(--tkvs-red);
  box-shadow:0 24px 45px rgba(0,0,0,.35);
}
.tkvs-catalog-hero__visual::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.88),transparent 60%);
}
.tkvs-catalog-hero__visual img { width:100%; height:100%; object-fit:cover; }
.tkvs-catalog-hero__visual figcaption {
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:18px;
  padding-left:12px;
  border-left:3px solid var(--tkvs-red);
}
.tkvs-catalog-hero__visual figcaption span { display:block; color:#ff7785; font-size:8px; font-weight:900; letter-spacing:.13em; }
.tkvs-catalog-hero__visual figcaption strong { display:block; margin-top:4px; color:#fff; font-family:"Barlow Condensed",sans-serif; font-size:27px; font-style:italic; text-transform:uppercase; }

.tkvs-category-rail {
  padding:22px 0;
  color:#fff;
  background:#101010;
  border-bottom:1px solid #2e2e2e;
}
.tkvs-category-rail__head {
  min-height:44px;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.tkvs-category-rail__head>div { display:flex; align-items:baseline; gap:10px; }
.tkvs-category-rail__head span { color:#ff6573; font-size:8px; font-weight:900; letter-spacing:.13em; }
.tkvs-category-rail__head strong { color:#fff; font-family:"Barlow Condensed",sans-serif; font-size:21px; font-style:italic; text-transform:uppercase; }
.tkvs-category-rail__head>a {
  min-height:44px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#fff!important;
  text-decoration:none!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:13px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-category-rail__track {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:236px;
  gap:10px;
  overflow-x:auto;
  padding:1px 1px 9px;
  scroll-snap-type:x proximity;
  scroll-padding-inline:1px;
  scrollbar-color:#4b4b4b transparent;
  scrollbar-width:thin;
}
.tkvs-category-rail__track::-webkit-scrollbar { height:4px; }
.tkvs-category-rail__track::-webkit-scrollbar-track { background:transparent; }
.tkvs-category-rail__track::-webkit-scrollbar-thumb { border-radius:4px; background:#4b4b4b; }
.tkvs-category-rail__track::-webkit-scrollbar-thumb:hover { background:var(--tkvs-red); }
.tkvs-category-rail__track>a {
  min-width:0;
  min-height:112px;
  position:relative;
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  align-items:center;
  overflow:hidden;
  color:#fff!important;
  background:#171717;
  border:1px solid #333;
  text-decoration:none!important;
  scroll-snap-align:start;
  transition:border-color .18s ease,background-color .18s ease,transform .18s ease;
}
.tkvs-category-rail__track>a:hover,.tkvs-category-rail__track>a.is-current { border-color:var(--tkvs-red); background:#21080b; transform:translateY(-1px); }
.tkvs-category-rail__image { width:86px; height:100%; display:block; overflow:hidden; background:#252525; }
.tkvs-category-rail__image img { width:100%; height:100%; object-fit:cover; }
.tkvs-category-rail__track>a>span:last-child { min-width:0; padding:11px 12px; }
.tkvs-category-rail__track small,.tkvs-category-rail__track strong,.tkvs-category-rail__track em { display:block; }
.tkvs-category-rail__track small { color:#ff6573; font-size:7px; font-weight:900; line-height:1.2; text-transform:uppercase; }
.tkvs-category-rail__track strong { min-height:35px; margin-top:5px; overflow:visible; font-family:"Barlow Condensed",sans-serif; font-size:17px; font-style:italic; line-height:1.03; overflow-wrap:normal; text-overflow:clip; text-transform:uppercase; white-space:normal; }
.tkvs-category-rail__track em { margin-top:5px; color:#a7a7a7; font-size:8px; font-style:normal; }

/* OTF full-flow catalog directory v1.0.44 */
.tkvs-catalog-layout { grid-template-columns:320px minmax(0,1fr); gap:24px; }
.tkvs-catalog-sidebar { position:relative; top:auto; max-height:none; overflow:visible; }
.tkvs-catalog-sidebar__all { min-height:64px!important; font-size:13px!important; }
.tkvs-catalog-sidebar__all b { font-size:10px!important; }
.tkvs-catalog-sidebar__groups>section { border-top:1px solid #ded7cf; }
.tkvs-catalog-sidebar__groups h3 {
  margin:0;
  padding:13px 15px 9px;
  color:#6f6760;
  background:#f5f0ea;
  font-family:"Barlow Condensed",sans-serif;
  font-size:15px;
  font-style:italic;
  font-weight:900;
  letter-spacing:.02em;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-catalog-category { border-top:1px solid #eee8e0; background:#fffdfa; }
.tkvs-catalog-sidebar .tkvs-catalog-category__toggle {
  width:100%;
  min-height:76px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) 44px;
  gap:10px;
  align-items:center;
  padding:8px 4px 8px 12px;
  appearance:none;
  color:#171717!important;
  background:#fffdfa;
  border:0;
  border-radius:0;
  box-shadow:none;
  cursor:pointer;
  text-align:left;
}
.tkvs-catalog-category__toggle:hover,
.tkvs-catalog-category.is-current>.tkvs-catalog-category__toggle,
.tkvs-catalog-category.is-open>.tkvs-catalog-category__toggle {
  color:var(--tkvs-red)!important;
  background:#fff0f1;
  box-shadow:inset 4px 0 0 var(--tkvs-red);
}
.tkvs-catalog-category__toggle:focus-visible,
.tkvs-catalog-category__child:focus-visible {
  position:relative;
  z-index:2;
  outline:3px solid rgba(237,0,30,.32);
  outline-offset:-3px;
}
.tkvs-catalog-sidebar__thumb { width:54px; height:54px; display:block; overflow:hidden; background:#eee9e3; }
.tkvs-catalog-sidebar__thumb img { width:100%; height:100%; object-fit:cover; }
.tkvs-catalog-category__copy { min-width:0; display:block; }
.tkvs-catalog-category__copy strong { display:block; overflow:visible; font-size:15px; line-height:1.22; text-overflow:clip; white-space:normal; }
.tkvs-catalog-category__copy small { display:block; margin-top:4px; color:#7f7770; font-size:11px; line-height:1.2; }
.tkvs-catalog-category__chevron {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  color:var(--tkvs-red);
  transition:transform .18s ease;
}
.tkvs-catalog-category__chevron .dashicons { width:20px; height:20px; font-size:20px; }
.tkvs-catalog-category.is-open .tkvs-catalog-category__chevron { transform:rotate(180deg); }
.tkvs-catalog-category__children {
  padding:6px 8px 9px 71px;
  background:#f7f2ec;
  border-top:1px solid #e2dbd3;
}
.tkvs-catalog-category__children[hidden] { display:none!important; }
.tkvs-catalog-category__child {
  min-height:44px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  padding:8px 9px;
  color:#312d29!important;
  background:#fffdfa;
  border-bottom:1px solid #e8e1d9;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
  text-decoration:none!important;
}
.tkvs-catalog-category__child:hover,
.tkvs-catalog-category__child.is-current { color:var(--tkvs-red)!important; background:#fff; }
.tkvs-catalog-category__child--all { color:var(--tkvs-red)!important; background:#eee7df; font-weight:800; }
.tkvs-catalog-category__child small {
  color:#847c75;
  font-size:10px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}
.tkvs-catalog-category__child-arrow {
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  color:var(--tkvs-red);
}
.tkvs-catalog-category__child-arrow .dashicons { width:18px; height:18px; font-size:18px; }
.tkvs-catalog-category__empty { margin:0; padding:9px; color:#746c65; font-size:11px; line-height:1.45; }

.tkvs-pagination {
  width:100%;
  min-height:86px;
  margin:34px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:15px 20px;
  background:#fffdfa;
  border:1px solid #d5cec5;
  border-top:3px solid var(--tkvs-red);
  box-shadow:0 14px 30px rgba(31,17,10,.08);
}
.tkvs-pagination__status {
  min-width:128px;
  padding-right:18px;
  color:#6e665f;
  border-right:1px solid #ded7cf;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.tkvs-pagination__links {
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.tkvs-pagination__links .page-numbers {
  min-width:44px;
  height:44px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 12px;
  color:#171717!important;
  background:#fff!important;
  border:1px solid #d1c9c0!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:800;
}
.tkvs-pagination__links .page-numbers.current,.tkvs-pagination__links a.page-numbers:hover {
  color:#fff!important;
  background:var(--tkvs-red)!important;
  border-color:var(--tkvs-red)!important;
}
.tkvs-pagination__links .page-numbers.dots {
  min-width:28px;
  padding:0;
  color:#8f877f!important;
  background:transparent!important;
  border-color:transparent!important;
}
.tkvs-pagination__links .prev,.tkvs-pagination__links .next { min-width:142px; }

.tkvs-page--about-top-knives-llc .tkvs-page-shell,
.tkvs-page--contact-top-knives-llc .tkvs-page-shell {
  width:100%;
  padding:0;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content,
.tkvs-page--contact-top-knives-llc .tkvs-page-content {
  border:0;
  box-shadow:none;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content>.elementor,
.tkvs-page--contact-top-knives-llc .tkvs-page-content>.elementor { margin:0; }

.tkvs-page--about-top-knives-llc .tkvs-page-content .container { width:100%; max-width:none; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero {
  min-height:570px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:64px max(24px,calc((100vw - 1180px)/2))!important;
  background:
    linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.9) 47%,rgba(5,5,5,.25) 76%,rgba(5,5,5,.5) 100%),
    url("images/otf-collection-banner.webp") center/cover no-repeat!important;
  border-bottom:4px solid var(--tkvs-red)!important;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero>* { max-width:none; }
.tkvs-about-hero {
  width:min(1180px,100%)!important;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.62fr);
  grid-template-rows:auto;
  gap:12px 58px;
  align-items:center;
}
.tkvs-about-hero>.kicker,
.tkvs-about-hero>h1,
.tkvs-about-hero>p,
.tkvs-about-hero>.actions { grid-column:1; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero h1 {
  max-width:760px;
  margin:0 0 8px!important;
  font-size:clamp(52px,5.5vw,78px)!important;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero p { max-width:700px; font-size:15px; line-height:1.7; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero .mini-nav { display:none!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero .actions { margin-top:16px; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge-row {
  grid-column:2;
  grid-row:1/6;
  align-self:stretch;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  padding:1px;
  background:#343434;
  border-top:4px solid var(--tkvs-red);
  box-shadow:0 24px 58px rgba(0,0,0,.34);
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge {
  min-height:114px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:6px;
  padding:18px;
  color:#aaa!important;
  background:linear-gradient(150deg,#181818,#0d0d0d);
  border:0;
  font-size:10px;
  line-height:1.45;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge b {
  display:block;
  color:#fff!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  font-style:italic;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .section {
  width:min(1180px,calc(100% - 48px));
  margin-inline:auto;
  padding:54px 0!important;
  border-bottom:1px solid #2d2d2d;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"],
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"] {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:38px;
  align-items:start;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"]>.section-title,
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"]>.section-sub,
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"]>.section-title,
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"]>.section-sub { grid-column:1; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"]>.grid2,
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"]>.cols,
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"]>.grid2,
.tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"]>.cols { grid-column:2; grid-row:1/5; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .section-title { margin:0 0 12px!important; font-size:clamp(35px,3.8vw,52px)!important; }
.tkvs-page--about-top-knives-llc .tkvs-page-content .section-sub { max-width:680px; color:#aaa!important; font-size:13px; }
.tkvs-page--about-top-knives-llc #snapshot {
  width:100%;
  display:block!important;
  padding:68px max(24px,calc((100vw - 1180px)/2))!important;
  background:#101010;
}
.tkvs-page--about-top-knives-llc #snapshot .tkvs-about-snapshot {
  width:100%;
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(390px,.68fr)!important;
  gap:18px;
  align-items:stretch;
}
.tkvs-page--about-top-knives-llc #snapshot .tkvs-about-snapshot>.card:first-child {
  padding:34px!important;
}
.tkvs-page--about-top-knives-llc #snapshot .stack {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:24px;
}
.tkvs-page--about-top-knives-llc #snapshot .stack>.box {
  min-height:210px;
  padding:20px!important;
  border-top:1px solid #353535!important;
}
.tkvs-page--about-top-knives-llc #snapshot .stack h3 {
  margin:0 0 14px;
  font-size:22px;
  line-height:1;
}
.tkvs-page--about-top-knives-llc #snapshot aside.card {
  display:flex;
  flex-direction:column;
  padding:0!important;
  overflow:hidden;
}
.tkvs-page--about-top-knives-llc #snapshot aside.card>img {
  width:100%;
  min-height:300px;
  flex:1;
  object-fit:cover;
}
.tkvs-page--about-top-knives-llc #snapshot aside.card>.soft {
  margin:0!important;
  padding:18px 20px;
  background:#0c0c0c;
  border-top:1px solid #303030;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .card,
.tkvs-page--about-top-knives-llc .tkvs-page-content .box {
  padding:25px!important;
  border:1px solid #303030!important;
  border-top:3px solid var(--tkvs-red)!important;
  border-radius:0!important;
  background:linear-gradient(155deg,#171717,#0d0d0d)!important;
  box-shadow:none!important;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .steps {
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .step {
  min-height:220px;
  padding:22px 18px;
  gap:14px;
  box-shadow:none;
}
.tkvs-page--about-top-knives-llc .tkvs-page-content .step .n {
  width:38px;
  height:38px;
  border-radius:0;
  font-size:21px;
}
.tkvs-about-details {
  width:min(1180px,calc(100% - 48px));
  margin:34px auto;
  border:1px solid #343434;
  border-top:4px solid var(--tkvs-red);
  background:#111;
}
.tkvs-about-details>summary {
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 22px;
  color:#fff;
  cursor:pointer;
  font-family:"Barlow Condensed",sans-serif;
  font-size:22px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-about-details>summary::marker { color:var(--tkvs-red); }
.tkvs-about-details>summary>span:first-child { display:flex; flex-direction:column; gap:4px; }
.tkvs-about-details>summary small { color:#ff6675; font-family:"Inter",sans-serif; font-size:8px; font-style:normal; letter-spacing:.14em; }
.tkvs-about-details>summary b { color:#fff!important; font-size:22px; }
.tkvs-about-details>summary>.dashicons { width:22px; height:22px; color:var(--tkvs-red); font-size:22px; transition:transform .18s ease; }
.tkvs-about-details[open]>summary>.dashicons { transform:rotate(180deg); }
.tkvs-about-details__body { border-top:1px solid #303030; }
.tkvs-about-details__body>.section { width:100%!important; padding:34px 22px!important; }
.tkvs-about-flow-section {
  display:block!important;
  width:100%!important;
  padding:70px 0!important;
  background:#050505!important;
}
.tkvs-about-flow { max-width:1180px!important; margin:0 auto!important; padding:0 24px!important; }
.tkvs-about-flow__head { max-width:760px; margin:0 0 30px; }
.tkvs-about-flow__head>span { color:var(--tkvs-red); font-size:10px; font-weight:900; letter-spacing:.15em; }
.tkvs-about-flow__head h2 { margin:8px 0 10px; color:#fff!important; font-size:clamp(36px,4vw,58px); }
.tkvs-about-flow__head p { margin:0; color:#bdb7b1; font-size:16px; line-height:1.6; }
.tkvs-about-flow__grid { margin:0; padding:0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; list-style:none; }
.tkvs-about-flow__grid li { min-height:280px; position:relative; padding:28px 24px; color:#fff; border:1px solid #323232; border-top:3px solid var(--tkvs-red); background:linear-gradient(155deg,#181818,#0d0d0d); }
.tkvs-about-flow__grid li+li { border-left:0; }
.tkvs-about-flow__grid li:not(:last-child)::after {
  content:"";
  width:24px;
  height:2px;
  position:absolute;
  right:-12px;
  top:50px;
  z-index:2;
  background:var(--tkvs-red);
}
.tkvs-about-flow__grid b { display:block; margin-bottom:34px; color:var(--tkvs-red); font-family:"Barlow Condensed",sans-serif; font-size:38px; font-style:italic; line-height:1; }
.tkvs-about-flow__grid h3 { margin:0 0 10px; color:#fff!important; font-size:23px; line-height:1.05; }
.tkvs-about-flow__grid p { margin:0; color:#bcb6b0; font-size:13px; line-height:1.65; }
.tkvs-about-flow__cta { min-height:50px; width:max-content; margin-top:24px; display:inline-flex; align-items:center; gap:16px; padding:0 22px; color:#fff!important; background:var(--tkvs-red); text-decoration:none!important; font-family:"Barlow Condensed",sans-serif; font-size:17px; font-style:italic; font-weight:900; text-transform:uppercase; }
.tkvs-about-flow__cta:hover { color:#fff!important; background:var(--tkvs-red-dark); }
.tkvs-page--about-top-knives-llc .tkvs-about-flow__cta,
.tkvs-page--about-top-knives-llc .tkvs-about-flow__cta:visited,
.tkvs-page--about-top-knives-llc .tkvs-about-flow__cta:hover,
.tkvs-page--about-top-knives-llc .tkvs-about-flow__cta span {
  color:#fff!important;
}
.tkvs-page--about-top-knives-llc .tk-country-hub { display:none!important; }
.tkvs-page--about-top-knives-llc #categories .tkvs-about-categories {
  display:grid;
  grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);
  gap:24px 36px;
  align-items:start;
}
.tkvs-page--about-top-knives-llc #categories .section-title,
.tkvs-page--about-top-knives-llc #categories .section-sub,
.tkvs-page--about-top-knives-llc #categories .actions { grid-column:1; }
.tkvs-page--about-top-knives-llc #categories .grid4 {
  grid-column:2;
  grid-row:1/5;
  counter-reset:tkvs-about-category;
}
.tkvs-page--about-top-knives-llc #categories .grid4>.card {
  min-height:190px;
  position:relative;
  counter-increment:tkvs-about-category;
}
.tkvs-page--about-top-knives-llc #categories .grid4>.card::before {
  content:"0" counter(tkvs-about-category);
  display:block;
  margin-bottom:32px;
  color:var(--tkvs-red);
  font-family:"Barlow Condensed",sans-serif;
  font-size:30px;
  font-style:italic;
  font-weight:900;
}
.tkvs-page--about-top-knives-llc #cta {
  width:100%!important;
  padding:55px max(24px,calc((100vw - 1180px)/2))!important;
  background:linear-gradient(105deg,#e1061a,#81000d);
  border:0!important;
}
.tkvs-page--about-top-knives-llc #cta h2,.tkvs-page--about-top-knives-llc #cta p { color:#fff!important; }

.tkvs-page--contact-top-knives-llc .tk-contact-page { background:#f3eee8!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero {
  min-height:390px;
  display:flex;
  align-items:center;
  padding:54px max(24px,calc((100vw - 1180px)/2))!important;
  text-align:left!important;
  background:
    linear-gradient(105deg,rgba(4,4,4,.98) 0%,rgba(12,12,12,.94) 60%,rgba(92,0,10,.78) 100%),
    url("images/edc-colorways-hero.jpg") right center/cover no-repeat!important;
  border-bottom:4px solid var(--tkvs-red)!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .wrap {
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.55fr);
  grid-template-rows:auto auto;
  gap:14px 40px;
  align-items:start;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero h1 {
  grid-column:1;
  margin:0!important;
  font-size:clamp(50px,5.2vw,76px)!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero p {
  grid-column:1;
  max-width:700px;
  margin:0!important;
  font-size:15px;
  line-height:1.7;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .cta {
  grid-column:2;
  grid-row:1/3;
  margin:0!important;
  display:grid!important;
  gap:9px;
  align-self:center;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .btn {
  min-height:52px!important;
  min-width:0!important;
  padding:0 20px!important;
  border-radius:0!important;
  color:#fff!important;
  background:var(--tkvs-red)!important;
  border:1px solid var(--tkvs-red)!important;
  box-shadow:none!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .btn:hover { transform:translateY(-2px); filter:none; background:var(--tkvs-red-dark)!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .btn.ghost {
  color:#fff!important;
  background:#151515!important;
  border-color:#626262!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .btn.ghost:hover { border-color:#fff!important; background:#252525!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.section {
  padding:42px max(24px,calc((100vw - 1180px)/2))!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.section .wrap.grid {
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;
  gap:16px!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .card {
  padding:28px!important;
  border-radius:0!important;
  border:1px solid #d0c7bd!important;
  border-top:4px solid #111!important;
  background:#fffdfa!important;
  box-shadow:none!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .card:first-child { border-top-color:var(--tkvs-red)!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card h2 { font-size:34px!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .item,
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .kv {
  padding:12px 0!important;
  border:0!important;
  border-bottom:1px solid #dfd7ce!important;
  border-radius:0!important;
  background:transparent!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .card strong,
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .item strong { color:#111!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .note {
  padding:15px!important;
  border-radius:0!important;
  color:#403932!important;
  background:#f2ece5!important;
  border:1px solid #d8cec3!important;
  border-left:4px solid var(--tkvs-red)!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .note strong { color:#111!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page .card .note span { color:#625a53!important; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq {
  padding:56px max(24px,calc((100vw - 1180px)/2))!important;
  background:#e8e0d7!important;
}
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>.wrap {
  width:100%!important;
  display:grid;
  grid-template-columns:minmax(270px,.7fr) minmax(460px,1.3fr);
  grid-template-rows:auto auto auto 1fr;
  gap:10px 42px;
  align-items:start;
}
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq h2,
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>div>p,
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>div>.cta,
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq .tkvs-contact-checklist { grid-column:1; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq h2 { margin:0!important; font-size:42px!important; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>div>.cta { display:grid!important; margin-top:12px!important; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq .tkvs-contact-checklist {
  margin-top:8px;
  padding:22px!important;
  border-top-color:#111!important;
}
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form {
  grid-column:2;
  grid-row:1/6;
  width:100%;
  max-width:none!important;
  margin:0!important;
  padding:28px;
  background:#fffdfa;
  border:1px solid #cec5bb;
  border-top:4px solid var(--tkvs-red);
}
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form input,
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form textarea {
  min-height:50px!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
  background:#fff!important;
  border:1px solid #bfb5aa!important;
}
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form textarea { min-height:132px!important; }
.tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form button {
  min-height:54px!important;
  color:#fff!important;
  background:var(--tkvs-red)!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final {
  padding:28px max(24px,calc((100vw - 1180px)/2))!important;
  border-top:0!important;
  background:#0b0b0b!important;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final .wrap {
  min-height:92px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px 28px;
  align-items:center;
  text-align:left;
}
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final h2 { grid-column:1; margin:0!important; font-size:34px!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final p { grid-column:1; margin:0!important; }
.tkvs-page--contact-top-knives-llc .tk-contact-page>.final .cta { grid-column:2; grid-row:1/3; margin:0!important; }

@media (max-width:1180px) {
  .tkvs-mega__head { width:calc(100% - 38px); }
  .tkvs-mega__grid { padding-top:16px; }
  .tkvs-catalog-hero__grid { grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr); }
  .tkvs-catalog-layout { grid-template-columns:300px minmax(0,1fr); }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .steps { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .tkvs-about-flow__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:900px) {
  .tkvs-catalog-hero__grid { grid-template-columns:minmax(0,1fr) 300px; }
  .tkvs-catalog-layout { grid-template-columns:1fr; }
  .tkvs-catalog-sidebar {
    position:fixed;
    left:0;
    right:auto;
    top:0;
    bottom:0;
    width:min(430px,94vw);
    height:100dvh;
    max-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .tkvs-catalog-sidebar__status { display:none; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"],
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"] { grid-template-columns:1fr; gap:18px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"]>.grid2,
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="snapshot"]>.cols,
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"]>.grid2,
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section[id="howwework"]>.cols { grid-column:1; grid-row:auto; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .wrap { grid-template-columns:minmax(0,1fr) minmax(270px,.6fr); }
}

@media (max-width:760px) {
  .tkvs-mobile-drawer>aside { width:min(390px,94vw); }
  .tkvs-mobile-drawer header { min-height:60px; }
  .tkvs-mobile-drawer__rfq { position:sticky; bottom:0; z-index:3; margin:10px 12px 14px; box-shadow:0 8px 24px rgba(0,0,0,.22); }
  .tkvs-catalog-hero { padding:18px 0 20px; }
  .tkvs-active .woocommerce-breadcrumb { margin-bottom:14px!important; }
  .tkvs-catalog-hero__grid { grid-template-columns:1fr; gap:15px; }
  .tkvs-category-summary { padding:0; }
  .tkvs-ready .tkvs-category-summary.has-guide:not(.is-expanded) .tkvs-catalog-owner { max-height:none; }
  .tkvs-catalog-owner h1 { font-size:39px; }
  .tkvs-catalog-owner h2,.tkvs-catalog-owner h3 { font-size:23px!important; }
  .tkvs-catalog-owner p,.tkvs-catalog-owner li { font-size:11px; line-height:1.6; }
  .tkvs-catalog-hero__visual { min-height:210px; order:-1; }
  .tkvs-catalog-hero__visual figcaption strong { font-size:22px; }
  .tkvs-catalog-hero__actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
  .tkvs-catalog-hero__actions .tkvs-button { min-height:46px; padding:0 8px; font-size:13px; }
  .tkvs-category-children { flex-wrap:nowrap; overflow-x:auto; padding-bottom:6px; }
  .tkvs-category-children>a { flex:0 0 auto; }
  .tkvs-category-rail { padding:14px 0; }
  .tkvs-category-rail>.tkvs-shell { width:100%; }
  .tkvs-category-rail__head { width:calc(100% - 24px); margin:0 auto 8px; }
  .tkvs-category-rail__head>div { display:block; }
  .tkvs-category-rail__head strong { display:block; font-size:18px; }
  .tkvs-category-rail__head>a { font-size:11px; }
  .tkvs-category-rail__track { grid-auto-columns:214px; gap:8px; padding:0 12px 8px; }
  .tkvs-category-rail__track>a { min-height:104px; grid-template-columns:74px minmax(0,1fr); }
  .tkvs-category-rail__image { width:74px; }
  .tkvs-category-rail__track>a>span:last-child { padding:9px 10px; }
  .tkvs-category-rail__track strong { min-height:32px; font-size:16px; line-height:1.02; }
  .tkvs-catalog-command { top:70px; }
  .tkvs-catalog-layout { padding-top:0; }
  .tkvs-catalog-sidebar {
    left:0;
    right:auto;
    top:0;
    bottom:0;
    width:min(430px,94vw);
    height:100dvh;
    max-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .tkvs-catalog-sidebar__groups h3 { padding:14px 16px 10px; font-size:17px; }
  .tkvs-catalog-sidebar .tkvs-catalog-category__toggle {
    min-height:80px;
    grid-template-columns:54px minmax(0,1fr) 48px;
    gap:10px;
    padding:9px 2px 9px 12px;
  }
  .tkvs-catalog-category__copy strong { font-size:17px; line-height:1.2; }
  .tkvs-catalog-category__copy small { margin-top:5px; font-size:12px; }
  .tkvs-catalog-category__chevron { width:48px; height:48px; }
  .tkvs-catalog-category__children { padding:7px 8px 10px 68px; }
  .tkvs-catalog-category__child { min-height:48px; padding:9px 10px; font-size:16px; }
  .tkvs-catalog-category__child small { font-size:11px; }
  .tkvs-catalog-category__empty { padding:10px; font-size:12px; }
  .tkvs-pagination {
    width:100%;
    min-height:0;
    margin:22px 0 0;
    align-items:stretch;
    flex-direction:column;
    gap:11px;
    padding:13px 12px 14px;
  }
  .tkvs-pagination__status {
    min-width:0;
    padding:0 0 10px;
    border-right:0;
    border-bottom:1px solid #e2dcd5;
    text-align:left;
  }
  .tkvs-pagination__links { width:100%; display:grid; grid-template-columns:1fr auto 1fr; gap:6px; }
  .tkvs-pagination__links .page-numbers:not(.prev):not(.next):not(.current) { display:none!important; }
  .tkvs-pagination__links .page-numbers { min-width:44px; }
  .tkvs-pagination__links .prev { grid-column:1; }
  .tkvs-pagination__links .current { grid-column:2; }
  .tkvs-pagination__links .next { grid-column:3; }
  .tkvs-pagination__links .prev,.tkvs-pagination__links .next { min-width:0; width:100%; }

  .tkvs-page--about-top-knives-llc .tkvs-page-content .section,
  .tkvs-about-details { width:calc(100% - 24px); }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero {
    min-height:0;
    justify-content:flex-end;
    padding:42px 14px 30px!important;
    background:
      linear-gradient(0deg,rgba(4,4,4,.98) 0%,rgba(4,4,4,.86) 58%,rgba(4,4,4,.22) 100%),
      url("images/otf-collection-banner.webp") 66% center/cover no-repeat!important;
  }
  .tkvs-about-hero { display:grid; grid-template-columns:1fr; gap:10px; }
  .tkvs-about-hero>.kicker,
  .tkvs-about-hero>h1,
  .tkvs-about-hero>p,
  .tkvs-about-hero>.actions,
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge-row { grid-column:1; grid-row:auto; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero h1 { font-size:44px!important; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero p {
    display:-webkit-box;
    overflow:hidden;
    font-size:12px;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
  }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero .actions { display:grid; grid-template-columns:1fr 1fr; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero .actions a { min-width:0; padding:0 10px; font-size:12px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge-row { margin-top:14px; grid-template-columns:1fr 1fr; box-shadow:none; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge { min-height:86px; padding:13px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .hero .badge b { font-size:15px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .section { padding:34px 0!important; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .grid2,
  .tkvs-page--about-top-knives-llc .tkvs-page-content .cols { grid-template-columns:1fr!important; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .grid4 { grid-template-columns:1fr 1fr; gap:8px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .card,
  .tkvs-page--about-top-knives-llc .tkvs-page-content .box { padding:20px!important; }
  .tkvs-page--about-top-knives-llc #snapshot {
    width:100%;
    padding:34px 12px!important;
  }
  .tkvs-page--about-top-knives-llc #snapshot .tkvs-about-snapshot { grid-template-columns:1fr!important; gap:10px; }
  .tkvs-page--about-top-knives-llc #snapshot .tkvs-about-snapshot>.card:first-child { padding:20px!important; }
  .tkvs-page--about-top-knives-llc #snapshot .stack { grid-template-columns:1fr; margin-top:18px; }
  .tkvs-page--about-top-knives-llc #snapshot .stack>.box { min-height:0; padding:17px!important; }
  .tkvs-page--about-top-knives-llc #snapshot aside.card>img { min-height:220px; max-height:300px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .steps { grid-template-columns:1fr; gap:8px; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .step { min-height:0; }
  .tkvs-page--about-top-knives-llc .tkvs-page-content .tkvs-about-flow-section { width:100%!important; padding:42px 0!important; }
  .tkvs-about-flow { padding:0 12px!important; }
  .tkvs-about-flow__head { margin-bottom:22px; }
  .tkvs-about-flow__head h2 { font-size:38px; }
  .tkvs-about-flow__head p { font-size:13px; }
  .tkvs-about-flow__grid { grid-template-columns:1fr; gap:8px; }
  .tkvs-about-flow__grid li { min-height:0; padding:20px; }
  .tkvs-about-flow__grid li+li { border-left:1px solid #323232; }
  .tkvs-about-flow__grid li::after { display:none!important; }
  .tkvs-about-flow__grid b { margin-bottom:12px; font-size:32px; }
  .tkvs-about-flow__grid h3 { font-size:21px; }
  .tkvs-about-flow__cta { width:100%; justify-content:center; }
  .tkvs-about-details { margin:20px auto; }
  .tkvs-about-details>summary { min-height:64px; padding:14px 16px; font-size:18px; }
  .tkvs-about-details>summary b { font-size:17px; }
  .tkvs-about-details__body>.section { width:100%; padding:25px 15px!important; }
  .tkvs-page--about-top-knives-llc #categories .tkvs-about-categories { grid-template-columns:1fr; gap:10px; }
  .tkvs-page--about-top-knives-llc #categories .section-title,
  .tkvs-page--about-top-knives-llc #categories .section-sub,
  .tkvs-page--about-top-knives-llc #categories .actions,
  .tkvs-page--about-top-knives-llc #categories .grid4 { grid-column:1; grid-row:auto; }
  .tkvs-page--about-top-knives-llc #categories .grid4>.card { min-height:150px; }
  .tkvs-page--about-top-knives-llc #categories .grid4>.card::before { margin-bottom:18px; font-size:26px; }
  .tkvs-page--about-top-knives-llc #cta { width:100%!important; padding:38px 16px!important; }

  .tkvs-contact-dock {
    right:10px;
    bottom:max(12px,env(safe-area-inset-bottom));
    gap:6px;
  }
  .tkvs-contact-dock__item {
    width:44px;
    height:44px;
    border-width:2px;
  }
  .tkvs-contact-dock__item .dashicons { width:20px; height:20px; font-size:20px; }
  .tkvs-contact-dock__item img { width:20px; height:20px; }
  .tkvs-contact-dock__item>span:last-child { display:none; }
  .tkvs-mobile-drawer-open .tkvs-contact-dock,
  html.tkvs-filter-open .tkvs-contact-dock,
  html.tkvs-filter-open #tk-chat-panel,
  html.tkvs-filter-open .tk-chat-panel,
  html.tkvs-filter-open body.tkvs-active [data-tk-chat-open] {
    display:none!important;
    opacity:0;
    pointer-events:none;
    transform:translateY(10px);
  }

  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero {
    min-height:0;
    padding:38px 16px 30px!important;
    background:linear-gradient(130deg,#080808,#240308)!important;
  }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .wrap { grid-template-columns:1fr; grid-template-rows:auto; gap:12px; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero h1,
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero p,
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .cta { grid-column:1; grid-row:auto; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero h1 { font-size:42px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero p { font-size:12px; line-height:1.6; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.hero .cta { margin-top:6px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .btn { width:100%; min-height:48px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.section { padding:18px 12px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.section .wrap.grid { grid-template-columns:1fr!important; gap:8px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .card { padding:20px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .card h2 { font-size:29px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .card .list { gap:0!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page .card .item,
  .tkvs-page--contact-top-knives-llc .tk-contact-page .card .kv { padding:10px 0!important; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq { padding:28px 12px!important; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>.wrap { grid-template-columns:1fr; grid-template-rows:auto; gap:10px; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq h2,
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>div>p,
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq>div>.cta,
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq .tkvs-contact-checklist,
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form { grid-column:1; grid-row:auto; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq h2 { font-size:34px!important; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq .tkvs-contact-checklist { order:4; }
  .tkvs-page--contact-top-knives-llc .tk-codex-contact-rfq form { order:3; padding:18px 14px; grid-template-columns:1fr; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final { padding:28px 16px!important; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final .wrap { grid-template-columns:1fr; grid-template-rows:auto; text-align:left; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final h2,
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final p,
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final .cta { grid-column:1; grid-row:auto; }
  .tkvs-page--contact-top-knives-llc .tk-contact-page>.final .cta { margin-top:14px!important; }
}

/* v1.0.50 — approved storefront launch + dynamic resilient runtime loader */
.tkvs-nav__inner>.tkvs-currency { margin-left:auto; }
.tkvs-nav__inner>.tkvs-language { margin-left:0; }
.tkvs-currency { position:relative; z-index:5400; display:flex; align-items:stretch; font-family:var(--tkvs-body); }
.tkvs-currency__toggle {
  min-width:108px;
  min-height:48px;
  padding:0 13px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-inline:1px solid #242424;
  background:#0b0b0b;
  color:#fff;
  font-family:var(--tkvs-body);
}
.tkvs-currency__toggle:hover,.tkvs-currency.is-open .tkvs-currency__toggle { background:var(--tkvs-red); }
.tkvs-currency__toggle>.dashicons:first-child { width:17px; height:17px; color:#ff7180; font-size:17px; }
.tkvs-currency__toggle strong { font-size:12px; letter-spacing:.05em; }
.tkvs-currency__toggle small { color:#aaa; font-size:10px; font-weight:700; }
.tkvs-currency.is-open .tkvs-currency__toggle small,.tkvs-currency.is-open .tkvs-currency__toggle>.dashicons:first-child { color:#fff; }
.tkvs-currency__chevron { width:15px!important; height:15px!important; margin-left:1px; font-size:15px!important; transition:transform .18s ease; }
.tkvs-currency.is-open .tkvs-currency__chevron { transform:rotate(180deg); }
.tkvs-currency__menu {
  width:430px;
  max-height:min(680px,calc(100vh - 150px));
  position:absolute;
  top:calc(100% + 5px);
  right:0;
  overflow:auto;
  color:#171717;
  background:#fffdfa;
  border:1px solid #d4ccc3;
  border-top:4px solid var(--tkvs-red);
  box-shadow:0 24px 58px rgba(0,0,0,.38);
}
.tkvs-currency__menu[hidden] { display:none!important; }
.tkvs-currency__head {
  min-height:76px;
  padding:15px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:#111;
  color:#fff;
}
.tkvs-currency__head>span { min-width:0; display:flex; flex-direction:column; gap:4px; }
.tkvs-currency__head small { color:#ff8290; font-size:9px; font-weight:900; letter-spacing:.15em; }
.tkvs-currency__head strong { font-family:var(--tkvs-display); font-size:22px; font-style:italic; line-height:1; text-transform:uppercase; }
.tkvs-currency__head em {
  min-height:28px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  border:1px solid #444;
  color:#d4d4d4;
  font-size:8px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.08em;
  white-space:nowrap;
}
.tkvs-currency__head em::before { content:""; width:7px; height:7px; margin-right:7px; border-radius:50%; background:#d2a134; box-shadow:0 0 0 3px rgba(210,161,52,.16); }
.tkvs-currency__head em[data-status="live"]::before { background:#45bd84; box-shadow:0 0 0 3px rgba(69,189,132,.16); }
.tkvs-currency__note {
  min-height:64px;
  margin:0!important;
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:11px;
  border-bottom:1px solid #ddd6ce;
  background:#f1ece5;
  color:#655f58;
  font-size:10px;
  line-height:1.5;
}
.tkvs-currency__note .dashicons { flex:0 0 auto; color:var(--tkvs-red); }
.tkvs-currency__grid { padding:10px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
.tkvs-currency__grid button {
  min-width:0;
  min-height:74px;
  position:relative;
  padding:9px 8px;
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:center;
  gap:2px 7px;
  border:1px solid #d8d1c9;
  background:#fff;
  color:#1a1918;
  text-align:left;
}
.tkvs-currency__grid button:hover { border-color:var(--tkvs-red); background:#fff4f5; }
.tkvs-currency__grid button.is-selected { border-color:#111; background:#111; color:#fff; box-shadow:inset 3px 0 0 var(--tkvs-red); }
.tkvs-currency__grid button>span { grid-row:1/3; width:27px; height:35px; display:grid; place-items:center; background:#eee9e2; font-family:var(--tkvs-display); font-size:14px; font-weight:900; }
.tkvs-currency__grid button.is-selected>span { background:var(--tkvs-red); color:#fff; }
.tkvs-currency__grid button>strong { align-self:end; font-size:12px; }
.tkvs-currency__grid button>small { min-width:0; align-self:start; overflow:hidden; color:#7d766f; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.tkvs-currency__grid button.is-selected>small { color:#cfcfcf; }

.tkvs-product-card__title { min-height:50px; font-size:14px; line-height:1.38; }
body.tkvs-route-product .tkvs-product { padding:28px 0 70px; }
body.tkvs-route-product .tkvs-product>.tkvs-shell { width:min(1380px,calc(100vw - 48px)); }
body.tkvs-route-product .tkvs-product-detail {
  grid-template-columns:minmax(0,53%) minmax(500px,47%);
  align-items:start;
  overflow:visible;
  border:0;
  background:transparent;
  box-shadow:none;
}
body.tkvs-route-product .tkvs-product-gallery {
  min-width:0;
  align-self:start;
  position:sticky;
  top:145px;
  padding:22px;
  border:1px solid #cec6bd;
  border-right:0;
  background:#f0ece6;
  box-shadow:0 20px 46px rgba(36,18,12,.09);
}
body.tkvs-route-product .tkvs-product-gallery .woocommerce-product-gallery__image { min-height:610px; aspect-ratio:1/1; }
body.tkvs-route-product .tkvs-product-gallery .woocommerce-product-gallery__image img { object-fit:contain!important; }
body.tkvs-route-product .tkvs-product-gallery.tkvs-single-image .flex-control-thumbs { display:none!important; }
body.tkvs-route-product .tkvs-product-summary {
  min-width:0;
  padding:30px 32px 28px;
  border:1px solid #cec6bd;
  background:var(--tkvs-white);
  box-shadow:0 20px 46px rgba(36,18,12,.11);
}
body.tkvs-route-product .tkvs-product-summary__tag { padding:6px 10px; font-size:12px; letter-spacing:.04em; }
body.tkvs-route-product .tkvs-product-summary h1,
body.tkvs-route-product .tkvs-product-summary h1.product_title {
  max-width:17ch;
  margin:15px 0 11px!important;
  font-size:clamp(46px,4.1vw,60px)!important;
  line-height:.93!important;
  letter-spacing:-.015em;
}
body.tkvs-route-product .tkvs-product-summary>.price,
body.tkvs-route-product .tkvs-product-summary .summary>.price {
  margin-bottom:14px!important;
  font-family:var(--tkvs-display);
  font-size:34px!important;
  font-style:italic;
}
.tkvs-product-enhanced .tkvs-buy-metrics { display:none; }
.tkvs-product-enhanced .tkvs-spec-source { display:none!important; }
.tkvs-product-specs { margin-top:5px; border-block:1px solid #dcd5cd; }
.tkvs-product-specs>div {
  min-height:44px;
  padding:9px 0;
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  align-items:center;
  gap:14px;
  border-bottom:1px solid #ebe5de;
}
.tkvs-product-specs>div:last-child { border-bottom:0; }
.tkvs-product-specs small { color:#756e67; font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.tkvs-product-specs strong { color:#24211f; font-size:13px; line-height:1.4; }
.tkvs-purchase-heading {
  min-height:42px;
  padding:0 1px 8px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
}
.tkvs-purchase-heading strong { font-family:var(--tkvs-display); font-size:21px; font-style:italic; font-weight:900; line-height:1; text-transform:uppercase; }
.tkvs-purchase-heading small { color:#756f68; font-size:10px; line-height:1.35; text-align:right; }
body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts {
  margin:18px 0 0!important;
  border:0!important;
}
body.tkvs-route-product .wd-dynamic-discounts table,
body.tkvs-route-product .wd-dynamic-discounts tbody { width:100%; display:block!important; }
body.tkvs-route-product .wd-dynamic-discounts thead { display:none!important; }
body.tkvs-route-product .wd-dynamic-discounts tbody {
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}
body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts tbody>tr {
  min-width:0;
  min-height:102px;
  position:relative;
  padding:15px 12px 12px;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  border:1px solid #d8d0c7;
  background:#f2ede7;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts tbody>tr:hover,
body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts tbody>tr:focus-visible {
  border-color:var(--tkvs-red);
  background:#fff6f6;
  outline:0;
  transform:translateY(-1px);
}
body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts tbody>tr.tkvs-active-tier {
  border-color:var(--tkvs-red);
  background:#fff3f4;
  box-shadow:inset 0 3px 0 var(--tkvs-red);
}
body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts td {
  width:auto!important;
  padding:0!important;
  display:block!important;
  border:0!important;
  background:transparent!important;
  text-align:left!important;
}
body.tkvs-route-product .wd-dynamic-discounts .wd-dd-quantity { color:#655e58!important; font-size:11px; font-weight:800; letter-spacing:.025em; }
body.tkvs-route-product .wd-dynamic-discounts .wd-dd-price,
body.tkvs-route-product .wd-dynamic-discounts .wd-dd-price .amount {
  color:#171717!important;
  font-family:var(--tkvs-display);
  font-size:27px!important;
  font-style:italic;
  font-weight:900!important;
  line-height:1.05;
}
body.tkvs-route-product .wd-dynamic-discounts .wd-dd-discount { color:var(--tkvs-red-dark)!important; font-size:10px; font-weight:900; }
.tkvs-tier-current {
  display:none;
  position:absolute;
  top:7px;
  right:7px;
  padding:4px 6px;
  background:var(--tkvs-red);
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.04em;
}
tr.tkvs-active-tier .tkvs-tier-current { display:block; }
.tkvs-variation-source { display:none!important; }
.tkvs-finish-selector { margin-top:13px; }
.tkvs-finish-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }
.tkvs-finish-grid button {
  min-width:0;
  min-height:94px;
  padding:0;
  display:grid;
  grid-template-rows:62px auto;
  overflow:hidden;
  border:1px solid #d8d0c7;
  background:#fff;
  color:#24211f;
}
.tkvs-finish-grid button:hover,.tkvs-finish-grid button.is-active { border-color:var(--tkvs-red); box-shadow:inset 0 -3px 0 var(--tkvs-red); }
.tkvs-finish-grid button>span {
  display:block;
  border-bottom:1px solid #e2dbd3;
  background-color:#f5f0e9;
  background-repeat:no-repeat;
  background-size:400% auto;
}
.tkvs-finish-grid button>strong { min-width:0; padding:9px 4px 8px; overflow:hidden; font-size:10px; line-height:1.15; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
body.tkvs-route-product .tkvs-product-summary form.cart { margin:16px 0 5px!important; }
body.tkvs-route-product .tkvs-product-summary .single_variation_wrap { margin-top:11px; }
body.tkvs-route-product .tkvs-product-summary .variations_button {
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr);
  gap:9px 11px;
  align-items:stretch;
}
body.tkvs-route-product .tkvs-product-summary .quantity {
  min-width:0;
  min-height:66px;
  display:flex!important;
  align-items:stretch;
  border-color:#cfc7bd;
}
body.tkvs-route-product .tkvs-product-summary .quantity .minus,
body.tkvs-route-product .tkvs-product-summary .quantity .plus {
  width:46px;
  min-width:46px;
  min-height:64px;
  font-size:18px;
}
body.tkvs-route-product .tkvs-product-summary .quantity input.qty { width:68px; min-width:0; height:64px; font-size:18px; font-weight:900; }
.tkvs-order-estimate {
  min-width:0;
  min-height:66px;
  padding:10px 14px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-content:center;
  gap:3px 10px;
  border-left:5px solid var(--tkvs-red);
  background:#191717;
  color:#fff;
}
.tkvs-order-estimate small { color:#bdb5ae; font-size:9px; font-weight:900; letter-spacing:.1em; }
.tkvs-order-estimate strong { color:#ff7f8c; font-family:var(--tkvs-display); font-size:27px; font-style:italic; line-height:1; }
.tkvs-order-estimate span { grid-column:1/-1; color:#d0c8c1; font-size:10px; }
body.tkvs-route-product .tkvs-product-summary .single_add_to_cart_button {
  grid-column:1/-1;
  width:100%!important;
  min-height:58px!important;
  margin:0!important;
  justify-content:center;
  font-size:21px!important;
}
.tkvs-tier-note {
  grid-column:1/-1;
  min-height:38px;
  margin:0!important;
  padding:10px 12px;
  background:#f0ebe4;
  color:#615a54;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}
.tkvs-tier-note strong { color:var(--tkvs-red-dark); }
body.tkvs-route-product .tkvs-product-help { justify-content:center; font-size:12px; }

body.tkvs-route-product .tkvs-product-tabs { padding-top:34px; }
.tkvs-product-tabs-source[hidden] { display:none!important; }
.tkvs-product-information {
  margin:0 0 34px;
  border:1px solid #cfc7bd;
  background:var(--tkvs-white);
  box-shadow:0 14px 32px rgba(36,18,12,.06);
}
.tkvs-product-information>header {
  min-height:104px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  align-items:center;
  gap:24px;
  border-top:4px solid var(--tkvs-red);
  border-bottom:1px solid #dcd4cc;
  background:linear-gradient(110deg,#101010,#1a1716);
  color:#fff;
}
.tkvs-product-information>header>span { color:#ff7f8c; font-size:10px; font-weight:900; letter-spacing:.16em; }
.tkvs-product-information>header h2 { margin:0 0 5px; color:#fff!important; font-family:var(--tkvs-display); font-size:34px; font-style:italic; line-height:.96; text-transform:uppercase; }
.tkvs-product-information>header p { margin:0; color:#bbb4ad; font-size:12px; line-height:1.5; }
.tkvs-product-information__list>article { border-bottom:1px solid #ddd6ce; transition:background .18s ease,box-shadow .18s ease; }
.tkvs-product-information__list>article:last-child { border-bottom:0; }
.tkvs-product-information__list>article.is-open { background:#fff8f5; box-shadow:inset 4px 0 0 var(--tkvs-red); }
.tkvs-product-information__list>article>button {
  width:100%;
  min-height:86px;
  padding:16px 24px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 48px;
  align-items:center;
  gap:16px;
  border:0;
  background:transparent;
  color:#191817;
  text-align:left;
}
.tkvs-product-information__list>article>button:hover { background:#f5efe8; }
.tkvs-product-information__index { color:var(--tkvs-red); font-family:var(--tkvs-display); font-size:18px; font-style:italic; font-weight:900; }
.tkvs-product-information__list>article>button>strong { font-family:var(--tkvs-display); font-size:26px; font-style:italic; font-weight:900; line-height:1; text-transform:uppercase; }
.tkvs-product-information__toggle {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid #cfc7bd;
  background:#fff;
  color:var(--tkvs-red);
  font-family:var(--tkvs-body);
  font-size:22px;
  font-weight:500;
  line-height:1;
}
.tkvs-product-information__list>article.is-open .tkvs-product-information__toggle { border-color:#111; background:#111; color:#fff; }
.tkvs-product-information__content {
  padding:0 86px 28px 98px;
  color:#4c4641;
  font-size:15px;
  line-height:1.72;
}
.tkvs-product-information__content[hidden] { display:none!important; }
.tkvs-product-information__content h2,.tkvs-product-information__content h3 { display:none; }
.tkvs-product-information__content p { margin:0 0 11px; color:inherit; font-size:inherit; line-height:inherit; }
.tkvs-product-information__content ul { margin:0; padding-left:20px; columns:2; column-gap:44px; }
.tkvs-product-information__content li { margin-bottom:8px; break-inside:avoid; }

body.tkvs-route-product .tkpr-section.tkvs-recommendations {
  width:100%!important;
  margin:40px 0 44px!important;
  padding:0!important;
  color:#171717!important;
}
.tkvs-recommendations>h2 {
  margin:0!important;
  color:#111!important;
  font-family:var(--tkvs-display)!important;
  font-size:34px!important;
  font-style:italic!important;
  font-weight:900!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.tkvs-recommendation-status {
  min-height:26px;
  margin:8px 0 16px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#245f48;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.tkvs-recommendation-status i { width:8px; height:8px; border-radius:50%; background:#2c9a69; box-shadow:0 0 0 4px rgba(44,154,105,.13); }
body.tkvs-route-product .tkvs-recommendations .tkpr-grid { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr))!important; gap:14px!important; }
body.tkvs-route-product .tkvs-recommendations .tkpr-card {
  overflow:hidden!important;
  border:1px solid #d3ccc3!important;
  border-top:3px solid transparent!important;
  border-radius:0!important;
  background:#fffdfa!important;
  box-shadow:0 9px 22px rgba(35,18,12,.06)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body.tkvs-route-product .tkvs-recommendations .tkpr-card:hover { transform:translateY(-3px); border-top-color:var(--tkvs-red)!important; box-shadow:0 16px 34px rgba(35,18,12,.12)!important; }
body.tkvs-route-product .tkvs-recommendations .tkpr-image { aspect-ratio:4/3!important; border-bottom:1px solid #ddd6ce; background:#fff; }
body.tkvs-route-product .tkvs-recommendations .tkpr-image img { object-fit:cover!important; }
body.tkvs-route-product .tkvs-recommendations .tkpr-body { min-height:190px!important; padding:16px!important; display:flex!important; flex-direction:column!important; gap:11px!important; }
body.tkvs-route-product .tkvs-recommendations .tkpr-title { min-height:48px!important; color:#171717!important; font-family:var(--tkvs-display)!important; font-size:18px!important; font-style:italic!important; font-weight:900!important; line-height:1.12!important; text-transform:uppercase!important; }
body.tkvs-route-product .tkvs-recommendations .tkpr-price,
body.tkvs-route-product .tkvs-recommendations .tkpr-price .price,
body.tkvs-route-product .tkvs-recommendations .tkpr-price .amount,
body.tkvs-route-product .tkvs-recommendations .tkpr-price bdi { color:#111!important; font-size:22px!important; font-weight:900!important; }
body.tkvs-route-product .tkvs-recommendations .tkpr-button {
  width:100%!important;
  min-height:48px!important;
  margin-top:auto!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:0!important;
  background:var(--tkvs-red)!important;
  color:#fff!important;
  font-family:var(--tkvs-display)!important;
  font-size:17px!important;
  font-style:italic!important;
  font-weight:900!important;
}
body.tkvs-route-product .tkvs-recommendations .tkpr-button:hover { background:var(--tkvs-red-dark)!important; }

@media (max-width:1180px) {
  .tkvs-nav__inner>.tkvs-currency { margin-left:auto; }
  .tkvs-currency__toggle { min-width:92px; padding-inline:9px; }
  .tkvs-currency__toggle small { display:none; }
  body.tkvs-route-product .tkvs-product-detail { grid-template-columns:minmax(0,51%) minmax(470px,49%); }
  body.tkvs-route-product .tkvs-product-gallery { position:relative; top:auto; }
  body.tkvs-route-product .tkvs-product-gallery .woocommerce-product-gallery__image { min-height:520px; }
}

@media (max-width:900px) {
  .tk-mobile-header-v2__currency { padding:12px 14px; border-bottom:1px solid #302e2c; }
  .tk-mobile-header-v2__currency>span { display:block; margin-bottom:7px; color:#8f8881; font-size:9px; font-weight:900; letter-spacing:.14em; }
  .tk-mobile-header-v2__currency .tkvs-currency { width:100%; display:block; z-index:1; }
  .tk-mobile-header-v2__currency .tkvs-currency__toggle { width:100%; min-height:48px; justify-content:flex-start; border:1px solid #3c3936; background:#171717; }
  .tk-mobile-header-v2__currency .tkvs-currency__chevron { margin-left:auto; }
  .tk-mobile-header-v2__currency .tkvs-currency__menu { width:100%; max-height:none; position:static; margin-top:7px; box-shadow:none; }
  .tk-mobile-header-v2__currency .tkvs-currency__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.tkvs-route-product .tkvs-product>.tkvs-shell { width:100%; }
  body.tkvs-route-product .tkvs-product-detail { grid-template-columns:1fr; }
  body.tkvs-route-product .tkvs-product-gallery { border-right:1px solid #cec6bd; border-inline:0; box-shadow:none; }
  body.tkvs-route-product .tkvs-product-summary { border-inline:0; box-shadow:none; }
}

@media (max-width:600px) {
  .tkvs-product-card__title { min-height:50px; font-size:12.5px; }
  body.tkvs-route-product .tkvs-product { padding-top:14px; }
  body.tkvs-route-product .tkvs-product-gallery { padding:10px; }
  body.tkvs-route-product .tkvs-product-gallery .woocommerce-product-gallery__image { min-height:0; }
  body.tkvs-route-product .tkvs-product-summary { padding:24px 16px 20px; }
  body.tkvs-route-product .tkvs-product-summary h1,
  body.tkvs-route-product .tkvs-product-summary h1.product_title { max-width:18ch; font-size:40px!important; line-height:.95!important; }
  body.tkvs-route-product .tkvs-product-summary>.price,
  body.tkvs-route-product .tkvs-product-summary .summary>.price { font-size:31px!important; }
  .tkvs-product-specs>div { min-height:54px; grid-template-columns:98px minmax(0,1fr); gap:10px; }
  .tkvs-product-specs small { font-size:9px; }
  .tkvs-product-specs strong { font-size:13px; }
  .tkvs-purchase-heading { align-items:flex-end; }
  .tkvs-purchase-heading strong { font-size:20px; }
  .tkvs-purchase-heading small { max-width:132px; font-size:9px; }
  body.tkvs-route-product .wd-dynamic-discounts tbody { grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; }
  body.tkvs-route-product .tkvs-product-summary .wd-dynamic-discounts tbody>tr { min-height:98px; padding:14px 11px 11px; }
  body.tkvs-route-product .wd-dynamic-discounts .wd-dd-price,
  body.tkvs-route-product .wd-dynamic-discounts .wd-dd-price .amount { font-size:26px!important; }
  .tkvs-finish-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-finish-grid button { min-height:99px; grid-template-rows:66px auto; }
  .tkvs-finish-grid button>strong { font-size:11px; }
  body.tkvs-route-product .tkvs-product-summary .variations_button { grid-template-columns:1fr; }
  body.tkvs-route-product .tkvs-product-summary .quantity { width:100%; grid-column:1; }
  body.tkvs-route-product .tkvs-product-summary .quantity .minus,
  body.tkvs-route-product .tkvs-product-summary .quantity .plus { flex:0 0 54px; }
  body.tkvs-route-product .tkvs-product-summary .quantity input.qty { width:auto; flex:1; }
  .tkvs-order-estimate,
  body.tkvs-route-product .tkvs-product-summary .single_add_to_cart_button,
  .tkvs-tier-note { grid-column:1; }
  .tkvs-order-estimate { min-height:74px; }
  .tkvs-order-estimate strong { font-size:29px; }
  body.tkvs-route-product .tkvs-product-tabs { padding:18px 0 0; }
  .tkvs-product-information { border-inline:0; margin-bottom:28px; }
  .tkvs-product-information>header { min-height:0; padding:21px 17px; display:block; }
  .tkvs-product-information>header>span { display:block; margin-bottom:8px; }
  .tkvs-product-information>header h2 { font-size:31px; }
  .tkvs-product-information>header p { font-size:11px; }
  .tkvs-product-information__list>article>button { min-height:78px; padding:14px 14px; grid-template-columns:38px minmax(0,1fr) 44px; gap:10px; }
  .tkvs-product-information__index { font-size:16px; }
  .tkvs-product-information__list>article>button>strong { font-size:22px; line-height:1.03; }
  .tkvs-product-information__toggle { width:44px; height:44px; }
  .tkvs-product-information__content { padding:0 17px 23px 63px; font-size:14.5px; line-height:1.68; }
  .tkvs-product-information__content ul { columns:1; }
  body.tkvs-route-product .tkpr-section.tkvs-recommendations { margin:28px 0 36px!important; padding:0 12px!important; }
  .tkvs-recommendations>h2 { font-size:29px!important; }
  body.tkvs-route-product .tkvs-recommendations .tkpr-grid { display:flex!important; gap:10px!important; overflow-x:auto!important; padding-bottom:12px!important; scroll-snap-type:x mandatory; scrollbar-width:none; }
  body.tkvs-route-product .tkvs-recommendations .tkpr-grid::-webkit-scrollbar { display:none; }
  body.tkvs-route-product .tkvs-recommendations .tkpr-card,
  body.tkvs-route-product .tkvs-recommendations .tkpr-card:nth-child(n+5) { flex:0 0 min(82vw,315px)!important; scroll-snap-align:start; }
  body.tkvs-route-product .tkvs-recommendations .tkpr-title { min-height:52px!important; font-size:19px!important; }
  body.tkvs-route-product .tkvs-recommendations .tkpr-button { min-height:50px!important; font-size:18px!important; }
}
