@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../base/fonts/opensans/open-sans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../base/fonts/opensans/open-sans-600.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../base/fonts/opensans/open-sans-700.woff2") format("woff2");
}

html,
body,
button,
input,
select,
optgroup,
textarea,
.navbar,
.dropdown-menu,
.opc,
#consent-manager,
#consent-manager *:not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab),
.hinweis-box,
.hinweis-titel,
.hinweis-text,
.hinweis-label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

body {
  font-weight: 400;
}

header .nav-link,
#mainNavigation .nav-link,
.dropdown-menu .dropdown-item,
.btn,
button,
[role="button"],
label,
input,
select,
optgroup,
textarea,
.form-control,
.custom-select,
.form-counter .input-group-text,
.page-link,
.nav-tabs .nav-link,
.tab-navigation .nav-link,
.hero-button a,
.hero-button button,
.hero-button .btn,
#consent-manager button,
#consent-manager .consent-accept,
#consent-manager .consent-btn-helper > div {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hr-sect,
.product-matrix-title,
.price,
.price_wrapper .price,
.price_label,
.price_on_application,
.productbox-price,
.text-accent,
.price-note,
strong,
b,
th,
dt,
.font-weight-bold,
.font-weight-bolder,
#consent-manager .consent-display-1,
#consent-manager .consent-display-2,
.hinweis-titel,
.hinweis-label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

.fa,
.fas,
.far,
.fal,
.fad {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/* ==========================================================================
   TuduFud design tokens
   ========================================================================== */

:root {
  --tf-color-background: #ffffff;
  --tf-color-page: #ffffff;
  --tf-color-surface: #f5f5f7;
  --tf-color-surface-strong: #ececf0;
  --tf-color-section-divider: #e5e5e5;
  --tf-color-text: #1d1d1f;
  --tf-color-text-secondary: #6e6e73;
  --tf-color-border: #d2d2d7;
  --tf-color-accent: #1d1d1f;
  --tf-color-accent-hover: #000000;
  --tf-color-accent-text: #ffffff;
  --tf-color-success: #16794b;
  --tf-color-warning: #9a6700;
  --tf-color-error: #c62828;

  --tf-container-max: 1440px;
  --tf-page-gutter: 32px;

  --tf-space-1: 4px;
  --tf-space-2: 8px;
  --tf-space-3: 12px;
  --tf-space-4: 16px;
  --tf-space-5: 24px;
  --tf-space-6: 32px;
  --tf-space-7: 48px;
  --tf-space-8: 64px;
  --tf-space-9: 96px;
  --tf-space-10: 128px;

  --tf-radius-small: 8px;
  --tf-radius-medium: 14px;
  --tf-radius-large: 24px;
  --tf-radius-pill: 999px;

  --tf-shadow-float: 0 14px 38px rgba(29, 29, 31, 0.1);
  --tf-focus-ring: 0 0 0 3px rgba(29, 29, 31, 0.2);

  --tf-font-h1: clamp(2.5rem, 4.4vw, 4rem);
  --tf-font-h2: clamp(2rem, 3.2vw, 3rem);
  --tf-font-h3: clamp(1.5rem, 2vw, 1.875rem);
  --tf-font-body: clamp(1rem, 0.35vw + 0.93rem, 1.125rem);
  --tf-font-small: clamp(0.8125rem, 0.2vw + 0.78rem, 0.875rem);
}

/* ==========================================================================
   Foundation, grid and typography
   ========================================================================== */

html {
  color: var(--tf-color-text);
  background: var(--tf-color-page);
  scroll-behavior: smooth;
}

body {
  color: var(--tf-color-text);
  background: var(--tf-color-page);
  font-size: var(--tf-font-body);
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.container,
.container-fluid-xl {
  width: 100%;
  max-width: calc(var(--tf-container-max) + (var(--tf-page-gutter) * 2));
  padding-right: var(--tf-page-gutter);
  padding-left: var(--tf-page-gutter);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: var(--tf-page-gutter);
  padding-left: var(--tf-page-gutter);
}

#content-wrapper {
  min-height: 30vh;
}

#content {
  padding-top: var(--tf-space-5);
  padding-bottom: var(--tf-space-8);
}

h1,
.h1 {
  max-width: 18ch;
  margin-bottom: var(--tf-space-5);
  color: var(--tf-color-text);
  font-size: var(--tf-font-h1) !important;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h2,
.h2,
.hr-sect {
  margin-bottom: var(--tf-space-5);
  color: var(--tf-color-text);
  font-size: var(--tf-font-h2) !important;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

h3,
.h3 {
  margin-bottom: var(--tf-space-4);
  color: var(--tf-color-text);
  font-size: var(--tf-font-h3) !important;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: var(--tf-color-text);
  line-height: 1.3;
}

p,
.text-muted,
small,
.small {
  color: var(--tf-color-text-secondary);
}

small,
.small {
  font-size: var(--tf-font-small);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--tf-color-accent-hover);
}

body a:not(.btn):not(.asw-menu-btn),
body a:not(.btn):not(.asw-menu-btn):hover,
body a:not(.btn):not(.asw-menu-btn):focus {
  color: var(--tf-color-text);
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.form-control:focus-visible,
.custom-select:focus-visible {
  outline: 3px solid rgba(29, 29, 31, 0.42);
  outline-offset: 3px;
}

hr {
  border-color: var(--tf-color-border);
}

/* ==========================================================================
   Header and navigation
   ========================================================================== */

#jtl-nav-wrapper {
  z-index: 1030;
  color: var(--tf-color-text);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--tf-color-border);
  box-shadow: none;
}

#jtl-nav-wrapper.is-sticky,
#jtl-nav-wrapper.sticky {
  box-shadow: 0 8px 28px rgba(29, 29, 31, 0.07);
}

#jtl-nav-wrapper > .container-fluid,
#jtl-nav-wrapper > .container-fluid-xl {
  min-height: 88px;
}

#jtl-nav-wrapper .navbar {
  min-height: 88px;
  padding-top: var(--tf-space-3);
  padding-bottom: var(--tf-space-3);
}

#logo .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0;
}

#shop-logo {
  width: auto;
  max-width: 224px;
  max-height: 54px;
}

#shop-nav {
  align-items: center;
  gap: var(--tf-space-1);
}

#shop-nav .nav-link,
#mainNavigation .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: var(--tf-space-2) var(--tf-space-3);
  color: var(--tf-color-text);
  border-radius: var(--tf-radius-pill);
  transition: color 160ms ease, background-color 160ms ease;
}

#shop-nav .nav-link:hover,
#mainNavigation .nav-link:hover {
  color: var(--tf-color-accent);
  background: var(--tf-color-surface);
}

.topbar-wrapper,
#jtl-nav-wrapper .topbar-wrapper {
  color: var(--tf-color-text-secondary);
  background: var(--tf-color-background);
  border-bottom: 1px solid rgba(210, 210, 215, 0.65);
}

.topbar-wrapper .nav-link {
  color: var(--tf-color-text-secondary);
  font-size: var(--tf-font-small);
}

#search .search-wrapper {
  min-width: min(320px, 26vw);
}

#search .form-control {
  border-radius: var(--tf-radius-pill) 0 0 var(--tf-radius-pill);
}

#search .input-group-append .btn {
  width: 52px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0 var(--tf-radius-pill) var(--tf-radius-pill) 0;
}

.burger-menu-wrapper {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--tf-color-border);
  border-radius: var(--tf-radius-pill);
}

/* ==========================================================================
   Buttons, forms and controls
   ========================================================================== */

.btn {
  min-height: 50px;
  padding: 0.75rem 1.5rem;
  border-radius: var(--tf-radius-pill);
  font-size: 0.95rem;
  line-height: 1.2;
  box-shadow: none;
  transition: color 160ms ease, background-color 160ms ease,
    border-color 160ms ease, transform 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.btn:active {
  transform: translateY(0);
}

.btn-sm {
  min-height: 42px;
  padding: 0.6rem 1.125rem;
  font-size: 0.875rem;
}

.btn-lg {
  min-height: 52px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled) {
  color: var(--tf-color-accent-text);
  background-color: var(--tf-color-accent);
  border-color: var(--tf-color-accent);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):hover {
  color: var(--tf-color-accent-text);
  background-color: var(--tf-color-accent-hover);
  border-color: var(--tf-color-accent-hover);
}

.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary {
  color: var(--tf-color-text);
  background: var(--tf-color-background);
  border-color: var(--tf-color-border);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: var(--tf-color-text);
  background: var(--tf-color-surface);
  border-color: var(--tf-color-text-secondary);
}

.btn-link {
  min-height: auto;
  padding: 0;
  color: var(--tf-color-accent);
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.form-control,
.custom-select,
select.form-control,
.input-group-text {
  min-height: 50px;
  color: var(--tf-color-text);
  background-color: var(--tf-color-background);
  border-color: var(--tf-color-border);
  border-radius: var(--tf-radius-medium);
}

.form-control::placeholder {
  color: #77777c;
  opacity: 1;
}

.form-control:hover,
.custom-select:hover {
  border-color: #a7a7ad;
}

.form-control:focus,
.custom-select:focus {
  color: var(--tf-color-text);
  background: var(--tf-color-background);
  border-color: var(--tf-color-accent);
  box-shadow: var(--tf-focus-ring);
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--tf-color-text);
  box-shadow: 0 0 0 1000px var(--tf-color-background) inset,
    var(--tf-focus-ring);
  transition: background-color 9999s ease-out;
}

.form-group label,
.col-form-label,
legend {
  color: var(--tf-color-text);
}

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: var(--tf-color-accent);
  box-shadow: var(--tf-focus-ring);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--tf-color-accent);
  border-color: var(--tf-color-accent);
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* ==========================================================================
   Shared surfaces and feedback
   ========================================================================== */

.dropdown-menu {
  padding: var(--tf-space-2);
  color: var(--tf-color-text);
  background: var(--tf-color-background);
  border: 1px solid var(--tf-color-border);
  border-radius: var(--tf-radius-medium);
  box-shadow: var(--tf-shadow-float);
}

.dropdown-item {
  min-height: 42px;
  padding: var(--tf-space-3) var(--tf-space-4);
  color: var(--tf-color-text);
  border-radius: var(--tf-radius-small);
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--tf-color-text);
  background: var(--tf-color-surface);
}

.alert,
.card,
.modal-content,
.well,
.panel {
  border: 1px solid var(--tf-color-border);
  border-radius: var(--tf-radius-medium);
  box-shadow: none;
}

