:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Palanquin Dark", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Palanquin Dark", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #ff6a00;
	--wd-alternative-color: rgb(14,21,32);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,94,43);
	--btn-accented-bgcolor-hover: rgb(236,87,39);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://new.dklens.eu/wp-content/uploads/2021/10/tools-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgba(255,255,255,0);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(248,248,248);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1300px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(22,27,137);
}

/* ==========================================================
   DKLENS — HOMEPAGE
   Woodmart > Theme Settings > Custom CSS > Global
   ========================================================== */

/* ---------- 1. Hero layout ---------- */

/* Prevents the 100vw hero from creating a horizontal scrollbar */
.wd-page-content {
  overflow-x: hidden;
}

/* Full-bleed section: breaks out of the theme's 1300px container */
#Hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw);
}

/* Centred content grid inside the full-bleed section */
.hero-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px !important;
}

/* Text column — keeps copy clear of the car on the right */
.hero-text {
  width: 100% !important;
  max-width: 720px !important;
}

/* ---------- 2. Hero typography ---------- */

.hero-title,
.hero-sub {
  margin: 0;
  padding: 0;
}

.hero-title {
  font-family: "Inter", sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hero-title span {
  color: #FF5A00;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
}

/* ---------- 2a. Eyebrow ---------- */

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF5A00;
  margin: 0;
  padding: 0;
}

.hero-eyebrow .dash {
  width: 32px;
  height: 1px;
  background: #FF5A00;
  flex-shrink: 0;
}

/* ---------- 2b. Buttons (hover only — rest is in the panel) ---------- */

.btn-primary:hover {
  filter: brightness(1.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ---------- 2c. Trust chips ---------- */

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
  margin: 0;
  padding: 0;
}

.hero-chips span {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.hero-chips span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF5A00;
  font-weight: 700;
}

/* ---------- 3. Direction cards ---------- */

.dir-card {
  position: relative;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;      /* ← new */
  min-height: 460px;
  padding: 28px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.4s ease;
}

.dir-card:hover {
  transform: translateY(-4px);
}

/* Darkens the photo so text stays readable */
.dir-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Lifts the text above the gradient */
.dir-card > * {
  position: relative;
  z-index: 2;
}

.dir-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #FF5A00;
  margin: 0 0 4px;
}

.dir-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.dir-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 20px;
  max-width: 90%;
}

.dir-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 4px;
  transition: border-color 0.2s ease;
}

.dir-link:hover {
  border-bottom-color: #FFFFFF;
}

/* ==========================================================
   4. RESPONSIVE — keep all breakpoint overrides below here
   ========================================================== */

/* Small desktop / large laptop */
@media (max-width: 1366px) {
  .hero-title { font-size: 60px; }
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-title { font-size: 52px; }
  .hero-sub   { font-size: 15px; }
  .dir-title  { font-size: 24px; }
}

