/* FlashToner typography: self-hosted IBM Plex Sans. */
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ft-font-sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
}

html body,
button,
input,
select,
textarea {
  font-family: var(--ft-font-sans);
}

h1, h2, h3, h4, h5, h6,
.tvmain-title,
.tvleft-right-title.facet-label,
.tvallproduct-link,
.tvtab-title-wrapper .tvtabs-products li span,
#main .tvpage-header-title-wrapper h1,
.block-categories .category-top-menu > li.tv-category-title-wrapper a {
  font-family: var(--ft-font-sans);
}


/* Selected header 2: quiet, search-led B2B layout. */
@media (min-width: 992px) {
  #header .header-2 .tvcmsdesktop-top-second {
    background: var(--ft-surface);
    border-bottom: 1px solid rgb(16 28 34 / 8%);
  }

  #header .header-2 .tvcmsdesktop-top-header-box {
    min-height: 6rem;
    align-items: center;
  }

  #header .header-2 .tvcms-header-logo-wrapper {
    flex: 0 0 22%;
    max-width: 22%;
  }

  #header .header-2 .tvcmsheader-search {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #header .header-2 .tvcmsheader-nav-right {
    flex: 0 0 28%;
    max-width: 28%;
  }

  #header .header-2 .tv-header-logo {
    padding: 0;
  }
}

/* ThemeVolty uses a nested logo link on desktop and the link itself on mobile. */
#header .tv-header-logo > a,
#header a.tv-header-logo {
  display: inline-flex;
  width: 13.75rem;
  max-width: 100%;
  align-items: center;
}

#header .tv-header-logo img.logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: 3.5rem;
  object-fit: contain;
}

#header .tvcmssearch-wrapper,
#header .search-widget,
#header .tvsearch-top-wrapper,
#header .tvsearch-header-display-wrappper,
#header .tvsearch-header-display-wrappper form {
  width: 100%;
}

#header .tvsearch-header-display-wrappper form {
  min-height: 3rem;
  border: 1px solid rgb(16 28 34 / 14%);
  border-radius: 0.5rem;
  background: var(--ft-surface);
  box-shadow: none;
}

#header .tvcmssearch-words {
  min-height: 3rem;
  border: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  background: transparent;
  box-shadow: none;
  color: var(--ft-ink);
  font-size: 0.9375rem;
  letter-spacing: 0;
}

#header .tv-myaccount-btn-desktop svg path:nth-child(2),
#header .tv-cart-icon-main svg g path:nth-child(1),
#header .tvsearch-open svg circle:nth-child(2),
#header .tvheader-search-btn svg circle:nth-child(2) {
  fill: #b9dfe6 !important;
}

#header .tv-myaccount-btn-desktop,
#header .tv-cart-icon-main {
  color: var(--ft-ink);
  font-weight: 500;
  letter-spacing: 0;
}

#header .tvcms-header-menu-offer-wrapper {
  border-bottom: 0;
  background: var(--ft-header-menu-bg);
  color: var(--ft-header-menu-text);
  box-shadow: none;
}

#header .tvcms-header-menu-offer-wrapper.tvcmsheader-sticky.sticky {
  background: var(--ft-header-menu-bg);
  box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
}

@media (min-width: 992px) {
  #header .tvcms-header-menu-offer-wrapper .tv-menu-horizontal > .menu-content > li.level-1 > a {
    color: var(--ft-header-menu-text);
  }

  #header .tvcms-header-menu-offer-wrapper .tv-menu-horizontal > .menu-content > li.level-1:hover > a,
  #header .tvcms-header-menu-offer-wrapper .tv-menu-horizontal > .menu-content > li.level-1 > a:hover,
  #header .tvcms-header-menu-offer-wrapper .tv-menu-horizontal > .menu-content > li.level-1 > a:focus-visible {
    color: var(--ft-header-menu-hover);
  }

  #header .tvcms-header-menu-offer-wrapper .tv-menu-horizontal .menu-dropdown {
    background: var(--ft-surface);
    color: var(--ft-ink);
  }

  #header .tvcms-header-menu-offer-wrapper .tv-menu-horizontal .menu-dropdown a {
    color: var(--ft-ink);
  }
}

@media (max-width: 991.98px) {
  #header #tvcms-mobile-view-header .tv-header-logo {
    width: min(11rem, 42vw);
    padding-block: 0.75rem;
  }

  #header #tvcms-mobile-view-header .tvsearch-header-display-wrappper form {
    min-height: 2.75rem;
  }
}