.alert {
  padding: var(--tf-space-4) var(--tf-space-5);
  color: var(--tf-color-text);
  background: var(--tf-color-surface);
}

.alert-success {
  color: var(--tf-color-success);
  border-color: rgba(22, 121, 75, 0.35);
}

.alert-warning {
  color: var(--tf-color-warning);
  border-color: rgba(154, 103, 0, 0.35);
}

.alert-danger,
.invalid-feedback {
  color: var(--tf-color-error);
}

.is-invalid,
.form-control.is-invalid {
  border-width: 2px;
  border-color: var(--tf-color-error);
}

.modal-content {
  overflow: hidden;
}

.modal-header,
.modal-footer {
  padding: var(--tf-space-5);
  border-color: var(--tf-color-border);
}

.modal-body,
.dropdown-body,
.dropdown-footer {
  padding: var(--tf-space-5);
}

.badge {
  padding: 0.4em 0.7em;
  color: var(--tf-color-text);
  background: var(--tf-color-surface-strong);
  border-radius: var(--tf-radius-pill);
  font-size: var(--tf-font-small);
}

.badge-primary {
  color: var(--tf-color-accent-text);
  background: var(--tf-color-accent);
}

.breadcrumb-container {
  padding-top: var(--tf-space-4);
  padding-bottom: var(--tf-space-4);
}

.breadcrumb {
  padding: 0;
  margin: 0;
  color: var(--tf-color-text-secondary);
  background: transparent;
  font-size: var(--tf-font-small);
}

.pagination {
  gap: var(--tf-space-2);
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: var(--tf-space-2);
  color: var(--tf-color-text);
  background: var(--tf-color-background);
  border: 1px solid var(--tf-color-border);
  border-radius: var(--tf-radius-pill) !important;
}

.page-link:hover,
.page-item.active .page-link {
  color: var(--tf-color-accent-text);
  background: var(--tf-color-accent);
  border-color: var(--tf-color-accent);
}

.form-counter .btn,
.form-counter .input-group-text,
.quantity-input .btn {
  min-width: 44px;
  min-height: 44px;
}

body .noUi-connect {
  background: var(--tf-color-accent) !important;
}

body .noUi-handle {
  background: var(--tf-color-accent) !important;
  border-color: var(--tf-color-accent) !important;
  box-shadow: none;
}

.table {
  color: var(--tf-color-text);
}

.table thead th {
  color: var(--tf-color-text-secondary);
  background: var(--tf-color-surface);
  border-bottom-color: var(--tf-color-border);
}

.table td,
.table th {
  padding: var(--tf-space-4);
  border-top-color: var(--tf-color-border);
}

/* ==========================================================================
   Home foundation and restrained product cards
   ========================================================================== */

.hero-section,
.tf-hero {
  width: calc(100% - (var(--tf-page-gutter) * 2));
  max-width: var(--tf-container-max);
  min-height: clamp(520px, 52vw, 680px) !important;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(48px, 6vw, 88px) !important;
  overflow: hidden;
  border-radius: var(--tf-radius-large);
  background-color: var(--tf-color-text);
  background-position: center;
  background-size: cover;
}

.hero-section::before,
.tf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.hero-section > div,
.tf-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: inherit;
}

.hero-section .hero-title,
.tf-hero__title {
  max-width: 12ch;
  margin-bottom: var(--tf-space-5);
  color: #ffffff !important;
  font-size: var(--tf-font-h1) !important;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.hero-section .hero-text,
.tf-hero__text {
  max-width: 650px;
}

.hero-section .hero-text p,
.tf-hero__text {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 0.65vw + 0.88rem, 1.25rem) !important;
  line-height: 1.55;
}

.hero-section .hero-button,
.tf-hero__actions {
  margin-top: var(--tf-space-5);
}

.hero-section .hero-button .btn-primary,
.tf-hero__actions .btn-primary {
  color: var(--tf-color-text) !important;
  background: var(--tf-color-background) !important;
  border-color: var(--tf-color-background) !important;
}

.hero-section .hero-button .btn-primary:hover,
.hero-section .hero-button .btn-primary:focus,
.tf-hero__actions .btn-primary:hover,
.tf-hero__actions .btn-primary:focus {
  color: var(--tf-color-text) !important;
  background: var(--tf-color-surface) !important;
  border-color: var(--tf-color-surface) !important;
}

.index-heading-wrapper {
  padding-top: var(--tf-space-8);
  padding-bottom: var(--tf-space-4);
}

.product-slider-wrapper,
.productlist-page-nav-wrapper {
  padding-top: var(--tf-space-5);
  padding-bottom: var(--tf-space-8);
}

.hr-sect::before,
.hr-sect::after {
  border-color: var(--tf-color-border);
}

.product-wrapper,
.productbox,
.productbox-inner {
  color: var(--tf-color-text);
  background: var(--tf-color-background);
}

.product-wrapper > a,
.productbox-inner {
  display: block;
  height: 100%;
  padding: var(--tf-space-3);
  border: 1px solid transparent;
  border-radius: var(--tf-radius-medium);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.product-wrapper > a:hover,
.productbox-inner:hover {
  color: var(--tf-color-text);
  background: var(--tf-color-surface);
  border-color: var(--tf-color-border);
}

.productbox-image,
.item-slider.productbox-image {
  overflow: hidden;
  background: var(--tf-color-surface);
  border-radius: var(--tf-radius-medium);
}

.item-slider-desc,
.productbox-title {
  display: block;
  margin-top: var(--tf-space-4);
  color: var(--tf-color-text);
  font-size: 1rem;
  line-height: 1.45;
}

.item-slider-price,
.productbox-price,
.price_wrapper {
  margin-top: var(--tf-space-2);
  color: var(--tf-color-text);
}

/* ==========================================================================
   Footer
   ========================================================================== */

/* Keep the accessibility control inside the monochrome interface palette. */

body .asw-menu-btn {
  color: var(--tf-color-accent-text) !important;
  background: var(--tf-color-accent) !important;
  border-color: var(--tf-color-accent) !important;
  outline: 2px solid var(--tf-color-accent) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px var(--tf-color-background) !important;
}

body .asw-menu-btn:hover,
body .asw-menu-btn:focus {
  background: var(--tf-color-accent-hover) !important;
  border-color: var(--tf-color-accent-hover) !important;
}

body #consent-settings-btn {
  color: var(--tf-color-text) !important;
  background: var(--tf-color-background) !important;
  border-color: var(--tf-color-text) !important;
}

body #consent-settings-btn:hover,
body #consent-settings-btn:focus {
  color: var(--tf-color-accent-text) !important;
  background: var(--tf-color-accent-hover) !important;
  border-color: var(--tf-color-accent-hover) !important;
}

/* ==========================================================================
   Responsive adjustments
   ========================================================================== */

@media (max-width: 1023.98px) {
  :root {
    --tf-page-gutter: 24px;
  }

  #jtl-nav-wrapper > .container-fluid,
  #jtl-nav-wrapper > .container-fluid-xl,
  #jtl-nav-wrapper .navbar {
    min-height: 76px;
  }

  #mainNavigation {
    padding: var(--tf-space-4) 0;
    background: var(--tf-color-background);
  }

  #mainNavigation .nav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding-right: var(--tf-space-4);
    padding-left: var(--tf-space-4);
    border-radius: var(--tf-radius-medium);
  }

  #search .search-wrapper {
    min-width: 0;
  }

  .hero-section,
  .tf-hero {
    min-height: 540px !important;
  }
}

@media (max-width: 575.98px) {
  :root {
    --tf-page-gutter: 16px;
    --tf-font-h1: clamp(2.375rem, 11vw, 2.75rem);
    --tf-font-h2: clamp(1.875rem, 8.5vw, 2.25rem);
  }

  body {
    line-height: 1.58;
  }

  #content {
    padding-top: var(--tf-space-4);
    padding-bottom: var(--tf-space-7);
  }

  #jtl-nav-wrapper > .container-fluid,
  #jtl-nav-wrapper > .container-fluid-xl,
  #jtl-nav-wrapper .navbar {
    min-height: 68px;
  }

  #shop-logo {
    max-width: 150px;
    max-height: 44px;
  }

  #shop-nav .nav-link {
    min-width: 42px;
    min-height: 42px;
    padding: var(--tf-space-2);
  }

  .hero-section,
  .tf-hero {
    width: calc(100% - (var(--tf-page-gutter) * 2));
    min-height: 500px !important;
    padding: var(--tf-space-6) var(--tf-space-5) !important;
    border-radius: var(--tf-radius-medium);
    background-position: 62% center;
  }

  .hero-section::before,
  .tf-hero::before {
    background: rgba(0, 0, 0, 0.42);
  }

  .hero-section > div,
  .tf-hero__inner {
    align-content: end;
  }

  .hero-section .hero-title,
  .tf-hero__title {
    max-width: 10ch;
    margin-bottom: var(--tf-space-4);
  }

  .hero-section .hero-text p,
  .tf-hero__text {
    margin-bottom: var(--tf-space-3);
  }

  .hero-section .hero-button .btn,
  .tf-hero__actions .btn {
    width: 100%;
  }

  .index-heading-wrapper {
    padding-top: var(--tf-space-7);
  }

  .product-slider-wrapper {
    padding-bottom: var(--tf-space-7);
  }

  .modal-header,
  .modal-body,
  .modal-footer,
  .dropdown-body,
  .dropdown-footer {
    padding: var(--tf-space-4);
  }

  #footer {
    padding-top: var(--tf-space-7);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==========================================================================
   TuduFud 05: bespoke home hero
   ========================================================================== */

.tf-home-hero {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100vw;
  max-width: none;
  height: calc(100svh - 137px);
  min-height: 560px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

#main-wrapper > .tf-home-hero {
  padding: 0;
}

.tf-home-hero__inner {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 32px 24px;
  background: transparent;
}

.tf-home-hero__content {
  width: min(100%, 30rem);
  max-width: 30rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
}

.tf-home-hero__eyebrow {
  margin: 0 0 var(--tf-space-4);
  color: #ffffff;
  font-size: var(--tf-font-small);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-home-hero__title {
  max-width: 17ch;
  margin: 0 0 var(--tf-space-5);
  color: #ffffff !important;
  font-size: clamp(2.375rem, 4.8vw, 3.25rem) !important;
  line-height: 1.09;
  letter-spacing: -0.04em;
}

.tf-home-hero__subtitle {
  max-width: 650px;
  margin: 0 0 var(--tf-space-5);
  color: #ffffff;
  font-size: clamp(1rem, 0.45vw + 0.92rem, 1.1875rem);
  line-height: 1.55;
}

.tf-home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.5rem;
  color: #141515 !important;
  line-height: normal;
  text-align: center;
  background: #f7f4ed !important;
  border: 0 !important;
  border-radius: 999px;
  box-shadow: none !important;
}

