/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #F8AF3C;
	--primary-100: #e67833;
	--primary-200: #e57028;
	--primary-300: #e3691d;
	--primary--100: #ec9661;
	--primary--200: #ed9e6c;
	--primary--300: #efa577;
	--primary-rgba-0: rgba(233, 135, 74, 0);
	--primary-rgba-10: rgba(233, 135, 74, 0.1);
	--primary-rgba-20: rgba(233, 135, 74, 0.2);
	--primary-rgba-30: rgba(233, 135, 74, 0.3);
	--primary-rgba-40: rgba(233, 135, 74, 0.4);
	--primary-rgba-50: rgba(233, 135, 74, 0.5);
	--primary-rgba-60: rgba(233, 135, 74, 0.6);
	--primary-rgba-70: rgba(233, 135, 74, 0.7);
	--primary-rgba-80: rgba(233, 135, 74, 0.8);
	--primary-rgba-90: rgba(233, 135, 74, 0.9);
	--secondary: #e36159;
	--secondary-100: #df4c43;
	--secondary-200: #dd4238;
	--secondary-300: #dc372d;
	--secondary--100: #e7766f;
	--secondary--200: #e9807a;
	--secondary--300: #ea8b85;
	--secondary-rgba-0: rgba(227, 97, 89, 0);
	--secondary-rgba-10: rgba(227, 97, 89, 0.1);
	--secondary-rgba-20: rgba(227, 97, 89, 0.2);
	--secondary-rgba-30: rgba(227, 97, 89, 0.3);
	--secondary-rgba-40: rgba(227, 97, 89, 0.4);
	--secondary-rgba-50: rgba(227, 97, 89, 0.5);
	--secondary-rgba-60: rgba(227, 97, 89, 0.6);
	--secondary-rgba-70: rgba(227, 97, 89, 0.7);
	--secondary-rgba-80: rgba(227, 97, 89, 0.8);
	--secondary-rgba-90: rgba(227, 97, 89, 0.9);
	--tertiary: #2baab1;
	--tertiary-100: #26969c;
	--tertiary-200: #248c92;
	--tertiary-300: #218388;
	--tertiary--100: #30bec6;
	--tertiary--200: #34c6ce;
	--tertiary--300: #3fc9d0;
	--tertiary-rgba-0: rgba(43, 170, 177, 0);
	--tertiary-rgba-10: rgba(43, 170, 177, 0.1);
	--tertiary-rgba-20: rgba(43, 170, 177, 0.2);
	--tertiary-rgba-30: rgba(43, 170, 177, 0.3);
	--tertiary-rgba-40: rgba(43, 170, 177, 0.4);
	--tertiary-rgba-50: rgba(43, 170, 177, 0.5);
	--tertiary-rgba-60: rgba(43, 170, 177, 0.6);
	--tertiary-rgba-70: rgba(43, 170, 177, 0.7);
	--tertiary-rgba-80: rgba(43, 170, 177, 0.8);
	--tertiary-rgba-90: rgba(43, 170, 177, 0.9);
	--quaternary: #383f48;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.less-error-message ul, .less-error-message li {
	list-style-type: none;
	margin-right: 15px;
	padding: 4px 0;
	margin: 0;
}

.less-error-message label {
	font-size: 12px;
	margin-right: 15px;
	padding: 4px 0;
	color: #cc7777;
}

.less-error-message pre {
	color: #dd6666;
	padding: 4px 0;
	margin: 0;
	display: inline-block;
}

.less-error-message pre.line {
	color: #ff0000;
}

.less-error-message h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	margin: 0;
}

.less-error-message a {
	color: #10a;
}

.less-error-message .error {
	color: red;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dashed red;
}

/* =============================================================
   TOTAALZONWERING — Custom Component Styles
   Primary: #F8AF3C → #e3691d (amber gradient)
   Blue:    #1F3A4D
============================================================= */

:root {
  --tz-blue:    #1F3A4D;
  --tz-orange:  #F8AF3C;
  --tz-orange-dark: #e3691d;
  --tz-gradient: linear-gradient(135deg, #F8AF3C 0%, #e3691d 100%);
  --tz-gradient-r: linear-gradient(135deg, #e3691d 0%, #F8AF3C 100%);
  --tz-bg:      #F7F9FB;
  --tz-white:   #FFFFFF;
  --tz-text:    #1E1E1E;
  --tz-muted:   #5F6B73;
  --tz-border:  #E3E8ED;
}

/* ── Page Hero ─────────────────────────────────────────── */
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero-body {
  position: relative;
  z-index: 2;
  padding: 4.5rem 0 4rem;
}

.page-hero h1 {
  font-size: 3.25rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5), 0 8px 30px rgba(0,0,0,0.35);
}

.page-hero .sub-title {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
  font-weight: 400;
  letter-spacing: 0.4px;
  display: block;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* ── Hero Breadcrumb ────────────────────────────────────── */
.breadcrumb-hero {
  background: transparent;
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0;
  font-size: 0.875rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.breadcrumb-hero li { color: rgba(255,255,255,0.65); }

.breadcrumb-hero li + li::before {
  content: "›";
  margin: 0 0.5rem;
  opacity: 0.55;
}

.breadcrumb-hero a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-hero a:hover { color: var(--tz-orange); }

.breadcrumb-hero li.active {
  color: var(--tz-orange);
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(248,175,60,0.4);
}

/* ── Transparent Marquee Overlay ───────────────────────── */
.marquee-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.07);
  z-index: 3;
}

.marquee-overlay .marquee-track {
  display: flex;
  width: max-content;
  animation: tz-marquee 60s linear infinite;
  padding: 0.9rem 0;
}

.marquee-overlay:hover .marquee-track {
  animation-duration: 120s;
}

.marquee-overlay .marquee-item {
  flex: 0 0 auto;
  margin: 0 2.75rem;
  font-weight: 600;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.88);
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
}