/* Mobile */
@media (max-width: 767px) {
  #Hero,
  .hero-inner,
  .hero-text {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-title {
    font-size: 34px;
    overflow-wrap: break-word;
  }

  .hero-sub {
    font-size: 15px;
    max-width: 100%;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .hero-chips {
    column-gap: 16px;
    row-gap: 10px;
  }

  .dir-card {
    flex: 1 1 100% !important;
    min-height: 340px;
    padding: 24px;
  }

  .dir-text {
    max-width: 100%;
  }
}




/* DKLENS — "Can't find the part" section
   Paste into Theme Settings -> Custom CSS (or Appearance -> Customize -> Additional CSS).
   Pairs with the markup in a Text Editor widget. */

.dkf {
  --ink:    #111111;
  --dim:    #6b6b6b;
  --faint:  #9a9a9a;
  --line:   #e6e6e6;
  --panel:  #fafafa;
  --orange: #FF5A00;
  --ease:   cubic-bezier(0.22, 1, 0.36, 1);

  display: block;
  width: 100%;
  background: #ffffff;
  color: var(--ink);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}
.dkf *, .dkf *::before, .dkf *::after { box-sizing: border-box; }

.dkf__inner { max-width: 1400px; margin: 0 auto; padding: 56px 20px; }

.dkf__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 44px 48px;
}

/* ---------- left ---------- */
.dkf__title {
  margin: 0 !important;
  font-size: clamp(22px, 2.6vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
  color: var(--ink) !important;
}
.dkf__text {
  margin: 16px 0 0 !important;
  max-width: 30rem;
  font-size: clamp(13px, 1.3vw, 14.5px) !important;
  line-height: 1.65 !important;
  color: var(--dim) !important;
}

.dkf__actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 28px;
}
.dkf__btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.05em;
  text-decoration: none; white-space: nowrap;
  transition: filter 220ms var(--ease), transform 220ms var(--ease);
}
.dkf__btn svg {
  width: 15px; height: 15px; flex: 0 0 auto;
  fill: none; stroke: currentColor;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.dkf__btn--dark   { background: var(--ink); color: #fff; }
.dkf__btn--orange { background: var(--orange); color: #fff; }
.dkf__btn:hover   { filter: brightness(1.12); transform: translateY(-2px); }


/* ---------- embedded CF7 form ---------- */
.dkf__formwrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: 26px 26px 20px;
}
.dkf__formwrap .wpcf7 p { margin: 0 0 13px !important; }
.dkf__formwrap label {
  display: block;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dim) !important;
}
.dkf__formwrap input[type="text"],
.dkf__formwrap input[type="file"],
.dkf__formwrap textarea {
  width: 100% !important;
  margin-top: 6px;
  padding: 11px 14px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  transition: border-color 200ms var(--ease), background-color 200ms var(--ease);
	@media (min-width:1025px){
  .whb-header .whb-top-bar{display:block!important;height:auto!important;min-height:40px;visibility:visible!important;opacity:1!important}
}
}
.dkf__formwrap input[type="text"]:focus,
.dkf__formwrap textarea:focus {
  border-color: var(--orange) !important;
  background: #ffffff !important;
  outline: none !important;
}
.dkf__formwrap textarea { min-height: 92px; resize: vertical; }
.dkf__formwrap input[type="file"] {
  padding: 9px 12px !important;
  font-size: 12.5px !important;
  cursor: pointer;
}
.dkf__formwrap input[type="submit"] {
  width: 100%;
  margin-top: 4px;
  padding: 14px 24px !important;
  border: none !important;
  border-radius: 999px !important;
  background: var(--orange) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 200ms var(--ease), transform 200ms var(--ease);
}
.dkf__formwrap input[type="submit"]:hover { filter: brightness(1.1); transform: translateY(-2px); }
.dkf__formwrap .wpcf7-not-valid-tip {
  font-size: 11.5px !important;
  color: #d93025 !important;
  margin-top: 4px;
}
.dkf__formwrap .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 11px 14px !important;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-size: 12.5px !important;
}
.dkf__formwrap .wpcf7-spinner { margin: 8px auto 0; display: block; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .dkf__panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  .dkf__inner { padding: 40px 16px; }
  .dkf__actions { flex-direction: column; align-items: stretch; }
  .dkf__btn { justify-content: center; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .dkf__btn { transition: none; }
  .dkf__btn:hover { transform: none; }
}

/* ---------- icon + button hardening (beats theme svg rules) ---------- */
.dkf .dkf__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1 !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
}
.dkf .dkf__btn svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important;
  min-height: 0 !important;
  max-height: 15px !important;
  flex: 0 0 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}


.wd-nav-main > li > a {
	font-size: 20px;
	font-weight: 600;
}






/* =========================================================================
 * DKLens — tabbed product grid (4 columns x 2 rows)
 * Append to assets/css/dklens-carousel.css
 * ========================================================================= */

.dkl-tabs {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 56px 60px 0;
	font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* --- Head: title left, pills right -------------------------------------- */
.dkl-tabs__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
}

.dkl-tabs__titles .dkl-sechead__title {
	margin: 0 !important;
}

.dkl-tabs__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.dkl-pill {
	appearance: none;
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #444;
	border-radius: 999px;
	padding: 9px 20px;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.dkl-pill:hover {
	border-color: #ffc9ac;
	color: #FF5A00;
}

.dkl-pill.is-active {
	background: #FF5A00;
	border-color: #FF5A00;
	color: #fff;
}

/* --- Panels -------------------------------------------------------------- */
.dkl-tabpanel {
	display: none;
}

.dkl-tabpanel.is-active {
	display: block;
	animation: dklTabFade .28s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes dklTabFade {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: none; }
}

/* --- Grid instead of carousel track -------------------------------------- */
.wd-products-element.dkl-grid-el {
	max-width: none;
	padding: 0;
}

.wd-products-element.dkl-grid-el .wd-products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: 0;
	overflow: visible;
}

.wd-products-element.dkl-grid-el .dklens-item {
	flex: none;
	max-width: none;
}

/* --- Foot ---------------------------------------------------------------- */
.dkl-tabs__foot {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.dkl-tabs__all {
	font-size: 13.5px;
	font-weight: 600;
	color: #6b6b6b;
	text-decoration: none;
	transition: color .2s ease;
}

.dkl-tabs__all:hover {
	color: #FF5A00;
}

/* --- Responsive ---------------------------------------------------------- */
@media (max-width: 1024px) {
	.wd-products-element.dkl-grid-el .wd-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.dkl-tabs__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.dkl-tabs__pills {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.dkl-tabs {
		padding: 40px 16px 0;
	}
	.wd-products-element.dkl-grid-el .wd-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	.dkl-pill {
		padding: 8px 15px;
		font-size: 12.5px;
	}
}

.dkvf-finder, .dkvf-fitment, .dkvf-archive__title {
	--dkvf-accent: #your-orange;
}