.tf-home-hero__cta::before {
  display: none !important;
  content: none !important;
}

.tf-home-hero__cta:focus-visible {
  outline: 2px solid #141515;
  outline-offset: 4px;
  box-shadow: 0 0 0 3px #ffffff !important;
}

.tf-home-hero__cta:hover,
.tf-home-hero__cta:focus {
  color: #ffffff !important;
  background: #141515 !important;
}

.tf-home-hero__picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
}

.tf-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
  filter: none;
}

.tf-home-followup-title {
  margin-bottom: var(--tf-space-5);
}

@media (min-width: 1024px) {
  .tf-home-hero {
    height: calc(100svh - 96px);
    min-height: 620px;
  }

  .tf-home-hero__inner {
    align-items: center;
    justify-content: flex-end;
    padding: clamp(48px, 5vw, 72px);
  }

  .tf-home-hero__content {
    width: min(42%, 30rem);
    margin: 0;
    padding: 0;
  }

  .tf-home-hero__title {
    max-width: 15ch;
    font-size: clamp(2.375rem, 2.8vw, 3.125rem) !important;
  }

  .tf-home-hero__image {
    object-position: 50% 50%;
  }

}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .tf-home-hero {
    height: calc(100svh - 152px);
    min-height: 680px;
  }

  .tf-home-hero__inner {
    align-items: center;
    justify-content: flex-end;
    padding: 48px;
  }

  .tf-home-hero__content {
    width: min(42%, 22rem);
  }

  .tf-home-hero__image {
    object-position: 38% 50%;
  }
}

@media (max-width: 767.98px) {
  .tf-home-hero__inner {
    align-items: flex-end;
    padding: 28px 24px 32px;
  }

  .tf-home-hero__eyebrow {
    margin-bottom: var(--tf-space-3);
    font-size: 0.75rem;
  }

  .tf-home-hero__title {
    max-width: 17ch;
    margin-bottom: var(--tf-space-4);
    font-size: clamp(1.875rem, 8vw, 2.25rem) !important;
    letter-spacing: -0.035em;
  }

  .tf-home-hero__subtitle {
    margin-bottom: var(--tf-space-5);
    font-size: 1rem;
  }

  .tf-home-hero__cta {
    display: flex;
    width: 240px;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

}

/* ==========================================================================
   TuduFud 06: compact header, home products and footer
   ========================================================================== */

/* News and Kontakt remain available as pages, but the legacy top bar is no
   longer part of the customer navigation. */
#header-top-bar {
  display: none !important;
}

#jtl-nav-wrapper {
  border-bottom: 0;
}

#main-wrapper,
#content-wrapper,
#content {
  background: var(--tf-color-page);
}

.tf-home-hero {
  margin-top: 0;
}

@media (min-width: 992px) {
  #jtl-nav-wrapper > .container,
  #jtl-nav-wrapper > .container-fluid,
  #jtl-nav-wrapper > .container-fluid-xl {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.5vw, 40px);
    min-height: 96px;
  }

  #jtl-nav-wrapper .toggler-logo-wrapper {
    flex: 0 0 auto;
    float: none;
  }

  #jtl-nav-wrapper .navbar {
    flex: 1 1 auto;
    align-items: center !important;
    min-width: 0;
    min-height: 96px;
    padding: 0;
  }

  #jtl-nav-wrapper #mainNavigation {
    display: none !important;
  }

  #jtl-nav-wrapper #shop-nav {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  #jtl-nav-wrapper #search {
    flex: 1 1 520px;
    width: auto;
    max-width: 520px;
    margin-right: clamp(24px, 3vw, 48px);
    margin-left: auto;
  }

  #jtl-nav-wrapper #search .search-wrapper {
    width: 100%;
    min-width: 0;
  }
}

.tf-home-hero + #content-wrapper {
  padding-top: 0;
}

.tf-home-hero + #content-wrapper > .breadcrumb-container {
  display: none;
}

.tf-home-hero + #content-wrapper > #content {
  padding-top: 0;
}

.tf-home-hero + #content-wrapper .index-heading-wrapper {
  padding-top: clamp(56px, 5vw, 72px);
  padding-bottom: var(--tf-space-6);
}

.tf-section-eyebrow {
  margin: 0 0 var(--tf-space-3);
  color: var(--tf-color-text-secondary);
  font-size: var(--tf-font-small);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.tf-section-heading {
  max-width: 900px;
  margin: 0 auto;
  color: var(--tf-color-text);
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: center;
  text-wrap: balance;
}

.tf-section-heading > span {
  display: block;
  font-size: inherit !important;
}

.tf-section-subtitle {
  max-width: 720px;
  margin: var(--tf-space-4) auto 0;
  color: var(--tf-color-text-secondary);
  font-size: var(--tf-font-body);
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

.tf-home-section {
  width: 100%;
}

.tf-home-section__inner {
  width: calc(100% - (var(--tf-page-gutter) * 2));
  max-width: var(--tf-container-max);
  margin-right: auto;
  margin-left: auto;
}

.tf-home-section__header {
  max-width: 900px;
  margin: 0 auto clamp(32px, 4vw, 48px);
  text-align: center;
}

.tf-home-section__header h2 {
  margin: 0;
  color: var(--tf-color-text);
  font-size: clamp(2rem, 3.4vw, 3.25rem) !important;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.tf-home-section__header p {
  max-width: 680px;
  margin: var(--tf-space-4) auto 0;
  color: var(--tf-color-text-secondary);
  font-size: var(--tf-font-body);
  line-height: 1.55;
  text-wrap: balance;
}

.tf-home-benefits {
  padding-top: clamp(40px, 5vw, 64px);
}

.tf-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--tf-color-background);
  border: 1px solid var(--tf-color-section-divider);
  border-radius: var(--tf-radius-large);
}

.tf-home-benefit {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 2.5vw, 36px);
}

.tf-home-benefit + .tf-home-benefit {
  border-left: 1px solid var(--tf-color-section-divider);
}

.tf-home-benefit::before {
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: var(--tf-space-4);
  content: "";
  background: #c75c4b;
  border-radius: var(--tf-radius-pill);
}

.tf-home-benefit h3 {
  margin: 0 0 var(--tf-space-2);
  color: var(--tf-color-text);
  font-size: 1rem !important;
  line-height: 1.35;
}

.tf-home-benefit p {
  margin: 0;
  color: var(--tf-color-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.tf-home-categories {
  padding-top: clamp(80px, 8vw, 112px);
}

.tf-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(20px, 2.5vw, 32px);
}

.tf-home-categories__grid[data-category-count="1"] {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.tf-home-category-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  overflow: hidden;
  color: var(--tf-color-text);
  text-decoration: none;
  background: var(--tf-color-background);
  border-radius: var(--tf-radius-large);
  box-shadow: none;
  transform: translateY(0);
  transition: color 200ms ease, transform 220ms ease;
}

.tf-home-category-card:hover {
  color: #141515;
  text-decoration: none;
  transform: translateY(-4px);
}

.tf-home-category-card:focus-visible {
  color: var(--tf-color-text);
  text-decoration: none;
  outline: 2px solid #141515;
  outline-offset: 4px;
  box-shadow: 0 0 0 3px #ffffff;
}

.tf-home-category-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--tf-color-background);
}

.tf-home-category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.tf-home-category-card:hover .tf-home-category-card__image {
  transform: scale(1.025);
}

.tf-home-category-card__content {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--tf-space-4);
  padding: var(--tf-space-5);
}

.tf-home-category-card__title {
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  font-weight: 700;
  line-height: 1.25;
}

.tf-home-category-card__action {
  flex: 0 0 auto;
  color: currentColor;
  font-size: var(--tf-font-small);
  font-weight: 600;
  white-space: nowrap;
}

.tf-home-products {
  margin-bottom: 0 !important;
}

.tf-home-products .tf-home-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  width: 100%;
  margin: 0 0 var(--tf-space-8);
  padding: 0;
}

.tf-home-products .product-wrapper {
  width: auto !important;
  min-width: 0 !important;
  max-width: none;
  height: auto;
  margin: 0 !important;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.tf-home-products .product-wrapper > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--tf-space-5);
  background: var(--tf-color-background);
  text-decoration: none;
  border: 0;
  border-radius: var(--tf-radius-large);
  overflow: hidden;
  box-shadow: none;
  transform: translateY(0) scale(1);
  transition: transform 250ms ease, box-shadow 250ms ease;
  will-change: transform;
}

.tf-home-products .product-wrapper > a:hover {
  background: var(--tf-color-background);
  box-shadow: 0 14px 34px rgba(29, 29, 31, 0.1);
  transform: translateY(-4px) scale(1.015);
}

.tf-home-products .productbox-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--tf-color-surface);
  border-radius: 18px;
}

.tf-home-products .productbox-image .inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-home-products .productbox-image .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tf-home-products .item-slider-desc {
  min-height: 3em;
  margin-top: var(--tf-space-5);
  font-size: clamp(1.125rem, calc(0.35vw + 1.05rem), 1.25rem) !important;
  font-weight: 600;
  line-height: 1.35;
}

.tf-home-products .item-slider-desc > span {
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.tf-home-products .product-wrapper > a:hover .item-slider-desc > span {
  color: #3f4040;
  text-decoration: none;
}

.tf-home-products .product-wrapper > a:focus-visible {
  outline: 2px solid #141515;
  outline-offset: 4px;
  box-shadow: 0 0 0 3px #ffffff;
}

.tf-home-products .product-wrapper > a:focus-visible .item-slider-desc > span {
  text-decoration: none;
}

.tf-home-products .tf-home-product-footer {
  margin-top: auto;
  padding-top: var(--tf-space-4);
  text-align: center;
}

.tf-home-products .tf-home-product-footer .item-slider-price {
  margin-top: 0;
  padding-top: 0;
}

.tf-home-surface {
  padding: clamp(40px, 5vw, 72px);
  background: var(--tf-color-background);
  border-radius: var(--tf-radius-large);
}

.tf-home-audiences {
  padding-top: clamp(16px, 2vw, 32px);
}

.tf-home-audiences__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--tf-space-4);
}