/* Minimal search-led hero: flat surfaces, compact proof points. */
.ft-printer-search {
  padding: 0;
  border: 1px solid rgb(16 28 34 / 14%);
  border-radius: 0.75rem;
  background: var(--ft-surface);
  box-shadow: none;
}

.ft-printer-search > label {
  padding: 0.85rem 1rem 0.2rem;
  color: var(--ft-ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ft-printer-search__control {
  gap: 0;
  padding: 0.35rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ft-printer-search input {
  min-height: 3.25rem;
  border: 0;
  background: transparent;
}

.ft-printer-search button {
  min-height: 3.25rem;
  padding: 0.5rem 0.7rem 0.5rem 1.15rem;
  border-radius: 0.4rem;
  background: var(--ft-ink);
  box-shadow: none;
}

.ft-printer-search button:hover {
  background: #2f3437;
  transform: none;
}

.ft-button-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.3rem;
}

.ft-hero__proof {
  gap: 0;
  padding: 0;
  border: 1px solid #eaeaea;
  border-radius: 0.75rem;
  background: var(--ft-surface);
  box-shadow: none;
}

.ft-proof-card,
.ft-proof-card--accent {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  min-height: 0;
  padding: 1.4rem;
  border-radius: 0;
  color: var(--ft-ink);
  background: var(--ft-surface);
  box-shadow: none;
}

.ft-proof-card + .ft-proof-card {
  border-top: 1px solid #eaeaea;
}

.ft-proof-card__number {
  grid-row: 1 / span 2;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: 0.3rem;
  color: var(--ft-accent-strong);
  background: var(--ft-mist);
  font-size: 0.65rem;
  line-height: 2rem;
  text-align: center;
}

.ft-proof-card strong {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}

.ft-proof-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.72;
}

/* Unified search and buying-guide surfaces. */
.ft-printer-search {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ft-printer-search > label {
  margin-bottom: 0.55rem;
  padding: 0;
  color: var(--ft-ink);
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: none;
}

.ft-printer-search__control {
  padding: 0.3rem;
  border: 1px solid #dfe2df;
  border-radius: 0.65rem;
  background: var(--ft-surface);
}

.ft-printer-search input {
  padding-inline: 0.9rem;
}

.ft-printer-search button {
  gap: 0.45rem;
  padding-inline: 1rem 0.55rem;
}

.ft-guide {
  gap: clamp(2.5rem, 6vw, 6rem);
}

.ft-guide__steps {
  gap: 0;
  padding: 0;
  border: 1px solid #eaeaea;
  border-radius: 0.75rem;
  background: var(--ft-surface);
  overflow: hidden;
}

.ft-guide__steps li {
  grid-template-columns: 2.5rem minmax(0, 1fr);
  padding: 1.4rem;
  border-radius: 0;
  background: var(--ft-surface);
}

.ft-guide__steps li + li {
  border-top: 1px solid #eaeaea;
}

.ft-guide__steps li > span {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  font-size: 0.65rem;
}


/* Isolated minimalist submit control. */
.ft-printer-search__control > button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  min-height: 3.25rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid var(--ft-ink);
  border-radius: 0.4rem;
  color: #fff;
  background: var(--ft-ink);
  box-shadow: none;
  font: 600 0.875rem/1 var(--ft-font-sans);
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
}

.ft-printer-search__control > button[type="submit"]::before,
.ft-printer-search__control > button[type="submit"]::after {
  content: none !important;
}

.ft-printer-search__control > button[type="submit"] .ft-button-icon {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
}

.ft-printer-search__control > button[type="submit"]:hover,
.ft-printer-search__control > button[type="submit"]:focus-visible {
  color: #fff;
  border-color: #2f3437;
  background: #2f3437;
  box-shadow: none;
  transform: none;
}

.ft-printer-search__control:focus-within {
  border-color: rgb(16 28 34 / 42%);
  box-shadow: 0 0 0 3px rgb(7 127 153 / 10%);
}

/* Native bilingual toner compatibility guide. */
.ft-guide__link{display:inline-flex;gap:.5rem;align-items:center;margin-top:1.25rem;color:var(--ft-ink);font-weight:600;text-decoration:underline;text-underline-offset:.3rem}
.ft-cms-guide{display:grid;gap:3rem;max-width:52rem;margin-inline:auto;color:var(--ft-ink);font:400 1rem/1.7 var(--ft-font-sans)}
.ft-cms-guide__title{margin:0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08;letter-spacing:-.03em}
.ft-cms-guide__lead{margin:0;color:#3f474b;font-size:clamp(1.08rem,2vw,1.25rem);line-height:1.6}
.ft-cms-guide h2{margin:0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2}
.ft-cms-guide__steps{margin:0;padding:0;list-style:none;counter-reset:ft-guide-step;border-top:1px solid #eaeaea}
.ft-cms-guide__steps li{position:relative;padding:1.4rem 0 1.4rem 3rem;border-bottom:1px solid #eaeaea;counter-increment:ft-guide-step}
.ft-cms-guide__steps li::before{content:counter(ft-guide-step,decimal-leading-zero);position:absolute;top:1.48rem;left:0;color:#787774;font-size:.75rem;font-weight:600}
.ft-cms-guide__steps h3{margin:0 0 .25rem;font-size:1.05rem}.ft-cms-guide__steps p{margin:0}
.ft-cms-guide__table-wrap{overflow-x:auto}.ft-cms-guide table{width:100%;border-collapse:collapse}.ft-cms-guide th,.ft-cms-guide td{padding:.85rem;border:1px solid #eaeaea;text-align:left;vertical-align:top}.ft-cms-guide thead th,.ft-cms-guide tbody th{background:#f7f6f3;font-weight:600}
.ft-cms-guide__checklist{margin:0;padding:1.5rem;border:1px solid #eaeaea;background:#f7f6f3}.ft-cms-guide__checklist h2{margin-bottom:1rem}.ft-cms-guide__checklist ul{display:grid;gap:.5rem;margin:0;padding-left:1.2rem}
.ft-cms-guide__action{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin:0}.ft-cms-guide__secondary{color:var(--ft-ink);font-weight:600;text-decoration:underline;text-underline-offset:.25rem}

.ft-cms-guide__meta{display:flex;flex-wrap:wrap;gap:.4rem;margin:-2rem 0 0;color:#787774;font-size:.875rem}
.ft-cms-guide__meta a{color:inherit;text-decoration:underline;text-underline-offset:.2rem}
.ft-guide-block{display:grid;gap:1rem}
.ft-guide-block h2,.ft-guide-block p,.ft-guide-block ul,.ft-guide-block ol{margin-top:0;margin-bottom:0}
.ft-guide-related{display:grid;gap:.65rem;padding-top:1.5rem;border-top:1px solid #eaeaea}
.ft-guide-related a{width:max-content;max-width:100%;color:var(--ft-ink);font-weight:600;text-decoration:underline;text-underline-offset:.25rem}


/* Bounded ThemeVolty brand marks */
.tvcmsbrandlist-slider .tvbrand-img-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.75rem;
}

.tvcmsbrandlist-slider .tvbrand-img-block img {
  width: min(100%, 9rem) !important;
  height: 3.25rem !important;
  max-width: 9rem !important;
  object-fit: contain;
}

#manufacturer .tvbrand-page-block .brand-img img {
  width: 100%;
  height: 4.75rem;
  object-fit: contain;
}


/* Minimal native brand directory */
#manufacturer .card.card-block { padding: 0; border: 0; background: transparent; box-shadow: none; }
#manufacturer .tvbrand-page-block { display: grid; grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr)); gap: 1rem; margin: 0; }
#manufacturer .tvbrand-page-block .brand { width: auto; margin: 0; padding: 0; text-align: left; }
#manufacturer .tvbrand-page-block .tvbrand-inner { display: flex; flex-direction: column; min-height: 12rem; height: 100%; padding: 1.25rem; border: 1px solid #eaeaea; border-radius: 8px; background: #fff; }
#manufacturer .tvbrand-page-block .brand--without-image .tvbrand-inner { min-height: 7.5rem; }
#manufacturer .tvbrand-page-block .brand-img { display: flex; align-items: center; min-height: 5rem; margin-bottom: 1rem; }
#manufacturer .tvbrand-page-block .brand-img img { width: min(100%, 9rem); height: 4rem; object-fit: contain; object-position: left center; }
#manufacturer .tvbrand-page-block .brand-infos { margin: 0; }
#manufacturer .ft-brand-card__title { margin: 0; font-size: 1rem; line-height: 1.35; font-weight: 650; }
#manufacturer .ft-brand-card__title a { color: var(--ft-ink); }
#manufacturer .brand-products { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .75rem; width: 100%; margin-top: auto; padding-top: 1rem; }
#manufacturer .ft-brand-card__count { color: #787774; font-size: .8125rem; line-height: 1.4; }
#manufacturer .brand-products a { margin: 0; }

/* Cart certainty: restrained, factual and compatible with AJAX refreshes. */
#cart .cart-summary,
#checkout .cart-summary { border: 1px solid #eaeaea; border-radius: 8px; box-shadow: none; }
.ft-shipping-progress { padding: 1.25rem; border-bottom: 1px solid #eaeaea; background: #f7f6f3; }
.ft-shipping-progress p { margin: 0; }
.ft-shipping-progress__message { color: var(--ft-ink); line-height: 1.45; }
.ft-shipping-progress__track { height: 5px; margin: .75rem 0; overflow: hidden; border-radius: 3px; background: #deddd9; }
.ft-shipping-progress__track span { display: block; height: 100%; background: var(--ft-ink); }
.ft-shipping-progress__delivery { color: #787774; font-size: .8125rem; line-height: 1.45; }
.ft-cart-totals .cart-summary-line { margin-bottom: .65rem; }
.ft-cart-totals .cart-total { margin-top: .9rem; padding-top: .9rem; border-top: 1px solid #eaeaea; }
.ft-cart-product-reference { margin: -.45rem 0 1rem calc(25% + 1rem); color: #787774; font-size: .8125rem; }
.ft-cart-product-reference span { margin-right: .35rem; }
.ft-cart-product-reference strong { color: var(--ft-ink); font-weight: 600; }
.cart-detailed-actions .tvprocess-to-checkout { display: flex; justify-content: center; width: 100%; }
.ft-checkout-guest-note { margin: .7rem 0 0; color: #5f6365; font-size: .8125rem; text-align: center; }
.ft-express-checkout { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid #eaeaea; }
.ft-express-checkout__label { display: block; margin-bottom: .75rem; color: #787774; font-size: .75rem; text-align: center; }
@media (max-width: 767px) { .ft-cart-product-reference { margin-left: calc(33.333% + .75rem); } }


/* Bestseller cards: calm, persistent actions without ThemeVolty image-swap hover. */
.tvcmsbest-seller-product .tvproduct-wrapper:hover { box-shadow: none; }
.tvcmsbest-seller-product .product-miniature:hover .tvproduct-wrapper { transform: translateY(-2px); }
.tvcmsbest-seller-product .tvproduct-hover-img { display: none; }
.tvcmsbest-seller-product .product-miniature:hover img { transform: none; }
.tvcmsbest-seller-product .tvproduct-flags { opacity: 1; }
.tvcmsbest-seller-product .tvproduct-wrapper.grid .tvproduct-hover-btn {
  right: .75rem;
  bottom: .75rem;
  left: auto;
  gap: .4rem;
  opacity: 1;
}
.tvcmsbest-seller-product .tvproduct-wrapper.grid .tvproduct-quick-btn,
.tvcmsbest-seller-product .tvproduct-wrapper.grid .tvproduct-cart-btn {
  margin: 0;
  transform: none;
  transition-delay: 0s;
}
.tvcmsbest-seller-product .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart,
.tvcmsbest-seller-product .tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon {
  border: 1px solid rgb(16 28 34 / 12%);
  background: #fff;
  color: var(--ft-ink);
  box-shadow: 0 4px 14px rgb(16 28 34 / 10%);
}
.tvcmsbest-seller-product .tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart,
.tvcmsbest-seller-product .tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon {
  border-color: var(--ft-accent);
  background: var(--ft-accent);
  color: #fff;
}


/* Product CTA: reconcile ThemeVolty utility and PrestaShop behavioral classes. */
.product-add-to-cart .tvall-inner-btn.add-to-cart {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  margin: 0;
  padding: .9rem 1.4rem;
  border: 0;
  border-radius: .75rem;
  background: var(--ft-accent);
  color: #fff;
  box-shadow: 0 8px 22px rgb(7 127 153 / 18%);
  font-weight: 650;
  line-height: 1.2;
  text-transform: none;
}
.product-add-to-cart .tvall-inner-btn.add-to-cart::after { display: none; }
.product-add-to-cart .tvall-inner-btn.add-to-cart span {
  color: inherit;
  font-size: .9375rem;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.product-add-to-cart .tvall-inner-btn.add-to-cart i {
  margin: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: middle;
}
.product-add-to-cart .tvall-inner-btn.add-to-cart:hover {
  background: var(--ft-accent-strong);
  color: #fff;
  box-shadow: 0 12px 28px rgb(7 127 153 / 24%);
  transform: translateY(-1px);
}
.product-add-to-cart .tvall-inner-btn.add-to-cart:focus-visible {
  outline: 3px solid rgb(7 127 153 / 24%);
  outline-offset: 3px;
}
.product-add-to-cart .tvall-inner-btn.add-to-cart:active {
  box-shadow: 0 5px 14px rgb(7 127 153 / 18%);
  transform: translateY(0);
}
.product-add-to-cart .tvall-inner-btn.add-to-cart:disabled,
.product-add-to-cart .tvall-inner-btn.add-to-cart.disabled {
  background: #d8dddf;
  color: #657278;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}
