: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;
}

/* Canonical wholesale ordering hub release 1.0.147. */
.tkvs-order-hub { color:#171717; background:var(--tkvs-paper); }
.tkvs-order-hub__hero { padding:56px 0; color:#fff; background:radial-gradient(circle at 82% 18%,rgba(225,6,26,.27),transparent 28%),linear-gradient(115deg,#070707 0%,#151212 70%,#25070b 100%); border-bottom:4px solid var(--tkvs-red); }
.tkvs-order-hub__hero-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr); gap:28px; align-items:stretch; }
.tkvs-order-hub__intro { align-self:center; max-width:840px; }
.tkvs-order-hub__intro h1 { max-width:760px; margin:10px 0 18px; color:#fff; font:italic 900 clamp(48px,6vw,86px)/.93 var(--tkvs-display); letter-spacing:-.025em; text-transform:uppercase; }
.tkvs-order-hub__intro>p { max-width:720px; margin:0; color:#e7e1dc; font-size:18px; line-height:1.65; }
.tkvs-order-hub__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.tkvs-order-hub__actions .tkvs-button--outline { color:#fff!important; border-color:#777; }
.tkvs-order-hub__actions .tkvs-button--outline:hover { color:#111!important; background:#fff; border-color:#fff; }
.tkvs-order-hub__status { min-width:0; display:flex; flex-direction:column; justify-content:center; padding:30px; background:#fffdf9; color:#171717; border-top:5px solid var(--tkvs-red); box-shadow:0 20px 45px rgba(0,0,0,.28); }
.tkvs-order-hub__status>span,.tkvs-order-hub__section-head>span,.tkvs-order-hub__route-grid article>span { color:var(--tkvs-red); font-size:11px; font-weight:900; letter-spacing:.12em; }
.tkvs-order-hub__status h2 { margin:10px 0 12px; font:italic 900 34px/1 var(--tkvs-display); text-transform:uppercase; }
.tkvs-order-hub__status p { margin:0; color:#59534e; font-size:16px; line-height:1.6; }
.tkvs-order-hub__status a,.tkvs-order-hub__route-grid a { min-height:44px; display:inline-flex; align-items:center; width:max-content; max-width:100%; margin-top:18px; color:var(--tkvs-red)!important; font:italic 900 16px/1.2 var(--tkvs-display); text-decoration:none!important; text-transform:uppercase; }
.tkvs-order-hub__journey,.tkvs-order-hub__routes { padding:54px 0; }
.tkvs-order-hub__routes { padding-top:0; }
.tkvs-order-hub__section-head { max-width:760px; margin-bottom:24px; }
.tkvs-order-hub__section-head h2 { margin:8px 0 0; font:italic 900 clamp(34px,4vw,54px)/1 var(--tkvs-display); letter-spacing:-.015em; text-transform:uppercase; }
.tkvs-order-hub__steps { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.tkvs-order-hub__steps li,.tkvs-order-hub__route-grid article { min-width:0; padding:24px; background:var(--tkvs-white); border:1px solid #d1c9c1; border-top:4px solid #111; box-shadow:0 14px 30px rgba(35,17,10,.07); }
.tkvs-order-hub__steps li:first-child { border-top-color:var(--tkvs-red); }
.tkvs-order-hub__steps b { color:var(--tkvs-red); font:italic 900 30px/1 var(--tkvs-display); }
.tkvs-order-hub__steps h3,.tkvs-order-hub__route-grid h3 { margin:15px 0 8px; font:italic 900 25px/1.05 var(--tkvs-display); text-transform:uppercase; }
.tkvs-order-hub__status h2,.tkvs-order-hub__section-head h2,.tkvs-order-hub__steps h3,.tkvs-order-hub__route-grid h3 { color:#171717!important; }
.tkvs-order-hub__steps p,.tkvs-order-hub__route-grid p { margin:0; color:#5d5751; font-size:16px; line-height:1.6; }
.tkvs-order-hub__route-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.tkvs-order-hub__route-grid article { border-top-color:var(--tkvs-red); }
.tkvs-order-hub a:focus-visible { outline:3px solid #fff; outline-offset:3px; box-shadow:0 0 0 6px var(--tkvs-red); }

@media (max-width:900px) {
  .tkvs-order-hub__hero-grid { grid-template-columns:1fr; }
  .tkvs-order-hub__steps { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-order-hub__route-grid { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  .tkvs-order-hub__hero { padding:34px 0; }
  .tkvs-order-hub__intro h1 { font-size:48px; }
  .tkvs-order-hub__intro>p { font-size:16px; }
  .tkvs-order-hub__actions { flex-direction:column; }
  .tkvs-order-hub__actions .tkvs-button { width:100%; min-height:50px; }
  .tkvs-order-hub__status { padding:24px 20px; }
  .tkvs-order-hub__journey { padding:38px 0; }
  .tkvs-order-hub__steps { grid-template-columns:1fr; }
  .tkvs-order-hub__steps li,.tkvs-order-hub__route-grid article { padding:21px 19px; }
}

@media (prefers-reduced-motion:reduce) {
  .tkvs-order-hub .tkvs-button { transition:none; }
}

/* v1.0.127: failure fallback only; successful adds use WoodMart's native side cart. */
body.tkvs-active .cart-widget-side {
	z-index: 6000;
}

body.tkvs-active .wd-close-side {
	z-index: 5900;
}

.tkvs-quote-feedback {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 10px;
	padding: 10px 12px;
	border-left: 4px solid #e30613;
	background: #151515;
	color: #fff;
	font-size: 12px;
	line-height: 1.35;
}

.tkvs-quote-feedback[hidden] {
	display: none;
}

.tkvs-quote-feedback.is-success {
	border-left-color: #38a169;
}

.tkvs-quote-feedback.is-error {
	border-left-color: #e30613;
}

.tkvs-quote-feedback strong {
	font: inherit;
	font-weight: 700;
}

.tkvs-quote-feedback a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid currentColor;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
	text-decoration: none;
	white-space: nowrap;
}

.tkvs-quote-feedback a:hover,
.tkvs-quote-feedback a:focus-visible {
	background: #fff;
	color: #111;
}

@media (max-width: 575px) {
	.tkvs-quote-feedback {
		align-items: stretch;
		flex-direction: column;
	}

	.tkvs-quote-feedback a {
		width: 100%;
	}
}

/* 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-search>.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; margin:-1px!important; padding:0!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; clip-path:inset(50%)!important; border:0!important; white-space:nowrap!important; }
.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-flex;
  align-items:center;
  justify-content:center;
  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);
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
}
.tk-i18n-flag--en { background-image:url("flags/en.png"); font-size:0; }
.tk-i18n-flag--es { background-image:url("flags/es.png"); font-size:0; }
.tk-i18n-flag--de { background-image:url("flags/de.png"); font-size:0; }
.tk-i18n-flag--fr { background-image:url("flags/fr.png"); font-size:0; }
.tk-i18n-flag--pt-br { background-image:url("flags/pt-br.png"); font-size:0; }
.tk-i18n-flag--it { background-image:url("flags/it.png"); font-size:0; }
.tk-i18n-flag--nl { background-image:url("flags/nl.png"); font-size:0; }
.tk-i18n-flag--tr { background-image:url("currency-flags/tr.svg"); font-size:0; }
.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 {
  --tkvs-category-gap:14px;
  --tkvs-category-visible:4;
  padding-block:30px 28px;
  background:#111;
  color:#fff;
}
.tkvs-category-section .tkvs-section-head { margin-bottom:16px; border-color:#393939; }
.tkvs-category-carousel__viewport { min-width:0; overflow:hidden; }
.tkvs-category-carousel__track {
  display:flex;
  gap:var(--tkvs-category-gap);
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.tkvs-category-carousel__track::-webkit-scrollbar { display:none; }
.tkvs-category-carousel__card {
  flex:0 0 calc(25% - 10.5px);
  min-width:0;
  color:#fff!important;
  background:#161616;
  scroll-snap-align:start;
  text-decoration:none!important;
  cursor:pointer;
}
.tkvs-category-carousel__image {
  aspect-ratio:3 / 2;
  display:block;
  overflow:hidden;
  background:#1c1c1c;
}
.tkvs-category-carousel__image img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:filter .22s ease,transform .28s ease;
}
.tkvs-category-carousel__label {
  min-height:48px;
  display:flex;
  align-items:center;
  padding:9px 11px 10px;
  border-top:2px solid transparent;
  transition:border-color .2s ease,background-color .2s ease;
}
.tkvs-category-carousel__label strong {
  font-family:"Barlow Condensed",sans-serif;
  font-size:20px;
  font-style:italic;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-category-carousel__card:hover .tkvs-category-carousel__image img { filter:brightness(1.06); transform:scale(1.025); }
.tkvs-category-carousel__card:hover .tkvs-category-carousel__label { background:#1b1b1b; border-color:var(--tkvs-red); }
.tkvs-category-carousel__card:focus-visible { outline:2px solid var(--tkvs-red); outline-offset:-2px; }
.tkvs-category-carousel__footer {
  min-height:44px;
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tkvs-category-carousel__controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}
.tkvs-category-carousel__controls button {
  position:relative;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  padding:0;
  color:transparent;
  background:transparent;
  border:0;
  border-radius:0;
  appearance:none;
  cursor:pointer;
  box-shadow:none;
}
.tkvs-category-carousel__controls button::before {
  content:"";
  width:24px;
  height:3px;
  display:block;
  background:#747474;
  transition:background-color .2s ease,box-shadow .2s ease;
}
.tkvs-category-carousel__controls button[data-tkvs-category-pause]::before {
  background:var(--tkvs-red);
  box-shadow:0 0 0 1px rgba(227,0,30,.08);
}
.tkvs-category-carousel__controls button:hover::before { background:#fff; }
.tkvs-category-carousel__controls button[data-tkvs-category-pause]:hover::before { background:#ff2841; }
.tkvs-category-carousel__controls button:focus-visible { outline:2px solid #fff; outline-offset:-7px; }
.tkvs-category-carousel__controls .dashicons {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
}
.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; color:#17181b!important; 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:#b8b8b8; border-top:1px solid #292929; font-size:12px; }

/* 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-section { --tkvs-category-visible:2; }
  .tkvs-category-carousel__card { flex-basis:calc(50% - 7px); }
  .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-section { --tkvs-category-gap:12px; --tkvs-category-visible:1; padding-block:24px 20px; }
  .tkvs-category-carousel__viewport { width:100%; }
  .tkvs-category-carousel__track { padding-inline:12px; scroll-padding-inline:12px; }
  .tkvs-category-carousel__card { flex-basis:82%; }
  .tkvs-category-carousel__label { min-height:46px; padding-inline:10px; }
  .tkvs-category-carousel__label strong { font-size:19px; }
  .tkvs-category-carousel__footer { width:calc(100% - 24px); margin:8px auto 0; }
  .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; }

/* OTF catalog category explorer v1.0.72 */
.tkvs-category-explorer {
  padding:26px 0 28px;
  color:#fff;
  background:#101010;
  border-top:4px solid var(--tkvs-red);
  border-bottom:1px solid #2c2c2c;
}
.tkvs-category-explorer__shell {
  padding:20px 22px 22px;
  background:#131313;
  border:1px solid #393939;
  border-top:2px solid var(--tkvs-red);
  box-shadow:0 22px 50px rgba(0,0,0,.24);
}
.tkvs-category-explorer__head {
  min-height:44px;
  margin-bottom:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.tkvs-category-explorer__head>div {
  display:flex;
  align-items:baseline;
  gap:14px;
}
.tkvs-category-explorer__head span {
  color:#ff6675;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.tkvs-category-explorer__head h2 {
  margin:0;
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:25px;
  font-style:italic;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-category-explorer__head>button {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff!important;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  cursor:pointer;
  font-family:"Barlow Condensed",sans-serif;
  font-size:13px;
  font-style:italic;
  font-weight:900;
  text-decoration:none!important;
  text-transform:uppercase;
}
.tkvs-category-explorer__head>button svg,
.tkvs-category-explorer__chevron svg,
.tkvs-category-explorer__children svg,
.tkvs-category-explorer__all svg,
.tkvs-category-explorer__directory-grid svg {
  width:15px;
  height:15px;
  flex:0 0 auto;
  fill:currentColor;
}
.tkvs-category-explorer__head>button svg { color:var(--tkvs-red); }
.tkvs-category-explorer__groups {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0 0 10px;
}
.tkvs-category-explorer__groups>button {
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 13px;
  color:#d6d6d6;
  background:#191919;
  border:1px solid #363636;
  border-radius:0;
  box-shadow:none;
  cursor:pointer;
  text-align:left;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease;
}
.tkvs-category-explorer__groups>button:hover {
  color:#fff;
  background:#22191a;
  border-color:#5a3a3e;
}
.tkvs-category-explorer__groups>button.is-active {
  color:#fff;
  background:#2a191c;
  border-color:var(--tkvs-red);
  box-shadow:inset 3px 0 0 var(--tkvs-red);
}
.tkvs-category-explorer__groups span,
.tkvs-category-explorer__groups small {
  display:block;
}
.tkvs-category-explorer__groups span {
  font-family:"Barlow Condensed",sans-serif;
  font-size:17px;
  font-style:italic;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-category-explorer__groups small {
  color:#8e8e8e;
  font-size:8px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.tkvs-category-explorer__groups>button.is-active small { color:#ff8b96; }
.tkvs-category-explorer__grid {
  min-height:498px;
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  overflow:hidden;
  border:1px solid #373737;
  background:#151515;
}
.tkvs-category-explorer__rail {
  display:flex;
  flex-direction:column;
  background:#171717;
  border-right:1px solid #3a3a3a;
}
.tkvs-category-explorer__rail>button {
  width:100%;
  min-height:83px;
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 24px;
  align-items:center;
  gap:12px;
  padding:10px 12px 10px 10px;
  color:#fff;
  background:#171717;
  border:0;
  border-bottom:1px solid #333;
  border-radius:0;
  box-shadow:none;
  cursor:pointer;
  text-align:left;
  transition:background-color .18s ease,color .18s ease;
}
.tkvs-category-explorer__rail>button[hidden] { display:none!important; }
.tkvs-category-explorer__rail>button::before {
  content:"";
  position:absolute;
  top:-1px;
  bottom:-1px;
  left:0;
  width:4px;
  background:transparent;
}
.tkvs-category-explorer__rail>button:hover { background:#211a1b; }
.tkvs-category-explorer__rail>button.is-active {
  color:#fff;
  background:#291c1e;
}
.tkvs-category-explorer__rail>button.is-active::before { background:var(--tkvs-red); }
.tkvs-category-explorer__rail>button:focus-visible,
.tkvs-category-explorer__children>a:focus-visible,
.tkvs-category-explorer__all:focus-visible,
.tkvs-category-explorer__head>button:focus-visible,
.tkvs-category-explorer__groups>button:focus-visible,
.tkvs-category-explorer__directory button:focus-visible,
.tkvs-category-explorer__directory a:focus-visible {
  outline:2px solid #fff;
  outline-offset:-3px;
}
.tkvs-category-explorer__thumb {
  width:72px;
  height:62px;
  display:block;
  overflow:hidden;
  background:#eee;
}
.tkvs-category-explorer__thumb img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.tkvs-category-explorer__label { min-width:0; }
.tkvs-category-explorer__label strong,
.tkvs-category-explorer__label small {
  display:block;
}
.tkvs-category-explorer__label strong {
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  font-style:italic;
  font-weight:900;
  line-height:1.03;
  text-transform:uppercase;
}
.tkvs-category-explorer__label small {
  margin-top:6px;
  color:#a7a7a7;
  font-size:8px;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.tkvs-category-explorer__chevron {
  display:flex;
  justify-content:flex-end;
  color:#777;
}
.tkvs-category-explorer__rail>button.is-active .tkvs-category-explorer__chevron { color:var(--tkvs-red); }
.tkvs-category-explorer__panels { min-width:0; }
.tkvs-category-explorer__panel {
  min-height:100%;
  display:grid;
  grid-template-rows:minmax(300px,1fr) auto 58px;
}
.tkvs-category-explorer__panel[hidden] { display:none!important; }
.tkvs-category-explorer__visual {
  min-height:300px;
  position:relative;
  margin:0;
  overflow:hidden;
  background:#111;
}
.tkvs-category-explorer__visual>img {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
}
.tkvs-category-explorer__shade {
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 31%,rgba(0,0,0,.12) 72%),
    linear-gradient(0deg,rgba(0,0,0,.64),transparent 55%);
}
.tkvs-category-explorer__visual figcaption {
  width:min(460px,68%);
  position:absolute;
  z-index:2;
  left:34px;
  bottom:28px;
}
.tkvs-category-explorer__visual figcaption small,
.tkvs-category-explorer__visual figcaption strong,
.tkvs-category-explorer__visual figcaption em {
  display:block;
}
.tkvs-category-explorer__visual figcaption small {
  color:#ff6877;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.tkvs-category-explorer__visual figcaption strong {
  margin-top:9px;
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:44px;
  font-style:italic;
  font-weight:900;
  line-height:.92;
  text-transform:uppercase;
}
.tkvs-category-explorer__visual figcaption em {
  margin-top:10px;
  color:#c5c5c5;
  font-size:11px;
  font-style:normal;
  line-height:1.45;
}
.tkvs-category-explorer__children {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  background:#171717;
  border-top:1px solid #383838;
}
.tkvs-category-explorer__children>a {
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 16px;
  color:#fff!important;
  background:#171717;
  border-right:1px solid #343434;
  border-bottom:1px solid #343434;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  text-decoration:none!important;
  transition:background-color .16s ease,color .16s ease;
}
.tkvs-category-explorer__children>a:nth-child(2n) { border-right:0; }
.tkvs-category-explorer__children>a:hover {
  color:#fff!important;
  background:#291417;
}
.tkvs-category-explorer__children>a svg { color:var(--tkvs-red); }
.tkvs-category-explorer__children>p {
  grid-column:1/-1;
  margin:0;
  padding:18px;
  color:#aaa;
}
.tkvs-category-explorer__all {
  min-height:58px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:11px;
  padding:0 20px;
  color:#fff!important;
  background:var(--tkvs-red);
  text-decoration:none!important;
  transition:background-color .16s ease;
}
.tkvs-category-explorer__all:hover { color:#fff!important; background:#c90019; }
.tkvs-category-explorer__all strong {
  font-family:"Barlow Condensed",sans-serif;
  font-size:17px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-category-explorer__all small {
  color:#ffd8dd;
  font-size:8px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.tkvs-category-explorer__all svg { justify-self:end; }
.tkvs-category-explorer__panel--self-defense-products .tkvs-category-explorer__visual>img,
.tkvs-category-explorer__panel--tactical-equipment .tkvs-category-explorer__visual>img,
.tkvs-category-explorer__panel--wholesale-camping-gear .tkvs-category-explorer__visual>img,
.tkvs-category-explorer__panel--kitchen-knives .tkvs-category-explorer__visual>img,
.tkvs-category-explorer__panel--damascus-knife .tkvs-category-explorer__visual>img {
  object-position:center 62%;
}
.tkvs-category-explorer__directory {
  width:min(960px,calc(100vw - 32px));
  max-width:none;
  max-height:88dvh;
  padding:0;
  color:#fff;
  background:#111;
  border:1px solid #4b4b4b;
  border-top:3px solid var(--tkvs-red);
  box-shadow:0 30px 90px rgba(0,0,0,.72);
}
.tkvs-category-explorer__directory::backdrop { background:rgba(0,0,0,.78); }
.tkvs-category-explorer__directory-card {
  max-height:calc(88dvh - 3px);
  overflow:auto;
  padding:22px;
}
.tkvs-category-explorer__directory header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.tkvs-category-explorer__directory header small {
  display:block;
  color:#ff6978;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}
.tkvs-category-explorer__directory h3 {
  margin:5px 0 0;
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:31px;
  font-style:italic;
  font-weight:900;
  line-height:1;
}
.tkvs-category-explorer__directory header>button {
  width:44px;
  height:44px;
  flex:0 0 auto;
  color:#fff;
  background:#211719;
  border:1px solid #573239;
  border-radius:0;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.tkvs-category-explorer__directory-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.tkvs-category-explorer__directory-grid section {
  padding:13px;
  background:#171717;
  border:1px solid #353535;
}
.tkvs-category-explorer__directory-grid h4 {
  margin:0 0 8px;
  color:#ff6978;
  font-family:"Barlow Condensed",sans-serif;
  font-size:18px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-category-explorer__directory-grid a {
  min-height:48px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto 18px;
  align-items:center;
  gap:8px;
  padding:8px 9px;
  color:#fff!important;
  border-top:1px solid #303030;
  text-decoration:none!important;
}
.tkvs-category-explorer__directory-grid a:hover { background:#281719; }
.tkvs-category-explorer__directory-grid a>span { font-size:12px; font-weight:800; }
.tkvs-category-explorer__directory-grid a>small { color:#999; font-size:8px; text-transform:uppercase; }
.tkvs-category-explorer__directory-grid a>svg { color:var(--tkvs-red); }

.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-v155.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-v155.webp") 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-category-explorer__grid { grid-template-columns:290px minmax(0,1fr); }
  .tkvs-category-explorer__rail>button { grid-template-columns:64px minmax(0,1fr) 20px; gap:10px; }
  .tkvs-category-explorer__thumb { width:64px; }
  .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-category-explorer__shell { padding:18px; }
  .tkvs-category-explorer__grid { grid-template-columns:260px minmax(0,1fr); }
  .tkvs-category-explorer__rail>button { min-height:78px; grid-template-columns:56px minmax(0,1fr) 18px; padding:8px; }
  .tkvs-category-explorer__thumb { width:56px; height:56px; }
  .tkvs-category-explorer__visual figcaption { left:24px; bottom:23px; }
  .tkvs-category-explorer__visual figcaption strong { font-size:37px; }
  .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-explorer { padding:14px 0 16px; border-top-width:3px; }
  .tkvs-category-explorer__shell { width:100%; padding:13px 12px 12px; border-right:0; border-left:0; }
  .tkvs-category-explorer__head { min-height:48px; margin-bottom:10px; align-items:flex-end; }
  .tkvs-category-explorer__head>div { display:block; }
  .tkvs-category-explorer__head h2 { margin-top:5px; font-size:21px; }
  .tkvs-category-explorer__head>button { min-height:44px; max-width:138px; justify-content:flex-end; padding:0; font-size:10px; line-height:1.05; text-align:right; }
  .tkvs-category-explorer__groups {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    margin-bottom:8px;
  }
  .tkvs-category-explorer__groups>button {
    min-height:48px;
    gap:6px;
    padding:7px 9px;
  }
  .tkvs-category-explorer__groups>button.is-active { box-shadow:inset 3px 0 0 var(--tkvs-red); }
  .tkvs-category-explorer__groups span { font-size:14px; }
  .tkvs-category-explorer__groups small { font-size:7px; line-height:1.15; text-align:right; }
  .tkvs-category-explorer__grid { min-height:0; display:block; border-right:0; border-left:0; }
  .tkvs-category-explorer__rail {
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(176px,60vw);
    gap:6px;
    overflow-x:auto;
    padding:6px;
    border-right:0;
    border-bottom:1px solid #3a3a3a;
    scroll-snap-type:x proximity;
    scrollbar-color:#555 transparent;
    scrollbar-width:thin;
  }
  .tkvs-category-explorer__rail>button {
    min-height:64px;
    grid-template-columns:48px minmax(0,1fr) 16px;
    gap:8px;
    padding:7px;
    border:1px solid #393939;
    scroll-snap-align:start;
  }
  .tkvs-category-explorer__thumb { width:48px; height:48px; }
  .tkvs-category-explorer__label strong { font-size:15px; }
  .tkvs-category-explorer__label small { margin-top:4px; font-size:7px; }
  .tkvs-category-explorer__rail>button::before {
    top:auto;
    right:-1px;
    bottom:-1px;
    width:auto;
    height:3px;
  }
  .tkvs-category-explorer__rail>button.is-active { border-color:#733039; }
  .tkvs-category-explorer__panel { grid-template-rows:clamp(252px,72vw,292px) auto 56px; }
  .tkvs-category-explorer__visual { min-height:clamp(252px,72vw,292px); }
  .tkvs-category-explorer__shade {
    background:
      linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.28)),
      linear-gradient(0deg,rgba(0,0,0,.68),transparent 60%);
  }
  .tkvs-category-explorer__visual figcaption {
    width:calc(100% - 28px);
    left:14px;
    bottom:14px;
    padding:12px 13px 11px;
    background:linear-gradient(90deg,rgba(9,9,9,.9),rgba(9,9,9,.48),transparent);
    border-left:3px solid var(--tkvs-red);
  }
  .tkvs-category-explorer__visual figcaption small { font-size:8px; }
  .tkvs-category-explorer__visual figcaption strong { margin-top:5px; font-size:29px; }
  .tkvs-category-explorer__visual figcaption em { max-width:280px; margin-top:6px; font-size:9px; line-height:1.35; }
  .tkvs-category-explorer__children { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-category-explorer__children>a,
  .tkvs-category-explorer__children>a:nth-child(2n) { min-height:50px; padding:8px 10px; font-size:10px; }
  .tkvs-category-explorer__children>a:nth-child(2n+1) { border-right:1px solid #343434; }
  .tkvs-category-explorer__all { min-height:56px; padding:0 12px; gap:7px; }
  .tkvs-category-explorer__all strong { font-size:14px; }
  .tkvs-category-explorer__all small { font-size:7px; }
  .tkvs-category-explorer__directory { width:calc(100vw - 20px); max-height:90dvh; }
  .tkvs-category-explorer__directory-card { max-height:calc(90dvh - 3px); padding:14px; }
  .tkvs-category-explorer__directory h3 { font-size:25px; }
  .tkvs-category-explorer__directory-grid { grid-template-columns:1fr; gap:8px; }
  .tkvs-category-explorer__directory-grid section { padding:10px; }
  .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-v155.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.53 — validated ERP conversion, idempotent runtime, and canonical mobile flags */
.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:96px;
  min-height:48px;
  position:relative;
  padding:0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  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::after {
  content:"";
  height:2px;
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  background:var(--tkvs-red);
  transform:scaleX(0);
  transition:transform .18s ease;
}
.tkvs-currency__toggle:hover::after,.tkvs-currency.is-open .tkvs-currency__toggle::after { transform:scaleX(1); }
.tkvs-currency__toggle strong { font-size:12px; letter-spacing:.05em; }
.tkvs-currency__flag { width:22px; height:16px; flex:0 0 auto; display:block; border:1px solid rgba(0,0,0,.14); object-fit:cover; }
.tkvs-currency__toggle .tkvs-currency__flag { border-color:rgba(255,255,255,.28); }
.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:264px;
  max-height:min(528px,calc(100vh - 150px));
  position:absolute;
  top:calc(100% + 5px);
  right:0;
  overflow-x:hidden;
  overflow-y:auto;
  color:#171717;
  background:#fffdfa;
  border:1px solid #d4ccc3;
  border-top:3px solid var(--tkvs-red);
  box-shadow:0 20px 46px rgba(0,0,0,.34);
  scrollbar-color:#bbb3aa #f3eee8;
  scrollbar-width:thin;
}
.tkvs-currency__menu[hidden] { display:none!important; }
.tkvs-currency__list { display:flex; flex-direction:column; }
.tkvs-currency__list button {
  width:100%;
  min-width:0;
  min-height:48px;
  position:relative;
  padding:0 13px;
  display:grid;
  grid-template-columns:22px 44px minmax(0,1fr);
  align-items:center;
  gap:10px;
  border:0;
  border-bottom:1px solid #e5ded6;
  background:#fffdfa;
  color:#1a1918;
  text-align:left;
}
.tkvs-currency__list button:last-child { border-bottom:0; }
.tkvs-currency__list button:hover:not(:disabled),.tkvs-currency__list button:focus-visible { background:#f5efe8; outline:0; box-shadow:inset 3px 0 0 #b9afa5; }
.tkvs-currency__list button.is-selected { background:#fff1f2; color:#111; box-shadow:inset 3px 0 0 var(--tkvs-red); }
.tkvs-currency__list button:disabled { cursor:not-allowed; opacity:.42; }
.tkvs-currency__list button>strong { font-size:12px; letter-spacing:.04em; }
.tkvs-currency__list button>small { min-width:0; overflow:hidden; color:#746d66; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.tkvs-currency__list button.is-selected>small { color:#4d4640; }

.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; }
  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:min(480px,65vh); position:static; margin-top:7px; box-shadow:none; }
  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; }
}

/* v1.0.61 — keep accessibility skip links off-canvas until keyboard focus. */
.tkvs-active .wd-skip-links {
  position:fixed!important;
  inset:0 auto auto 0!important;
  z-index:100000!important;
  width:1px!important;
  height:1px!important;
  overflow:visible!important;
}
.tkvs-active .wd-skip-links .wd-skip-navigation,
.tkvs-active .wd-skip-links .wd-skip-content {
  position:fixed!important;
  top:-120px!important;
  left:16px!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:12px 16px!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  border:2px solid #fff!important;
  border-radius:4px!important;
  background:#111!important;
  color:#fff!important;
  box-shadow:0 8px 28px rgba(0,0,0,.35)!important;
  transition:top .16s ease!important;
}
.tkvs-active .wd-skip-links .wd-skip-navigation:focus-visible,
.tkvs-active .wd-skip-links .wd-skip-content:focus-visible {
  top:16px!important;
}
.admin-bar.tkvs-active .wd-skip-links .wd-skip-navigation:focus-visible,
.admin-bar.tkvs-active .wd-skip-links .wd-skip-content:focus-visible {
  top:48px!important;
}

/* v1.0.61 — product search is a result-first surface, not a catalog index. */
.tkvs-catalog-layout.tkvs-product-search-layout {
  grid-template-columns:minmax(0,1fr)!important;
  padding-top:24px;
}
body.tkvs-route-search .tkvs-catalog-hero {
  min-height:0;
  padding-block:12px 18px;
}
body.tkvs-route-search .tkvs-catalog-hero__grid {
  grid-template-columns:minmax(0,1fr);
}
body.tkvs-route-search .tkvs-category-summary {
  max-width:980px;
  padding-block:0;
}
body.tkvs-route-search .woocommerce-breadcrumb {
  margin-bottom:7px;
}
body.tkvs-route-search .tkvs-category-summary .tkvs-eyebrow {
  margin-bottom:6px;
}
body.tkvs-route-search .tkvs-catalog-owner h1 {
  max-width:900px;
  margin:0;
  font-size:clamp(34px,4vw,56px);
  line-height:.92;
}
body.tkvs-route-search .tkvs-catalog-owner p {
  margin:8px 0 0;
  line-height:1.5;
}
body.tkvs-route-search .tkvs-catalog-results {
  min-width:0;
}
body.tkvs-route-search .tkvs-catalog-command {
  position:relative;
  z-index:70;
}
.tkvs-search,
.tkvs-results-search {
  position:relative;
}
.tkvs-search {
  overflow:visible;
}
.tkvs-catalog-command form.tkvs-results-search {
  grid-template-columns:38px minmax(0,1fr) 48px;
  padding:0;
}
.tkvs-results-search__icon {
  display:grid;
  place-items:center;
  color:#777;
}
.tkvs-results-search__icon .dashicons {
  width:18px;
  height:18px;
  font-size:18px;
}
.tkvs-active .tkvs-results-search>button[type="submit"] {
  width:48px;
  height:45px;
  min-height:45px;
  display:grid;
  place-items:center;
  margin:0;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:var(--tkvs-red)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.tkvs-active .tkvs-results-search>button[type="submit"]:hover,
.tkvs-active .tkvs-results-search>button[type="submit"]:focus-visible {
  background:var(--tkvs-red-dark)!important;
}
.tkvs-search-suggestions {
  position:absolute;
  top:calc(100% + 9px);
  left:0;
  right:0;
  z-index:6000;
  max-height:min(540px,70vh);
  overflow:auto;
  border:1px solid #343434;
  border-top:3px solid var(--tkvs-red);
  border-radius:0 0 8px 8px;
  background:#fff;
  color:#171717;
  box-shadow:0 22px 50px rgba(0,0,0,.32);
}
.tkvs-results-search .tkvs-search-suggestions {
  top:calc(100% + 7px);
  min-width:min(720px,calc(100vw - 40px));
}
.tkvs-search-suggestions[hidden] {
  display:none!important;
}
.tkvs-search-suggestions__list {
  display:block;
}
.tkvs-search-suggestions__loading,
.tkvs-search-suggestions__empty,
.tkvs-search-suggestions__correction {
  padding:16px 18px;
  color:#5c5650;
  background:#fff;
  font-size:13px;
  line-height:1.45;
}
.tkvs-search-suggestions__loading {
  position:relative;
  padding-left:42px;
}
.tkvs-search-suggestions__loading::before {
  position:absolute;
  left:18px;
  top:17px;
  width:13px;
  height:13px;
  content:"";
  border:2px solid #ded8d1;
  border-top-color:var(--tkvs-red);
  border-radius:50%;
  animation:tkvs-search-spin .65s linear infinite;
}
.tkvs-search-suggestions__correction {
  padding-block:10px;
  border-bottom:1px solid #eee8e2;
  background:#fff5f6;
  color:#7c1420;
  font-weight:800;
}
.tkvs-search-suggestion {
  min-height:68px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:8px 14px;
  border-bottom:1px solid #eee8e2;
  color:#171717!important;
  background:#fff;
  text-decoration:none!important;
}
.tkvs-search-suggestion:hover,
.tkvs-search-suggestion.is-active {
  background:#f5f2ee;
  box-shadow:inset 4px 0 0 var(--tkvs-red);
}
.tkvs-search-suggestion:focus-visible {
  outline:3px solid #111;
  outline-offset:-3px;
}
.tkvs-search-suggestion__image {
  width:52px;
  height:52px;
  display:block;
  overflow:hidden;
  border:1px solid #e5dfd9;
  background:#f3f0ec;
}
.tkvs-search-suggestion__image img {
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.tkvs-search-suggestion__image.is-empty {
  background:linear-gradient(135deg,#f5f2ee 0 48%,#eae4de 48% 52%,#f5f2ee 52%);
}
.tkvs-search-suggestion__copy {
  min-width:0;
}
.tkvs-search-suggestion__copy strong,
.tkvs-search-suggestion__copy small {
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tkvs-search-suggestion__copy strong {
  color:#171717;
  font-family:"Barlow Condensed",sans-serif;
  font-size:17px;
  line-height:1.12;
}
.tkvs-search-suggestion__copy small {
  margin-top:5px;
  color:#756e67;
  font-size:10px;
  font-weight:700;
  letter-spacing:.02em;
}
.tkvs-search-suggestions__footer {
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  color:#fff!important;
  background:#171717;
  font-family:"Barlow Condensed",sans-serif;
  font-size:15px;
  font-style:italic;
  font-weight:900;
  text-decoration:none!important;
  text-transform:uppercase;
}
.tkvs-search-suggestions__footer:hover,
.tkvs-search-suggestions__footer:focus-visible {
  background:var(--tkvs-red);
}
.tkvs-search-suggestions__popular {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:0 18px 16px;
}
.tkvs-search-suggestions__popular>span {
  width:100%;
  color:#6f6862;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tkvs-search-suggestions__popular>a,
.tkvs-empty-searches>a {
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid #d8d1ca;
  color:#201d1b!important;
  background:#fff;
  font-size:11px;
  font-weight:800;
  text-decoration:none!important;
}
.tkvs-search-suggestions__popular>a:hover,
.tkvs-search-suggestions__popular>a:focus-visible,
.tkvs-empty-searches>a:hover,
.tkvs-empty-searches>a:focus-visible {
  border-color:var(--tkvs-red);
  color:var(--tkvs-red)!important;
}
.tkvs-search-correction {
  margin:14px 0 0;
  padding:12px 15px;
  border-left:4px solid var(--tkvs-red);
  color:#3f3934;
  background:#fff5f6;
  font-size:13px;
}
.tkvs-search-correction strong {
  color:#a80013;
}
.tkvs-search-correction span {
  text-decoration:line-through;
}
.tkvs-empty-searches {
  max-width:640px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
}
.tkvs-empty-searches>span {
  width:100%;
  color:#766f68;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.tkvs-route-search .tkvs-empty-state {
  min-height:280px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  padding:48px 24px;
  border:1px solid #d8d3cb;
  background:#fffcf8;
  text-align:center;
}
body.tkvs-route-search .tkvs-empty-state h2,
body.tkvs-route-search .tkvs-empty-state p {
  margin:0;
}
body.tkvs-route-search .tkvs-empty-state h2 {
  color:#17181b!important;
}
body.tkvs-route-search .tkvs-empty-state .tkvs-button {
  margin-top:8px;
}

@keyframes tkvs-search-spin {
  to { transform:rotate(360deg); }
}

@media (max-width:767px) {
  body.tkvs-route-search .tkvs-catalog-owner h1 {
    font-size:clamp(31px,10vw,44px);
  }
  .tkvs-results-search .tkvs-search-suggestions {
    right:0;
    left:0;
    min-width:0;
    max-width:calc(100vw - 24px);
  }
  .tkvs-search-suggestion {
    grid-template-columns:46px minmax(0,1fr);
    padding-inline:10px;
  }
  .tkvs-search-suggestion__image {
    width:46px;
    height:46px;
  }
}

/* Product-category first-view redesign v1.0.95 */
.tkvs-catalog--term {
  color:#f6f3ee;
  background:
    radial-gradient(circle at 50% 14%,rgba(225,6,26,.07),transparent 24%),
    #0b0b0b;
}
.tkvs-catalog-hero--term {
  padding:14px 0 0;
  background:
    radial-gradient(circle at 78% 28%,rgba(225,6,26,.17),transparent 30%),
    linear-gradient(115deg,#080808 0%,#111 66%,#220508 100%);
  border-bottom:1px solid #3a3a3a;
}
.tkvs-catalog-hero--term .woocommerce-breadcrumb {
  margin-bottom:10px!important;
  color:#8d8d8d!important;
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__grid {
  grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);
  gap:36px;
  align-items:center;
}
.tkvs-catalog-hero--term .tkvs-category-summary {
  padding:8px 0 12px;
}
.tkvs-catalog-hero--term .tkvs-category-summary .tkvs-eyebrow {
  margin-bottom:8px;
  color:#ff4e60;
  font-size:10px;
  font-style:italic;
  font-weight:900;
  letter-spacing:.02em;
}
.tkvs-catalog-hero--term .tkvs-catalog-owner h1 {
  max-width:620px;
  margin:0;
  color:#fff;
  font-size:clamp(38px,3.8vw,48px);
  line-height:.94;
}
.tkvs-catalog-hero--term .tkvs-catalog-owner p {
  max-width:610px;
  margin:10px 0 0;
  color:#e2ded9!important;
  font-size:12px;
  font-weight:600;
  line-height:1.55;
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__actions {
  margin-top:14px;
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__actions .tkvs-button {
  min-height:46px;
  padding-inline:22px;
  font-size:15px;
}
.tkvs-term-proof {
  max-width:660px;
  margin:14px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  list-style:none;
  border-top:1px solid #444;
}
.tkvs-term-proof li {
  min-width:0;
  min-height:52px;
  padding:10px 14px 8px;
  border-right:1px solid #363636;
}
.tkvs-term-proof li:first-child { padding-left:0; }
.tkvs-term-proof li:last-child { border-right:0; }
.tkvs-term-proof strong,
.tkvs-term-proof span { display:block; }
.tkvs-term-proof strong {
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-style:italic;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-term-proof span {
  margin-top:5px;
  color:#a5a5a5;
  font-size:8px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.tkvs-term-compliance {
  max-width:660px;
  margin:6px 0 0;
  color:#8f8f8f;
  font-size:9px;
  line-height:1.45;
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__visual {
  width:100%;
  height:360px;
  min-height:360px;
  max-height:360px;
  align-self:stretch;
  border:0;
  border-left:1px solid #343434;
  box-shadow:none;
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__visual::after {
  background:
    linear-gradient(90deg,rgba(5,5,5,.88) 0%,rgba(5,5,5,.12) 30%,transparent 60%),
    linear-gradient(0deg,rgba(0,0,0,.5),transparent 42%);
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__visual img {
  object-position:center 48%;
}
.tkvs-catalog-hero--term .tkvs-catalog-hero__visual figcaption {
  left:20px;
  bottom:17px;
}

.tkvs-term-subnav {
  min-height:56px;
  color:#fff;
  background:#111;
  border-bottom:1px solid #333;
}
.tkvs-term-subnav__track {
  min-height:56px;
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  scrollbar-width:none;
}
.tkvs-term-subnav__track::-webkit-scrollbar { display:none; }
.tkvs-term-subnav__track>a {
  min-width:max-content;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 26px;
  color:#fff!important;
  border-right:1px solid #2e2e2e;
  text-decoration:none!important;
  font-family:"Barlow Condensed",sans-serif;
  font-size:14px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-term-subnav__track>a:hover,
.tkvs-term-subnav__track>a:focus-visible,
.tkvs-term-subnav__track>a.is-current {
  color:#fff!important;
  background:var(--tkvs-red);
  outline:0;
}

.tkvs-catalog-layout--term {
  display:block;
  padding-top:20px;
  padding-bottom:0;
}
.tkvs-catalog-layout--term .tkvs-catalog-results {
  width:100%;
}
.tkvs-catalog-layout--term .tkvs-catalog-command {
  min-height:56px;
  grid-template-columns:minmax(260px,1fr) 220px;
  padding:6px;
  background:#111;
  border:1px solid #343434;
  border-top:1px solid #343434;
  box-shadow:none;
}
.tkvs-catalog-layout--term .tkvs-catalog-command form[role=search],
.tkvs-catalog-layout--term .tkvs-catalog-command select {
  min-height:42px;
  height:42px;
}
.tkvs-catalog-layout--term .tkvs-catalog-command .woocommerce-ordering select {
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:#111!important;
  border-left:1px solid #3c3c3c!important;
  opacity:1!important;
}
.tkvs-catalog-layout--term .tkvs-catalog-meta {
  min-height:50px;
  color:#b0b0b0;
  border-bottom:1px solid #343434;
}
.tkvs-catalog-layout--term .tkvs-catalog-meta .woocommerce-result-count {
  color:#b0b0b0;
}
.tkvs-catalog-layout--term .tkvs-product-grid {
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.tkvs-catalog-layout--term .tkvs-product-card {
  color:#fff;
  background:#111;
  border-color:#343434;
  border-top-width:1px;
}
.tkvs-catalog-layout--term .tkvs-product-card:hover {
  border-color:#6c333a;
  box-shadow:0 18px 38px rgba(0,0,0,.42);
}
.tkvs-catalog-layout--term .tkvs-product-card__image {
  background:#171717;
}
.tkvs-catalog-layout--term .tkvs-product-card__body {
  padding:13px;
  border-top-color:#333;
}
.tkvs-catalog-layout--term .tkvs-product-card__title {
  min-height:44px;
  color:#fff!important;
}
.tkvs-catalog-layout--term .tkvs-product-card__sku {
  color:#8f8f8f;
}
.tkvs-catalog-layout--term .tkvs-product-card__commerce {
  border-top-color:#333;
}
.tkvs-catalog-layout--term .tkvs-product-card__commerce strong,
.tkvs-catalog-layout--term .tkvs-product-card__commerce .price,
.tkvs-catalog-layout--term .tkvs-product-card__commerce .amount {
  color:#fff!important;
}
.tkvs-catalog-layout--term .tkvs-product-card__commerce small {
  color:#aaa;
}
.tkvs-catalog-layout--term .tkvs-product-card__price-gate {
  border-color:#3b3b3b;
  background:#050505;
}
.tkvs-catalog-layout--term .tkvs-pagination {
  min-height:70px;
  margin-top:24px;
  padding:11px 0;
  background:transparent;
  border:0;
  border-top:2px solid var(--tkvs-red);
  box-shadow:none;
}
.tkvs-catalog-layout--term .tkvs-pagination__status {
  color:#aaa;
  border-right-color:#3b3b3b;
}
.tkvs-catalog-layout--term .tkvs-pagination__links .page-numbers {
  color:#fff!important;
  background:#111!important;
  border-color:#3b3b3b!important;
}

.tkvs-category-after-products {
  padding:28px 0 34px;
  color:#fff;
  background:#0b0b0b;
}
.tkvs-related-categories>header {
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.tkvs-related-categories h2 {
  margin:0;
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:22px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-related-categories>header>a {
  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-related-categories>header>a:hover { color:#ff5a69!important; }
.tkvs-related-categories__grid {
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.tkvs-related-categories__grid>a {
  min-width:0;
  position:relative;
  display:block;
  overflow:hidden;
  color:#fff!important;
  background:#151515;
  border:1px solid #383838;
  text-decoration:none!important;
}
.tkvs-related-categories__image {
  height:126px;
  display:block;
  overflow:hidden;
  background:#1a1a1a;
}
.tkvs-related-categories__image::after {
  content:"";
  position:absolute;
  inset:0 0 42px;
  background:linear-gradient(0deg,rgba(0,0,0,.56),transparent 62%);
  pointer-events:none;
}
.tkvs-related-categories__image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .22s ease;
}
.tkvs-related-categories__grid>a:hover img { transform:scale(1.035); }
.tkvs-related-categories__grid strong {
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  color:#fff;
  background:#181818;
  border-top:1px solid #353535;
  font-family:"Barlow Condensed",sans-serif;
  font-size:17px;
  font-style:italic;
  font-weight:900;
  text-align:center;
  text-transform:uppercase;
}
.tkvs-related-categories__grid>a:hover,
.tkvs-related-categories__grid>a:focus-visible {
  border-color:var(--tkvs-red);
  outline:0;
}

.tkvs-category-guide {
  margin-top:26px;
  color:#fff;
  background:#111;
  border:1px solid #3b3b3b;
}
.tkvs-category-guide>summary {
  min-height:66px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr) 28px;
  align-items:center;
  gap:12px;
  padding:0 18px;
  cursor:pointer;
  list-style:none;
}
.tkvs-category-guide>summary::-webkit-details-marker { display:none; }
.tkvs-category-guide>summary>span {
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  color:#fff;
  border:1px solid #777;
  border-radius:50%;
  font-size:13px;
  font-weight:800;
}
.tkvs-category-guide>summary>strong {
  font-size:12px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.tkvs-category-guide>summary>em {
  color:#fff;
  font-size:28px;
  font-style:normal;
  font-weight:300;
  text-align:center;
  transition:transform .18s ease;
}
.tkvs-category-guide[open]>summary>em { transform:rotate(45deg); }
.tkvs-category-guide>summary:focus-visible {
  outline:2px solid var(--tkvs-red);
  outline-offset:-2px;
}
.tkvs-category-guide__content {
  padding:24px clamp(18px,4vw,48px) 30px;
  color:#d2d2d2;
  border-top:1px solid #343434;
}
.tkvs-category-guide__content h2,
.tkvs-category-guide__content h3,
.tkvs-category-guide__content h4 {
  margin:24px 0 9px!important;
  color:#fff!important;
  font-size:clamp(21px,2.2vw,30px)!important;
}
.tkvs-category-guide__content p,
.tkvs-category-guide__content li {
  max-width:960px;
  color:#d2d2d2!important;
  font-size:13px!important;
  line-height:1.72!important;
}
.tkvs-category-guide__content a { color:#ff5c6b!important; }
.tkvs-category-guide__content .term-description,
.tkvs-category-guide__content .tk-cat-intro,
.tkvs-category-guide__content .tk-p0-seo-worker-block,
.tkvs-category-guide__content .tk-p0-faq-block {
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.tkvs-category-rfq {
  min-height:118px;
  margin-top:16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(210px,280px);
  gap:26px;
  align-items:center;
  padding:22px 28px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(15,15,15,.98),rgba(32,32,32,.96)),
    #161616;
  border:1px solid #3b3b3b;
}
.tkvs-category-rfq>div>span {
  color:#ff5b6a;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tkvs-category-rfq h2 {
  margin:4px 0 0;
  color:#fff;
  font-family:"Barlow Condensed",sans-serif;
  font-size:27px;
  font-style:italic;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-category-rfq p {
  max-width:650px;
  margin:8px 0 0;
  color:#c4c4c4;
  font-size:11px;
  line-height:1.5;
}
.tkvs-category-rfq .tkvs-button { width:100%; min-height:50px; }

@media (max-width:1180px) {
  .tkvs-catalog-hero--term .tkvs-catalog-hero__grid {
    grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);
    gap:24px;
  }
  .tkvs-catalog-layout--term .tkvs-product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}

@media (max-width:980px) {
  .tkvs-catalog-hero--term .tkvs-catalog-hero__grid { grid-template-columns:minmax(0,1fr) 330px; }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__visual { min-height:300px; }
  .tkvs-term-proof { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-term-proof li:nth-child(2) { border-right:0; }
  .tkvs-term-proof li:nth-child(-n+2) { border-bottom:1px solid #363636; }
  .tkvs-catalog-layout--term .tkvs-product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .tkvs-related-categories__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:760px) {
  .tkvs-catalog-hero--term { padding-top:10px; }
  .tkvs-catalog-hero--term .woocommerce-breadcrumb { margin-bottom:8px!important; }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__grid { grid-template-columns:1fr; gap:0; }
  .tkvs-catalog-hero--term .tkvs-category-summary { padding:9px 0 16px; }
  .tkvs-catalog-hero--term .tkvs-catalog-owner h1 { font-size:37px; }
  .tkvs-catalog-hero--term .tkvs-catalog-owner p {
    display:-webkit-box;
    overflow:hidden;
    font-size:11px;
    line-height:1.55;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__actions {
    grid-template-columns:1fr 1fr;
    margin-top:14px;
  }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__actions .tkvs-button {
    min-height:44px;
    padding:0 8px;
    font-size:12px;
  }
  .tkvs-term-proof {
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin-top:14px;
  }
  .tkvs-term-proof li,
  .tkvs-term-proof li:nth-child(2) {
    min-height:48px;
    padding:9px 7px 8px;
    border-right:1px solid #363636;
    border-bottom:0;
  }
  .tkvs-term-proof li:last-child { border-right:0; }
  .tkvs-term-proof li:first-child { padding-left:0; }
  .tkvs-term-proof strong { font-size:10px; }
  .tkvs-term-proof span { font-size:6.5px; }
  .tkvs-term-compliance { display:none; }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__visual {
    height:140px;
    min-height:140px;
    max-height:140px;
    order:0;
    border-top:1px solid #343434;
    border-left:0;
  }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__visual img { object-position:center 43%; }
  .tkvs-catalog-hero--term .tkvs-catalog-hero__visual figcaption { display:none; }
  .tkvs-term-subnav,
  .tkvs-term-subnav__track { min-height:50px; }
  .tkvs-term-subnav>.tkvs-shell { width:100%; }
  .tkvs-term-subnav__track>a {
    min-height:50px;
    padding:0 18px;
    font-size:12px;
  }
  .tkvs-catalog-layout--term { width:100%; padding-top:10px; }
  .tkvs-catalog-layout--term .tkvs-catalog-command {
    position:static;
    grid-template-columns:1fr;
    padding:7px;
    border-right:0;
    border-left:0;
  }
  .tkvs-catalog-layout--term .tkvs-catalog-command .woocommerce-ordering {
    grid-column:auto;
    height:42px!important;
  }
  .tkvs-catalog-layout--term .tkvs-catalog-meta { min-height:44px; }
  .tkvs-catalog-layout--term .tkvs-product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:0 7px;
  }
  .tkvs-catalog-layout--term .tkvs-product-card__body { padding:9px; }
  .tkvs-catalog-layout--term .tkvs-product-card__title { min-height:46px; font-size:10.5px; }
  .tkvs-catalog-layout--term .tkvs-product-card__sku { margin:6px 0 8px; font-size:8px; }
  /* Keep the 44px pagination targets without adding 14px beyond a 100% box. */
  .tkvs-catalog-layout--term .tkvs-pagination {
    width:calc(100% - 14px);
    margin-inline:7px;
  }
  .tkvs-category-after-products { padding:22px 0 26px; }
  .tkvs-category-after-products>.tkvs-shell { width:calc(100% - 20px); }
  .tkvs-related-categories>header { align-items:flex-end; }
  .tkvs-related-categories h2 { font-size:19px; }
  .tkvs-related-categories>header>a { font-size:10px; text-align:right; }
  .tkvs-related-categories__grid { gap:8px; }
  .tkvs-related-categories__image { height:90px; }
  .tkvs-related-categories__grid strong { min-height:38px; font-size:14px; }
  .tkvs-category-guide { margin-top:20px; }
  .tkvs-category-guide>summary { min-height:60px; padding:0 12px; gap:8px; }
  .tkvs-category-guide>summary>strong { font-size:10px; }
  .tkvs-category-guide__content { padding:18px 14px 22px; }
  .tkvs-category-guide__content p,
  .tkvs-category-guide__content li { font-size:12px!important; }
  .tkvs-category-rfq {
    grid-template-columns:1fr;
    gap:16px;
    padding:20px 16px;
  }
  .tkvs-category-rfq h2 { font-size:24px; }
}

/* v1.0.72 — reference-derived blades with a true double-sided serrated option. */
.tkvs-variant-option.has-blade-art {
  min-height:94px;
  padding:0;
  display:grid;
  grid-template-rows:auto minmax(32px,auto);
  align-items:stretch;
  overflow:hidden;
}
.tkvs-blade-art {
  width:100%;
  aspect-ratio:400/148;
  display:block;
  border-bottom:1px solid #ddd5cd;
  background-color:#eee8e1;
  background-image:url("images/blade-variants-sprite.webp?ver=1.0.72");
  background-repeat:no-repeat;
  background-size:300% auto;
}
.tkvs-blade-art[data-tkvs-blade-art="double-edged"] { background-position:0 22%; }
.tkvs-blade-art[data-tkvs-blade-art="double-edged-serrated"] {
  background-image:url("images/blade-double-edged-serrated.webp?ver=1.0.72");
  background-position:center;
  background-size:contain;
}
.tkvs-blade-art[data-tkvs-blade-art="drop"] { background-position:100% 22%; }
.tkvs-blade-art[data-tkvs-blade-art="drop-serrated"] { background-position:0 76%; }
.tkvs-blade-art[data-tkvs-blade-art="tanto"] { background-position:50% 76%; }
.tkvs-blade-art[data-tkvs-blade-art="tanto-serrated"] { background-position:100% 76%; }
.tkvs-variant-option.has-blade-art>strong {
  padding:8px 6px 9px;
  align-self:center;
}
.tkvs-variant-option.has-blade-art:disabled .tkvs-blade-art {
  filter:grayscale(1);
  opacity:.58;
}

body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
  grid-template-columns:minmax(166px,.72fr) minmax(0,1.28fr)!important;
  gap:9px!important;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity {
  min-width:166px;
  min-height:78px;
  position:relative;
  padding-top:20px;
  display:grid!important;
  grid-template-columns:48px minmax(62px,1fr) 48px;
  align-items:stretch;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity::before {
  content:attr(data-tkvs-label);
  position:absolute;
  top:7px;
  left:10px;
  color:#bdb5ae;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  line-height:1;
  text-transform:uppercase;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity .minus,
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity .plus {
  width:48px;
  min-width:48px;
  min-height:56px;
  height:56px;
  padding:0!important;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity input.qty {
  width:100%;
  min-width:62px;
  height:56px;
  padding:0 5px!important;
  font-size:22px;
  font-variant-numeric:tabular-nums;
  line-height:56px;
  text-align:center;
}
.tkvs-universal-variation-form .tkvs-order-estimate {
  min-width:0;
  min-height:78px;
  padding:11px 14px;
  grid-template-columns:minmax(118px,1fr) auto;
  gap:5px 12px;
}
.tkvs-universal-variation-form .tkvs-order-estimate small {
  min-width:0;
  color:#d5cec7;
  font-size:10px;
  line-height:1.25;
  white-space:normal;
}
.tkvs-universal-variation-form .tkvs-order-estimate strong {
  min-width:max-content;
  padding:2px 0 3px;
  font-size:clamp(25px,2.2vw,31px);
  font-variant-numeric:tabular-nums;
  line-height:1.12;
  white-space:nowrap;
}
.tkvs-universal-variation-form .tkvs-order-estimate span {
  min-width:0;
  color:#f0e9e2;
  font-size:11px;
  line-height:1.35;
  overflow-wrap:anywhere;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .single_add_to_cart_button {
  grid-column:1/-1!important;
  min-height:58px!important;
  padding-inline:14px!important;
  font-size:20px!important;
  white-space:normal;
}

@media (max-width:900px) {
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
    grid-template-columns:minmax(166px,.72fr) minmax(0,1.28fr)!important;
  }
}

@media (max-width:600px) {
  .tkvs-variant-option.has-blade-art {
    min-height:92px;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
    grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr)!important;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity {
    min-width:0;
    grid-column:1!important;
    grid-template-columns:44px minmax(54px,1fr) 44px;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity .minus,
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity .plus {
    width:44px;
    min-width:44px;
  }
  .tkvs-universal-variation-form .tkvs-order-estimate {
    grid-column:2!important;
    grid-template-columns:1fr;
    align-content:center;
    gap:3px;
  }
  .tkvs-universal-variation-form .tkvs-order-estimate strong {
    min-width:0;
    font-size:25px;
  }
  .tkvs-universal-variation-form .tkvs-order-estimate span {
    font-size:10px;
  }
}

@media (max-width:360px) {
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
    grid-template-columns:1fr!important;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity,
  .tkvs-universal-variation-form .tkvs-order-estimate {
    grid-column:1!important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tkvs-active .wd-skip-links .wd-skip-navigation,
  .tkvs-active .wd-skip-links .wd-skip-content {
    transition:none!important;
  }
  .tkvs-search-suggestions__loading::before {
    animation:none;
  }
}

/* v1.0.58 — universal WooCommerce variation configurator. */
.tkvs-variant-configurator {
  --tkvs-config-paper:#f7f2eb;
  --tkvs-config-line:#d8d0c7;
  margin:18px 0 0;
  padding:22px;
  border-top:4px solid var(--tkvs-red);
  background:#111;
  color:#fff;
}
.tkvs-configurator-header {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding-bottom:18px;
}
.tkvs-configurator-header>div>span {
  display:block;
  margin-bottom:7px;
  color:#ff7f8c;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
}
.tkvs-configurator-header h2 {
  margin:0!important;
  color:#fff!important;
  font-family:var(--tkvs-display)!important;
  font-size:30px!important;
  font-style:italic;
  font-weight:900!important;
  line-height:.95!important;
  text-transform:uppercase;
}
.tkvs-variant-reset {
  min-width:72px;
  min-height:44px;
  padding:0 14px;
  border:1px solid #514b47;
  background:#201e1d;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  cursor:pointer;
}
.tkvs-variant-reset:hover:not(:disabled),
.tkvs-variant-reset:focus-visible {
  border-color:var(--tkvs-red);
  outline:2px solid #fff;
  outline-offset:2px;
}
.tkvs-variant-reset:disabled { cursor:not-allowed; opacity:.38; }
.tkvs-variant-group {
  padding:18px 0 20px;
  border-top:1px solid #302d2b;
}
.tkvs-variant-group__heading {
  min-height:30px;
  margin-bottom:10px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
}
.tkvs-variant-group__heading>span {
  color:var(--tkvs-red);
  font-family:var(--tkvs-display);
  font-size:18px;
  font-style:italic;
  font-weight:900;
}
.tkvs-variant-group__heading>strong {
  color:#fff;
  font-family:var(--tkvs-display);
  font-size:18px;
  font-style:italic;
  font-weight:900;
  letter-spacing:.025em;
  line-height:1;
  text-transform:uppercase;
}
.tkvs-variant-group__heading>small {
  color:#99918a;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tkvs-variant-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.tkvs-variant-group--size .tkvs-variant-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.tkvs-variant-option {
  min-width:0;
  min-height:66px;
  position:relative;
  padding:13px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d7cfc6;
  background:#fffdfa;
  color:#24211f;
  cursor:pointer;
  transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}
.tkvs-variant-option[hidden] { display:none!important; }
.tkvs-variant-option.has-swatch {
  min-height:105px;
  padding:0;
  display:grid;
  grid-template-rows:62px auto;
  overflow:hidden;
}
.tkvs-variant-option>strong {
  min-width:0;
  overflow:hidden;
  font-size:10px;
  font-weight:900;
  line-height:1.25;
  overflow-wrap:anywhere;
  text-align:center;
  text-transform:uppercase;
}
.tkvs-variant-option.has-swatch>strong { padding:9px 6px 10px; }
.tkvs-variant-option__check {
  width:21px;
  height:21px;
  position:absolute;
  top:7px;
  left:7px;
  z-index:2;
  display:none;
  place-items:center;
  border-radius:50%;
  background:var(--tkvs-red);
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.tkvs-variant-option.is-active {
  border-color:var(--tkvs-red);
  background:#fff3f4;
  box-shadow:inset 0 -3px 0 var(--tkvs-red);
}
.tkvs-variant-option.is-active .tkvs-variant-option__check { display:grid; }
.tkvs-variant-option:hover:not(:disabled),
.tkvs-variant-option:focus-visible {
  border-color:var(--tkvs-red);
  outline:2px solid #fff;
  outline-offset:2px;
}
.tkvs-variant-option:disabled {
  cursor:not-allowed;
  opacity:.42;
  box-shadow:none;
}
.tkvs-variant-option:disabled>strong { text-decoration:line-through; }
.tkvs-variant-option>small { display:none; }
.tkvs-variant-option.is-disabled>small:not([hidden]) {
  display:block;
  margin-top:4px;
  color:#7d222b;
  font-size:7px;
  font-weight:800;
  line-height:1.1;
  text-align:center;
}
.tkvs-variant-swatch {
  width:100%;
  height:62px;
  display:flex;
  border-bottom:1px solid #ddd5cd;
  background:#eee8e1;
}
.tkvs-variant-swatch>i {
  min-width:0;
  flex:1;
  display:block;
}
.tkvs-variant-tools {
  margin:0 0 10px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}
.tkvs-variant-tools label {
  min-width:0;
  position:relative;
  display:block;
}
.tkvs-variant-tools label>span {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
.tkvs-variant-tools input,
.tkvs-variant-tools button {
  min-height:44px;
  border:1px solid #4a4542;
  background:#1e1c1b;
  color:#fff;
  font-size:11px;
}
.tkvs-variant-tools input {
  width:100%;
  padding:0 12px;
}
.tkvs-variant-tools input::placeholder { color:#8f8881; }
.tkvs-variant-tools button {
  padding:0 13px;
  color:#ff7f8c;
  font-weight:900;
  cursor:pointer;
}
.tkvs-variant-tools input:focus-visible,
.tkvs-variant-tools button:focus-visible {
  border-color:var(--tkvs-red);
  outline:2px solid #fff;
  outline-offset:2px;
}
.tkvs-variant-no-results {
  margin:0 0 10px;
  padding:12px;
  border:1px solid #d7cfc6;
  background:#fffdfa;
  color:#6d151e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1.25;
  text-align:center;
}
.tkvs-variant-no-results[hidden] { display:none!important; }
.tkvs-variant-group.is-large:not(.is-collapsed) .tkvs-variant-grid {
  max-height:420px;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding-right:4px;
}
.tkvs-fixed-specifications {
  padding:15px 0 5px;
  border-top:1px solid #302d2b;
}
.tkvs-fixed-specifications>strong {
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-family:var(--tkvs-display);
  font-size:17px;
  font-style:italic;
  text-transform:uppercase;
}
.tkvs-fixed-specifications>div {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.tkvs-fixed-specifications span {
  min-height:44px;
  padding:8px 11px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid #45403d;
  background:#1b1918;
}
.tkvs-fixed-specifications small {
  color:#938c86;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tkvs-fixed-specifications b { color:#fff; font-size:11px; }
.tkvs-variant-status {
  min-height:38px;
  margin:14px 0 0!important;
  padding:10px 12px;
  border-left:3px solid #5f5853;
  background:#1b1918;
  color:#c8c0b9;
  font-size:11px;
  line-height:1.5;
}
.tkvs-variation-fail-closed .tkvs-variant-status {
  border-left-color:var(--tkvs-red);
  background:#2a1518;
  color:#ffd8dc;
}
.tkvs-variation-fail-closed .single_add_to_cart_button {
  opacity:.48!important;
  pointer-events:none!important;
}
.tkvs-configuration-summary {
  margin:12px 0 0;
  padding:17px 18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  border-left:5px solid var(--tkvs-red);
  background:#191717;
  color:#fff;
}
.tkvs-configuration-summary>div {
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.tkvs-configuration-summary>div:last-child { text-align:right; }
.tkvs-configuration-summary small {
  color:#a9a19a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.tkvs-configuration-summary strong {
  color:#fff;
  font-size:12px;
  line-height:1.4;
  overflow-wrap:anywhere;
}
.tkvs-configuration-summary [data-tkvs-configuration-price] {
  color:#ff6373;
  font-family:var(--tkvs-display);
  font-size:27px;
  font-style:italic;
  line-height:1;
}
.tkvs-universal-variation-form .variations_button {
  padding:14px!important;
  background:#111;
}
.tkvs-universal-variation-form .tkvs-tier-note {
  background:#f2ede7;
}
.tkvs-mobile-quote-bar { display:none; }

@media (max-width:900px) {
  .tkvs-variant-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  body.tkvs-route-product .tkvs-contact-dock { display:none!important; }
}

@media (max-width:600px) {
  body.tkvs-has-mobile-quote-bar {
    padding-bottom:calc(102px + env(safe-area-inset-bottom))!important;
  }
  .tkvs-variant-configurator {
    margin-inline:-16px;
    padding:20px 16px;
    border:1px solid #d8d0c7;
    border-top:4px solid var(--tkvs-red);
    background:var(--tkvs-config-paper);
    color:#171717;
  }
  .tkvs-configurator-header {
    align-items:flex-start;
    gap:10px;
    padding-bottom:15px;
  }
  .tkvs-configurator-header>div>span { color:var(--tkvs-red-dark); }
  .tkvs-configurator-header h2 {
    color:#171717!important;
    font-size:25px!important;
  }
  .tkvs-variant-reset {
    min-width:64px;
    background:#fff;
    border-color:#cfc6bd;
    color:#171717;
  }
  .tkvs-variant-reset:hover:not(:disabled),
  .tkvs-variant-reset:focus-visible,
  .tkvs-variant-option:hover:not(:disabled),
  .tkvs-variant-option:focus-visible {
    outline-color:#171717;
  }
  .tkvs-variant-group { border-top-color:#d8d0c7; }
  .tkvs-variant-group__heading {
    grid-template-columns:28px minmax(0,1fr) auto;
    gap:8px;
  }
  .tkvs-variant-group__heading>strong { color:#171717; font-size:17px; }
  .tkvs-variant-group__heading>small { color:#756e67; }
  .tkvs-variant-grid,
  .tkvs-variant-group--size .tkvs-variant-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .tkvs-variant-option {
    min-height:58px;
    padding:11px 8px;
  }
  .tkvs-variant-option.has-swatch {
    min-height:101px;
    padding:0;
    grid-template-rows:60px auto;
  }
  .tkvs-variant-option>strong { font-size:11px; }
  .tkvs-variant-swatch { height:60px; }
  .tkvs-variant-tools { grid-template-columns:1fr; }
  .tkvs-variant-tools input,
  .tkvs-variant-tools button {
    border-color:#cfc6bd;
    background:#fff;
    color:#171717;
  }
  .tkvs-variant-tools input::placeholder { color:#766f68; }
  .tkvs-variant-tools button { color:var(--tkvs-red-dark); }
  .tkvs-fixed-specifications { border-top-color:#d8d0c7; }
  .tkvs-fixed-specifications>strong { color:#171717; }
  .tkvs-fixed-specifications span {
    width:100%;
    border-color:#d8d0c7;
    background:#fff;
  }
  .tkvs-fixed-specifications b { color:#171717; }
  .tkvs-variant-status {
    background:#fff;
    color:#5d5650;
  }
  .tkvs-variation-fail-closed .tkvs-variant-status {
    background:#fff0f1;
    color:#68131c;
  }
  .tkvs-configuration-summary {
    margin-inline:-16px;
    padding:16px;
    grid-template-columns:1fr;
  }
  .tkvs-configuration-summary>div:last-child { text-align:left; }
  .tkvs-universal-variation-form .variations_button {
    margin-inline:-16px;
    padding:14px 16px 18px!important;
  }
  .tkvs-mobile-quote-bar {
    min-height:88px;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:8997;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:minmax(116px,.42fr) minmax(0,1fr);
    align-items:center;
    gap:10px;
    border-top:1px solid #332f2d;
    background:#111;
    color:#fff;
    box-shadow:0 -12px 28px rgba(0,0,0,.24);
  }
  .tkvs-mobile-quote-bar>div {
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:3px;
  }
  .tkvs-mobile-quote-bar strong {
    min-width:0;
    color:#ff4458;
    font-family:var(--tkvs-display);
    font-size:29px;
    font-style:italic;
    font-weight:900;
    line-height:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .tkvs-mobile-quote-bar small {
    color:#fff;
    font-size:10px;
    font-weight:900;
    letter-spacing:.06em;
  }
  .tkvs-mobile-quote-bar button {
    min-width:0;
    min-height:58px;
    padding:0 10px;
    border:0;
    background:var(--tkvs-red);
    color:#fff;
    font-family:var(--tkvs-display);
    font-size:19px;
    font-style:italic;
    font-weight:900;
    line-height:1;
    text-transform:uppercase;
    cursor:pointer;
  }
  .tkvs-mobile-quote-bar button:hover:not(:disabled),
  .tkvs-mobile-quote-bar button:focus-visible {
    background:var(--tkvs-red-dark);
    outline:2px solid #fff;
    outline-offset:-4px;
  }
  .tkvs-mobile-quote-bar button:disabled { cursor:not-allowed; opacity:.45; }
  body.tkvs-has-mobile-quote-bar .tkvs-contact-dock {
    bottom:calc(104px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion:reduce) {
  .tkvs-variant-option { transition:none; }
}

/* v1.0.72 — compact warm-paper configurator, fast boot, double-sided serrated art and readable purchase layout. */
body.tkvs-route-product .tkvs-product-summary form.cart.tkvs-universal-variation-form {
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.tkvs-variant-configurator {
  margin:18px 0 0;
  padding:16px;
  border:0;
  border-top:3px solid #181818;
  background:#f5f0e9;
  color:#171717;
  box-shadow:none;
}
.tkvs-configurator-header {
  align-items:flex-start;
  padding-bottom:14px;
}
.tkvs-configurator-header>div>span {
  margin-bottom:5px;
  color:var(--tkvs-red-dark);
}
.tkvs-configurator-header h2 {
  color:#171717!important;
  font-size:27px!important;
  line-height:1!important;
}
.tkvs-variant-reset {
  min-width:70px;
  min-height:44px;
  border-color:#cfc6bd;
  background:#fff;
  color:#171717;
}
.tkvs-variant-reset:hover:not(:disabled),
.tkvs-variant-reset:focus-visible,
.tkvs-variant-option:hover:not(:disabled),
.tkvs-variant-option:focus-visible {
  outline-color:#171717;
}
.tkvs-variant-group {
  padding:15px 0 17px;
  border-top-color:var(--tkvs-config-line);
}
.tkvs-variant-group__heading {
  min-height:28px;
  margin-bottom:9px;
  grid-template-columns:27px minmax(0,1fr) auto;
  gap:8px;
}
.tkvs-variant-group__heading>span {
  font-size:16px;
}
.tkvs-variant-group__heading>strong {
  color:#171717;
  font-size:17px;
}
.tkvs-variant-group__heading>small {
  color:#756e67;
}
.tkvs-variant-grid {
  gap:7px;
}
.tkvs-variant-group--blade .tkvs-variant-grid,
.tkvs-variant-group--size .tkvs-variant-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.tkvs-variant-option {
  min-height:56px;
  padding:10px 8px;
}
.tkvs-variant-option.has-swatch {
  min-height:94px;
  grid-template-rows:56px auto;
}
.tkvs-variant-option>strong {
  font-size:10px;
}
.tkvs-variant-option.has-swatch>strong {
  padding:8px 6px 9px;
}
.tkvs-variant-swatch {
  height:56px;
}
.tkvs-variant-tools {
  margin-bottom:8px;
}
.tkvs-variant-tools input,
.tkvs-variant-tools button {
  border-color:#cfc6bd;
  background:#fff;
  color:#171717;
}
.tkvs-variant-tools input::placeholder {
  color:#766f68;
}
.tkvs-variant-tools button {
  color:var(--tkvs-red-dark);
}
.tkvs-fixed-specifications {
  padding:13px 0 3px;
  border-top-color:var(--tkvs-config-line);
}
.tkvs-fixed-specifications>strong {
  margin-bottom:8px;
  color:#171717;
  font-size:15px;
}
.tkvs-fixed-specifications span {
  min-height:42px;
  padding:7px 10px;
  border-color:#d8d0c7;
  background:#fff;
}
.tkvs-fixed-specifications small {
  color:#756e67;
}
.tkvs-fixed-specifications b {
  color:#171717;
}
.tkvs-variant-status {
  min-height:34px;
  margin-top:10px!important;
  padding:8px 10px;
  border-left-color:#8c837b;
  background:#fff;
  color:#5d5650;
}
.tkvs-variation-fail-closed .tkvs-variant-status {
  background:#fff0f1;
  color:#68131c;
}
.tkvs-variant-status[hidden] {
  display:none!important;
}
.tkvs-configuration-summary {
  margin:10px 0 0;
  padding:14px 15px;
  border:1px solid #d8d0c7;
  border-left:4px solid var(--tkvs-red);
  background:#fff;
  color:#171717;
}
.tkvs-configuration-summary small {
  color:#756e67;
}
.tkvs-configuration-summary strong {
  color:#171717;
}
.tkvs-configuration-summary [data-tkvs-configuration-price] {
  color:var(--tkvs-red);
  font-size:25px;
}
.tkvs-universal-variation-form .single_variation .woocommerce-variation-price {
  display:none!important;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
  grid-template-columns:minmax(166px,.72fr) minmax(0,1.28fr)!important;
  gap:9px!important;
  margin-top:10px!important;
  padding:11px!important;
  align-items:stretch;
  background:#111;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity {
  min-height:78px;
  border:1px solid #3d3936;
  background:#1b1918;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity .minus,
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity .plus {
  min-height:56px;
  border-color:#3d3936!important;
  background:#262321!important;
  color:#ff6675!important;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity input.qty {
  height:56px;
  border-color:#3d3936!important;
  background:#171515!important;
  color:#fff!important;
}
.tkvs-universal-variation-form .tkvs-order-estimate {
  min-height:78px;
  padding:11px 14px;
  border-left-width:4px;
}
.tkvs-universal-variation-form .tkvs-order-estimate strong {
  font-size:clamp(25px,2.2vw,31px);
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .single_add_to_cart_button {
  grid-column:1/-1!important;
  min-height:58px!important;
  padding-inline:14px!important;
  font-size:20px!important;
  white-space:normal;
}
body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .tkvs-tier-note {
  grid-column:1/-1!important;
  min-height:34px;
  padding:8px 10px;
  background:#f2ede7;
}

@media (max-width:900px) {
  .tkvs-variant-grid,
  .tkvs-variant-group--blade .tkvs-variant-grid,
  .tkvs-variant-group--size .tkvs-variant-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
    grid-template-columns:minmax(166px,.72fr) minmax(0,1.28fr)!important;
  }
}

@media (max-width:600px) {
  html.tkvs-ready {
    scroll-padding-bottom:calc(120px + env(safe-area-inset-bottom));
  }
  body.tkvs-has-mobile-quote-bar {
    padding-bottom:calc(128px + env(safe-area-inset-bottom))!important;
  }
  .tkvs-variant-configurator {
    margin-inline:0;
    padding:16px;
  }
  .tkvs-configurator-header {
    padding-bottom:12px;
  }
  .tkvs-configurator-header h2 {
    font-size:23px!important;
  }
  .tkvs-variant-reset {
    min-width:62px;
  }
  .tkvs-variant-group {
    padding:13px 0 15px;
  }
  .tkvs-variant-grid,
  .tkvs-variant-group--blade .tkvs-variant-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tkvs-variant-group--size .tkvs-variant-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .tkvs-variant-option {
    min-height:52px;
    padding:9px 6px;
  }
  .tkvs-variant-option.has-swatch {
    min-height:90px;
    grid-template-rows:54px auto;
  }
  .tkvs-variant-option>strong {
    font-size:10px;
  }
  .tkvs-variant-swatch {
    height:54px;
  }
  .tkvs-fixed-specifications span {
    width:100%;
  }
  .tkvs-configuration-summary {
    margin-inline:0;
    padding:13px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
  }
  .tkvs-configuration-summary>div:last-child {
    text-align:right;
  }
  .tkvs-configuration-summary [data-tkvs-configuration-price] {
    font-size:23px;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button {
    margin-inline:0;
    grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr)!important;
    gap:8px!important;
    padding:10px!important;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .quantity {
    width:100%;
    grid-column:1!important;
  }
  .tkvs-universal-variation-form .tkvs-order-estimate {
    grid-column:2!important;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .single_add_to_cart_button {
    grid-column:1/-1!important;
    min-height:56px!important;
  }
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .tkvs-tier-note {
    grid-column:1/-1!important;
  }
  .tkvs-fixed-specifications,
  .tkvs-configuration-summary,
  .tkvs-variant-status,
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .variations_button,
  body.tkvs-route-product .tkvs-product-summary .tkvs-universal-variation-form .tkvs-tier-note {
    scroll-margin-bottom:calc(120px + env(safe-area-inset-bottom));
  }
}

/* Keep the Catalog Explorer compact on 768px-class tablets without changing
   the approved global mobile or configurator breakpoints. */
@media (min-width:761px) and (max-width:820px) {
  .tkvs-category-explorer { padding:14px 0 16px; border-top-width:3px; }
  .tkvs-category-explorer__shell { width:100%; padding:13px 12px 12px; border-right:0; border-left:0; }
  .tkvs-category-explorer__head { min-height:48px; margin-bottom:10px; align-items:flex-end; }
  .tkvs-category-explorer__head>div { display:block; }
  .tkvs-category-explorer__head h2 { margin-top:5px; font-size:21px; }
  .tkvs-category-explorer__head>button { min-height:44px; max-width:138px; justify-content:flex-end; padding:0; font-size:10px; line-height:1.05; text-align:right; }
  .tkvs-category-explorer__groups { grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; margin-bottom:8px; }
  .tkvs-category-explorer__groups>button { min-height:48px; gap:6px; padding:7px 9px; }
  .tkvs-category-explorer__groups>button.is-active { box-shadow:inset 3px 0 0 var(--tkvs-red); }
  .tkvs-category-explorer__groups span { font-size:14px; }
  .tkvs-category-explorer__groups small { font-size:7px; line-height:1.15; text-align:right; }
  .tkvs-category-explorer__grid { min-height:0; display:block; border-right:0; border-left:0; }
  .tkvs-category-explorer__rail {
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(176px,31vw);
    gap:6px;
    overflow-x:auto;
    padding:6px;
    border-right:0;
    border-bottom:1px solid #3a3a3a;
    scroll-snap-type:x proximity;
    scrollbar-color:#555 transparent;
    scrollbar-width:thin;
  }
  .tkvs-category-explorer__rail>button {
    min-height:64px;
    grid-template-columns:48px minmax(0,1fr) 16px;
    gap:8px;
    padding:7px;
    border:1px solid #393939;
    scroll-snap-align:start;
  }
  .tkvs-category-explorer__thumb { width:48px; height:48px; }
  .tkvs-category-explorer__label strong { font-size:15px; }
  .tkvs-category-explorer__label small { margin-top:4px; font-size:7px; }
  .tkvs-category-explorer__rail>button::before { top:auto; right:-1px; bottom:-1px; width:auto; height:3px; }
  .tkvs-category-explorer__rail>button.is-active { border-color:#733039; }
  .tkvs-category-explorer__panel { grid-template-rows:292px auto 56px; }
  .tkvs-category-explorer__visual { min-height:292px; }
  .tkvs-category-explorer__shade {
    background:
      linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.28)),
      linear-gradient(0deg,rgba(0,0,0,.68),transparent 60%);
  }
  .tkvs-category-explorer__visual figcaption {
    width:calc(100% - 28px);
    left:14px;
    bottom:14px;
    padding:12px 13px 11px;
    background:linear-gradient(90deg,rgba(9,9,9,.9),rgba(9,9,9,.48),transparent);
    border-left:3px solid var(--tkvs-red);
  }
  .tkvs-category-explorer__visual figcaption small { font-size:8px; }
  .tkvs-category-explorer__visual figcaption strong { margin-top:5px; font-size:29px; }
  .tkvs-category-explorer__visual figcaption em { max-width:280px; margin-top:6px; font-size:9px; line-height:1.35; }
  .tkvs-category-explorer__children { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tkvs-category-explorer__children>a,
  .tkvs-category-explorer__children>a:nth-child(2n) { min-height:50px; padding:8px 10px; font-size:10px; }
  .tkvs-category-explorer__children>a:nth-child(2n+1) { border-right:1px solid #343434; }
  .tkvs-category-explorer__all { min-height:56px; padding:0 12px; gap:7px; }
  .tkvs-category-explorer__all strong { font-size:14px; }
  .tkvs-category-explorer__all small { font-size:7px; }
  .tkvs-category-explorer__directory { width:calc(100vw - 20px); max-height:90dvh; }
  .tkvs-category-explorer__directory-card { max-height:calc(90dvh - 3px); padding:14px; }
  .tkvs-category-explorer__directory h3 { font-size:25px; }
}

/* v1.0.82 — any WooCommerce attribute with distinct variation images becomes image cards. */
.tkvs-variant-group--color .tkvs-variant-grid,
.tkvs-variant-group--visual .tkvs-variant-grid {
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.tkvs-variant-option.has-variation-image {
  min-height:132px;
  padding:0;
  display:grid;
  grid-template-rows:minmax(88px,1fr) auto;
  align-items:stretch;
  overflow:hidden;
}
.tkvs-variant-image {
  width:100%;
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px;
  overflow:hidden;
  border-bottom:1px solid #ddd5cd;
  background:#fff;
}
.tkvs-variant-image img {
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  object-fit:contain;
  object-position:center;
  transition:transform .18s ease;
}
.tkvs-variant-option.has-variation-image>strong {
  min-height:38px;
  padding:8px 6px 9px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tkvs-variant-option.has-variation-image:hover:not(:disabled) .tkvs-variant-image img,
.tkvs-variant-option.has-variation-image:focus-visible .tkvs-variant-image img {
  transform:scale(1.035);
}

@media (max-width:900px) {
  .tkvs-variant-group--color .tkvs-variant-grid,
  .tkvs-variant-group--visual .tkvs-variant-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:600px) {
  .tkvs-variant-group--color .tkvs-variant-grid,
  .tkvs-variant-group--visual .tkvs-variant-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tkvs-variant-option.has-variation-image {
    min-height:126px;
    grid-template-rows:minmax(82px,1fr) auto;
  }
  .tkvs-variant-image {
    min-height:82px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .tkvs-variant-image img { transition:none; }
}
/* v1.0.84 — buyer-only pricing and concise single-lock access gate */
body.tkvs-price-locked .tkvs-product-card__commerce {
  min-height:22px;
  margin-top:auto;
}
body.tkvs-price-locked .tkvs-product-card__commerce small {
  color:var(--tkvs-red)!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.02em;
}
.tkvs-product-card__price-gate,
.tkvs-single-price-gate {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  border:1px solid #050505;
  color:#fff!important;
  background:#050505;
  font-family:var(--tkvs-display);
  font-size:11px;
  font-weight:700;
  letter-spacing:.035em;
  line-height:1;
  text-align:center;
  text-decoration:none!important;
}
.tkvs-product-card__price-gate:hover,
.tkvs-product-card__price-gate:focus-visible,
.tkvs-single-price-gate:hover,
.tkvs-single-price-gate:focus-visible {
  color:#fff!important;
  background:#171717;
  outline:2px solid var(--tkvs-red);
  outline-offset:2px;
}
.tkvs-product-card__price-gate .dashicons,
.tkvs-single-price-gate .dashicons {
  width:15px;
  height:15px;
  font-size:15px;
  line-height:15px;
}
.tkvs-single-price-gate {
  width:min(420px,100%);
  min-height:46px;
  margin:12px 0 18px;
  font-size:12px;
}
body.tkvs-price-locked.tkvs-route-product .tkvs-buy-metrics,
body.tkvs-price-locked.tkvs-route-product .tkvs-product-summary>.price,
body.tkvs-price-locked.tkvs-route-product .tkvs-product-summary .summary>.price,
body.tkvs-price-locked.tkvs-route-product .tkvs-product-summary form.cart,
body.tkvs-price-locked.tkvs-route-product .wd-dynamic-discounts,
body.tkvs-price-locked.tkvs-route-product .tkvs-configuration-summary,
body.tkvs-price-locked.tkvs-route-product .tkvs-mobile-quote-bar {
  display:none!important;
}
.tkvs-login-persistence {
  display:flex;
  align-items:center;
  gap:6px;
  margin:10px 0 0!important;
  color:#625d57;
  font-size:11px;
  line-height:1.4;
}
.tkvs-login-persistence .dashicons {
  width:15px;
  height:15px;
  color:#18864b;
  font-size:15px;
}
@media (max-width:600px) {
  .tkvs-product-card__price-gate {
    min-height:36px;
    gap:5px;
    padding:0 6px;
    font-size:9.5px;
    letter-spacing:.02em;
  }
  .tkvs-single-price-gate {
    width:100%;
  }
}

/* Product-category first-view redesign v1.0.97: 4 desktop / 3 tablet / 2 mobile. */
@media (min-width:768px) and (max-width:1023px) {
  .tkvs-catalog-layout--term .tkvs-product-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:767px) {
  .tkvs-catalog-layout--term .tkvs-product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:0 7px;
  }
}

/* Ballistic knife buyer guide v1.0.102. Scoped to the retained SEO URL. */
.tkvs-page--ballistic-knife-for-sale,
.tkvs-page--armed-force-tactical-knives {
  --tkbg-red:#ed1b2f;
  --tkbg-ink:#101113;
  --tkbg-paper:#f4f0e9;
  --tkbg-line:#d9d2c8;
  background:var(--tkbg-paper);
}
.tkvs-page--ballistic-knife-for-sale .tkvs-page-shell--ballistic-guide,
.tkvs-page--armed-force-tactical-knives .tkvs-page-shell--ballistic-guide {
  display:block;
  width:min(100%,1440px);
  max-width:none;
  padding:0;
}
.tkvs-page--ballistic-knife-for-sale .tkvs-page-content,
.tkvs-page--armed-force-tactical-knives .tkvs-page-content {
  min-width:0;
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.tk-ballistic-guide,
.tk-ballistic-guide * {
  box-sizing:border-box;
}
.tk-ballistic-guide {
  color:var(--tkbg-ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65;
}
.tk-ballistic-guide a {
  text-underline-offset:3px;
}
.tk-ballistic-guide__inner {
  width:min(100% - 40px,1180px);
  margin:0 auto;
}
.tk-ballistic-guide__hero {
  position:relative;
  overflow:hidden;
  padding:74px 0 68px;
  color:#fff;
  background:
    linear-gradient(115deg,rgba(7,8,9,.98) 0%,rgba(12,13,15,.94) 55%,rgba(30,6,9,.9) 100%);
  border-bottom:5px solid var(--tkbg-red);
}
.tk-ballistic-guide__hero::after {
  content:"";
  position:absolute;
  inset:-35% -12% auto auto;
  width:560px;
  height:560px;
  border:1px solid rgba(237,27,47,.35);
  transform:rotate(28deg);
  pointer-events:none;
}
.tk-ballistic-guide__hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:56px;
  align-items:end;
}
.tk-ballistic-guide__eyebrow,
.tk-ballistic-guide__section-label {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  color:var(--tkbg-red);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  line-height:1.2;
  text-transform:uppercase;
}
.tk-ballistic-guide__eyebrow::before,
.tk-ballistic-guide__section-label::before {
  content:"";
  width:30px;
  height:3px;
  background:currentColor;
}
.tkvs-page-content .tk-ballistic-guide h1 {
  max-width:850px;
  margin:0;
  color:#fff !important;
  font-family:Impact,"Arial Narrow",Arial,sans-serif;
  font-size:clamp(46px,6.2vw,88px);
  font-weight:700;
  letter-spacing:-.025em;
  line-height:.96;
  text-transform:uppercase;
}
.tkvs-page-content .tk-ballistic-guide__hero-copy {
  max-width:780px;
  margin:28px 0 0;
  color:#d9dadd !important;
  font-size:18px;
  line-height:1.65;
}
.tkvs-page-content .tk-ballistic-guide__hero-copy strong {
  color:#fff !important;
}
.tk-ballistic-guide__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.tkvs-page-content .tk-ballistic-guide__button {
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  color:#fff !important;
  background:var(--tkbg-red) !important;
  border:2px solid var(--tkbg-red);
  font-size:13px;
  font-weight:800;
  letter-spacing:.05em;
  line-height:1.2;
  text-decoration:none;
  text-transform:uppercase;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}
.tkvs-page-content .tk-ballistic-guide__button:hover,
.tkvs-page-content .tk-ballistic-guide__button:focus-visible {
  color:#fff !important;
  background:#b80d1d !important;
  border-color:#b80d1d;
}
.tkvs-page-content .tk-ballistic-guide__button--ghost {
  color:#fff !important;
  background:transparent !important;
  border-color:#64676d;
}
.tkvs-page-content .tk-ballistic-guide__button--ghost:hover,
.tkvs-page-content .tk-ballistic-guide__button--ghost:focus-visible {
  color:#101113 !important;
  background:#fff !important;
  border-color:#fff;
}
.tk-ballistic-guide__answer {
  padding:28px;
  background:rgba(255,255,255,.07);
  border-top:4px solid var(--tkbg-red);
  backdrop-filter:blur(8px);
}
.tk-ballistic-guide__answer span {
  display:block;
  margin-bottom:12px;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tkvs-page-content .tk-ballistic-guide__answer p {
  margin:0;
  color:#d9dadd !important;
  font-size:15px;
}
.tk-ballistic-guide__trust {
  background:#fff;
  border-bottom:1px solid var(--tkbg-line);
}
.tk-ballistic-guide__trust-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0;
  padding:0;
  list-style:none;
}
.tk-ballistic-guide__trust-list li {
  padding:19px 22px;
  color:#33363a;
  border-right:1px solid var(--tkbg-line);
  font-size:13px;
  font-weight:700;
  text-align:center;
}
.tk-ballistic-guide__trust-list li:last-child {
  border-right:0;
}
.tk-ballistic-guide__section {
  padding:74px 0;
}
.tk-ballistic-guide__section--white {
  background:#fff;
}
.tk-ballistic-guide__section--dark {
  color:#fff;
  background:#111214;
}
.tk-ballistic-guide__section-head {
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(320px,1.25fr);
  gap:60px;
  margin-bottom:36px;
  align-items:end;
}
.tk-ballistic-guide h2 {
  margin:0;
  color:inherit;
  font-family:Impact,"Arial Narrow",Arial,sans-serif;
  font-size:clamp(34px,4vw,58px);
  font-weight:700;
  letter-spacing:-.015em;
  line-height:1;
  text-transform:uppercase;
}
.tk-ballistic-guide__lead {
  margin:0;
  color:#55585d;
  font-size:17px;
}
.tkvs-page-content .tk-ballistic-guide__section--dark .tk-ballistic-guide__lead {
  color:#c7c9cc !important;
}
.tkvs-page-content .tk-ballistic-guide__section--dark h2,
.tkvs-page-content .tk-ballistic-guide__closing h2 {
  color:#fff !important;
}
.tk-ballistic-guide__comparison-wrap {
  overflow-x:auto;
  background:#fff;
  border:1px solid var(--tkbg-line);
}
.tk-ballistic-guide__comparison {
  width:100%;
  min-width:800px;
  border-collapse:collapse;
  text-align:left;
}
.tk-ballistic-guide__comparison th,
.tk-ballistic-guide__comparison td {
  padding:20px;
  border-right:1px solid var(--tkbg-line);
  border-bottom:1px solid var(--tkbg-line);
  vertical-align:top;
}
.tk-ballistic-guide__comparison th:last-child,
.tk-ballistic-guide__comparison td:last-child {
  border-right:0;
}
.tk-ballistic-guide__comparison tr:last-child td {
  border-bottom:0;
}
.tk-ballistic-guide__comparison thead th {
  color:#fff;
  background:#161719;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tk-ballistic-guide__comparison tbody th {
  width:21%;
  color:#161719;
  background:#f5f1eb;
  font-size:15px;
}
.tk-ballistic-guide__status {
  display:inline-flex;
  margin-top:8px;
  padding:5px 8px;
  color:#fff;
  background:#5b5e63;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  line-height:1.2;
  text-transform:uppercase;
}
.tk-ballistic-guide__status--available {
  background:#167647;
}
.tk-ballistic-guide__legal {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  margin-top:28px;
  padding:24px;
  background:#fff8e9;
  border-left:5px solid #d49a21;
}
.tk-ballistic-guide__legal strong {
  display:flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:#d49a21;
  border-radius:50%;
}
.tk-ballistic-guide__legal p {
  margin:0;
  color:#4b4435;
  font-size:14px;
}
.tk-ballistic-guide__legal a {
  color:#714c00;
  font-weight:700;
}
.tk-ballistic-guide__products {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.tk-ballistic-guide__product {
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid #2c2e32;
}
.tk-ballistic-guide__product-media {
  position:relative;
  display:block;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#ece8e1;
}
.tk-ballistic-guide__product-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.tk-ballistic-guide__product:hover .tk-ballistic-guide__product-media img {
  transform:scale(1.025);
}
.tk-ballistic-guide__product-badge {
  position:absolute;
  top:12px;
  left:12px;
  padding:7px 9px;
  color:#fff;
  background:rgba(16,17,19,.92);
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.tk-ballistic-guide__product-body {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px;
}
.tk-ballistic-guide__product h3 {
  margin:0 0 11px;
  color:#151619;
  font-size:18px;
  line-height:1.28;
}
.tk-ballistic-guide__product-meta {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:18px;
}
.tk-ballistic-guide__product-meta span {
  padding:5px 7px;
  color:#474a4f;
  background:#f0ede7;
  font-size:11px;
  font-weight:700;
}
.tk-ballistic-guide__product-link {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  color:#151619;
  border-top:1px solid #d6d0c7;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-decoration:none;
  text-transform:uppercase;
}
.tk-ballistic-guide__product-link:hover,
.tk-ballistic-guide__product-link:focus-visible {
  color:var(--tkbg-red);
}
.tk-ballistic-guide__collection-note {
  margin:24px 0 0;
  color:#b9bbc0;
  font-size:13px;
}
.tk-ballistic-guide__collection-note a {
  color:#fff;
  font-weight:800;
}
.tk-ballistic-guide__procurement {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:56px;
  align-items:start;
}
.tk-ballistic-guide__checklist {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:procurement;
}
.tk-ballistic-guide__checklist li {
  position:relative;
  min-height:112px;
  padding:20px 18px 18px 58px;
  background:#fff;
  border:1px solid var(--tkbg-line);
  counter-increment:procurement;
}
.tk-ballistic-guide__checklist li::before {
  content:counter(procurement,decimal-leading-zero);
  position:absolute;
  top:18px;
  left:17px;
  color:var(--tkbg-red);
  font-family:Impact,"Arial Narrow",Arial,sans-serif;
  font-size:24px;
  line-height:1;
}
.tk-ballistic-guide__checklist strong {
  display:block;
  margin-bottom:5px;
  color:#1a1b1e;
  font-size:14px;
}
.tk-ballistic-guide__checklist span {
  display:block;
  color:#62656a;
  font-size:13px;
  line-height:1.45;
}
.tk-ballistic-guide__faq {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.tk-ballistic-guide__faq details {
  padding:0 20px;
  background:#fff;
  border:1px solid var(--tkbg-line);
}
.tk-ballistic-guide__faq summary {
  min-height:62px;
  padding:19px 32px 19px 0;
  color:#17181a;
  cursor:pointer;
  font-size:15px;
  font-weight:800;
  line-height:1.4;
}
.tk-ballistic-guide__faq details p {
  margin:0;
  padding:0 0 20px;
  color:#55585d;
  font-size:14px;
}
.tk-ballistic-guide__closing {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
  padding:42px;
  color:#fff;
  background:var(--tkbg-red);
}
.tk-ballistic-guide__closing h2 {
  color:#fff;
  font-size:clamp(31px,4vw,50px);
}
.tk-ballistic-guide__closing p {
  max-width:760px;
  margin:12px 0 0;
  color:#fff;
}
.tkvs-page-content .tk-ballistic-guide__closing .tk-ballistic-guide__button {
  color:#111214 !important;
  background:#fff !important;
  border-color:#fff;
}
.tkvs-page-content .tk-ballistic-guide__closing .tk-ballistic-guide__button:hover,
.tkvs-page-content .tk-ballistic-guide__closing .tk-ballistic-guide__button:focus-visible {
  color:#fff !important;
  background:#111214 !important;
  border-color:#111214;
}
@media (max-width:1023px) {
  .tk-ballistic-guide__hero-grid,
  .tk-ballistic-guide__section-head,
  .tk-ballistic-guide__procurement {
    grid-template-columns:1fr;
    gap:28px;
  }
  .tk-ballistic-guide__products {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tk-ballistic-guide__hero {
    padding:60px 0 54px;
  }
}
@media (max-width:767px) {
  .tk-ballistic-guide__inner {
    width:min(100% - 28px,1180px);
  }
  .tk-ballistic-guide__hero {
    padding:46px 0 42px;
  }
  .tk-ballistic-guide h1 {
    font-size:clamp(39px,13.5vw,58px);
  }
  .tk-ballistic-guide__hero-copy {
    margin-top:20px;
    font-size:16px;
  }
  .tk-ballistic-guide__answer {
    padding:21px;
  }
  .tk-ballistic-guide__trust-list {
    grid-template-columns:1fr;
  }
  .tk-ballistic-guide__trust-list li {
    padding:14px;
    border-right:0;
    border-bottom:1px solid var(--tkbg-line);
  }
  .tk-ballistic-guide__trust-list li:last-child {
    border-bottom:0;
  }
  .tk-ballistic-guide__section {
    padding:52px 0;
  }
  .tk-ballistic-guide__products,
  .tk-ballistic-guide__faq,
  .tk-ballistic-guide__checklist {
    grid-template-columns:1fr;
  }
  .tk-ballistic-guide__legal {
    grid-template-columns:1fr;
  }
  .tk-ballistic-guide__closing {
    grid-template-columns:1fr;
    padding:30px 22px;
  }
  .tk-ballistic-guide__closing .tk-ballistic-guide__button {
    width:100%;
  }
}
@media (prefers-reduced-motion:reduce) {
  .tk-ballistic-guide__button,
  .tk-ballistic-guide__product-media img {
    transition:none;
  }
}

/* Homepage New OTF Arrivals rail v1.0.110 - neutral white, frameless, full-image. */
.tkvs-new-arrivals {
  overflow:hidden;
  background:#fff;
}
.tkvs-new-arrivals__head {
  align-items:end;
  margin-bottom:20px;
}
/* Homepage new-arrivals daily note release 1.0.122. */
.tkvs-new-arrivals__title-wrap {
  display:grid;
  grid-template-columns:max-content max-content;
  align-items:end;
  column-gap:18px;
}
.tkvs-new-arrivals__title-wrap>span:first-child {
  grid-column:1/-1;
}
.tkvs-new-arrivals__daily-note {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:4px;
  color:#5f6672;
  font-family:Inter,Arial,sans-serif;
  font-size:11px;
  font-style:normal;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.tkvs-new-arrivals__daily-note::before {
  width:18px;
  height:2px;
  flex:0 0 18px;
  background:var(--tkvs-red);
  content:"";
}
.tkvs-new-arrivals__actions {
  display:flex;
  align-items:center;
  gap:8px;
}
.tkvs-new-arrivals__progress {
  min-width:58px;
  color:#475569;
  font-family:"Barlow Condensed";
  font-size:14px;
  font-style:italic;
  font-weight:800;
  letter-spacing:.08em;
  text-align:center;
}
.tkvs-new-arrivals__actions button {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #cbd5e1;
  border-radius:0;
  color:#0f172a;
  background:#fff;
  cursor:pointer;
  transition:color .2s ease,background-color .2s ease,border-color .2s ease;
}
.tkvs-new-arrivals__actions button:hover {
  border-color:#0f172a;
  color:#fff;
  background:#0f172a;
}
.tkvs-new-arrivals__actions button:focus-visible,
.tkvs-new-arrivals__rail:focus-visible {
  outline:3px solid var(--tkvs-red);
  outline-offset:3px;
}
.tkvs-new-arrivals__actions button:disabled {
  border-color:#e2e8f0;
  color:#94a3b8;
  background:#f8fafc;
  cursor:not-allowed;
}
.tkvs-new-arrivals__actions .dashicons {
  width:18px;
  height:18px;
  font-size:18px;
}
.tkvs-new-arrivals__rail {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 45px)/4);
  gap:15px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 0 8px;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  cursor:grab;
  user-select:none;
}
.tkvs-new-arrivals__rail::-webkit-scrollbar {
  display:none;
}
.tkvs-new-arrivals__rail.is-dragging {
  cursor:grabbing;
  scroll-behavior:auto;
  scroll-snap-type:none;
}
.tkvs-new-arrivals__item {
  min-width:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.tkvs-new-arrivals .tkvs-product-card {
  height:100%;
  border:0;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.tkvs-new-arrivals .tkvs-product-card:hover {
  border-top-color:transparent;
  box-shadow:none;
  transform:none;
}
.tkvs-new-arrivals .tkvs-product-card__image {
  aspect-ratio:1/1;
  background:#fff;
}
.tkvs-new-arrivals .tkvs-product-card__image img {
  width:100%;
  height:100%;
  padding:0;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  transform:none;
}
.tkvs-new-arrivals .tkvs-product-card:hover .tkvs-product-card__image img {
  transform:none;
}
.tkvs-new-arrivals .tkvs-product-card__body {
  padding:14px 0 0;
  border-top:0;
}
.tkvs-new-arrivals .tkvs-product-card__title {
  min-height:46px;
  color:#0f172a!important;
  font-size:13px;
}
.tkvs-new-arrivals .tkvs-product-card__sku {
  color:#64748b;
}
.tkvs-new-arrivals .tkvs-product-card__commerce {
  border-top-color:#e2e8f0;
}
.tkvs-new-arrivals__foot {
  min-height:42px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  padding-top:12px;
}
.tkvs-new-arrivals__foot>span {
  color:#64748b;
  font-family:"Barlow Condensed";
  font-size:11px;
  font-style:italic;
  font-weight:800;
  letter-spacing:.14em;
}
.tkvs-new-arrivals__foot a {
  min-height:44px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#0f172a!important;
  text-decoration:none!important;
  font-family:"Barlow Condensed";
  font-size:15px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-new-arrivals__foot a:hover {
  color:var(--tkvs-red)!important;
}

@media (max-width:900px) {
  .tkvs-new-arrivals__rail {
    grid-auto-columns:calc((100% - 12px)/2);
    gap:12px;
  }
}

@media (max-width:600px) {
  .tkvs-new-arrivals {
    padding-block:42px;
  }
  .tkvs-new-arrivals__head {
    align-items:start;
    gap:16px;
  }
  .tkvs-new-arrivals__head h2 {
    font-size:36px;
  }
  .tkvs-new-arrivals__title-wrap {
    display:block;
  }
  .tkvs-new-arrivals__daily-note {
    gap:7px;
    margin:10px 0 0;
    font-size:10px;
    letter-spacing:.1em;
  }
  .tkvs-new-arrivals__daily-note::before {
    width:14px;
    flex-basis:14px;
  }
  .tkvs-new-arrivals__actions {
    width:100%;
    justify-content:flex-end;
  }
  .tkvs-new-arrivals__progress {
    margin-right:auto;
    text-align:left;
  }
  .tkvs-new-arrivals__rail {
    grid-auto-columns:84%;
  }
  .tkvs-new-arrivals__foot>span {
    display:none;
  }
  .tkvs-new-arrivals__foot {
    justify-content:flex-end;
  }
}

@media (prefers-reduced-motion:reduce) {
  .tkvs-new-arrivals__rail {
    scroll-behavior:auto;
  }
  .tkvs-new-arrivals__actions button {
    transition:none;
  }
}

/* Shared content contrast system, release 1.0.121.
 * Backgrounds remain owned by each content template; these rules only pair
 * readable foreground colors with the existing dark and warm-light surfaces. */
.tkvs-page-content .pg-white,
.tkvs-page-content .pg-force-white {
  color:#d7dce2!important;
}
.tkvs-page-content .pg-white h1,
.tkvs-page-content .pg-white h2,
.tkvs-page-content .pg-white h3,
.tkvs-page-content .pg-white h4,
.tkvs-page-content .pg-white .wd-entities-title,
.tkvs-page-content .pg-white .wd-entities-title a,
.tkvs-page-content .pg-force-white h1,
.tkvs-page-content .pg-force-white h2,
.tkvs-page-content .pg-force-white h3,
.tkvs-page-content .pg-force-white h4,
.tkvs-page-content .pg-force-white .wd-entities-title,
.tkvs-page-content .pg-force-white .wd-entities-title a {
  color:#fff!important;
}
.tkvs-page-content .pg-white p,
.tkvs-page-content .pg-white li,
.tkvs-page-content .pg-white .wd-label,
.tkvs-page-content .pg-white .per-page-variation,
.tkvs-page-content .pg-white .woocommerce-ordering .orderby,
.tkvs-page-content .pg-white .woocommerce-pagination a,
.tkvs-page-content .pg-white .woocommerce-pagination span,
.tkvs-page-content .pg-force-white p,
.tkvs-page-content .pg-force-white li,
.tkvs-page-content .pg-force-white .wd-label,
.tkvs-page-content .pg-force-white .per-page-variation,
.tkvs-page-content .pg-force-white .woocommerce-ordering .orderby,
.tkvs-page-content .pg-force-white .woocommerce-pagination a,
.tkvs-page-content .pg-force-white .woocommerce-pagination span {
  color:#d7dce2!important;
}
.tkvs-page-content .pg-white .woocommerce-ordering .orderby option,
.tkvs-page-content .pg-force-white .woocommerce-ordering .orderby option {
  color:#111!important;
  background:#fff!important;
}
.tkvs-page-content .pg-white .price,
.tkvs-page-content .pg-white .price *,
.tkvs-page-content .pg-force-white .price,
.tkvs-page-content .pg-force-white .price * {
  color:#f3f4f6!important;
}

.tkvs-page.tkvs-config-import-consultant h1.woodmart-title-container {
  color:#fff!important;
}
.tkvs-page.tkvs-config-online-heading h4.woodmart-title-container {
  color:#17181b!important;
}
.tkvs-page-content .tk960-wrap h1,
.tkvs-page-content .tk960-wrap h2,
.tkvs-page-content .tk960-wrap h3,
.tkvs-page-content .tk960-wrap h4 {
  color:#fff!important;
}
.tkvs-page-content .tk960-wrap p,
.tkvs-page-content .tk960-wrap li {
  color:#cfd6e4!important;
}

.tkvs-page--request-a-quote #otfForm label {
  color:#17181b!important;
}
.tkvs-article-grid h2 a {
  color:#17181b!important;
}
.tkvs-catalog-hero--term .woocommerce-breadcrumb,
.tkvs-catalog-hero--term .woocommerce-breadcrumb a {
  color:#c8c8c8!important;
}
.tkvs-catalog-hero--term .woocommerce-breadcrumb .wd-last {
  color:#fff!important;
}
/* Return policy editorial release 1.0.123 */
body.tkvs-route-return-policy {
  background:#f4f0e9;
}
body.tkvs-route-return-policy .tkvs-return-policy {
  overflow:hidden;
  background:#f4f0e9;
  color:#17181b;
}
body.tkvs-route-return-policy .tkvs-return-policy p {
  margin:0;
  color:inherit;
  font-family:var(--tkvs-body, "Inter", sans-serif);
  font-size:16px;
  line-height:1.72;
}
body.tkvs-route-return-policy .tkvs-return-policy h1,
body.tkvs-route-return-policy .tkvs-return-policy h2,
body.tkvs-route-return-policy .tkvs-return-policy h3 {
  margin:0;
  color:inherit;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-style:italic;
  font-weight:900;
  letter-spacing:-.025em;
  line-height:.98;
  text-transform:uppercase;
}
.tkvs-return-policy__hero {
  position:relative;
  border-bottom:4px solid #ed001c;
  background:
    radial-gradient(circle at 78% 26%,rgba(237,0,28,.17),transparent 27%),
    linear-gradient(115deg,#080809 0%,#101113 58%,#050505 100%);
  color:#fff;
}
.tkvs-return-policy__hero::after {
  position:absolute;
  right:-7%;
  bottom:-88px;
  width:360px;
  height:220px;
  border:1px solid rgba(255,255,255,.08);
  content:"";
  transform:skewX(-24deg);
}
.tkvs-return-policy__hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
  gap:72px;
  align-items:end;
  padding-top:92px;
  padding-bottom:86px;
}
.tkvs-return-policy__eyebrow,
.tkvs-return-policy__hero-note>span,
.tkvs-return-policy__section-heading>span,
.tkvs-return-policy__aside-card>span,
.tkvs-return-policy__closing span {
  display:block;
  color:#ed001c;
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  line-height:1.3;
  text-transform:uppercase;
}
body.tkvs-route-return-policy .tkvs-return-policy__hero h1 {
  max-width:820px;
  margin:18px 0 22px;
  color:#fff;
  font-size:clamp(56px,6.4vw,94px);
}
body.tkvs-route-return-policy .tkvs-return-policy__hero-copy>p {
  max-width:760px;
  color:#d7dce2;
  font-size:19px;
  line-height:1.58;
}
.tkvs-return-policy__hero-note {
  border-top:3px solid #ed001c;
  background:#fff;
  padding:28px 28px 30px;
  color:#17181b;
  box-shadow:18px 18px 0 rgba(237,0,28,.12);
}
.tkvs-return-policy__hero-note>strong {
  display:block;
  margin:13px 0 12px;
  color:#17181b;
  font-size:19px;
  line-height:1.35;
}
body.tkvs-route-return-policy .tkvs-return-policy__hero-note>p {
  color:#4f4943;
  font-size:14px;
  line-height:1.65;
}
.tkvs-return-policy__summary {
  border-bottom:1px solid #d9d1c7;
  background:#fff;
}
.tkvs-return-policy__summary-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.tkvs-return-policy__summary-grid>div {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:4px 18px;
  align-content:center;
  min-height:150px;
  padding:28px 34px;
  border-left:1px solid #ded8d0;
}
.tkvs-return-policy__summary-grid>div:last-child { border-right:1px solid #ded8d0; }
.tkvs-return-policy__summary-grid span {
  grid-row:1/3;
  color:#ed001c;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:29px;
  font-style:italic;
  font-weight:900;
}
.tkvs-return-policy__summary-grid strong {
  color:#17181b;
  font-size:15px;
  line-height:1.3;
  text-transform:uppercase;
}
body.tkvs-route-return-policy .tkvs-return-policy__summary-grid p {
  color:#625b53;
  font-size:13px;
  line-height:1.55;
}
.tkvs-return-policy__layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:48px;
  align-items:start;
  padding-top:70px;
  padding-bottom:78px;
}
.tkvs-return-policy__content { min-width:0; }
.tkvs-return-policy__section {
  position:relative;
  margin-bottom:24px;
  border:1px solid #d6cec4;
  border-top:4px solid #17181b;
  background:#fff;
  padding:48px 52px 52px;
  color:#17181b;
}
.tkvs-return-policy__section-number {
  position:absolute;
  top:24px;
  right:28px;
  color:#d8d0c7;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:40px;
  font-style:italic;
  font-weight:900;
}
.tkvs-return-policy__section-heading {
  max-width:690px;
  margin-bottom:26px;
  padding-right:48px;
}
body.tkvs-route-return-policy .tkvs-return-policy__section-heading h2 {
  margin-top:10px;
  color:#17181b;
  font-size:clamp(38px,4vw,57px);
}
body.tkvs-route-return-policy .tkvs-return-policy__section>p {
  max-width:780px;
  color:#4f4943;
}
.tkvs-return-policy__section--paper { background:#efe9e1; }
.tkvs-return-policy__windows {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:34px 0 22px;
}
.tkvs-return-policy__windows article {
  min-height:230px;
  border:1px solid #d1c7bb;
  border-top:4px solid #ed001c;
  background:#fff;
  padding:24px 22px;
}
.tkvs-return-policy__windows strong {
  color:#ed001c;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.tkvs-route-return-policy .tkvs-return-policy__windows h3 {
  margin:14px 0 15px;
  color:#17181b;
  font-size:27px;
}
body.tkvs-route-return-policy .tkvs-return-policy__windows p {
  color:#5b554e;
  font-size:14px;
  line-height:1.65;
}
body.tkvs-route-return-policy .tkvs-return-policy__note {
  border-left:3px solid #ed001c;
  padding-left:15px;
  font-size:14px;
  font-weight:700;
}
.tkvs-return-policy__checklist {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:30px 0 0;
  padding:0;
  list-style:none;
}
.tkvs-return-policy__checklist li {
  position:relative;
  min-height:68px;
  border:1px solid #ddd5cb;
  background:#f7f3ee;
  padding:18px 18px 18px 50px;
  color:#2d2a27;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}
.tkvs-return-policy__checklist li::before {
  position:absolute;
  top:19px;
  left:18px;
  width:19px;
  height:19px;
  background:#ed001c;
  color:#fff;
  content:"✓";
  font-size:13px;
  font-weight:900;
  line-height:19px;
  text-align:center;
}
.tkvs-return-policy__section--dark {
  border-color:#0c0c0d;
  border-top-color:#ed001c;
  background:#0c0c0d;
  color:#fff;
}
.tkvs-return-policy__section--dark .tkvs-return-policy__section-number { color:#3a3a3d; }
body.tkvs-route-return-policy .tkvs-return-policy__section--dark .tkvs-return-policy__section-heading h2 { color:#fff; }
body.tkvs-route-return-policy .tkvs-return-policy__section--dark>p { color:#d7dce2; }
.tkvs-return-policy__process {
  margin:32px 0 28px;
  padding:0;
  list-style:none;
}
.tkvs-return-policy__process li {
  display:grid;
  grid-template-columns:70px 1fr;
  gap:20px;
  align-items:start;
  border-top:1px solid #343438;
  padding:23px 0;
}
.tkvs-return-policy__process li:last-child { border-bottom:1px solid #343438; }
.tkvs-return-policy__process li>span {
  color:#ed001c;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:30px;
  font-style:italic;
  font-weight:900;
}
body.tkvs-route-return-policy .tkvs-return-policy__process h3 {
  margin-bottom:8px;
  color:#fff;
  font-size:27px;
}
body.tkvs-route-return-policy .tkvs-return-policy__process p {
  color:#bfc4ca;
  font-size:14px;
}
.tkvs-return-policy__exclusions {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
body.tkvs-route-return-policy .tkvs-return-policy__exclusions p {
  min-height:132px;
  border-left:4px solid #17181b;
  background:#f1ece6;
  padding:22px 24px;
  color:#3f3a35;
  font-size:14px;
}
.tkvs-return-policy__section--alert {
  border-color:#ed001c;
  border-top-color:#ed001c;
  background:#ed001c;
  color:#fff;
}
.tkvs-return-policy__section--alert .tkvs-return-policy__section-number { color:rgba(255,255,255,.3); }
.tkvs-return-policy__section--alert .tkvs-return-policy__section-heading>span { color:#fff; }
body.tkvs-route-return-policy .tkvs-return-policy__section--alert .tkvs-return-policy__section-heading h2,
body.tkvs-route-return-policy .tkvs-return-policy__section--alert>p { color:#fff; }
.tkvs-return-policy__faq details {
  border-top:1px solid #d8d0c7;
}
.tkvs-return-policy__faq details:last-child { border-bottom:1px solid #d8d0c7; }
.tkvs-return-policy__faq summary {
  position:relative;
  min-height:68px;
  padding:22px 54px 18px 0;
  color:#17181b;
  cursor:pointer;
  font-size:16px;
  font-weight:800;
  line-height:1.45;
  list-style:none;
}
.tkvs-return-policy__faq summary::-webkit-details-marker { display:none; }
.tkvs-return-policy__faq summary::after {
  position:absolute;
  top:18px;
  right:0;
  width:36px;
  height:36px;
  border:1px solid #17181b;
  content:"+";
  font-size:24px;
  font-weight:500;
  line-height:33px;
  text-align:center;
}
.tkvs-return-policy__faq details[open] summary::after {
  border-color:#ed001c;
  background:#ed001c;
  color:#fff;
  content:"−";
}
body.tkvs-route-return-policy .tkvs-return-policy__faq details p {
  max-width:760px;
  padding:0 54px 24px 0;
  color:#5c554f;
  font-size:14px;
}
.tkvs-return-policy__aside {
  position:sticky;
  top:24px;
}
.tkvs-return-policy__aside-card {
  border-top:4px solid #ed001c;
  background:#101011;
  padding:34px 30px 30px;
  color:#fff;
}
body.tkvs-route-return-policy .tkvs-return-policy__aside-card h2 {
  margin:13px 0 16px;
  color:#fff;
  font-size:38px;
}
body.tkvs-route-return-policy .tkvs-return-policy__aside-card p {
  color:#c9cdd2;
  font-size:14px;
  line-height:1.65;
}
.tkvs-return-policy__button {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:52px;
  margin-top:22px;
  background:#ed001c;
  padding:14px 17px;
  color:#fff!important;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:15px;
  font-style:italic;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  transition:background-color .2s ease,color .2s ease;
}
.tkvs-return-policy__button:hover { background:#fff; color:#17181b!important; }
.tkvs-return-policy__button--secondary {
  margin-top:10px;
  border:1px solid #55565a;
  background:transparent;
}
.tkvs-return-policy__nav {
  margin-top:18px;
  border:1px solid #d6cec4;
  background:#fff;
  padding:26px 28px;
}
.tkvs-return-policy__nav strong {
  display:block;
  margin-bottom:13px;
  color:#17181b;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.tkvs-return-policy__nav a {
  display:block;
  border-top:1px solid #e2ddd7;
  padding:11px 0;
  color:#5a534c;
  font-size:13px;
  font-weight:700;
}
.tkvs-return-policy__nav a:hover { color:#ed001c; }
.tkvs-return-policy__closing {
  border-top:1px solid #333338;
  background:#0a0a0b;
  color:#fff;
}
.tkvs-return-policy__closing>.tkvs-shell {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  min-height:220px;
  padding-top:44px;
  padding-bottom:44px;
}
body.tkvs-route-return-policy .tkvs-return-policy__closing h2 {
  max-width:760px;
  margin-top:13px;
  color:#fff;
  font-size:clamp(40px,4.2vw,62px);
}
.tkvs-return-policy__closing a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex:0 0 310px;
  min-height:58px;
  border:1px solid #fff;
  padding:15px 20px;
  color:#fff!important;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
  transition:background-color .2s ease,color .2s ease;
}
.tkvs-return-policy__closing a:hover { background:#fff; color:#17181b!important; }
.tkvs-return-policy :is(a,summary):focus-visible {
  outline:3px solid #ffd400;
  outline-offset:3px;
}
@media(max-width:1100px) {
  .tkvs-return-policy__hero-grid { grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); gap:38px; }
  .tkvs-return-policy__layout { grid-template-columns:minmax(0,1fr) 300px; gap:28px; }
  .tkvs-return-policy__section { padding:42px 38px 46px; }
  .tkvs-return-policy__windows { grid-template-columns:1fr; }
  .tkvs-return-policy__windows article { min-height:0; }
}
@media(max-width:820px) {
  .tkvs-return-policy__hero-grid,
  .tkvs-return-policy__layout { grid-template-columns:1fr; }
  .tkvs-return-policy__hero-grid { gap:42px; padding-top:66px; padding-bottom:64px; }
  .tkvs-return-policy__summary-grid { grid-template-columns:1fr; }
  .tkvs-return-policy__summary-grid>div {
    min-height:118px;
    border-right:1px solid #ded8d0;
    border-bottom:1px solid #ded8d0;
  }
  .tkvs-return-policy__layout { padding-top:44px; padding-bottom:48px; }
  .tkvs-return-policy__aside { position:static; }
  .tkvs-return-policy__nav { display:none; }
  .tkvs-return-policy__closing>.tkvs-shell { display:block; }
  .tkvs-return-policy__closing a { max-width:380px; margin-top:28px; }
}
@media(max-width:600px) {
  body.tkvs-route-return-policy .tkvs-return-policy p { font-size:16px; line-height:1.68; }
  .tkvs-return-policy__hero-grid { padding-top:52px; padding-bottom:54px; }
  body.tkvs-route-return-policy .tkvs-return-policy__hero h1 { margin:15px 0 18px; font-size:50px; }
  body.tkvs-route-return-policy .tkvs-return-policy__hero-copy>p { font-size:17px; }
  .tkvs-return-policy__hero-note { padding:24px 22px 25px; box-shadow:10px 10px 0 rgba(237,0,28,.12); }
  .tkvs-return-policy__summary-grid>div { grid-template-columns:34px 1fr; gap:4px 13px; padding:23px 20px; }
  .tkvs-return-policy__summary-grid span { font-size:25px; }
  .tkvs-return-policy__section { padding:36px 20px 38px; }
  .tkvs-return-policy__section-number { top:17px; right:18px; font-size:30px; }
  .tkvs-return-policy__section-heading { padding-right:36px; }
  body.tkvs-route-return-policy .tkvs-return-policy__section-heading h2 { font-size:39px; }
  .tkvs-return-policy__windows,
  .tkvs-return-policy__checklist,
  .tkvs-return-policy__exclusions { grid-template-columns:1fr; }
  body.tkvs-route-return-policy .tkvs-return-policy__exclusions p { min-height:0; }
  .tkvs-return-policy__process li { grid-template-columns:48px 1fr; gap:12px; }
  .tkvs-return-policy__aside-card { padding:30px 22px 24px; }
  .tkvs-return-policy__closing>.tkvs-shell { min-height:0; padding-top:54px; padding-bottom:54px; }
  body.tkvs-route-return-policy .tkvs-return-policy__closing h2 { font-size:41px; }
  .tkvs-return-policy__closing a { width:100%; min-height:56px; }
}
@media(prefers-reduced-motion:reduce) {
  .tkvs-return-policy__button,
  .tkvs-return-policy__closing a { transition:none; }
}

/* Company policy suite release 1.0.126 */
body.tkvs-route-payment-policy .tkvs-policy-suite,
body.tkvs-route-shipping-policy .tkvs-policy-suite,
body.tkvs-route-privacy-policy .tkvs-policy-suite {
  --tkvs-policy-ink:#17181b;
  --tkvs-policy-copy:#45413c;
  --tkvs-policy-paper:#f4f0e9;
  --tkvs-policy-line:#d9d2ca;
  --tkvs-policy-red:#ed001c;
  overflow:hidden;
  background:var(--tkvs-policy-paper);
  color:var(--tkvs-policy-copy);
}
.tkvs-policy-suite * { box-sizing:border-box; }
.tkvs-policy-suite :where(p,li,a,summary,small,strong) {
  font-family:var(--tkvs-body, "Inter", sans-serif);
}
.tkvs-policy-suite :where(h1,h2,h3) {
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
}
.tkvs-policy-suite__hero {
  position:relative;
  border-bottom:4px solid var(--tkvs-policy-red);
  background:
    linear-gradient(115deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.92) 58%,rgba(64,0,8,.88) 100%),
    radial-gradient(circle at 86% 10%,rgba(237,0,28,.35),transparent 36%),
    #08090a;
  color:#fff;
}
.tkvs-policy-suite__hero:after {
  position:absolute;
  right:-80px;
  bottom:-120px;
  width:420px;
  height:420px;
  border:1px solid rgba(255,255,255,.1);
  transform:rotate(18deg);
  content:"";
  pointer-events:none;
}
.tkvs-policy-suite__hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
  gap:72px;
  align-items:end;
  padding-top:86px;
  padding-bottom:82px;
}
.tkvs-policy-suite__eyebrow,
.tkvs-policy-suite__hero-note>span,
.tkvs-policy-suite__aside-card>span,
.tkvs-policy-suite__nav>span,
.tkvs-policy-suite__closing span {
  display:block;
  color:#ff4055;
  font-family:var(--tkvs-body, "Inter", sans-serif);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body .tkvs-policy-suite__hero h1 {
  max-width:880px;
  margin:14px 0 20px;
  color:#fff;
  font-size:clamp(64px,7vw,104px);
  line-height:.86;
  letter-spacing:-.025em;
}
body .tkvs-policy-suite__hero-grid>div:first-child>p {
  max-width:760px;
  margin:0;
  color:#d7dce2;
  font-size:19px;
  line-height:1.65;
}
.tkvs-policy-suite__hero-note {
  position:relative;
  border:1px solid rgba(255,255,255,.22);
  border-top:4px solid var(--tkvs-policy-red);
  padding:28px 28px 30px;
  background:rgba(18,19,21,.88);
  box-shadow:16px 16px 0 rgba(237,0,28,.14);
}
body .tkvs-policy-suite__hero-note p {
  margin:12px 0 0;
  color:#fff;
  font-size:16px;
  line-height:1.65;
}
.tkvs-policy-suite__summary { border-bottom:1px solid var(--tkvs-policy-line); background:#fff; }
.tkvs-policy-suite__summary-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.tkvs-policy-suite__summary-grid>div {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:4px 18px;
  align-content:center;
  min-height:138px;
  border-right:1px solid var(--tkvs-policy-line);
  padding:26px 30px;
}
.tkvs-policy-suite__summary-grid>div:first-child { border-left:1px solid var(--tkvs-policy-line); }
.tkvs-policy-suite__summary-grid span {
  grid-row:1/3;
  color:var(--tkvs-policy-red);
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:35px;
  font-style:italic;
  font-weight:900;
}
.tkvs-policy-suite__summary-grid small {
  color:#6c655e;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tkvs-policy-suite__summary-grid strong { color:var(--tkvs-policy-ink); font-size:16px; line-height:1.4; }
.tkvs-policy-suite__layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:34px;
  align-items:start;
  padding-top:64px;
  padding-bottom:72px;
}
.tkvs-policy-suite__content { display:grid; gap:24px; min-width:0; }
.tkvs-policy-suite__section {
  position:relative;
  border:1px solid var(--tkvs-policy-line);
  border-top:4px solid var(--tkvs-policy-red);
  padding:48px 46px 50px;
  background:#fff;
  color:var(--tkvs-policy-copy);
}
.tkvs-policy-suite__section.is-dark {
  border-color:#303236;
  border-top-color:var(--tkvs-policy-red);
  background:#17181b;
  color:#d7dce2;
}
.tkvs-policy-suite__section-number {
  position:absolute;
  top:25px;
  right:28px;
  color:#d4ccc4;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:42px;
  font-style:italic;
  font-weight:900;
}
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__section-number { color:#55585e; }
body .tkvs-policy-suite__section>h2 {
  max-width:780px;
  margin:0 64px 18px 0;
  color:var(--tkvs-policy-ink);
  font-size:clamp(40px,4.2vw,58px);
  line-height:.94;
}
body .tkvs-policy-suite__section.is-dark>h2 { color:#fff; }
body .tkvs-policy-suite__lead {
  max-width:820px;
  margin:0 0 28px;
  color:var(--tkvs-policy-copy);
  font-size:17px;
  line-height:1.7;
}
body .tkvs-policy-suite__section.is-dark .tkvs-policy-suite__lead { color:#d7dce2; }
.tkvs-policy-suite__cards {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
}
.tkvs-policy-suite__cards article {
  border:1px solid #d8d1c9;
  border-top:3px solid var(--tkvs-policy-red);
  padding:24px 22px 26px;
  background:#f7f4ef;
}
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__cards article { border-color:#3b3d42; border-top-color:var(--tkvs-policy-red); background:#202226; }
.tkvs-policy-suite__cards small { display:block; margin-bottom:10px; color:#8b0011; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__cards small { color:#ff6879; }
body .tkvs-policy-suite__cards h3 { margin:0 0 11px; color:var(--tkvs-policy-ink); font-size:27px; line-height:1; }
body .tkvs-policy-suite__section.is-dark .tkvs-policy-suite__cards h3 { color:#fff; }
body .tkvs-policy-suite__cards p { margin:0; color:var(--tkvs-policy-copy); font-size:15px; line-height:1.65; }
body .tkvs-policy-suite__section.is-dark .tkvs-policy-suite__cards p { color:#d7dce2; }
.tkvs-policy-suite__list {
  display:grid;
  gap:0;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}
.tkvs-policy-suite__list li {
  position:relative;
  min-height:56px;
  border-top:1px solid #ddd6ce;
  padding:16px 12px 16px 34px;
  color:var(--tkvs-policy-copy);
  font-size:16px;
  line-height:1.55;
}
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__list li { border-top-color:#3b3d42; color:#d7dce2; }
.tkvs-policy-suite__list li:before {
  position:absolute;
  top:22px;
  left:7px;
  width:9px;
  height:9px;
  background:var(--tkvs-policy-red);
  content:"";
}
.tkvs-policy-suite__steps { display:grid; gap:0; margin:26px 0 0; padding:0; list-style:none; counter-reset:none; }
.tkvs-policy-suite__steps li {
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  border-top:1px solid #ddd6ce;
  padding:22px 0;
}
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__steps li { border-top-color:#3b3d42; }
.tkvs-policy-suite__steps>li>span {
  color:var(--tkvs-policy-red);
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-size:33px;
  font-style:italic;
  font-weight:900;
}
body .tkvs-policy-suite__steps h3 { margin:1px 0 5px; color:var(--tkvs-policy-ink); font-size:25px; line-height:1.05; }
body .tkvs-policy-suite__section.is-dark .tkvs-policy-suite__steps h3 { color:#fff; }
body .tkvs-policy-suite__steps p { margin:0; color:var(--tkvs-policy-copy); font-size:15px; line-height:1.65; }
body .tkvs-policy-suite__section.is-dark .tkvs-policy-suite__steps p { color:#d7dce2; }
body .tkvs-policy-suite__callout {
  margin:28px 0 0;
  border-left:4px solid var(--tkvs-policy-red);
  padding:18px 20px;
  background:#f0ebe4;
  color:#282522;
  font-size:15px;
  font-weight:650;
  line-height:1.65;
}
body .tkvs-policy-suite__section.is-dark .tkvs-policy-suite__callout { background:#27292e; color:#fff; }
.tkvs-policy-suite__faqs { display:grid; gap:10px; margin-top:26px; }
.tkvs-policy-suite__faqs details { border:1px solid #d8d1c9; background:#f7f4ef; }
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__faqs details { border-color:#3b3d42; background:#202226; }
.tkvs-policy-suite__faqs summary {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  min-height:60px;
  padding:16px 18px;
  color:var(--tkvs-policy-ink);
  font-size:15px;
  font-weight:800;
  line-height:1.45;
  cursor:pointer;
  list-style:none;
}
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__faqs summary { color:#fff; }
.tkvs-policy-suite__faqs summary::-webkit-details-marker { display:none; }
.tkvs-policy-suite__faqs summary span { color:var(--tkvs-policy-red); font-size:22px; line-height:1; }
.tkvs-policy-suite__faqs details[open] summary span { transform:rotate(45deg); }
body .tkvs-policy-suite__faqs details>p { margin:0; border-top:1px solid #d8d1c9; padding:0 18px 18px; color:var(--tkvs-policy-copy); font-size:15px; line-height:1.7; }
.tkvs-policy-suite__section.is-dark .tkvs-policy-suite__faqs details>p { border-top-color:#3b3d42; color:#d7dce2; }
.tkvs-policy-suite__aside { position:sticky; top:118px; display:grid; gap:18px; }
.tkvs-policy-suite__aside-card { border-top:4px solid var(--tkvs-policy-red); padding:34px 28px 30px; background:#17181b; }
body .tkvs-policy-suite__aside-card h2 { margin:12px 0 15px; color:#fff; font-size:37px; line-height:.96; }
body .tkvs-policy-suite__aside-card p { margin:0 0 24px; color:#d7dce2; font-size:15px; line-height:1.65; }
.tkvs-policy-suite__aside-card a,
.tkvs-policy-suite__closing a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:54px;
  margin-top:10px;
  border:1px solid var(--tkvs-policy-red);
  padding:14px 16px;
  background:var(--tkvs-policy-red);
  color:#fff!important;
  font-family:var(--tkvs-display, "Barlow Condensed", Impact, sans-serif);
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}
.tkvs-policy-suite__aside-card a.is-secondary { border-color:#55585e; background:transparent; }
.tkvs-policy-suite__aside-card a:hover { border-color:#fff; background:#fff; color:#17181b!important; }
.tkvs-policy-suite__nav { border:1px solid var(--tkvs-policy-line); padding:24px 24px 20px; background:#fff; }
.tkvs-policy-suite__nav>span { margin-bottom:12px; color:#8b0011; }
.tkvs-policy-suite__nav a { display:block; border-top:1px solid #e0dad3; padding:11px 0; color:#272522!important; font-size:13px; font-weight:700; line-height:1.35; }
.tkvs-policy-suite__nav a:hover { color:#b00016!important; }
.tkvs-policy-suite__closing { border-top:4px solid var(--tkvs-policy-red); background:#0b0c0d; }
.tkvs-policy-suite__closing>.tkvs-shell { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:52px; align-items:center; min-height:250px; padding-top:48px; padding-bottom:48px; }
body .tkvs-policy-suite__closing h2 { margin:11px 0 10px; color:#fff; font-size:clamp(42px,4.6vw,64px); line-height:.9; }
body .tkvs-policy-suite__closing p { max-width:760px; margin:0; color:#d7dce2; font-size:16px; line-height:1.65; }
.tkvs-policy-suite__closing a { margin:0; border-color:#fff; background:transparent; }
.tkvs-policy-suite__closing a:hover { background:#fff; color:#17181b!important; }
.tkvs-policy-suite :is(a,summary):focus-visible { outline:3px solid #ffd400; outline-offset:3px; }
@media(max-width:1100px) {
  .tkvs-policy-suite__hero-grid { gap:42px; }
  .tkvs-policy-suite__layout { grid-template-columns:minmax(0,1fr) 300px; gap:26px; }
  .tkvs-policy-suite__section { padding:42px 34px 44px; }
  .tkvs-policy-suite__cards { grid-template-columns:1fr; }
}
@media(max-width:820px) {
  .tkvs-policy-suite__hero-grid,
  .tkvs-policy-suite__layout,
  .tkvs-policy-suite__closing>.tkvs-shell { grid-template-columns:1fr; }
  .tkvs-policy-suite__hero-grid { gap:38px; padding-top:66px; padding-bottom:64px; }
  .tkvs-policy-suite__summary-grid { grid-template-columns:1fr; }
  .tkvs-policy-suite__summary-grid>div,
  .tkvs-policy-suite__summary-grid>div:first-child { border-left:1px solid var(--tkvs-policy-line); border-bottom:1px solid var(--tkvs-policy-line); }
  .tkvs-policy-suite__layout { padding-top:44px; padding-bottom:52px; }
  .tkvs-policy-suite__aside { position:static; }
  .tkvs-policy-suite__nav { display:none; }
  .tkvs-policy-suite__closing a { max-width:380px; }
}
@media(max-width:600px) {
  body .tkvs-policy-suite__hero h1 { margin-top:14px; font-size:52px; }
  body .tkvs-policy-suite__hero-grid>div:first-child>p { font-size:17px; }
  .tkvs-policy-suite__hero-note { padding:23px 21px 24px; box-shadow:9px 9px 0 rgba(237,0,28,.14); }
  .tkvs-policy-suite__summary-grid>div { min-height:112px; padding:22px 20px; }
  .tkvs-policy-suite__section { padding:36px 20px 38px; }
  .tkvs-policy-suite__section-number { top:17px; right:18px; font-size:31px; }
  body .tkvs-policy-suite__section>h2 { margin-right:38px; font-size:40px; }
  body .tkvs-policy-suite__lead,
  .tkvs-policy-suite__list li { font-size:16px; }
  body .tkvs-policy-suite__cards p,
  body .tkvs-policy-suite__steps p,
  body .tkvs-policy-suite__callout,
  .tkvs-policy-suite__faqs summary,
  body .tkvs-policy-suite__faqs details>p,
  body .tkvs-policy-suite__aside-card p,
  .tkvs-policy-suite__steps li { font-size:16px; }
  .tkvs-policy-suite__steps li { grid-template-columns:48px 1fr; gap:12px; }
  .tkvs-policy-suite__aside-card { padding:30px 22px 26px; }
  .tkvs-policy-suite__closing>.tkvs-shell { min-height:0; padding-top:54px; padding-bottom:54px; }
  body .tkvs-policy-suite__closing h2 { font-size:42px; }
  .tkvs-policy-suite__closing a { width:100%; min-height:56px; }
}
@media(prefers-reduced-motion:reduce) {
  .tkvs-policy-suite__aside-card a,
  .tkvs-policy-suite__closing a { transition:none; }
  .tkvs-policy-suite__faqs details[open] summary span { transform:none; }
}

/* Quote cart industrial procurement console release 1.0.135 */
body.tkvs-route-cart { --tkvs-cart-paper:#f7f3ee; --tkvs-cart-ink:#111214; --tkvs-cart-muted:#6d6964; --tkvs-cart-line:#d8d0c8; --tkvs-cart-red:#ed001c; }
body.tkvs-route-cart [data-tkvs-contact-dock],
body.tkvs-route-cart [data-tk-chat-open] { display:none!important; }
.tkvs-cart-page { min-height:70vh; background:var(--tkvs-cart-paper); }
.tkvs-cart-hero { border-bottom:1px solid var(--tkvs-cart-line); background:var(--tkvs-cart-paper); }
.tkvs-cart-hero__inner { display:flex; justify-content:space-between; align-items:center; min-height:168px; padding-top:36px; padding-bottom:36px; }
body .tkvs-cart-hero h1 { margin:0; color:var(--tkvs-cart-ink); font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:clamp(48px,5vw,68px); font-style:italic; font-weight:900; line-height:.9; letter-spacing:-.02em; text-transform:uppercase; }
body .tkvs-cart-hero p { margin:14px 0 0; color:#56514c; font-size:16px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.tkvs-cart-secure { display:flex; gap:12px; align-items:center; color:#2e2d2b; font-size:15px; font-weight:650; }
.tkvs-cart-secure .dashicons { width:22px; height:22px; color:#111; font-size:22px; }
.tkvs-cart-shell { display:block!important; padding-top:36px; padding-bottom:72px; }
.tkvs-cart-content.tkvs-page-content { width:100%!important; max-width:none!important; border:0; padding:0; overflow:visible; background:transparent; box-shadow:none; }
.tkvs-cart-content>.woocommerce { display:block!important; width:100%!important; max-width:none!important; }
.tkvs-cart-content>.woocommerce>.cart-content-wrapper { display:grid!important; grid-template-columns:minmax(0,1fr) 360px; gap:28px; align-items:start; width:100%!important; max-width:none!important; }
.tkvs-cart-content>.woocommerce>.woocommerce-notices-wrapper,
.tkvs-cart-content>.woocommerce>.woocommerce-message,
.tkvs-cart-content>.woocommerce>.woocommerce-error,
.tkvs-cart-content>.woocommerce>.woocommerce-info { grid-column:1/-1; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form { grid-column:1; display:block!important; flex:none!important; width:100%!important; margin:0!important; border:0!important; padding:0!important; overflow:visible!important; background:#fff!important; box-shadow:none!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table { display:block; width:100%!important; margin:0!important; border:1px solid var(--tkvs-cart-line)!important; border-collapse:separate; border-spacing:0; background:#fff; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead,
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tbody { display:block; width:100%; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead tr,
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item { display:grid!important; grid-template-columns:46px 136px minmax(180px,1fr) 96px 148px 116px; width:100%; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead tr { min-height:58px; background:#111214; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead th { display:flex; align-items:center; min-width:0; border:0!important; padding:14px 10px!important; color:#fff!important; background:#111214!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:17px; font-weight:800; letter-spacing:.02em; text-transform:uppercase; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead th.product-remove,
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead th.product-thumbnail { font-size:0; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item { min-height:204px; border-bottom:1px solid var(--tkvs-cart-line); background:#fff; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item:last-of-type { border-bottom:0; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item>td { display:flex!important; justify-content:flex-start; align-items:center; min-width:0; border:0!important; padding:24px 10px!important; color:var(--tkvs-cart-ink)!important; background:#fff!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-remove { position:static!important; justify-content:center!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-remove a { display:grid!important; place-items:center; width:44px!important; min-width:44px!important; height:44px!important; min-height:44px!important; border:0!important; border-radius:2px!important; color:#343434!important; background:transparent!important; font-size:25px!important; line-height:1!important; transition:background-color .2s ease,color .2s ease; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-remove a::before { content:none!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-remove a:hover { color:#fff!important; background:var(--tkvs-cart-red)!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-thumbnail img { width:120px!important; height:120px!important; max-width:100%!important; object-fit:contain!important; mix-blend-mode:multiply; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-name { display:flex!important; flex-direction:column; justify-content:center!important; align-items:flex-start!important; gap:11px; padding-right:18px!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-name>a { color:#111214!important; font-size:18px; font-weight:800; line-height:1.28; text-decoration:none!important; }
.tkvs-cart-sku { display:block; color:#6c6863; font-size:13px; font-weight:500; letter-spacing:.01em; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-price .amount,
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-subtotal .amount { color:#111214!important; font-size:19px; font-weight:800; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-subtotal .amount { color:var(--tkvs-cart-red)!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity,
.cart-widget-side div.quantity { display:grid!important; grid-template-columns:44px minmax(56px,1fr) 44px; align-items:center; width:144px!important; min-width:144px!important; min-height:46px; margin:0!important; border:1px solid #cfc9c2!important; border-radius:3px!important; overflow:hidden; background:#fff!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity :is(.minus,.plus,.qty),
.cart-widget-side div.quantity :is(.minus,.plus,.qty) { display:block!important; width:100%!important; min-width:0!important; height:46px!important; min-height:46px!important; margin:0!important; border:0!important; border-radius:0!important; color:#111!important; background:#fff!important; font-size:17px!important; line-height:46px!important; text-align:center; box-shadow:none!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity .minus,
.cart-widget-side div.quantity .minus { border-right:1px solid #d7d0c9!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity .plus,
.cart-widget-side div.quantity .plus { border-left:1px solid #d7d0c9!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity :is(.minus,.plus):hover,
.cart-widget-side div.quantity :is(.minus,.plus):hover { color:#fff!important; background:#111!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity .qty,
.cart-widget-side div.quantity .qty { font-weight:800!important; appearance:textfield; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tbody>tr:not(.woocommerce-cart-form__cart-item) { display:block!important; width:100%; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions { display:flex!important; justify-content:space-between; align-items:center; gap:16px; width:100%!important; border:1px solid var(--tkvs-cart-line)!important; border-top:0!important; padding:26px 18px!important; background:#fff!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions .coupon { display:none!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions button,
.tkvs-cart-continue { display:inline-flex!important; justify-content:center; align-items:center; gap:9px; width:auto!important; min-height:52px; margin:0!important; border:1px solid #111!important; border-radius:3px!important; padding:13px 21px!important; color:#111!important; background:#fff!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:16px!important; font-weight:800!important; letter-spacing:.02em; text-transform:uppercase; text-decoration:none!important; transition:background-color .2s ease,color .2s ease; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions button { color:#fff!important; background:#111!important; }
.woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions button:hover,
.tkvs-cart-continue:hover { color:#fff!important; background:var(--tkvs-cart-red)!important; border-color:var(--tkvs-cart-red)!important; }
.woocommerce-cart .tkvs-cart-content .cart_totals { grid-column:2; position:sticky; top:20px; flex:none!important; width:100%!important; min-width:0!important; margin:0!important; border:1px solid var(--tkvs-cart-line)!important; border-radius:0!important; padding:0!important; overflow:hidden; background:#fff!important; box-shadow:none!important; }
.woocommerce-cart .tkvs-cart-content .cart_totals>h2 { margin:0!important; border:0!important; padding:21px 22px!important; color:#fff!important; background:#111214!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:27px!important; font-style:italic; font-weight:900!important; line-height:1!important; text-transform:uppercase; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table { display:block; width:auto!important; margin:0 20px!important; border:0!important; border-collapse:separate; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tbody { display:block; width:100%; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:16px; align-items:center; width:100%; border-bottom:1px solid #ddd6ce; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr>th,
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr>td { width:auto!important; border:0!important; padding:19px 0!important; color:#111214!important; background:#fff!important; font-size:15px; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr>th { font-weight:800; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr>td { text-align:right; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.shipping { display:block; padding:18px 0 4px; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.shipping>th,
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.shipping>td { display:block; width:100%!important; padding:0!important; text-align:left; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.shipping>th { margin-bottom:14px; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:21px; text-transform:uppercase; }
.woocommerce-cart .tkvs-cart-content .cart_totals ul#shipping_method { display:grid; gap:10px; margin:0!important; }
.woocommerce-cart .tkvs-cart-content .cart_totals ul#shipping_method li { position:relative; display:grid; grid-template-columns:22px minmax(0,1fr); gap:7px 8px; align-items:start; margin:0!important; border:1px solid #ded7cf; border-radius:3px; padding:14px 12px!important; color:#262422; background:#fff; text-align:left; }
.woocommerce-cart .tkvs-cart-content .cart_totals ul#shipping_method li:has(input:checked) { border-color:var(--tkvs-cart-red); background:#fff8f8; }
.woocommerce-cart .tkvs-cart-content .cart_totals ul#shipping_method input { width:18px; height:18px; margin:1px 0 0!important; accent-color:var(--tkvs-cart-red); }
.woocommerce-cart .tkvs-cart-content .cart_totals ul#shipping_method label { margin:0!important; color:#262422!important; font-size:14px; font-weight:700; line-height:1.45; cursor:pointer; }
.woocommerce-cart .tkvs-cart-content .cart_totals .woocommerce-shipping-destination { margin:15px 0 7px; color:#5d5954; font-size:13px; line-height:1.55; text-align:left; }
.woocommerce-cart .tkvs-cart-content .cart_totals .woocommerce-shipping-calculator { text-align:left; }
.woocommerce-cart .tkvs-cart-content .cart_totals .shipping-calculator-button { display:inline-flex; min-height:44px; align-items:center; color:var(--tkvs-cart-red)!important; font-size:14px; font-weight:750; text-decoration:underline!important; text-underline-offset:3px; }
.woocommerce-cart .tkvs-cart-content .cart_totals .order-total { border-bottom:0!important; }
.woocommerce-cart .tkvs-cart-content .cart_totals .order-total :is(th,td) { padding-top:22px!important; padding-bottom:22px!important; font-size:20px!important; }
.woocommerce-cart .tkvs-cart-content .cart_totals .order-total .amount { color:var(--tkvs-cart-red)!important; font-size:27px!important; font-weight:900!important; }
.woocommerce-cart .tkvs-cart-content .wc-proceed-to-checkout { display:grid; gap:10px; margin:0!important; padding:0 20px 22px!important; }
.woocommerce-cart .tkvs-cart-content .checkout-button { display:flex!important; justify-content:center; align-items:center; min-height:58px; margin:0!important; border:1px solid var(--tkvs-cart-red)!important; border-radius:3px!important; padding:14px 18px!important; color:#fff!important; background:var(--tkvs-cart-red)!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:19px!important; font-style:italic; font-weight:900!important; letter-spacing:.01em; line-height:1!important; text-transform:uppercase; }
.woocommerce-cart .tkvs-cart-content .checkout-button:hover { border-color:#111!important; background:#111!important; }
.tkvs-cart-pricing-note { grid-column:1/-1; display:flex; gap:17px; align-items:center; min-height:104px; border:1px solid var(--tkvs-cart-line); padding:22px 24px; background:#fff; }
.tkvs-cart-pricing-note>.dashicons { display:grid; place-items:center; flex:0 0 44px; width:44px; height:44px; border-radius:50%; color:#fff; background:#111; font-size:23px; line-height:44px; }
.tkvs-cart-pricing-note strong { display:block; color:#111214; font-size:16px; font-weight:800; }
.tkvs-cart-pricing-note p { margin:4px 0 0; color:#5d5954; font-size:14px; line-height:1.5; }

/* WoodMart native side cart, restyled without replacing its interaction. */
body.tkvs-active .cart-widget-side.wd-side-hidden {
  position:fixed!important;
  inset-block:var(--wd-admin-bar-h,0px) 0!important;
  right:0!important;
  left:auto!important;
  overflow:hidden!important;
  overflow-y:auto!important;
  transform:translate3d(100%,0,0)!important;
  transition:transform .5s cubic-bezier(.19,1,.22,1)!important;
}
body.tkvs-active .cart-widget-side.wd-side-hidden.wd-opened { transform:translate3d(0,0,0)!important; }
body.admin-bar.tkvs-active .cart-widget-side.wd-side-hidden { top:32px!important; }
body.tkvs-active .wd-close-side {
  position:fixed!important;
  inset:0!important;
  opacity:0!important;
  pointer-events:none!important;
  background-color:rgba(0,0,0,.65)!important;
  transition:opacity .5s cubic-bezier(.19,1,.22,1)!important;
}
body.tkvs-active .wd-close-side.wd-close-side-opened { opacity:1!important; pointer-events:auto!important; }
html:has(body.tkvs-active .cart-widget-side.wd-opened) { overflow:hidden; }
.cart-widget-side.wd-side-hidden { width:min(430px,100vw)!important; max-width:100vw!important; background:#fff!important; }
.cart-widget-side.wd-side-hidden.wd-opened { transform:translate3d(0,0,0)!important; }
.cart-widget-side .wd-heading { display:block!important; min-height:120px; border-bottom:0!important; padding:24px 28px 22px!important; color:#fff; background:#111214!important; }
.cart-widget-side .wd-heading .title { display:block; padding-right:54px; color:#fff!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:31px!important; font-style:italic; font-weight:900!important; line-height:1; text-transform:uppercase; }
.cart-widget-side .tkvs-mini-count { display:block; margin-top:10px; color:#d2d2d2; font-size:14px; font-weight:500; }
.cart-widget-side .close-side-widget { position:absolute!important; right:18px!important; top:17px!important; z-index:5; }
.cart-widget-side .close-side-widget a { position:relative!important; display:grid!important; place-items:center; width:48px!important; min-width:48px!important; height:48px!important; min-height:48px!important; overflow:visible!important; padding:0!important; color:transparent!important; font-size:0!important; }
.cart-widget-side .close-side-widget a::after { position:absolute; inset:0; display:grid; place-items:center; content:"×"; color:#fff; font-family:Arial,sans-serif; font-size:34px; font-weight:300; line-height:1; opacity:1!important; transform:none!important; }
.cart-widget-side .widget_shopping_cart,
.cart-widget-side .widget_shopping_cart_content { height:100%; background:#fff; }
.cart-widget-side .shopping-cart-widget-body { background:#fff; }
.cart-widget-side .wd-scroll-content { padding:0 24px!important; }
.cart-widget-side .woocommerce-mini-cart { margin:0!important; }
.cart-widget-side .woocommerce-mini-cart-item { position:relative; display:grid!important; grid-template-columns:96px minmax(0,1fr); gap:0 18px; min-height:214px; margin:0!important; border-bottom:1px solid #ded7cf!important; padding:28px 0!important; background:#fff!important; }
.cart-widget-side .woocommerce-mini-cart-item .cart-item-image { grid-column:1; grid-row:1/5; align-self:start; width:96px!important; margin:0!important; }
.cart-widget-side .woocommerce-mini-cart-item .cart-item-image img { width:96px!important; height:96px!important; max-width:96px!important; object-fit:contain!important; mix-blend-mode:multiply; }
.cart-widget-side .woocommerce-mini-cart-item .cart-info { grid-column:2; display:flex!important; flex-direction:column; align-items:flex-start; min-width:0; padding:2px 0 0!important; }
.cart-widget-side .woocommerce-mini-cart-item .wd-entities-title { display:block; max-width:230px; padding-right:26px; color:#111214!important; font-size:16px!important; font-weight:800!important; line-height:1.35!important; }
.cart-widget-side .woocommerce-mini-cart-item .remove { right:0!important; top:22px!important; z-index:4!important; display:grid!important; place-items:center; width:44px!important; min-width:44px!important; height:44px!important; min-height:44px!important; border:0!important; color:#111!important; background:transparent!important; font-size:25px!important; }
.cart-widget-side .woocommerce-mini-cart-item .remove::after { content:none!important; }
.cart-widget-side .woocommerce-mini-cart-item .remove:hover { color:var(--tkvs-cart-red,#ed001c)!important; }
.cart-widget-side .woocommerce-mini-cart-item div.quantity { width:134px!important; min-width:134px!important; grid-template-columns:40px 54px 40px; margin-top:15px!important; }
.cart-widget-side .woocommerce-mini-cart-item div.quantity :is(.minus,.plus,.qty) { height:44px!important; min-height:44px!important; line-height:44px!important; }
.cart-widget-side .woocommerce-mini-cart-item .cart-info>span.quantity { display:block!important; margin-top:12px; color:#282624!important; font-size:14px!important; line-height:1.4; }
.cart-widget-side .woocommerce-mini-cart-item .cart-info>span.quantity .amount { color:var(--tkvs-cart-red,#ed001c)!important; font-weight:850!important; }
.cart-widget-side .tkvs-mini-line-total { display:flex; justify-content:space-between; align-items:center; width:100%; margin-top:7px; color:var(--tkvs-cart-red,#ed001c); font-size:17px; font-weight:900; }
.cart-widget-side .tkvs-mini-line-total>span:first-child { color:#6d6964; font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.cart-widget-side .shopping-cart-widget-footer { border-top:1px solid #ded7cf!important; padding:20px 24px 24px!important; background:#fff!important; box-shadow:0 -10px 30px rgba(17,18,20,.06)!important; }
.cart-widget-side .woocommerce-mini-cart__total { display:flex!important; justify-content:space-between; align-items:center; min-height:42px; margin:0 0 14px!important; color:#111214!important; font-size:15px!important; }
.cart-widget-side .woocommerce-mini-cart__total strong { font-size:15px!important; }
.cart-widget-side .woocommerce-mini-cart__total .amount { color:#111214!important; font-size:20px!important; font-weight:900!important; }
.cart-widget-side .woocommerce-mini-cart__buttons { display:grid!important; gap:10px; margin:0!important; }
.cart-widget-side .woocommerce-mini-cart__buttons .button { display:flex!important; justify-content:center; align-items:center; width:100%!important; min-height:58px; margin:0!important; border:1px solid #111!important; border-radius:3px!important; padding:14px 18px!important; color:#fff!important; background:#111!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:18px!important; font-style:italic; font-weight:900!important; line-height:1!important; text-transform:uppercase; }
.cart-widget-side .woocommerce-mini-cart__buttons .checkout { border-color:var(--tkvs-cart-red,#ed001c)!important; background:var(--tkvs-cart-red,#ed001c)!important; }
.cart-widget-side .woocommerce-mini-cart__buttons .button:hover { border-color:#333!important; background:#333!important; }
body:has(.cart-widget-side.wd-opened) [data-tkvs-contact-dock],
body:has(.cart-widget-side.wd-opened) [data-tk-chat-open] { visibility:hidden!important; pointer-events:none!important; opacity:0!important; }
.woocommerce-cart :is(a,button,input):focus-visible,
.cart-widget-side :is(a,button,input):focus-visible { outline:3px solid #ffd400!important; outline-offset:3px!important; }

@media(max-width:1180px) {
  .tkvs-cart-content>.woocommerce>.cart-content-wrapper { grid-template-columns:minmax(0,1fr) 330px; gap:20px; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead tr,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item { grid-template-columns:44px 112px minmax(160px,1fr) 82px 144px 104px; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-thumbnail img { width:100px!important; height:100px!important; }
}
@media(max-width:960px) {
  .tkvs-cart-content>.woocommerce>.cart-content-wrapper { grid-template-columns:1fr; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form,
  .woocommerce-cart .tkvs-cart-content .cart_totals { grid-column:1; }
  .woocommerce-cart .tkvs-cart-content .cart_totals { position:static; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead tr,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item { grid-template-columns:44px 126px minmax(180px,1fr) 92px 144px 110px; }
}
@media(max-width:760px) {
  .tkvs-cart-hero__inner { display:block; min-height:0; padding-top:38px; padding-bottom:34px; }
  body .tkvs-cart-hero h1 { font-size:48px; }
  body .tkvs-cart-hero p { margin-top:10px; font-size:14px; }
  .tkvs-cart-secure { margin-top:22px; font-size:16px; }
  .tkvs-cart-shell { width:100%; padding:18px 14px 54px; }
  .tkvs-cart-content>.woocommerce { display:block!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form { background:transparent!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table { border:0!important; background:transparent; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table thead { display:none!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item { display:grid!important; grid-template-columns:90px minmax(0,1fr); grid-template-rows:auto auto auto; gap:0 14px; min-height:0; margin-bottom:14px; border:1px solid var(--tkvs-cart-line)!important; padding:20px 16px!important; background:#fff!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item>td { min-height:0!important; border:0!important; padding:8px 0!important; background:#fff!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-remove { position:absolute!important; right:8px!important; top:8px!important; z-index:3; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-thumbnail { grid-column:1; grid-row:1; align-self:start; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-thumbnail img { width:86px!important; height:86px!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-name { grid-column:2; grid-row:1; justify-content:flex-start!important; padding:3px 34px 10px 0!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-name>a { color:#111214!important; font-size:17px; line-height:1.3; }
  .tkvs-cart-sku { color:#69645f!important; font-size:12px; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-price,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-quantity,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-subtotal { grid-column:1/3; display:flex!important; justify-content:space-between!important; align-items:center!important; min-height:62px!important; border-top:1px solid #e0d9d2!important; padding:9px 0!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-price::before { content:"Est. unit price"; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-quantity::before { content:"Qty"; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-subtotal::before { content:"Est. value"; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-price::before,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-quantity::before,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-subtotal::before { color:#111214!important; font-size:14px; font-weight:750; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form div.quantity { margin-left:auto!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions { flex-direction:column-reverse; border:1px solid var(--tkvs-cart-line)!important; padding:14px!important; }
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions button,
  .tkvs-cart-continue { width:100%!important; min-height:54px; }
  .woocommerce-cart .tkvs-cart-content .cart_totals { margin-top:18px!important; }
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table { margin:0 16px!important; }
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.cart-subtotal,
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.order-total { display:grid!important; grid-template-columns:minmax(0,1fr) auto!important; }
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.cart-subtotal>th,
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.order-total>th { display:flex!important; align-items:center!important; }
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.cart-subtotal>td,
  .woocommerce-cart .tkvs-cart-content .cart_totals .shop_table tr.order-total>td { display:flex!important; justify-content:flex-end!important; align-items:center!important; }
  .woocommerce-cart .tkvs-cart-content .wc-proceed-to-checkout { padding:0 16px 18px!important; }
  .tkvs-cart-pricing-note { margin-top:18px; padding:20px 18px; }
  .tkvs-cart-pricing-note p { font-size:16px; }
  body.tkvs-route-cart [data-tkvs-contact-dock],
  body.tkvs-route-cart [data-tk-chat-open] { display:none!important; }
  .cart-widget-side.wd-side-hidden { width:100vw!important; }
  .cart-widget-side .woocommerce-mini-cart-item div.quantity { grid-template-columns:44px 54px 44px; width:142px!important; min-width:142px!important; }
  .cart-widget-side .wd-heading { min-height:106px; padding:22px 20px 18px!important; }
  .cart-widget-side .wd-heading .title { font-size:29px!important; }
  .cart-widget-side .wd-scroll-content { padding:0 18px!important; }
  .cart-widget-side .woocommerce-mini-cart-item { grid-template-columns:84px minmax(0,1fr); gap:0 14px; min-height:206px; padding:24px 0!important; }
  .cart-widget-side .woocommerce-mini-cart-item .cart-item-image,
  .cart-widget-side .woocommerce-mini-cart-item .cart-item-image img { width:84px!important; max-width:84px!important; height:84px!important; }
  body.admin-bar.tkvs-active .cart-widget-side.wd-side-hidden { top:46px!important; }
  .cart-widget-side .woocommerce-mini-cart-item .wd-entities-title { max-width:none; padding-right:48px; color:#111214!important; font-size:16px!important; line-height:1.4!important; }
  .cart-widget-side .shopping-cart-widget-footer { padding:18px!important; }
  .cart-widget-side .woocommerce-mini-cart__buttons .button { min-height:56px; font-size:18px!important; }
}
@media(prefers-reduced-motion:reduce) {
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .product-remove a,
  .woocommerce-cart .tkvs-cart-content .woocommerce-cart-form .actions button,
  .tkvs-cart-continue { transition:none; }
}

/* Procurement list journey and checkout release 1.0.138 */
.tkvs-procurement-steps { position:relative; z-index:3; border-top:1px solid #292929; border-bottom:2px solid var(--tkvs-red,#ed001c); color:#fff; background:#111214; }
.tkvs-procurement-steps__inner { display:grid; grid-template-columns:minmax(230px,320px) minmax(0,1fr); gap:26px; align-items:center; min-height:84px; }
.tkvs-procurement-steps__list { display:flex; flex-wrap:wrap; gap:6px 12px; align-items:center; min-height:52px; border-right:1px solid #3b3b3b; padding-right:22px; color:#fff!important; text-decoration:none!important; }
.tkvs-procurement-steps__list strong { font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:24px; font-style:italic; font-weight:900; line-height:1; text-transform:uppercase; }
.tkvs-procurement-steps__list span { border:1px solid var(--tkvs-red,#ed001c); border-radius:2px; padding:6px 9px; color:#fff; background:#231719; font-size:11px; font-weight:800; line-height:1; white-space:nowrap; }
.tkvs-procurement-steps ol { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:0; padding:0; list-style:none; }
.tkvs-procurement-steps li { position:relative; display:flex; gap:8px; align-items:center; min-width:0; color:#aeadad; }
.tkvs-procurement-steps li:not(:last-child)::after { position:absolute; top:50%; right:-12px; width:8px; height:1px; content:""; background:#666; }
.tkvs-procurement-steps li>span { display:grid; place-items:center; flex:0 0 28px; width:28px; height:28px; border:1px solid #666; border-radius:50%; font-size:12px; font-weight:800; }
.tkvs-procurement-steps li>strong { overflow:hidden; font-size:12px; font-weight:800; letter-spacing:.04em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.tkvs-procurement-steps li.is-active { color:#fff; }
.tkvs-procurement-steps li.is-active>span { border-color:var(--tkvs-red,#ed001c); background:var(--tkvs-red,#ed001c); }
.tkvs-procurement-steps li.is-complete>span { border-color:#fff; color:#111214; background:#fff; }
.tkvs-cart-link small { white-space:nowrap; }

.tkvs-product-card__commerce>span { display:flex; flex-direction:column; gap:3px; min-width:0; }
.tkvs-product-card__commerce>span small { color:#817970; font-size:9px; font-weight:750; letter-spacing:.035em; line-height:1.2; text-transform:uppercase; }
.tkvs-product-card__commerce>span strong { color:#111!important; font-size:16px; font-weight:900; line-height:1.15; }
.tkvs-product-estimate-note { margin:10px 0 0; color:#68615b; font-size:12px; line-height:1.45; }
.tkvs-product .tkvs-procurement-steps { margin-bottom:22px; }

.tkvs-checkout-page { min-height:70vh; color:#111214; background:#f4f0ea; }
.tkvs-checkout-hero { border-bottom:1px solid #d8d1c9; padding:42px 0 38px; background:#f7f3ee; }
.tkvs-checkout-hero .tkvs-eyebrow { color:var(--tkvs-red,#ed001c); }
.tkvs-checkout-hero h2 { margin:8px 0 0; color:#111214; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:56px; font-style:italic; font-weight:900; line-height:.95; text-transform:uppercase; }
.tkvs-checkout-hero p { margin:12px 0 0; color:#5d5954; font-size:16px; line-height:1.5; }
.tkvs-checkout-shell { padding-top:38px; padding-bottom:72px; }
.tkvs-checkout-content { width:100%; max-width:none!important; border:0!important; padding:0!important; color:#111214!important; background:transparent!important; box-shadow:none!important; }
.tkvs-checkout-content>.woocommerce { width:100%; }
.tkvs-checkout-content form.checkout { display:grid!important; grid-template-columns:minmax(0,1fr) minmax(360px,460px); gap:0 34px; align-items:start; }
.tkvs-checkout-content form.checkout>.col2-set { grid-column:1; grid-row:1/4; min-width:0; border:1px solid #d7d0c8; padding:30px; background:#fff; }
.tkvs-checkout-content form.checkout>#order_review_heading { grid-column:2; grid-row:1; margin:0!important; border:1px solid #d7d0c8; border-bottom:0; padding:28px 28px 18px; color:#111214!important; background:#fff; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:32px!important; font-style:italic; font-weight:900!important; line-height:1!important; text-transform:uppercase; }
.tkvs-checkout-content form.checkout>#order_review { grid-column:2; grid-row:2; min-width:0; border:1px solid #d7d0c8; border-top:0; padding:0 28px 28px; background:#fff; }
.tkvs-checkout-content :is(.woocommerce-billing-fields>h3,.woocommerce-shipping-fields h3,.woocommerce-additional-fields>h3) { margin:0 0 22px; color:#111214!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:30px!important; font-style:italic; font-weight:900!important; line-height:1!important; text-transform:uppercase; }
.tkvs-checkout-content .woocommerce-shipping-fields,
.tkvs-checkout-content .woocommerce-additional-fields { margin-top:30px; border-top:1px solid #ded7cf; padding-top:28px; }
.tkvs-checkout-content .woocommerce-billing-fields__field-wrapper,
.tkvs-checkout-content .woocommerce-shipping-fields__field-wrapper { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 20px; }
.tkvs-checkout-content .form-row { float:none!important; width:100%!important; margin:0!important; padding:0!important; }
.tkvs-checkout-content .form-row-wide { grid-column:1/-1; }
.tkvs-checkout-content .form-row label { display:block!important; margin:0 0 7px!important; color:#111214!important; font-size:13px!important; font-weight:800!important; line-height:1.3!important; opacity:1!important; }
.tkvs-checkout-content .form-row .optional { color:#716b65!important; font-weight:500; }
.tkvs-checkout-content :is(input.input-text,textarea,select:not(.select2-hidden-accessible),.select2-selection) { width:100%!important; min-height:48px!important; border:1px solid #bdb5ad!important; border-radius:2px!important; padding:11px 13px!important; color:#111214!important; background:#fff!important; font-size:16px!important; line-height:1.4!important; box-shadow:none!important; }
.tkvs-checkout-content textarea { min-height:116px!important; resize:vertical; }
.tkvs-checkout-content :is(input.input-text,textarea,select:not(.select2-hidden-accessible),.select2-selection):focus { border-color:#111214!important; outline:3px solid rgba(237,0,28,.18)!important; outline-offset:1px; }
.tkvs-checkout-content select.select2-hidden-accessible { position:absolute!important; width:1px!important; min-width:1px!important; height:1px!important; min-height:1px!important; margin:-1px!important; border:0!important; padding:0!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; }
.tkvs-checkout-content .select2-selection__rendered { color:#111214!important; line-height:24px!important; }
.tkvs-checkout-content #order_review table { width:100%; border-collapse:collapse; color:#111214; }
.tkvs-checkout-content #order_review :is(th,td) { border-bottom:1px solid #ded7cf!important; padding:15px 10px!important; color:#111214!important; background:#fff!important; font-size:14px; line-height:1.45; }
.tkvs-checkout-content #order_review th { font-weight:800!important; text-align:left; }
.tkvs-checkout-content #order_review td:last-child { text-align:right; }
.tkvs-checkout-content #order_review label { color:#111214!important; opacity:1!important; }
.tkvs-checkout-content #order_review .order-total :is(th,td) { border-bottom:0!important; padding-top:20px!important; font-size:18px!important; font-weight:900!important; }
.tkvs-checkout-content #order_review .order-total .amount { color:var(--tkvs-red,#ed001c)!important; font-size:24px!important; }
.tkvs-checkout-content #payment { margin-top:22px!important; border:1px solid #ded7cf!important; border-radius:2px!important; color:#111214!important; background:#faf8f5!important; }
.tkvs-checkout-content #payment ul.payment_methods { margin:0!important; border-bottom:1px solid #ded7cf!important; padding:0!important; }
.tkvs-checkout-content #payment ul.payment_methods li { margin:0!important; border-bottom:1px solid #ded7cf; padding:15px!important; color:#111214!important; background:#fff!important; }
.tkvs-checkout-content #payment ul.payment_methods li:last-child { border-bottom:0; }
.tkvs-checkout-content #payment label { color:#111214!important; font-size:14px!important; font-weight:800!important; opacity:1!important; }
.tkvs-checkout-content #payment .payment_box { margin:12px 0 0!important; padding:13px!important; color:#4f4a45!important; background:#f3eee8!important; font-size:13px!important; line-height:1.5; }
.tkvs-checkout-content #payment .place-order { margin:0!important; padding:18px!important; }
.tkvs-checkout-content #payment .woocommerce-privacy-policy-text { color:#5d5954!important; font-size:13px; line-height:1.5; }
.tkvs-checkout-content #payment .woocommerce-terms-and-conditions-checkbox-text { color:#111214!important; font-size:13px!important; }
.tkvs-checkout-content #place_order { display:flex!important; justify-content:center; align-items:center; width:100%!important; min-height:58px!important; margin:14px 0 0!important; border:1px solid var(--tkvs-red,#ed001c)!important; border-radius:2px!important; padding:14px 18px!important; color:#fff!important; background:var(--tkvs-red,#ed001c)!important; font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif); font-size:20px!important; font-style:italic; font-weight:900!important; line-height:1!important; text-transform:uppercase; cursor:pointer; }
.tkvs-checkout-content #place_order:hover { border-color:#111214!important; background:#111214!important; }
.tkvs-checkout-next-step { margin:8px 0 0!important; color:#5d5954!important; font-size:13px!important; line-height:1.4; text-align:center; }
.tkvs-checkout-content :is(a,button,input,select,textarea):focus-visible { outline:3px solid #ffd400!important; outline-offset:3px!important; }
body.tkvs-route-checkout [data-tkvs-contact-dock],
body.tkvs-route-checkout [data-tk-chat-open] { display:none!important; }

@media(max-width:960px) {
  .tkvs-procurement-steps__inner { grid-template-columns:1fr; gap:12px; padding-top:14px; padding-bottom:14px; }
  .tkvs-procurement-steps__list { min-height:0; border-right:0; border-bottom:1px solid #3b3b3b; padding:0 0 12px; }
  .tkvs-checkout-content form.checkout { grid-template-columns:1fr; gap:22px; }
  .tkvs-checkout-content form.checkout>.col2-set { grid-column:1; grid-row:auto; }
  .tkvs-checkout-content form.checkout>#order_review_heading { grid-column:1; grid-row:auto; }
  .tkvs-checkout-content form.checkout>#order_review { grid-column:1; grid-row:auto; }
}
@media(max-width:600px) {
  .tkvs-procurement-steps__inner { width:100%; padding-right:14px; padding-left:14px; }
  .tkvs-procurement-steps__list { min-height:44px; }
  .tkvs-procurement-steps__list strong { font-size:21px; }
  .tkvs-procurement-steps ol { gap:5px; }
  .tkvs-procurement-steps li { justify-content:center; gap:4px; }
  .tkvs-procurement-steps li:not(:last-child)::after { display:none; }
  .tkvs-procurement-steps li>span { flex-basis:24px; width:24px; height:24px; font-size:11px; }
  .tkvs-procurement-steps li>strong { font-size:9px; letter-spacing:.01em; }
  .tkvs-product .tkvs-procurement-steps { margin-bottom:14px; }
  .tkvs-checkout-hero { padding:30px 0 28px; }
  .tkvs-checkout-hero h2 { font-size:43px; }
  .tkvs-checkout-hero p { max-width:310px; font-size:16px; }
  .tkvs-checkout-shell { width:100%; padding:18px 14px 54px; }
  .tkvs-checkout-content form.checkout>.col2-set,
  .tkvs-checkout-content form.checkout>#order_review { padding:20px 16px; }
  .tkvs-checkout-content form.checkout>#order_review_heading { padding:22px 16px 14px; font-size:27px!important; }
  .tkvs-checkout-content .woocommerce-billing-fields__field-wrapper,
  .tkvs-checkout-content .woocommerce-shipping-fields__field-wrapper { grid-template-columns:1fr; gap:16px; }
  .tkvs-checkout-content .form-row { grid-column:1!important; }
  .tkvs-checkout-content .form-row label { font-size:14px!important; }
}
@media(prefers-reduced-motion:reduce) {
  .tkvs-procurement-steps *,
  .tkvs-checkout-content * { scroll-behavior:auto!important; transition:none!important; }
}

/* Expanded page-type accessibility repair, release 1.0.150. */
body.tkvs-route-terms .tkvs-page-masthead,
body.tkvs-route-product-compliance .tkvs-page-masthead,
body.tkvs-account-view-lost-password .tkvs-page-masthead {
  min-height:148px;
  align-items:center;
  padding:24px 0;
}
.tkvs-page-masthead__title {
  max-width:980px;
  margin:8px 0 0;
  color:#fff!important;
  font-family:var(--tkvs-display,"Barlow Condensed",Impact,sans-serif);
  font-size:clamp(38px,5vw,62px);
  font-style:italic;
  font-weight:900;
  line-height:.98;
  text-transform:uppercase;
}

.tkvs-page--germany-wholesale-knives .tkvs-page-content .wrap {
  color:#d7dce2!important;
}
.tkvs-page--germany-wholesale-knives .tkvs-page-content .wrap .topbar .brand h1 {
  color:#fff!important;
}
.tkvs-page--germany-wholesale-knives .tkvs-page-content .wrap :is(h2,h3,h4,h5,h6,strong,b) {
  color:#fff!important;
}
.tkvs-page--germany-wholesale-knives .tkvs-page-content .wrap :is(p,li,span,.hDesc,.sub,.small) {
  color:#d7dce2!important;
}

@media(max-width:767px) {
  .tkvs-page--germany-wholesale-knives .tkvs-page-content .wrap {
    padding-top:28px!important;
  }
  .tkvs-page--folding-knife-parts-kit .tkvs-page-content h1 + p + div {
    display:flex!important;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .tkvs-page--folding-knife-parts-kit .tkvs-page-content h1 + p + div > a {
    width:100%;
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:0!important;
    padding:12px 18px!important;
    text-align:center;
  }
  .tkvs-page-masthead__title {
    font-size:clamp(34px,11vw,46px);
  }
}