.tf-home-audience-card {
  min-width: 0;
  padding: clamp(24px, 2.5vw, 32px);
  background: var(--tf-color-background);
  border: 1px solid var(--tf-color-section-divider);
  border-radius: 18px;
}

.tf-home-card-index {
  display: block;
  margin-bottom: var(--tf-space-5);
  color: #c75c4b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tf-home-audience-card h3 {
  margin: 0 0 var(--tf-space-3);
  color: var(--tf-color-text);
  font-size: clamp(1.125rem, 1.4vw, 1.375rem) !important;
  line-height: 1.3;
}

.tf-home-audience-card p {
  margin: 0;
  color: var(--tf-color-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.tf-home-process {
  padding-top: clamp(88px, 9vw, 128px);
}

.tf-home-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.tf-home-process-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: var(--tf-space-4);
  min-width: 0;
  padding-top: var(--tf-space-5);
  border-top: 1px solid var(--tf-color-section-divider);
}

.tf-home-process-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #f7f4ed;
  font-size: 1rem;
  font-weight: 700;
  background: #141515;
  border-radius: 50%;
}

.tf-home-process-step h3 {
  margin: 0 0 var(--tf-space-2);
  color: var(--tf-color-text);
  font-size: clamp(1.125rem, 1.5vw, 1.375rem) !important;
  line-height: 1.3;
}

.tf-home-process-step p {
  margin: 0;
  color: var(--tf-color-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.tf-home-model {
  padding-top: clamp(88px, 9vw, 128px);
}

.tf-home-model__surface {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  padding: clamp(40px, 6vw, 88px);
  color: #f7f4ed;
  background: #24221f;
  border-radius: var(--tf-radius-large);
}

.tf-home-model__eyebrow {
  margin: 0 0 var(--tf-space-4);
  color: #e6aa9f;
  font-size: var(--tf-font-small);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-home-model__copy h2 {
  max-width: 15ch;
  margin: 0 0 var(--tf-space-5);
  color: #f7f4ed;
  font-size: clamp(2rem, 3.4vw, 3.25rem) !important;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.tf-home-model__copy > p:last-child {
  max-width: 700px;
  margin: 0;
  color: #d1cbc0;
  line-height: 1.65;
}

.tf-home-model__benefits {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tf-home-model__benefits li {
  position: relative;
  padding: var(--tf-space-4) 0 var(--tf-space-4) 28px;
  color: #f7f4ed;
  font-weight: 600;
  line-height: 1.45;
  border-bottom: 1px solid rgba(247, 244, 237, 0.16);
}

.tf-home-model__benefits li:first-child {
  border-top: 1px solid rgba(247, 244, 237, 0.16);
}

.tf-home-model__benefits li::before {
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #c75c4b;
  border-radius: 50%;
}

.tf-home-final-cta {
  padding-top: clamp(64px, 7vw, 96px);
}

.tf-home-final-cta__surface {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(36px, 5vw, 64px);
  background: var(--tf-color-background);
  border: 1px solid var(--tf-color-section-divider);
  border-radius: var(--tf-radius-large);
}

.tf-home-final-cta h2 {
  max-width: 18ch;
  margin: 0 0 var(--tf-space-3);
  color: var(--tf-color-text);
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.tf-home-final-cta p {
  max-width: 620px;
  margin: 0;
  color: var(--tf-color-text-secondary);
}

.tf-home-final-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: var(--tf-space-3);
  justify-content: flex-end;
}

.tf-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.35rem;
  text-decoration: none !important;
  border: 0;
  border-radius: var(--tf-radius-pill);
  box-shadow: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.tf-home-button--primary {
  color: #f7f4ed !important;
  background: #141515;
}

.tf-home-button--primary:hover {
  color: #f7f4ed !important;
  background: #2b2c2c;
}

.tf-home-button--secondary {
  color: var(--tf-color-text) !important;
  background: var(--tf-color-background);
}

.tf-home-button--secondary:hover {
  color: #f7f4ed !important;
  background: #141515;
}

.tf-home-button:focus-visible {
  outline: 2px solid #141515;
  outline-offset: 4px;
  box-shadow: 0 0 0 3px #ffffff;
}

@media (max-width: 991.98px) {
  .tf-home-benefits__grid,
  .tf-home-audiences__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tf-home-benefit:nth-child(odd) {
    border-left: 0;
  }

  .tf-home-benefit:nth-child(n + 3) {
    border-top: 1px solid var(--tf-color-section-divider);
  }

  .tf-home-process__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--tf-space-6);
  }

  .tf-home-model__surface {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-home-final-cta__surface {
    display: grid;
  }

  .tf-home-final-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 639.98px) {
  .tf-home-section__header {
    margin-bottom: var(--tf-space-6);
    text-align: left;
  }

  .tf-home-section__header h2 {
    font-size: clamp(1.875rem, 9vw, 2.5rem) !important;
  }

  .tf-home-section__header p {
    margin-left: 0;
    text-align: left;
  }

  .tf-home-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-home-benefit,
  .tf-home-benefit:nth-child(odd) {
    border-top: 1px solid var(--tf-color-section-divider);
    border-left: 0;
  }

  .tf-home-benefit:first-child {
    border-top: 0;
  }

  .tf-home-category-card__content {
    align-items: flex-start;
    flex-direction: column;
  }

  .tf-home-surface,
  .tf-home-model__surface,
  .tf-home-final-cta__surface {
    padding: var(--tf-space-5);
    border-radius: var(--tf-radius-medium);
  }

  .tf-home-audiences__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tf-home-process-step {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .tf-home-process-step__number {
    width: 40px;
    height: 40px;
  }

  .tf-home-model__copy h2,
  .tf-home-final-cta h2 {
    font-size: clamp(1.875rem, 9vw, 2.5rem) !important;
  }

  .tf-home-final-cta__actions,
  .tf-home-button {
    width: 100%;
  }
}

/* Product detail image: single, strictly circular wishlist action. */
#product-offer #image_wrapper .product-actions {
  top: var(--tf-space-4);
  right: var(--tf-space-5);
}

#product-offer #image_wrapper .product-actions .wishlist {
  display: inline-flex !important;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  color: #ffffff;
  font-size: 26px !important;
  line-height: 1 !important;
  background: #141515;
  border: 0;
  border-radius: 50% !important;
  box-shadow: none;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: color 180ms ease, background-color 180ms ease,
    transform 180ms ease;
}

#product-offer #image_wrapper .product-actions .wishlist > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#product-offer #image_wrapper .product-actions .wishlist:hover {
  color: #ffffff;
  background: #2b2c2c;
  border: 0;
  box-shadow: none;
  transform: translateY(-2px) scale(1.02);
}

#product-offer #image_wrapper .product-actions .wishlist:focus {
  outline: none;
}

#product-offer #image_wrapper .product-actions .wishlist:focus-visible {
  color: #ffffff;
  background: #141515;
  border: 0;
  outline: 2px solid #141515;
  outline-offset: 4px;
  box-shadow: 0 0 0 3px #ffffff;
}

#product-offer #image_wrapper .product-actions .wishlist:active {
  transform: translateY(0) scale(0.98);
}

#product-offer #image_wrapper .product-actions .wishlist.on-list {
  color: #ffffff;
  background: #141515;
  border: 0;
  box-shadow: none;
}

#product-offer #image_wrapper .product-actions .wishlist.on-list > span {
  font-weight: 900 !important;
}

#product-offer #image_wrapper .product-actions .wishlist.on-list:hover {
  color: #ffffff;
  background: #2b2c2c;
}

#product-offer #image_wrapper .product-actions .wishlist:disabled,
#product-offer #image_wrapper .product-actions .wishlist.disabled {
  opacity: 0.55;
  transform: none;
}

/*
 * Product detail: compact breadcrumb band.
 * data-page="1" is JTL PAGE_ARTIKEL, so category, CMS, cart and checkout
 * spacing remains untouched.
 */
body[data-page="1"] #content-wrapper:not(.has-fluid) {
  padding-top: var(--tf-space-2);
}

body[data-page="1"] #content-wrapper > .breadcrumb-container {
  padding-top: 0;
  padding-bottom: var(--tf-space-2);
}

body[data-page="1"] #content-wrapper > .breadcrumb-container .breadcrumb-wrapper {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}

body[data-page="1"] #content {
  padding-top: 0;
}

body[data-page="1"] #buy_form > .btn-hidden-default.btn-hidden {
  display: none !important;
}

#footer {
  --tf-footer-background: #24221f;
  --tf-footer-text: #f7f4ed;
  --tf-footer-text-muted: #c9c3b8;
  --tf-footer-accent: #ffffff;
  --tf-footer-focus: #ffffff;
  --tf-footer-divider: rgba(247, 244, 237, 0.16);

  padding: 40px 0 0;
  color: var(--tf-footer-text-muted);
  background: var(--tf-footer-background);
  border-top: 0;
}

#footer-boxes.tf-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr) minmax(220px, 0.9fr);
  gap: var(--tf-space-5) var(--tf-space-8);
  align-items: start;
  margin: 0 0 var(--tf-space-5);
}

#footer-boxes .tf-footer-brand,
#footer-boxes .tf-footer-column {
  min-width: 0;
  margin: 0;
  padding: 0;
}

#footer .tf-footer-logo-link {
  display: inline-flex;
  max-width: 100%;
  border-radius: var(--tf-radius-small);
}

#footer .tf-footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

#footer .tf-footer-description {
  max-width: 36ch;
  margin: var(--tf-space-4) 0 var(--tf-space-4);
  color: var(--tf-footer-text);
  font-size: 1rem;
  line-height: 1.55;
}

#footer .tf-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tf-space-2);
  margin: 0;
  font-style: normal;
}

#footer .tf-footer-heading {
  margin: 0 0 var(--tf-space-3);
  color: var(--tf-footer-text);
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  letter-spacing: 0;
}

#footer .tf-footer-dynamic-links > .box {
  margin: 0;
}

#footer .tf-footer-dynamic-links .box-normal-link,
#footer .tf-footer-dynamic-links .productlist-filter-headline,
#footer .tf-footer-dynamic-links .box-normal-hr {
  display: none !important;
}

#footer .tf-footer-dynamic-links .collapse {
  display: block !important;
  height: auto !important;
}

#footer .tf-footer-dynamic-links .nav,
#footer .tf-footer-dynamic-links .nav-item {
  width: 100%;
}