.marquee-overlay .marquee-item::before {
  content: "◆";
  background: var(--tz-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 0.45rem;
  margin-right: 1rem;
  vertical-align: middle;
}

@keyframes tz-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Intro Text (below hero) ────────────────────────────── */
.category-intro {
  padding: 3rem 0 2rem;
  background: var(--tz-white);
}

.category-intro p {
  font-size: 1.175rem;
  color: var(--tz-muted);
  line-height: 1.85;
  margin-bottom: 1rem;
}

.category-intro p:last-child { margin-bottom: 0; }

/* ── Gradient Divider ───────────────────────────────────── */
.tz-divider {
  height: 3px;
  border: none;
  background: var(--tz-gradient);
  border-radius: 2px;
  margin: 1.5rem 0;
  opacity: 1;
}

/* ── Product Cards ──────────────────────────────────────── */
.product-loop-item {
  transition: transform 0.38s cubic-bezier(0.165,0.84,0.44,1);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-loop-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(31,58,77,0.16);
}

.product-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  background: #fff;
}

.product-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.88) 0%,
    rgba(0,0,0,0.45) 35%,
    transparent 80%);
  z-index: 1;
}

.product-title-overlay {
  position: absolute;
  z-index: 2;
  bottom: 90px;
  left: 22px;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  letter-spacing: -0.2px;
}

.product-price-button {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  color: white !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.95rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

.product-price-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.45);
  background: rgba(0, 0, 0, 0.75);
}

.product-price-button span:first-child {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.9;
}

.product-price {
  font-weight: 800;
  font-size: 1.05rem;
}

/* ── Section Headings ───────────────────────────────────── */
.tz-section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--tz-blue);
  letter-spacing: -0.4px;
  line-height: 1.25;
}

.tz-section-lead {
  font-size: 1.1rem;
  color: var(--tz-muted);
  line-height: 1.75;
}

/* ── CTA Buttons ────────────────────────────────────────── */
.btn-tz-primary {
  background: var(--tz-gradient);
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 0.875rem 2.25rem;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 16px rgba(227,105,29,0.3);
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-block;
}

.btn-tz-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(248,175,60,0.4);
  background: var(--tz-gradient-r);
}

.btn-tz-outline {
  background: transparent;
  color: var(--tz-blue) !important;
  border: 2px solid var(--tz-blue);
  border-radius: 6px;
  padding: 0.875rem 2.25rem;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: inline-block;
}

.btn-tz-outline:hover {
  transform: translateY(-2px);
  background: var(--tz-blue);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(31,58,77,0.25);
}

/* ── Before/After Section ───────────────────────────────── */
.before-after-section {
  background: linear-gradient(170deg, var(--tz-bg) 0%, #ffffff 100%);
  padding: 5rem 0;
  margin-top: 2rem;
}

.before-after-intro {
  max-width: 760px;
  margin: 0 auto 4rem;
}

.before-after-intro h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--tz-blue);
  margin-bottom: 1rem;
  line-height: 1.25;
}

.before-after-intro p {
  font-size: 1.15rem;
  color: var(--tz-muted);
  line-height: 1.75;
}

.before-after-content {
  background: var(--tz-white);
  border-radius: 14px;
  padding: 3rem 3.5rem;
  box-shadow: 0 10px 40px rgba(31,58,77,0.08);
  border: 1px solid var(--tz-border);
}

.before-after-info { padding-right: 2.5rem; }

.before-after-info h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tz-blue);
  margin-bottom: 1.25rem;
  line-height: 1.35;
}

.before-after-info .description {
  font-size: 1.05rem;
  color: var(--tz-muted);
  line-height: 1.85;
  margin-bottom: 2rem;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  font-size: 1rem;
  color: var(--tz-muted);
  margin-bottom: 1rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.benefits-list li i {
  font-size: 1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  background: var(--tz-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.before-after-slider-wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(31,58,77,0.14);
}

.twentytwenty-container {
  min-height: 400px !important;
  height: auto !important;
}

.cta-section {
  text-align: center;
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--tz-border);
}

.cta-section p {
  font-size: 1.15rem;
  color: var(--tz-muted);
  margin-bottom: 1.75rem;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
  .before-after-content { padding: 2.5rem 2rem; }
  .before-after-info { padding-right: 0; margin-bottom: 2.5rem; }
}

@media (max-width: 767px) {
  .page-hero { min-height: 300px; }
  .page-hero h1 { font-size: 2.1rem; }
  .page-hero .sub-title { font-size: 1.05rem; }
  .before-after-section { padding: 3.5rem 0; }
  .before-after-content { padding: 2rem 1.5rem; }
  .before-after-intro h2 { font-size: 1.75rem; }
  .twentytwenty-container { min-height: 280px !important; }
  .category-intro p { font-size: 1.05rem; }
}

/* ── Reveal Animation ───────────────────────────────────── */
[data-reveal] {
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: all 1.25s cubic-bezier(0.5, 0, 0, 1);
}

/* ── Full-Block Card Link ────────────────────────────────── */
.full-block-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* ── Accessibility Focus ─────────────────────────────────── */
.product-price-button:focus {
  outline: 3px solid var(--tz-orange);
  outline-offset: 2px;
}