#footer .tf-footer-dynamic-links li {
  margin-bottom: 0;
}

#footer .tf-footer-dynamic-links .box-linkgroup .collapse {
  background: transparent;
}

#footer .tf-footer-dynamic-links .nav {
  gap: 0;
  margin: 0;
}

#footer a:not(.btn),
#footer .nav-link {
  color: var(--tf-footer-text-muted);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

#footer .nav-link {
  width: fit-content;
  max-width: 100%;
  padding: 4px 0;
  overflow-wrap: anywhere;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
}

#footer a:not(.btn):hover,
#footer .nav-link:hover {
  color: var(--tf-footer-accent);
  text-decoration: none;
}

#footer a:not(.btn):focus-visible,
#footer .nav-link:focus-visible {
  color: var(--tf-footer-text);
  text-decoration: none;
  outline: 2px solid var(--tf-footer-focus);
  outline-offset: 4px;
  border-radius: 3px;
  box-shadow: none;
}

#footer .tf-footer-withdrawal .mt-3 {
  margin: var(--tf-space-2) 0 0 !important;
}

#footer .tf-footer-withdrawal .withdrawal-link {
  display: inline-flex;
  width: auto !important;
  min-height: 40px;
  padding: 8px 14px;
  color: var(--tf-footer-text);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  background: transparent;
  border: 1px solid rgba(247, 244, 237, 0.38);
  border-radius: var(--tf-radius-pill);
  box-shadow: none;
}

#footer .tf-footer-withdrawal .withdrawal-link:hover {
  color: var(--tf-footer-background);
  background: var(--tf-footer-accent);
  border-color: var(--tf-footer-accent);
}

#footer .tf-footer-withdrawal .withdrawal-link:focus-visible {
  color: var(--tf-footer-text);
  background: transparent;
  border-color: var(--tf-footer-text);
}

#footer .tf-footer-bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--tf-space-4) var(--tf-space-6);
  align-items: center;
  min-height: 56px;
  padding: 14px 104px 14px 56px;
  color: var(--tf-footer-text-muted);
  background: transparent;
  font-size: var(--tf-font-small);
  border-top: 1px solid var(--tf-footer-divider);
}

#footer #copyright.tf-footer-bottom {
  margin-top: 0;
  background: transparent;
}

#footer #copyright.tf-footer-bottom > div {
  padding: 0;
  font-size: inherit;
  text-align: left;
}

#footer .tf-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tf-space-2);
  color: var(--tf-footer-text);
  font-weight: 600;
}

#footer .footnote-vat {
  min-width: 0;
  padding: 0;
  color: var(--tf-footer-text-muted);
  border: 0;
}

#footer .footnote-vat .small {
  font-size: inherit;
}

#footer #system-credits {
  white-space: nowrap;
}

body .asw-container .asw-widget .asw-menu-btn {
  right: max(20px, env(safe-area-inset-right)) !important;
  bottom: calc(88px + env(safe-area-inset-bottom)) !important;
  left: auto !important;
  z-index: 1029 !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  aspect-ratio: 1 / 1;
  flex: 0 0 56px;
}

body #consent-settings-btn {
  right: auto;
  bottom: calc(20px + env(safe-area-inset-bottom));
  left: max(20px, env(safe-area-inset-left));
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  max-width: 44px;
  max-height: 44px;
  aspect-ratio: 1 / 1;
  padding: 9px;
  z-index: 1031;
}

body .smoothscroll-top {
  right: max(20px, env(safe-area-inset-right));
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  aspect-ratio: 1 / 1;
  line-height: 48px;
  z-index: 1030;
}

body .smoothscroll-top.show {
  bottom: calc(20px + env(safe-area-inset-bottom));
}

body .asw-container .asw-widget .asw-menu-btn:focus-visible,
body #consent-settings-btn:focus-visible,
body .smoothscroll-top:focus-visible {
  outline: 3px solid var(--tf-color-accent-hover) !important;
  outline-offset: 3px !important;
}

@media (max-width: 991.98px) {
  #footer-boxes.tf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--tf-space-6);
  }

  #footer-boxes .tf-footer-brand {
    grid-column: 1 / -1;
  }

  .tf-home-products .tf-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--tf-space-5);
  }
}

@media (max-width: 767.98px) {
  .tf-home-hero + #content-wrapper .index-heading-wrapper {
    padding-top: var(--tf-space-7);
    padding-bottom: var(--tf-space-5);
  }

  .tf-section-heading {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  .tf-section-heading > span {
    display: inline;
  }

  .tf-section-heading > span + span::before {
    content: " ";
  }

  .tf-home-products .tf-home-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--tf-space-5);
    margin-bottom: var(--tf-space-7);
  }

  .tf-home-products .product-wrapper > a {
    padding: var(--tf-space-4);
  }

  #footer {
    padding-top: var(--tf-space-6);
  }

  #footer-boxes.tf-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--tf-space-5);
    margin-bottom: var(--tf-space-5);
  }

  #footer-boxes .tf-footer-brand {
    grid-column: auto;
  }

  #footer .tf-footer-logo {
    width: 156px;
  }

  #footer .tf-footer-description {
    margin-top: var(--tf-space-3);
    margin-bottom: var(--tf-space-3);
  }

  #footer .tf-footer-bottom {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--tf-space-2);
    align-items: start;
    min-height: 0;
    padding: var(--tf-space-4) 72px calc(72px + env(safe-area-inset-bottom)) 56px;
  }

  #footer #system-credits {
    white-space: normal;
  }

  body .asw-container .asw-widget .asw-menu-btn {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    flex-basis: 48px;
  }

  body .asw-container .asw-widget .asw-menu-btn svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
  }

  body #consent-settings-btn {
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    padding: 10px;
  }

  body .smoothscroll-top {
    right: max(12px, env(safe-area-inset-right));
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    line-height: 48px;
  }

  body .smoothscroll-top.show {
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .tf-home-hero__subtitle {
    padding-right: 56px;
    padding-left: 56px;
  }

  #product-offer .product-title {
    padding-right: 56px;
  }

  #product-offer .product-info-inner > .info-essential {
    padding-left: 56px !important;
  }

  .tf-home-final-cta__actions {
    padding-right: 56px;
    padding-left: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tf-home-products .product-wrapper > a,
  .tf-home-products .product-wrapper > a:hover {
    box-shadow: none;
    transform: none;
    transition: none;
  }

  #product-offer #image_wrapper .product-actions .wishlist,
  #product-offer #image_wrapper .product-actions .wishlist:hover,
  #product-offer #image_wrapper .product-actions .wishlist:active {
    transform: none;
    transition: none;
  }
}
/* TuduFud 29: permanent local assortment page */
body.tf-sortiment-page #content-wrapper:not(.has-fluid) {
    padding-top: 24px;
}

body.tf-sortiment-page #content-wrapper > .breadcrumb-container {
    padding-top: 0;
    padding-bottom: 0;
}

body.tf-sortiment-page #content-wrapper > .breadcrumb-container .breadcrumb-wrapper {
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}

body.tf-sortiment-page #content {
    padding-top: 24px;
}

.tf-sortiment {
    width: min(100% - 2rem, 1380px);
    margin: 0 auto;
    padding: 0 0 clamp(3.5rem, 7vw, 7rem);
}

.tf-sortiment__header {
    max-width: 850px;
    margin-bottom: 28px;
    box-shadow: none !important;
}

.tf-sortiment__eyebrow {
    margin: 0 0 8px;
    color: #4e4c47;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tf-sortiment__header h1 {
    max-width: 22ch;
    margin: 0;
    color: #141515;
    font-size: clamp(2.25rem, 3vw, 3rem) !important;
    line-height: 1.1;
}

.tf-sortiment__intro {
    max-width: 840px;
    margin: 16px 0 0;
    color: #595854;
    font-size: clamp(16px, 1.1vw, 17px) !important;
    line-height: 1.5;
}

body.tf-sortiment-page .tf-sortiment__controls {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 32px;
}

body.tf-sortiment-page .tf-sortiment__control {
    min-width: 0;
}

body.tf-sortiment-page .tf-sortiment__control--sort {
    display: flex;
    align-items: center;
}

body.tf-sortiment-page .tf-sortiment__control label {
    flex: 0 0 auto;
    margin: 0;
    color: #24221f;
    font-size: .82rem;
    font-weight: 700;
}

body.tf-sortiment-page .tf-sortiment__control select {
    width: 100%;
    height: 44px;
    padding: 0 44px 0 16px;
    border: 1px solid #d2d2d0;
    border-radius: 999px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%23141515' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    color: #141515;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
}

body.tf-sortiment-page .tf-sortiment__control select:focus {
    border-color: #d2d2d0;
    outline: 0;
    box-shadow: none !important;
}

body.tf-sortiment-page .tf-sortiment__control select:focus-visible {
    border-color: #d2d2d0;
    outline: 0;
    box-shadow: none !important;
}

body.tf-sortiment-page.tf-sortiment-keyboard-nav .tf-sortiment__control select:focus,
body.tf-sortiment-page.tf-sortiment-keyboard-nav .tf-sortiment__control select:focus-visible {
    border-color: #d2d2d0;
    outline: 2px solid #141515;
    outline-offset: 2px;
    box-shadow: none !important;
}

body.tf-sortiment-page .tf-sortiment__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

body.tf-sortiment-page .tf-sortiment__check {
    display: inline-flex;
    min-height: 44px;
    gap: 9px;
    align-items: center;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #d2d2d0;
    border-radius: 999px;
    background: #fff;
    color: #24221f;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

body.tf-sortiment-page .tf-sortiment__check input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
    accent-color: #141515;
}

body.tf-sortiment-page .tf-sortiment__check:focus-within {
    border-color: #141515;
    outline: 2px solid #141515;
    outline-offset: 2px;
}

body.tf-sortiment-page .tf-sortiment__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

body.tf-sortiment-page .tf-sortiment__meta {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

body.tf-sortiment-page .tf-sortiment__submit {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: #141515;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    transition: background-color 220ms ease, transform 220ms ease;
}

body.tf-sortiment-page .tf-sortiment__submit:hover {
    background: #2b2c2c;
    color: #fff;
    transform: translateY(-1px);
}

body.tf-sortiment-page .tf-sortiment__submit:focus-visible,
body.tf-sortiment-page .tf-sortiment__reset:focus-visible {
    outline: 2px solid #141515;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #ffffff;
}

body.tf-sortiment-page .tf-sortiment__reset {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #d2d2d0;
    border-radius: 999px;
    background: transparent;
    color: #4e4c47;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.tf-sortiment-page .tf-sortiment__reset:hover {
    border-color: #141515;
    background: #f1f1ee;
    color: #141515;
    text-decoration: none;
}

.tf-sortiment__summary {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
    margin: 0;
    color: #595854;
    font-size: 15px;
}

.tf-sortiment__summary strong {
    color: #141515;
    font-size: 17px;
}

.tf-sortiment__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 2vw, 1.75rem);
    row-gap: 32px;
}

.tf-sortiment__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e4e4e1;
    border-radius: 24px;
    background: #fff;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.tf-sortiment__item .productbox {
    display: flex;
    height: auto;
    flex: 1 1 auto;
    flex-direction: column;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
}

body.tf-sortiment-page .tf-sortiment__item .productbox-inner::before {
    display: none !important;
}

body.tf-sortiment-page .tf-sortiment__item .productbox:focus,
body.tf-sortiment-page .tf-sortiment__item .productbox:focus-visible,
body.tf-sortiment-page .tf-sortiment__item .productbox:focus-within {
    outline: 0;
    box-shadow: none !important;
}

.tf-sortiment__item:hover {
    border-color: #c9c9c5;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20, 21, 21, .06);
    transform: translateY(-2px);
}

.tf-sortiment__item .form-basket,
.tf-sortiment__item .productbox-inner,
.tf-sortiment__item .productbox-inner > .row {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
}

.tf-sortiment__item .productbox-inner {
    padding: 0;
    background: #fff !important;
    border-color: transparent !important;
}

body.tf-sortiment-page .tf-sortiment__item .productbox-inner:hover {
    background: #fff !important;
    border-color: transparent !important;
}

.tf-sortiment__item .productbox-inner > .row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
}

.tf-sortiment__item .productbox-inner > .row > .col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
}

.tf-sortiment__item .productbox-image.square,
.tf-sortiment__item .productbox-image.square .inner {
    overflow: hidden;
    border-radius: 18px;
    background: #f5f5f7;
}

.tf-sortiment__item .productbox-image.square img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.tf-sortiment-page .tf-sortiment__item .productbox-images > a {
    display: block;
    border-radius: 18px;
    outline: 0;
}

body.tf-sortiment-page .tf-sortiment__item .productbox-images > a:focus-visible {
    outline: 2px solid #141515;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #fff;
}

.tf-sortiment__item .productbox-title {
    min-height: 3.2em;
    margin-top: 14px;
}

.tf-sortiment__item .productbox-title a {
    color: #141515;
    text-decoration: none !important;
    transition: opacity 160ms ease;
}

.tf-sortiment__item .productbox-title a:hover {
    color: #141515;
    opacity: .72;
    text-decoration: none !important;
}

body.tf-sortiment-page .tf-sortiment__item .productbox-title a:focus-visible {
    border-radius: 4px;
    outline: 2px solid #141515;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #fff;
}

.tf-sortiment__item .price_wrapper {
    min-height: 3.2rem;
    margin-bottom: 0;
}

.tf-sortiment__empty {
    padding: clamp(2rem, 6vw, 5rem);
    border-radius: 24px;
    background: #f5f4ef;
    text-align: center;
}

.tf-sortiment__empty h2 {
    color: #141515;
}

@media (max-width: 1199.98px) {
    body.tf-sortiment-page .tf-sortiment__controls {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    body.tf-sortiment-page .tf-sortiment__control--sort {
        grid-column: 1;
    }

    body.tf-sortiment-page .tf-sortiment__checks {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    body.tf-sortiment-page .tf-sortiment__meta,
    body.tf-sortiment-page .tf-sortiment__actions {
        grid-column: 2;
        grid-row: 1;
    }

    .tf-sortiment__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.tf-sortiment-page #content-wrapper:not(.has-fluid) {
        padding-top: 20px;
    }

    body.tf-sortiment-page #content {
        padding-top: 20px;
    }

    .tf-sortiment {
        width: min(100% - 1.25rem, 1380px);
    }

    .tf-sortiment__header {
        margin-bottom: 24px;
    }

    .tf-sortiment__header h1 {
        font-size: clamp(2.125rem, 9vw, 2.25rem) !important;
    }

    .tf-sortiment__intro {
        margin-top: 14px;
        line-height: 1.5;
    }

    body.tf-sortiment-page .tf-sortiment__controls {
        grid-template-columns: 1fr;
        padding: 12px;
        border-radius: 20px;
        margin-bottom: 28px;
    }

    body.tf-sortiment-page .tf-sortiment__control--sort,
    body.tf-sortiment-page .tf-sortiment__checks,
    body.tf-sortiment-page .tf-sortiment__meta,
    body.tf-sortiment-page .tf-sortiment__actions {
        grid-column: 1;
        grid-row: auto;
    }

    body.tf-sortiment-page .tf-sortiment__control--sort {
        align-items: stretch;
        flex-direction: column;
        gap: 6px;
    }

    body.tf-sortiment-page .tf-sortiment__control select {
        width: 100%;
    }

    body.tf-sortiment-page .tf-sortiment__checks {
        align-items: flex-start;
        flex-direction: column;
    }

    body.tf-sortiment-page .tf-sortiment__check {
        width: 100%;
    }

    body.tf-sortiment-page .tf-sortiment__actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.tf-sortiment-page .tf-sortiment__meta {
        width: 100%;
        justify-content: space-between;
    }

    .tf-sortiment__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }
}

@media (max-width: 479.98px) {
    .tf-sortiment__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.tf-sortiment-page .tf-sortiment__submit,
    body.tf-sortiment-page .tf-sortiment__item {
        transition: none;
    }

    body.tf-sortiment-page .tf-sortiment__item:hover {
        transform: none;
    }
}

/* TuduFud 30: product quantity, tabs and search focus */
#product-offer #quantity-grp.choose_quantity {
    height: 50px;
    min-height: 50px;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    border: 1px solid #707070;
    border-radius: 2px;
    box-sizing: border-box;
    background: #fff;
}

#product-offer #quantity-grp.choose_quantity > .input-group-prepend,
#product-offer #quantity-grp.choose_quantity > .input-group-append,
#product-offer #quantity-grp.choose_quantity #quantity,
#product-offer #quantity-grp.choose_quantity button,
#product-offer #quantity-grp.choose_quantity .unit {
    height: 48px;
    min-height: 48px;
    box-sizing: border-box;
}

#product-offer #quantity-grp.choose_quantity > .input-group-prepend,
#product-offer #quantity-grp.choose_quantity > .input-group-append {
    margin: 0;
}

#product-offer #quantity-grp.choose_quantity button,
#product-offer #quantity-grp.choose_quantity #quantity,
#product-offer #quantity-grp.choose_quantity .unit {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

#product-offer #quantity-grp.choose_quantity #quantity,
#product-offer #quantity-grp.choose_quantity .unit,
#product-offer #quantity-grp.choose_quantity [data-count-up] {
    border-left: 1px solid #dedbd4;
}

#product-offer #quantity-grp.choose_quantity button:focus-visible,
#product-offer #quantity-grp.choose_quantity #quantity:focus-visible {
    z-index: 3;
    outline: 2px solid #141515;
    outline-offset: -3px;
    box-shadow: none;
}

#product-tabs {
    align-items: stretch;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

#product-tabs > .nav-item:not(.tab-drop) {
    flex: 0 0 auto;
    height: auto;
    margin-right: clamp(.75rem, 1.8vw, 1.5rem);
}

#product-tabs .nav-link {
    height: 100%;
    padding: .75rem 0;
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
}

#product-tabs .nav-link br {
    display: none;
}

@media (max-width: 767.98px) {
    #product-tabs > .nav-item:not(.tab-drop) {
        margin-right: .9rem;
    }

    #product-tabs .nav-link {
        padding: .65rem 0;
        font-size: 14px;
    }
}

#jtl-nav-wrapper .search-wrapper .twitter-typeahead {
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}

#jtl-nav-wrapper .search-wrapper .twitter-typeahead .tt-input,
#jtl-nav-wrapper .search-wrapper .twitter-typeahead .tt-hint {
    width: 100% !important;
}

#jtl-nav-wrapper .search-wrapper .input-group {
    flex-wrap: nowrap;
    border-radius: 999px;
    transition: box-shadow 160ms ease;
}

#jtl-nav-wrapper .search-wrapper .input-group:focus-within {
    box-shadow: 0 0 0 2px #141515;
}

/* TuduFud 31: monochrome interactive states */
.btn-skip-to {
    color: #141515 !important;
    background: #ffffff !important;
    border-color: #141515 !important;
}

.btn-skip-to:focus-visible {
    outline: 2px solid #141515 !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #ffffff !important;
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-outline-primary:focus-visible,
.btn-outline-secondary:focus-visible,
.btn-link:focus-visible,
.page-link:focus-visible {
    outline: 2px solid #141515 !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #ffffff !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.page-item.active .page-link,
.page-link:hover {
    color: #ffffff !important;
    background-color: #141515 !important;
    border-color: #141515 !important;
    box-shadow: none !important;
}

.nav-tabs .nav-link.active::after,
.nav-tabs .nav-item.show .nav-link::after,
#product-tabs .nav-link.active::after {
    border-color: transparent transparent #141515 transparent !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
#product-tabs .nav-link.active {
    border-color: #141515 !important;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #141515;
    border-color: #141515;
    box-shadow: none;
}

.custom-control-input:focus-visible ~ .custom-control-label::before {
    outline: 2px solid #141515;
    outline-offset: 2px;
}

#consent-manager .consent-btn-primary,
#consent-manager .consent-btn-outline-primary,
#consent-manager button[class*="consent-btn"] {
    color: #141515 !important;
    background: #ffffff !important;
    border-color: #707070 !important;
}

#consent-manager a {
    color: #141515 !important;
    border-color: #707070 !important;
}

#consent-manager .consent-btn-primary:hover,
#consent-manager .consent-btn-outline-primary:hover,
#consent-manager button[class*="consent-btn"]:hover {
    color: #ffffff !important;
    background: #141515 !important;
    border-color: #141515 !important;
}

#consent-manager .consent-btn-primary:focus-visible,
#consent-manager .consent-btn-outline-primary:focus-visible,
#consent-manager button[class*="consent-btn"]:focus-visible {
    outline: 2px solid #141515 !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #ffffff !important;
}

#jtl-nav-wrapper .search-wrapper input.ac_input.tt-input:focus,
#jtl-nav-wrapper .search-wrapper input.ac_input.tt-input:focus-visible,
#jtl-nav-wrapper .search-wrapper .input-group button:focus,
#jtl-nav-wrapper .search-wrapper .input-group button:focus-visible {
    border-color: #d2d2d7;
    outline: 0;
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    #jtl-nav-wrapper .search-wrapper .input-group {
        transition: none;
    }
}

/* TuduFud 32: monochrome listing actions */
.productbox-quick-actions .compare {
    display: none !important;
}

.productbox-quick-actions .product-actions {
    gap: 0;
}

.productbox-quick-actions .wishlist {
    display: inline-flex;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d8d8d3;
    border-radius: 50%;
    background: #fff;
    color: #141515;
    box-shadow: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.productbox-quick-actions .wishlist:hover,
.productbox-quick-actions .wishlist.on-list:hover {
    border-color: #bcbcb7;
    background: #fff;
    color: #141515;
    transform: scale(1.03);
}

.productbox-quick-actions .wishlist.on-list {
    border-color: #d8d8d3;
    background: #fff;
    color: #141515;
}

.productbox-quick-actions .wishlist.on-list > span {
    font-weight: 900 !important;
}

.productbox-quick-actions .wishlist:active {
    border-color: #bcbcb7;
    background: #fff;
    color: #141515;
    transform: scale(.98);
}

.productbox-quick-actions .wishlist:focus,
.productbox-quick-actions .wishlist:focus-visible {
    background: #fff;
    color: #141515;
}

.productbox-quick-actions .wishlist:focus-visible {
    outline: 2px solid #141515;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #fff;
}

.productbox-quick-actions .wishlist > span {
    margin: 0;
    color: currentColor;
    font-size: 19px !important;
    line-height: 1;
}

body.tf-sortiment-page .productbox-quick-actions {
    display: flex !important;
    top: 16px;
    right: 16px;
    opacity: 1 !important;
}

@media (min-width: 480px) and (max-width: 1199.98px) {
    body.tf-sortiment-page .tf-sortiment__item:nth-child(3n) .productbox-quick-actions {
        right: 80px;
    }
}

@media (max-width: 479.98px) {
    body.tf-sortiment-page .productbox-quick-actions {
        right: 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .productbox-quick-actions .wishlist,
    .productbox-quick-actions .wishlist:hover,
    .productbox-quick-actions .wishlist:active {
        transition: none;
        transform: none;
    }
}

body.tf-sortiment-page .tf-sortiment__actions--no-js {
    grid-column: 1 / -1;
    justify-content: flex-end;
}

/* TuduFud 33: dynamic category product groups on the homepage. */
.tf-home-category-products {
    padding-top: clamp(56px, 5vw, 72px);
}

.tf-home-category-products + .tf-home-category-products {
    padding-top: clamp(48px, 4.5vw, 64px);
}

.tf-home-category-products > .tf-home-section__inner {
    max-width: 1160px;
}

.tf-home-category-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    box-shadow: none !important;
}

.tf-home-category-products__header h2 {
    min-width: 0;
    margin: 0;
    color: #141515;
    font-size: clamp(2rem, 3.25vw, 3rem) !important;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.03em;
    text-wrap: balance;
}

.tf-home-category-products__more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 18px;
    color: #141515 !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid #d8d8d3;
    border-radius: 999px;
    box-shadow: none !important;
    transition: color 180ms ease, background-color 180ms ease,
        border-color 180ms ease;
}

.tf-home-category-products__more:hover {
    color: #fff !important;
    background: #141515;
    border-color: #141515;
    box-shadow: none !important;
}

.tf-home-category-products__more:focus-visible {
    color: #141515 !important;
    background: #fff;
    outline: 2px solid #141515;
    outline-offset: 3px;
    box-shadow: none !important;
}

.tf-home-category-products__grid .tf-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 0;
}

.tf-home-category-products__grid .product-wrapper > a {
    padding: 16px;
    border: 1px solid #e4e4e1;
    border-radius: 22px;
    box-shadow: none !important;
    transform: translateY(0);
    transition: border-color 220ms ease, transform 220ms ease;
}

.tf-home-category-products__grid .product-wrapper > a:hover {
    background: #fff;
    border-color: #c9c9c5;
    box-shadow: none !important;
    transform: translateY(-2px);
}

.tf-home-category-products__grid .product-wrapper > a:focus-visible {
    outline: 2px solid #141515;
    outline-offset: 3px;
    box-shadow: none !important;
}

.tf-home-category-products__grid .productbox-image {
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: none !important;
}

.tf-home-category-products__grid .item-slider-desc {
    display: -webkit-box;
    min-height: calc(1.35em * 2);
    margin-top: 16px;
    overflow: hidden;
    color: #141515;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(1.125rem, calc(.35vw + 1.05rem), 1.25rem) !important;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tf-home-category-products__grid .product-wrapper > a:hover .item-slider-desc > span {
    color: #343535;
}

.tf-home-category-products__grid .tf-home-product-footer {
    padding-top: 14px;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .tf-home-category-products__grid .tf-home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

.tf-home-category-products__grid .item-slider-price,
.tf-home-category-products__grid .tf-home-product-price-request {
    color: #141515;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .tf-home-category-products {
        padding-top: 48px;
    }

    .tf-home-category-products + .tf-home-category-products {
        padding-top: 44px;
    }

    .tf-home-category-products__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 22px;
    }

    .tf-home-category-products__header h2 {
        font-size: clamp(1.875rem, 9vw, 2.5rem) !important;
    }

    .tf-home-category-products__more {
        width: 100%;
    }

    .tf-home-category-products__grid .tf-home-product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .tf-home-category-products__grid .item-slider-desc {
        min-height: calc(1.35em * 2);
        font-size: 1.125rem !important;
        -webkit-line-clamp: 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tf-home-category-products__more,
    .tf-home-category-products__grid .product-wrapper > a,
    .tf-home-category-products__grid .product-wrapper > a:hover {
        transition: none;
        transform: none;
    }
}

/* TuduFud 36: modern category listings, scoped to real JTL category pages. */
body.tf-category-page,
body.tf-category-page #page-wrapper,
body.tf-category-page #main-wrapper,
body.tf-category-page #content-wrapper,
body.tf-category-page #content {
    background: #fff;
}

body.tf-category-page #content-wrapper {
    padding-top: 24px;
}

body.tf-category-page .breadcrumb-wrapper {
    margin-bottom: 24px;
    border: 0;
}

body.tf-category-page .breadcrumb-container {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

body.tf-category-page #content {
    padding-top: 0;
}

body.tf-category-page #result-wrapper > header,
body.tf-category-page .productlist-header-description {
    box-shadow: none !important;
}

body.tf-category-page #result-wrapper > header {
    margin-bottom: 28px;
}

body.tf-category-page #result-wrapper > header h1,
body.tf-category-page #result-wrapper > h1,
body.tf-category-page #result-wrapper h1.h2 {
    max-width: 22ch;
    margin: 0;
    color: #141515;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.025em;
}

body.tf-category-page #result-wrapper > header p,
body.tf-category-page .productlist-header-description {
    max-width: 52rem;
    margin-top: 16px;
    color: #5d5b57;
    font-size: 1.0625rem;
    line-height: 1.65;
}

body.tf-category-page .productlist-page-nav {
    margin-bottom: 28px;
    padding: 12px 14px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

body.tf-category-page .productlist-page-nav .btn,
body.tf-category-page .productlist-page-nav .dropdown-toggle,
body.tf-category-page .productlist-page-nav select,
body.tf-category-page .productlist-page-nav .form-control {
    min-height: 44px;
    border: 1px solid #d8d8d3;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: none !important;
    color: #141515;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

body.tf-category-page .productlist-page-nav .btn:hover,
body.tf-category-page .productlist-page-nav .dropdown-toggle:hover {
    border-color: #bcbcb7;
    background: #fff;
    color: #141515;
}

body.tf-category-page .productlist-page-nav :focus,
body.tf-category-page .productlist-page-nav :focus-visible {
    box-shadow: none !important;
}

body.tf-category-page .productlist-page-nav :focus-visible {
    outline: 2px solid #141515;
    outline-offset: 2px;
}

body.tf-category-page .productlist-item-info {
    color: #5d5b57;
    font-size: .9375rem;
}

body.tf-category-page #product-list {
    margin-right: -12px;
    margin-left: -12px;
}

body.tf-category-page #product-list > .product-wrapper {
    margin-bottom: 28px;
    padding-right: 12px;
    padding-left: 12px;
}

body.tf-category-page #product-list .productbox {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3e3df;
    border-radius: 24px;
    background: #fff;
    box-shadow: none !important;
    transition: border-color 220ms ease, transform 220ms ease;
}

body.tf-category-page #product-list .productbox:hover {
    border-color: #c9c9c5;
    background: #fff;
    box-shadow: none !important;
    transform: translateY(-2px);
}

body.tf-category-page #product-list .productbox-inner,
body.tf-category-page #product-list .productbox-inner:hover,
body.tf-category-page #product-list .productbox-inner:focus-within {
    height: 100%;
    padding: 18px;
    border: 0;
    border-radius: inherit;
    background: #fff !important;
    box-shadow: none !important;
}

body.tf-category-page #product-list .productbox.productbox-hover .productbox-inner::before,
body.tf-category-page #product-list .productbox.productbox-hover:focus-visible .productbox-inner::before,
body.tf-category-page #product-list .productbox.productbox-hover:focus-within .productbox-inner::before {
    display: none !important;
    content: none !important;
}

body.tf-category-page #product-list .productbox-image,
body.tf-category-page #product-list .productbox-images,
body.tf-category-page #product-list .productbox-images .square-image {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

body.tf-category-page #product-list .productbox-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.tf-category-page #product-list .productbox-title,
body.tf-category-page #product-list .productbox-title a {
    color: #141515;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(1.125rem, 1.35vw, 1.25rem) !important;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
}

body.tf-category-page #product-list .productbox-title {
    margin-top: 16px;
}

body.tf-category-page #product-list .productbox-title a:hover {
    color: #343535;
}

body.tf-category-page #product-list .productbox-images > a:focus-visible,
body.tf-category-page #product-list .productbox-title a:focus-visible {
    outline: 2px solid #141515;
    outline-offset: 3px;
}

body.tf-category-page #product-list .productbox-quick-actions .compare {
    display: none !important;
}

body.tf-category-page #product-list .productbox-quick-actions .wishlist {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0;
    border: 1px solid #d8d8d3;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: none !important;
    color: #141515;
    align-items: center;
    justify-content: center;
}

body.tf-category-page #product-list .productbox-quick-actions .wishlist:hover,
body.tf-category-page #product-list .productbox-quick-actions .wishlist:active {
    border-color: #bcbcb7;
    background: #fff !important;
    box-shadow: none !important;
}

body.tf-category-page #product-list .productbox-quick-actions .wishlist:focus-visible {
    outline: 2px solid #141515;
    outline-offset: 2px;
}

body.tf-category-page #sidepanel_left .box,
body.tf-category-page #sidepanel_left .card {
    margin-bottom: 18px;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

body.tf-category-page #sidepanel_left .box-normal-link,
body.tf-category-page #sidepanel_left .card-header {
    border: 0;
    background: #fff;
    color: #141515;
    font-weight: 700;
}

body.tf-category-page #sidepanel_left .nav-panel > .nav > .active > .nav-link {
    border-bottom-color: #141515;
}

body.tf-category-page .pagination .page-link {
    border-color: #dededb;
    background: #fff;
    color: #141515;
    box-shadow: none;
}

body.tf-category-page .pagination .active .page-link,
body.tf-category-page .pagination .page-link:hover {
    border-color: #141515;
    background: #141515;
    color: #fff;
}

@media (max-width: 767.98px) {
    body.tf-category-page #content-wrapper {
        padding-top: 18px;
    }

    body.tf-category-page .breadcrumb-wrapper {
        margin-bottom: 20px;
    }

    body.tf-category-page #result-wrapper > header {
        margin-bottom: 24px;
    }

    body.tf-category-page #result-wrapper > header h1,
    body.tf-category-page #result-wrapper > h1,
    body.tf-category-page #result-wrapper h1.h2 {
        font-size: clamp(2rem, 10vw, 2.75rem) !important;
    }

    body.tf-category-page .productlist-page-nav {
        margin-bottom: 24px;
        padding: 10px;
        border-radius: 18px;
    }

    body.tf-category-page #product-list > .product-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    body.tf-category-page #product-list .productbox-inner {
        padding: 16px;
    }

    body.tf-category-page #product-list .productbox-title,
    body.tf-category-page #product-list .productbox-title a {
        font-size: 1.125rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.tf-category-page #product-list .productbox,
    body.tf-category-page #product-list .productbox:hover {
        transition: none;
        transform: none;
    }
}

/* TuduFud 37: category layout based on the real production NOVA DOM. */
body.tf-category-page #content-wrapper {
    width: 100%;
    max-width: 1760px;
    margin-right: auto;
    margin-left: auto;
    padding: 28px 32px 72px;
}

body.tf-category-page #content > .row.justify-content-lg-end {
    display: grid;
    grid-template-columns: minmax(230px, 270px) minmax(0, 1fr);
    align-items: start;
    gap: 32px;
    margin: 0;
}

body.tf-category-page #content > .row.justify-content-lg-end > #sidepanel_left {
    grid-column: 1;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 20px;
    border: 1px solid #e3e3df;
    border-radius: 24px;
    background: #fff;
}

body.tf-category-page #content > .row.justify-content-lg-end > #sidepanel_left + div,
body.tf-category-page #content > .row.justify-content-lg-end > .col-lg-8,
body.tf-category-page #content > .row.justify-content-lg-end > .col-xl-9 {
    grid-column: 2;
    width: auto;
    max-width: none;
    margin: 0 !important;
    padding: 0;
}

body.tf-category-page #result-wrapper > .title {
    margin: 0 0 28px;
}

body.tf-category-page #result-wrapper > .title h1.h2 {
    max-width: 24ch;
    font-size: clamp(2.375rem, 3.15vw, 3rem) !important;
    line-height: 1.08;
}

body.tf-category-page .productlist-page-nav {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
}

body.tf-category-page .productlist-page-nav > .displayoptions {
    display: flex;
    min-width: 0;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

body.tf-category-page .productlist-page-nav .filter-type-FilterItemSort,
body.tf-category-page .productlist-page-nav .filter-type-FilterItemLimits,
body.tf-category-page .productlist-page-nav .displayoptions > .btn-group {
    margin: 0;
}

body.tf-category-page .productlist-page-nav .btn,
body.tf-category-page .productlist-page-nav .dropdown-toggle {
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #d8d8d3;
    border-radius: 999px !important;
    background: #fff;
    box-shadow: none !important;
    color: #141515;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

body.tf-category-page .productlist-page-nav .btn-group[role="group"] {
    display: inline-flex;
    gap: 8px;
}

body.tf-category-page .productlist-page-nav .btn-group[role="group"] .btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

body.tf-category-page .productlist-page-nav .btn-group[role="group"] .btn.active {
    border-color: #141515;
    background: #141515;
    color: #fff;
}

body.tf-category-page .productlist-page-nav .dropdown-menu {
    overflow: hidden;
    border: 1px solid #e3e3df;
    border-radius: 16px;
    box-shadow: none;
}

body.tf-category-page .productlist-page-nav .dropdown-item.active,
body.tf-category-page .productlist-page-nav .dropdown-item:active {
    background: #141515;
    color: #fff;
}

body.tf-category-page .productlist-page-nav > .productlist-item-info {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0 6px;
    white-space: nowrap;
}

body.tf-category-page #sidepanel_left .box,
body.tf-category-page #sidepanel_left .card {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.tf-category-page #sidepanel_left .productlist-filter-headline,
body.tf-category-page #sidepanel_left .box-normal-link,
body.tf-category-page #sidepanel_left .btn-filter-box,
body.tf-category-page #sidepanel_left .card-header {
    min-height: 40px;
    margin: 0 0 8px;
    padding: 8px 10px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    color: #141515;
    font-size: .9375rem;
    font-weight: 700;
    text-align: left;
}

body.tf-category-page #sidepanel_left .nav-link,
body.tf-category-page #sidepanel_left .filter-item {
    display: block;
    margin: 2px 0;
    padding: 9px 12px;
    border: 0;
    border-radius: 12px;
    color: #343535;
    line-height: 1.35;
    text-decoration: none;
}

body.tf-category-page #sidepanel_left .nav-link:hover,
body.tf-category-page #sidepanel_left .filter-item:hover {
    background: #f3f3f0;
    color: #141515;
}

body.tf-category-page #sidepanel_left .nav-item.active > .nav-link,
body.tf-category-page #sidepanel_left .nav-panel > .nav > .active > .nav-link {
    border: 0;
    background: #141515;
    color: #fff;
}

body.tf-category-page #sidepanel_left .box-normal-hr,
body.tf-category-page #sidepanel_left hr {
    display: none;
}

body.tf-category-page #product-list {
    align-items: stretch;
    margin-right: -10px;
    margin-left: -10px;
}

body.tf-category-page #product-list.layout-gallery > .product-wrapper {
    display: flex;
    height: auto !important;
    margin-bottom: 24px;
    padding-right: 10px;
    padding-left: 10px;
}

body.tf-category-page #product-list .productbox,
body.tf-category-page #product-list .productbox > form {
    width: 100%;
    height: 100%;
}

body.tf-category-page #product-list .productbox-inner {
    display: flex;
    height: 100%;
    padding: 16px;
    flex-direction: column;
}

body.tf-category-page #product-list .productbox-inner > .row {
    height: 100%;
    margin: 0;
    flex: 1 1 auto;
}

body.tf-category-page #product-list .productbox-inner > .row > [class*="col"] {
    padding-right: 0;
    padding-left: 0;
}

body.tf-category-page #product-list .productbox-image,
body.tf-category-page #product-list .productbox-images,
body.tf-category-page #product-list .productbox-images .square-image {
    width: 100%;
}

body.tf-category-page #product-list .productbox-title,
body.tf-category-page #product-list .productbox-title a,
body.tf-category-page #product-list .tf-category-product-link {
    display: block !important;
    overflow: visible !important;
    min-height: 0;
    white-space: normal !important;
    text-overflow: clip !important;
    word-break: normal;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
}

body.tf-category-page #product-list .productbox-title {
    margin-top: 18px;
}

body.tf-category-page #product-list .ribbon {
    border-radius: 999px;
    box-shadow: none;
}

@media (min-width: 1600px) {
    body.tf-category-page #product-list.layout-gallery > .product-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    body.tf-category-page #product-list.layout-gallery > .product-wrapper {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 991.98px) {
    body.tf-category-page #content-wrapper {
        padding: 22px 24px 56px;
    }

    body.tf-category-page #content > .row.justify-content-lg-end {
        display: flex;
        gap: 0;
        margin-right: -12px;
        margin-left: -12px;
    }

    body.tf-category-page #content > .row.justify-content-lg-end > #sidepanel_left,
    body.tf-category-page #content > .row.justify-content-lg-end > #sidepanel_left + div,
    body.tf-category-page #content > .row.justify-content-lg-end > .col-lg-8,
    body.tf-category-page #content > .row.justify-content-lg-end > .col-xl-9 {
        width: 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    body.tf-category-page #content > .row.justify-content-lg-end > #sidepanel_left {
        margin-top: 24px;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        border-radius: 0;
    }

    body.tf-category-page #product-list.layout-gallery > .product-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    body.tf-category-page #content-wrapper {
        padding: 18px 16px 48px;
    }

    body.tf-category-page #result-wrapper > .title {
        margin-bottom: 22px;
    }

    body.tf-category-page #result-wrapper > .title h1.h2 {
        font-size: clamp(2rem, 9vw, 2.5rem) !important;
    }

    body.tf-category-page .productlist-page-nav {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 24px;
    }

    body.tf-category-page .productlist-page-nav > .displayoptions {
        width: 100%;
    }

    body.tf-category-page .productlist-page-nav .filter-type-FilterItemSort,
    body.tf-category-page .productlist-page-nav .filter-type-FilterItemLimits {
        flex: 1 1 calc(50% - 5px);
    }

    body.tf-category-page .productlist-page-nav .filter-type-FilterItemSort > .btn,
    body.tf-category-page .productlist-page-nav .filter-type-FilterItemLimits > .btn {
        width: 100%;
    }

    body.tf-category-page .productlist-page-nav > .productlist-item-info {
        margin-left: 0;
        padding: 0 4px;
    }

    body.tf-category-page #product-list.layout-gallery > .product-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.tf-category-page #product-list .productbox,
    body.tf-category-page #product-list .productbox:hover {
        transition: none;
        transform: none;
    }
}
