:root {
  --evo-brand-secondary: #ff002c;
  --evo-brand-accent: #e6effb;
  --evo-header-background: #fff;
  --color-bg-sp: #f4f0f0;
  --padding-spacer-sp: 15px;
  --color-url: #fff;
  
  --evo-brand-default-hsl: 0 0% 0%;
  --evo-brand-secondary-hsl: 0 100% 50%;
  --evo-brand-tertiary-hsl: 0 0% 40%;
  --evo-brand-accent-hsl: 0 0% 83%;
}
/* GENERAL STYLING */
a {
  color: var(--evo-link-color);
}
a:hover,
a:focus-visible,
a:focus {
  color: var(--evo-link-hover-color);
}
/* END GENERAL STYLING */

/* Metacog color scheme */
.ex-a-2396617 {
  --navy-deep: 210 60% 19%; /* #0d3352 */
  --navy-primary: 210 60% 26%; /* #1a4a6b */
  --navy-mid: 204 70% 36%; /* #1a6a9a */
  --sky-accent: 203 52% 57%; /* #5ba3c9 */
  --sky-light: 203 55% 83%; /* #b8dcef */
  --sky-tint: 203 60% 95%; /* #eaf4fb */

  --teal-deep: 166 60% 18%; /* #0d4a3a */
  --teal-primary: 161 60% 26%; /* #1a6a54 */
  --teal-mid: 162 54% 36%; /* #2a8c6e */
  --teal-accent: 162 42% 54%; /* #5ab89e */
  --teal-light: 163 52% 80%; /* #b3e4d7 */
  --teal-tint: 163 52% 94%; /* #e6f7f3 */

  --ink: 225 7% 12%; /* #1c1e21 */
  --dark: 220 7% 25%; /* #3d4147 */
  --muted: 220 8% 47%; /* #6b7280 */
  --border: 210 16% 78%; /* #c0c7d0 */
  --surface: 210 18% 91%; /* #e8edf2 */
  --page-bg: 210 25% 97%; /* #f7f9fb */

  --success-dark: 143 61% 23%; /* #155e2e */
  --success-bg: 145 77% 91%; /* #d1fae5 */
  --danger-dark: 15 72% 27%; /* #7c2d12 */
  --danger-bg: 0 93% 94%; /* #fee2e2 */
  --warning-dark: 25 79% 27%; /* #78350f */
  --warning-bg: 48 97% 90%; /* #fef3c7 */
}
.ex-a-2396617 {
  --evo-brand-default: hsl(var(--navy-deep));
  --evo-brand-secondary: hsl(var(--teal-deep));
  --evo-link-color: hsl(var(--teal-primary));
  --evo-link-hover-color: hsl(var(--ink));
  
  --evo-brand-default-hsl: var(--navy-deep);
  --evo-brand-secondary-hsl: var(--teal-deep);
  --evo-brand-tertiary-hsl: var(--dark);
  --evo-brand-accent-hsl: var(--sky-light);
}
/* End Metacog color scheme */

/* McIntosh color scheme */
.ex-a-2396618 {
  --carbon: 0 0% 5%; /* #0d0d0d */
  --charcoal: 0 0% 10%; /* #1a1a1a */
  --dark-steel: 0 0% 18%; /* #2e2e2e */
  --iron: 0 0% 29%; /* #4a4a4a */
  --slate: 0 0% 43%; /* #6e6e6e */
  --stone: 30 6% 83%; /* #d4d0cc */

  --amber-deep: 37 100% 24%; /* #7a4a00 */
  --amber-dark: 37 100% 36%; /* #b87000 */
  --amber-primary: 38 100% 47%; /* #f0a500 */
  --amber-light: 41 91% 63%; /* #f7c84a */
  --amber-tint: 45 96% 81%; /* #fde99a */
  --amber-wash: 45 100% 94%; /* #fff8e1 */

  --bark: 30 39% 17%; /* #3d2e1a */
  --tan-dark: 33 45% 32%; /* #7a5c2e */
  --tan-mid: 34 45% 47%; /* #b08040 */
  --tan-light: 34 42% 61%; /* #c8a870 */
  --canvas: 36 43% 81%; /* #e8d8b8 */
  --parchment: 36 43% 94%; /* #f5f0e8 */

  --safety-red: 16 86% 39%; /* #c2380a */
  --hivis-yellow: 63 100% 45%; /* #e8f500 */
  --safety-green: 151 100% 38%; /* #00c264 */
  --ppe-blue: 207 100% 39%; /* #0078c8 */
  --hivis-orange: 29 95% 49%; /* #f97300 */

  --white: 0 0% 100%; /* #ffffff */
  --off-white: 36 20% 91%; /* #ece8e0 */
  --border: 30 8% 83%; /* #d4d0cc */
  --muted: 30 5% 65%; /* #a8a49e */
  --body-text: 30 13% 30%; /* #5a5040 */

  --success-dark: 143 61% 23%; /* #155e2e */
  --success-bg: 145 77% 91%; /* #d4fae4 */
  --danger-dark: 15 72% 27%; /* #7c2d12 */
  --danger-bg: 0 93% 94%; /* #fee2e2 */
  --warning-dark: 37 100% 24%; /* #7a4a00 */
  --warning-bg: 45 100% 94%; /* #fff8e1 */
}
.ex-a-2396618 {
  --evo-brand-default: hsl(var(--charcoal));
  --evo-brand-secondary: hsl(var(--amber-primary));
  --evo-link-color: hsl(var(--amber-primary));
  --evo-link-hover-color: hsl(var(--charcoal));
  
  --evo-brand-default-hsl: var(--charcoal);
  --evo-brand-secondary-hsl: var(--amber-primary);
  --evo-brand-tertiary-hsl: 3 72% 48%;
  --evo-brand-accent-hsl: var(--stone);
}
/* End McIntosh color scheme */

.header-full .logo img {
  /* Change this for desktop */
  max-width: 400px !important;
  height: auto !important;
  max-height: none !important;
}

.zoomin img {
  transition: transform 250ms;
}
.zoomin:hover img {
  transform: scale(0.9);
}

.additional_links li:nth-of-type(1) {
  background-color: orange;
}

/* Add an image banner above the 404 message */
.block::before {
  content: "";
  display: block;
  background-image: url("https://eu.evocdn.io/dealer/1021/content/media/My_Banners/PostitNoteLong.jpg"); /* Replace with your banner image URL */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px; /* Adjust height as needed */
  margin-bottom: 20px; /* Space between the banner and 404 message */
}

/* Style the original 404 message */
.block span {
  visibility: hidden;
  position: relative;
}
/* ===== Cart catalogue style =====*/
.free-cataloguec-section {
  height: 100%;
  background-image: url("https://eu.evocdn.io/dealer/1021/content/media/MH Test Folder/Punch_test.jpg");
  background-position: center;
  background-size: cover;
}

.buttons.group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  font-size: 1.5rem;
  padding: 30px 25px;
}

.buttons.group p {
  margin: 0;
  padding: 0;
}

.accent-paragraph {
  text-transform: uppercase;
  color: orange;
  font-size: 2rem;
  font-weight: 700;
}

.buttons.group button {
  margin-top: 20px;
  font-size: 1rem;
}
/*==============*/

.buttons.group {
  color: #000000;
}

/*MH Badge Test*/

.b4902 .ribbon,
.b4902 .ribboncart {
  background: url("https://eu.evocdn.io/dealer/1021/content/media/Untitled design - 2025-01-27T085257.305.png") no-repeat center !important;
  background-size: contain !important;
  width: 87px;
  height: 87px;
}
.b4902 .ribboncart {
  width: 40px;
  height: 40px;
}
.b4902 .ribbon-tips,
.b4655 .ribbon-side,
.b4902 .ribboncart-tips,
.b4902 .ribboncart-wrapper,
.b4902 span {
  display: none;
}

/* ===== SP styling cart reminder =====*/
.gift-reminder {
  max-width: 20rem;
  background-color: rgb(234, 234, 234);
  padding: 10px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  top: 30px;
  right: 60px;
  font-size: 0.95rem;
  position: fixed;
  z-index: 50;
  opacity: 1;
  transition: all 0.35s ease;
}

.gift-reminder p {
  margin: 0;
}

.gift-reminder.inactive {
  opacity: 0;
  top: 0;
}

/*** Basket Popout ***/
.basket-popout-wrap {
  position: relative;
}

.faded-bg.active {
  display: block !important;
  z-index: 152;
  top: 0 !important;
}
@media (max-width: 359px) {
  .faded-bg.active {
    display: none !important;
  }
}

.basket-popout {
  position: fixed;
  right: -500px;
  top: 0;
  width: 500px;
  height: 100vh;
  transition: right 0.35s;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: auto;
  z-index: 153;
}
@media (max-width: 500px) {
  .basket-popout {
    right: -360px;
    width: 360px;
  }
  .basket-popout-product-tile .tile .buttons.group {
    grid-template-columns: 20px 1fr;
  }
  .basket-popout-product-tile .tile .buttons.group .inputquantity {
    width: 25px;
  }
  .basket-popout-product-tile .tile .buttons.group button {
    width: max-content;
  }
}
@media (max-width: 359px) {
  .basket-popout {
    display: none !important;
  }
}
.basket-popout.active {
  right: 0 !important;
}
.basket-popout.active .basket-popout-product-image > img {
  opacity: 1;
  border-radius: 5px;
}
.basket-popout.active .basket-popout-product-image > img:not(.basket-popout-tick) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.basket-popout-title {
  background: #1a499f;
  padding: clamp(15px, 2vw, 42px) clamp(15px, 2.2vw, 42px);
}
.basket-popout-top {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #ffd201;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.basket-popout-top span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.basket-popout-top span svg {
  margin-right: 15px;
}
.basket-popout-top .close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 15px;
  height: 15px;
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
}

.basket-popout-product {
  display: grid;
  grid-template-columns: 134px 1fr;
  grid-gap: 25px;
}
.basket-popout-product-image {
  position: relative;
  height: 134px;
}
.basket-popout-product-image .productimagesolo,
.basket-popout-product-image .magnify {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.basket-popout-product-image .basket-popout-tick {
  position: absolute;
  top: 103px;
  right: 5px;
  opacity: 0;
  transition: opacity 0.75s;
  transition-delay: 1s;
}

.basket-popout-product-text h3 {
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.basket-popout-product-text::after {
  content: "Was successfully added to your basket.";
  color: #ffd201;
  font-weight: 700;
  font-size: 16px;
}

.basket-popout-butttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 18px;
}
.basket-popout-buttton {
  text-align: center;
  padding: 9px 15px;
  background: #fff;
  color: #323232;
  border-radius: 5px;
  transition:
    background 0.35s,
    color 0.35s;
  font-size: 16px;
}
.basket-popout-buttton.close-button {
  background: #ffd201;
}
.basket-popout-buttton:hover {
  background: #ff3333;
  color: #fff;
  text-decoration: none;
}

.basket-popout-products-grid {
  padding: clamp(15px, 1vw, 42px) clamp(15px, 2.2vw, 42px);
}
.basket-popout-products-grid h3 {
  color: #1a499f;
  text-transform: none;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 15px;
}
.basket-popout-product-tile {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.basket-popout-product-tile .divquickview,
.basket-popout-product-tile .brand-label,
.basket-popout-product-tile .indicators-grid,
.basket-popout-product-tile .product-compare-action,
.basket-popout-product-tile .addtoquicklist-wrapper,
.basket-popout-product-tile .list-attribute,
.basket-popout-product-tile .stock-raw,
.basket-popout-product-tile .ie-stock,
.basket-popout-product-tile .uk-stock,
.basket-popout-product-tile .uk-stock-other {
  display: none;
}
.basket-popout-product-tile .tile {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 0.7vw;
  color: #686868;
}
.basket-popout-product-tile .tile .badges-wrapper {
  left: unset;
  max-width: 300px;
}
.basket-popout-product-tile .tile .footer {
  position: relative;
  margin-left: 10px;
}

.basket-popout-product-tile .tile .imgthumbnail,
.basket-popout-product-tile .tile .text-center {
  height: 100%;
}
.basket-popout-product-tile .tile > a {
  background: #eff3fa;
}
.basket-popout-product-tile .tile > a img {
  mix-blend-mode: darken;
  height: 100%;
  object-fit: contain;
}
.basket-popout-product-tile .tile .product-name {
  margin-bottom: 10px;
}
.basket-popout-product-tile .tile .product-name a {
  color: #1a499f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.basket-popout-product-tile .tile .product-sku {
  color: #686868;
  font-size: 13px;
  line-height: 1.5;
}
.basket-popout-product-tile .tile .product-sku strong {
  font-weight: 400;
}
.basket-popout-product-tile .tile .product-sku strong:after {
  content: ":";
}
.basket-popout-product-tile .tile .product-category {
  color: #686868;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.basket-popout-product-tile .tile .product-category a {
  color: #686868;
  font-size: 13px;
}
.basket-popout-product-tile .tile .product-category strong {
  font-weight: 400;
}
.basket-popout-product-tile .tile .price-label {
  color: #000;
  font-size: 18px;
  font-weight: 900;
}
.basket-popout-product-tile .tile .uom {
  margin: 5px 0 0;
  font-size: 13px;
  text-transform: capitalize;
}
.basket-popout-product-tile .tile .price-label-inc-vat {
  margin: 0;
  color: #686868 !important;
  font-size: 13px !important;
  font-weight: 400;
}
.basket-popout-product-tile .tile .buttons.group {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-gap: 8px;
  position: revert;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}
.basket-popout-product-tile .tile .buttons.group .live-inventory-v2-shipping {
  margin: 15px 0 0 0;
}

.basket-popout-product-tile .tile .buttons.group .inputquantity {
  color: #1a499f;
  font-size: 16px;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 5px;
}
.basket-popout-product-tile .tile .buttons.group button {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px;
}

.basket-popout-secondary-wrap {
  z-index: 153;
  position: fixed;
  top: 0;
  right: 500px;
  margin-top: 20vh;
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 660px) {
  .basket-popout-secondary-wrap {
    display: none !important;
  }
}
.basket-popout-secondary {
  padding: 10px 15px;
  display: grid;
  grid-template-columns: 1fr 1px 20px;
  grid-gap: clamp(10px, 1vw, 25px);
  align-items: center;
  background: #1a499f;
  border-radius: 10px 0 0 10px;
}
.basket-popout-secondary a {
  display: flex;
  flex-direction: column;
}
.basket-popout-secondary a::after {
  content: "has been successfully added to your basket";
  color: #ffd201;
  font-weight: 700;
}
.atb-divide {
  background: #fff;
  height: 100%;
}

.close-button-secondary {
  font-size: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faded-bg.active {
  pointer-events: revert;
}

/*# sourceMappingURL=basket-popout.css.map */

/*** End Basket Popout ***/

.nButton,
.homeMerchStyle .tile .buttons .btn {
  background: #359fdf;
  color: #fff;
  font-weight: 700;
  padding: 15px 15px;
  border-radius: 5px;
  transition: all 0.35s ease;
  text-align: center;
  max-width: 250px;
  width: 100%;
  display: block;
}

/* Full-width banner styling */
.banner {
  width: 100%;
  height: 650px; /* Adjust the height as needed */
  background-image: url("https://us.evocdn.io/dealer/1525/content/media/HomepageBanner.png"); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff; /* White text color */
}

/* Centered content block with grey background */
.banner-content {
  background-color: rgba(31, 31, 31, 0.7); /* Grey background with transparency */
  padding: 60px 40px;
  text-align: center;
  border-radius: 6px;
  max-width: 800px;
}

/* Banner title styling */
.banner-title {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  color: white;
}

/* Banner paragraph styling */
.banner-text {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: white;
}

/* Click-through button styling */
.banner-button {
  background-color: #cd6031; /* orange color */
  color: #18150c;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #0d2139; /* Darker blue on hover */
  color: #fff;
}

/* Container styles */
.image-section {
  background-color: #ccc;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Container styles */
.image-section {
  background-color: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Image container with relative positioning */
.image-container {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

/* Background image styling */
.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*MH FELLOWES BADGES*/

.b5541 .ribbon,
.b5541 .ribboncart {
  background: url("https://eu.evocdn.io/dealer/1021/content/media/FellowesCashback.png") no-repeat center !important;
  background-size: contain !important;
  width: 87px;
  height: 87px;
}
.b5541 .ribboncart {
  width: 40px;
  height: 40px;
}
.b5541 .ribbon-tips,
.b5541 .ribbon-side,
.b5541 .ribboncart-tips,
.b5541 .ribboncart-wrapper,
.b5541 span {
  display: none;
}

/* ===== MH styling banner tabbed-box ===== */
.cats-hide-tabs .tabbed-box h2 {
  opacity: 1;
}

.cats-hide-tabs .tabbed-box::after {
  content: "Learn more";
  opacity: 0;
  padding: 15px 45px;
  border-radius: 10px;
  background-color: var(--evo-brand-secondary);
  color: #fff;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, 200%);
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  position: absolute;
  bottom: 40px;
  width: max-content;
}

.cats-hide-tabs .tabbed-box:hover::after,
.cats-hide-tabs .tabbed-box:focus-visible::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
/* ===== End ===== */

/* ===== GENERAL STYLING FOR FILTER SECTION ===== */
.sp-flex {
  display: flex;
  gap: var(--padding-spacer-sp);
  flex-wrap: wrap;
  justify-content: center;
}
.sp-flex > section {
  width: calc(25% - var(--padding-spacer-sp));
  border: var(--color-bg-sp) 2px solid;
  padding: var(--padding-spacer-sp) calc(var(--padding-spacer-sp) / 3);
  border-radius: var(--padding-spacer-sp);
}
.sp-flex label {
  margin: 0;
}
.sp-flex h5 {
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--padding-spacer-sp);
}
.sp-flex label a {
  border: var(--color-bg-sp) 1px solid;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #574c4e;
  outline: transparent solid 2px;
  transition: outline-color 0.35s;
}
.sp-flex label a:hover,
.sp-flex label a:focus-visible {
  outline-color: #d9d9d9;
}
.sp-flex section {
  background-color: #fcfcfc;
  position: relative;
}
.sp-flex section > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.sp-flex label a p {
  margin: 0;
  text-align: center;
  line-height: 1.3;
}
.sp-flex p.count {
  display: none;
}
.filter-wrapper .ph-row {
  width: calc(33.33% - 10px);
  border: var(--color-bg-sp) 2px solid;
  padding: var(--padding-spacer-sp);
  border-radius: var(--padding-spacer-sp);
  height: 300px;
  background-color: #f7f7f7;
  flex: revert;
}
.filter-wrapper .ph-item {
  justify-content: center;
  gap: 15px;
  padding: 15px;
  background: #fff;
}
.filter-wrapper .ph-item::before {
  background: linear-gradient(90deg, hsla(0, 0%, 97%, 0) 46%, hsla(0, 0%, 100%, 0.7) 50%, hsla(0, 0%, 97%, 0) 54%) 50% 50%;
}
.filter-wrapper .shredders .no-pointer-events {
  border-color: #aaa;
  background-color: #eee;
}
/*==================================*/
/* ============== STYLING FOR SHREDDERS ================ */
/* ===== GENERAL ===== */
.sp-flex.shredders label a p {
  margin-top: 65px;
  font-size: 0.8rem;
}
.sp-flex.shredders label a {
  width: 100px;
  height: 100px;
  background: var(--image-url);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 5px;
  background-blend-mode: multiply;
}
.clear-filter {
  margin-left: 8px;
  font-weight: 100;
  font-size: 0.8rem;
  position: absolute;
  top: 5px;
  right: 10px;
}
.clear-filter::before {
  content: "x";
  margin-right: 3px;
}
.clear-all-wrapper {
  text-align: center;
  padding-block: 25px;
  border-top: 1px solid #eee;
  margin-top: 25px;
}
/* ===== Environment ===== */
.sp-flex.shredders .environment-section label a {
  background-position-y: 15px;
}
.sp-flex .environment-section label a[title*="Deskside"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/environment/Enviro-occasional.jpg");
}
.sp-flex .environment-section label a[title*="Small Office"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/environment/Enviro-moderate.jpg");
}
.sp-flex .environment-section label a[title*="Large Office"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/environment/Enviro-high.jpg");
}
/* ===== Sheet Capacity ===== */

.sp-flex .sheet-capacity-70gsm-section label a p {
  display: none;
}
.sp-flex.shredders .sheet-capacity-70gsm-section label {
  display: none;
}
.sp-flex.shredders .sheet-capacity-70gsm-section label a {
  height: 75px;
  background-position-y: 0;
}
.sp-flex .sheet-capacity-70gsm-section label:has(a[title*="5-6 Sheets"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/sheet-capacity/Sheet-Cap-5-6.jpg");
  display: block;
  order: 1;
}
.sp-flex .sheet-capacity-70gsm-section label:has(a[title*="7-8 Sheets"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/sheet-capacity/Sheet-Cap-7-8.jpg");
  display: block;
  order: 2;
}
.sp-flex .sheet-capacity-70gsm-section label:has(a[title*="9-11 sheets"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/sheet-capacity/Sheet-Cap-9-11.jpg");
  display: block;
  order: 3;
}
.sp-flex .sheet-capacity-70gsm-section label:has(a[title*="12-15 Sheets"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/sheet-capacity/Sheet-Cap-12-15.jpg");
  display: block;
  order: 4;
}
.sp-flex .sheet-capacity-70gsm-section label:has(a[title*="15+ Sheets"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/sheet-capacity/Sheet-Cap-15plus.jpg");
  display: block;
  order: 5;
}
.sp-flex .sheet-capacity-70gsm-section label:has(a[title*="80+ Sheets"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/sheet-capacity/Sheet-Cap-80-Auto.jpg");
  display: block;
  order: 6;
}
/* ===== Cut Type ===== */
.sp-flex.shredders .cut-type-section label a {
  background-size: 38px;
  background-position-y: 12px;
}
.sp-flex .cut-type-section label a[title*="Strip Cut"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/cut-types/ENG_StripCut_Black.png");
}
.sp-flex .cut-type-section label a[title*="Cross Cut"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/cut-types/ENG_CrossCut_Black.png");
}
.sp-flex .cut-type-section label a[title*="Mini cut"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/cut-types/ENG_MiniCut_Black.png");
}
.sp-flex .cut-type-section label a[title*="Micro Cut"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/cut-types/ENG_MicroCut_Black.png");
}
/* ===== Feed Type ===== */
.sp-flex.shredders .feed-type-section label a {
  background-size: 65px;
}
.sp-flex .feed-type-section label a[title*="Manual feed"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/manual-auto-feed/Manual_Grey.png");
}
.sp-flex .feed-type-section label a[title*="Auto Feed"] {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/manual-auto-feed/Auto_Grey.png");
}
/* ===== Also Shreds ===== */
.sp-flex.shredders .also-shreds-section label {
  display: none;
}
.sp-flex.shredders .also-shreds-section label a {
  background-position-y: 12px;
}
.sp-flex .also-shreds-section label.credit-cards:has(a[title*="Yes"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/also-shreds/AlsoShred_Card_Back.png");
  display: block;
}
.sp-flex .also-shreds-section label.staples:has(a[title*="Yes"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/also-shreds/AlsoShred_Staple_Back.png");
  display: block;
}
.sp-flex .also-shreds-section label.cds:has(a[title*="Yes"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/also-shreds/AlsoShred_CD_Back.png");
  display: block;
}
.sp-flex .also-shreds-section label.paperclips:has(a[title*="Yes"]) {
  --image-url: url("https://eu.evocdn.io/dealer/1021/content/media/SP_Test_Folder/fellowes/also-shreds/AlsoShred_Clip_Back.png");
  display: block;
}
/* ====================== END SHREDDERS ================== */
@media only screen and (max-width: 1200px) {
  .sp-flex > section,
  .filter-wrapper .ph-row {
    width: calc(50% - var(--padding-spacer-sp));
  }
}
@media only screen and (max-width: 991px) {
  .filter-container {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .sp-flex > section {
    width: 100%;
  }
}
/*======================= END GENEERAL ===================*/

/*VISUAL FILTERS*/
.visualFilters.vf-itemstyle-grid .filtername-size .filter-options svg {
  display: none;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a {
  outline: 1px solid #d3d3d3;
  min-height: 30px;
  border-radius: 30px;
  color: #000;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a.active {
  outline-color: red;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a:hover,
.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a:focus-visible {
  outline-width: 3px;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Red"] {
  background-color: red;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Black"] {
  background-color: #000;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Blue"] {
  background-color: blue;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Grey"] {
  background-color: gray;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Charcoal"] {
  background-color: brown;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Green"] {
  background-color: green;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Purple"] {
  background-color: purple;
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="White"] {
  background-color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Orange"] {
  background-color: orange;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Yellow"] {
  background-color: #ff0;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Beech"] {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/beech_1.jpg");
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Grey Oak"] {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/DamswdGreyOak_1.jpg");
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Oak"] {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/oak_1.jpg");
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Maple"] {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/maple_1.jpg");
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options label a[title*="Walnut"] {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/walnut_1.jpg");
  color: #fff;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options .filterOptionName {
  color: inherit;
  margin: auto !important;
  font-size: 12px;
  font-weight: 600;
}

.visualFilters.vf-itemstyle-grid .filtername-colour .filter-options svg {
  display: none;
}

.visualFilters.vf-itemstyle-grid .filter-options {
  align-items: flex-start;
  flex-wrap: wrap;
}

.visualFilters.vf-itemstyle-grid .filter-options > div {
  margin: 10px 0;
  width: 32%;
}

.visualFilters.vf-itemstyle-grid .filter-options label {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
}

.visualFilters.vf-itemstyle-grid .filter-options label a {
  font-size: 0.8em;
  padding: 5px;
  flex-direction: column;
  text-align: center;
  color: #000;
}

.visualFilters.vf-itemstyle-grid .filter-options label a.active {
  background: #d3d3d3;
}

.visualFilters.vf-itemstyle-grid .filter-options label a svg {
  max-width: 50px;
  height: 40px;
}

.visualFilters.vf-itemstyle-grid .filter-options label a i {
  margin: 0 !important;
  width: 100%;
  max-width: 100px;
  height: 100px;
  background: url("https://nexusdesignstore1.eu.evostore.io/img/picture-100.png") no-repeat center;
  background-size: contain;
}

.visualFilters.vf-itemstyle-grid .filter-options label a i::before {
  content: "";
}

.visualFilters.vf-itemstyle-grid .filter-options label a .filterOptionCount {
  display: none;
}

.visualFilters.vf-itemstyle-grid .filter-options label a .filterOptionCount,
.visualFilters.vf-itemstyle-grid .filter-options label a .filterOptionName {
  margin: 0 auto;
  white-space: break-spaces;
}

.visualFilters.vf-itemstyle-grid .filter-options label a .filterOptionName {
  margin-top: 10px;
}

.visualFilters.vf-itemstyle-grid .filterBox:hover .filter-options {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .visualFilters {
    display: flex;
    position: relative;
  }

  .visualFilters > .nFlex {
    flex-wrap: wrap;
  }

  .visualFilters .filterBox {
    width: 100%;
    margin-bottom: 20px !important;
  }
}

/*MH Testing Filters*/

:root {
  --color-bg-sp: #f4f0f0;
  --padding-spacer-sp: 15px;
  --color-url: #fff;
}

.filter-wrapper .ph-item {
  height: 300px;
  padding: var(--padding-spacer-sp) 0;
}
.filter-wrapper .ph-row,
.filter-wrapper .ph-row div {
  margin: 0;
}
.filter-wrapper .ph-row {
  column-gap: var(--padding-spacer-sp);
}
.sp-flex {
  display: flex;
  column-gap: var(--padding-spacer-sp);
}
.sp-flex > * {
  width: 33.33%;
  border: var(--color-bg-sp) 2px solid;
  padding: var(--padding-spacer-sp);
  border-radius: var(--padding-spacer-sp);
}
.sp-flex label {
  margin: 0;
}
.sp-flex h5 {
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--padding-spacer-sp);
}
.sp-flex label a {
  border: var(--color-bg-sp) 1px solid;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #574c4e;
  outline: transparent solid 2px;
  transition: outline-color 0.35s;
}
.sp-flex label a:hover,
.sp-flex label a:focus-visible {
  outline-color: #d9d9d9;
}
.sp-flex section {
  background-color: #fcfcfc;
}
.sp-flex section > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.sp-flex label a p {
  margin: 0;
  text-align: center;
  line-height: 1.3;
}
.sp-flex p.count {
  display: none;
}
.sp-flex .chair-colour-section a,
.sp-flex .desk-colour-section a {
  width: 100px;
  height: 50px;
  background: var(--color-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sp-flex .desk-size-section a,
.sp-flex .chair-size-section a {
  background-color: #fff;
}
.sp-flex .desk-size-section a,
.sp-flex .chair-size-section a {
  width: 150px;
  height: 40px;
  border-radius: 15px;
}
.office-desks.sp-flex .desk-colour-section a[title*="Beech"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_beech.jpg");
}
.office-desks.sp-flex .desk-colour-section a[title*="Black"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_black.jpg");
  color: #f2f2f2;
}
.office-desks.sp-flex .desk-colour-section a[title*="Elm"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_elm.jpg");
  color: #f2f2f2;
}
.office-desks.sp-flex .desk-colour-section a[title*="Grey"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_grey.jpg");
  color: #f2f2f2;
}
.office-desks.sp-flex .desk-colour-section a[title*="Oak"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_oak.jpg");
}
.office-desks.sp-flex .desk-colour-section a[title*="Other"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_other_v3.jpg");
  color: #f2f2f2;
}
.office-desks.sp-flex .desk-colour-section a[title*="Grey Oak"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_grey_oak.jpg");
  color: #574c4e;
}
.office-desks.sp-flex .desk-colour-section a[title*="Mahogany"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_mahogany.jpg");
  color: #f2f2f2;
}
.office-desks.sp-flex .desk-colour-section a[title*="Mango"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_mango.jpg");
}
.office-desks.sp-flex .desk-colour-section a[title*="Maple"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_maple.jpg");
}
.office-desks.sp-flex .desk-colour-section a[title*="Silver"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_silver.jpg");
}
.office-desks.sp-flex .desk-colour-section a[title*="Walnut"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_walnut.jpg");
  color: #f2f2f2;
}
.office-desks.sp-flex .desk-colour-section a[title*="White"] {
  --color-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_white.jpg");
}

.office-desks.sp-flex .style-of-desk-section label a {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_rectangular-desk.png");
  width: 100px;
  height: 100px;
  background: var(--style-url);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 5px;
}
.office-desks.sp-flex .style-of-desk-section label a p {
  margin-top: 55px;
}
.office-desks.sp-flex .style-of-desk-section label a[title*="Radial Desk"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_radial-desk.png");
}
.office-desks.sp-flex .style-of-desk-section label a[title*="Sit Stand Desk"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_sit-stand.png");
}
.office-desks.sp-flex .style-of-desk-section label a[title*="Sit Stand Desk Top"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_sit-stand-top.png");
}
.office-desks.sp-flex .style-of-desk-section label a[title*="Wave Desk"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_wave-desk.png");
}
.office-desks.sp-flex .style-of-desk-section label a[title*="Corner Desk"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_corner-desk.png");
}
.office-desks.sp-flex .style-of-desk-section label a[title*="L Shape"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_l-shape-desk.png");
}
.office-desks.sp-flex .style-of-desk-section label a[title*="Crafting Desk"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_crafting-desk.png");
}
.office-chairs.sp-flex .chair-colour-section a {
  color: #fff;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Black"] {
  --color-url: #000;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Red"] {
  --color-url: #b7232f;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Black/Red"] {
  --color-url: linear-gradient(291deg, rgba(183, 35, 47, 1) 45%, rgba(0, 0, 0, 1) 55%);
}
.office-chairs.sp-flex .chair-colour-section a[title*="Blue"] {
  --color-url: #313081;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Green"] {
  --color-url: #095555;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Charcoal"] {
  --color-url: #3e4245;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Orange"] {
  --color-url: #f0621a;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Purple"] {
  --color-url: #5a284e;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Yellow"] {
  --color-url: #f5ce50;
  color: #000;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Grey"] {
  --color-url: #6b6a65;
}
.office-chairs.sp-flex .chair-colour-section a[title*="White"] {
  --color-url: #f2f1ec;
  color: #000;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Brown"] {
  --color-url: #795d55;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Cream"] {
  --color-url: #d0cbb8;
  color: #000;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Navy"] {
  --color-url: #43556b;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Pink"] {
  --color-url: #fbafa9;
  color: #000;
}
.office-chairs.sp-flex .chair-colour-section a[title*="Other Colours"] {
  --color-url: linear-gradient(
    291deg,
    rgba(49, 48, 129, 1) 0%,
    rgba(245, 206, 80, 1) 25%,
    rgba(240, 98, 26, 1) 50%,
    rgba(90, 40, 78, 1) 75%,
    rgba(9, 85, 85, 1) 100%
  );
}
.office-chairs.sp-flex .chair-colour-section a[title*="Multicolour"] {
  --color-url: linear-gradient(291deg, rgba(49, 48, 129, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(183, 35, 47, 1) 100%);
}

.office-chairs.sp-flex .style-of-chair-section label a {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_ergonomic-chair.png");
  width: 100px;
  height: 120px;
  background: var(--style-url);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 5px;
}
.office-chairs.sp-flex .style-of-chair-section label a p {
  margin-top: 55px;
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Operator/Task"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_operator-task-chair.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Executive"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_executive.chair.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Ergonomic"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_ergonomic-chair.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Stools"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_stool.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Gaming"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_gaming-chair.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Kneeling"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_kneeling-chair.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Visitors"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_visitors-chair.png");
}
.office-chairs.sp-flex .style-of-chair-section label a[title*="Draughter"] {
  --style-url: url("https://eu.evocdn.io/dealer/1124/content/media/MH Folder/assets/lex_draughter.png");
}
/* Media query */
@media only screen and (max-width: 1469px) {
  .subcategorieslist_container .cat-tiles {
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 1100px) {
  .sp-flex {
    flex-direction: column;
    row-gap: var(--padding-spacer-sp);
  }
  .sp-flex > * {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .subcategorieslist_container .cat-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .subcategorieslist_container .catalog-grid .tile {
    margin-block: 0;
  }
}

@media only screen and (max-width: 620px) {
  .subcategorieslist_container .cat-tiles {
    grid-template-columns: 1fr;
  }
}
/* ===== END category page styling ===== */

/*MH No Search Results Page*/
.nosearch-top {
  background: #e5f6ff;
  padding: 40px 0;
  margin-bottom: 70px;
}
.nosearch-top h2 {
  color: #232931;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.nosearch-top .oops {
  color: #0083ca;
  font-size: 36px;
  font-weight: 700;
  margin-right: 20px;
}
.nosearch-content h3 {
  font-size: 24px;
  margin: 0 0 30px;
}
.nosearch-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.nosearch-content ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.nosearch-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #0083ca;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.nosearch-content h4 {
  color: #001c88;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.nosearch-content .row + .row {
  margin-top: 30px;
}
.nosearch-content .nButton::before {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1502/content/media/Content_Pages/chat.png") no-repeat center;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  vertical-align: middle;
}
.nosearch-brands {
  background: #f7f7f7;
  padding: 60px;
}
.nosearch-brands h3 {
  font-size: 24px;
  margin: 0 0 40px;
}
.nosearch-brands .inkBrands {
  justify-content: flex-start;
  gap: 10px;
}
.nosearch-brands .inkBox {
  margin: 0;
}
.sitesearch.search {
  padding: 0;
  max-width: 510px;
  margin: 0 0 40px;
}
.sitesearch.search .search-form button[type="submit"] {
  top: 0;
  right: 0;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #0083ca;
  padding: 0 16px;
}
.sitesearch.search .relsearch .fa-search:before {
  content: "Go";
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.sitesearch.search .search-form .form-group input {
  height: 48px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding-left: 20px;
}

.inkBrands.nFlex {
  justify-content: center;
  flex-wrap: wrap;
}

.inkBox {
  position: relative;
  width: 99px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin: 2px;
  overflow: hidden;
  transition: all 0.35s;
}

.ibHover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.35s;
}

.ibHover > div {
  flex-grow: 1;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  transition: background 0.35s;
  position: relative;
}

.ibHover > div span {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ibInk,
.ibToner {
  background: #0083ca;
}

.inkBox:hover {
  border-color: #0083ca;
}

.inkBox:hover .ibHover {
  opacity: 1;
}

.ibInk:hover,
.ibToner:hover {
  background: #00659b;
}

.ibInk .nLinkArea,
.ibToner .nLinkArea {
  position: absolute;
  inset: 0;
}

/* Force the brand wrapper into a grid layout on the no-results page */
.nosearch-brands .inkBrands.nFlex {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

/* Button styling for the chat link on the no search results page */
.nosearch-content .nButton {
  display: inline-block;
  padding: 12px 24px;
  background: #0083ca;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #0083ca;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

/* Icon before the text (you already had this) */
.nosearch-content .nButton::before {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1502/content/media/Content_Pages/chat.png") no-repeat center;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  vertical-align: middle;
}

/* Hover state */
.nosearch-content .nButton:hover {
  background: #00659b;
  border-color: #00659b;
  color: #ffffff;
}

.fcImg img {
  max-width: 22px !important;
  height: auto !important;
  display: inline-block;
}

.header-full .logo img {
  /* Change this for desktop */
  max-width: 400px !important;
  height: auto !important;
  max-height: none !important;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
  background-color: #f5f5f5;
}

/* ===== MH landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
    flex-direction: column;
    align-items: center;
  }
  .landingpage-buttons .btn {
    min-width: min(300px, 90%);
  }
}

landingpage-category-boxes {
  background: #808080;
  padding-top: 0;
  padding-bottom: 70px;
  margin-top: 0px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

.landingpage-category-boxes .container {
  background-color: revert;
}

.lp-categoryboxes-inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #2a2a2a;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}
.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}
.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */
.new-carousel .griditems {
  overflow: hidden;
}

/* New Slick Carousel */
.new-carousel .slick-arrow {
  display: none;
}
.new-carousel #grid {
  overflow: hidden;
}
.new-carousel #grid .product-category,
.new-carousel #grid .indicators-grid,
.new-carousel #grid .addtoquicklist-wrapper,
.new-carousel #grid .product-compare-action,
.new-carousel #grid .flex-notes {
  display: none !important;
}
.new-carousel .griditems .tile {
  border-radius: 20px;
  padding-inline: 25px;
}
.new-carousel #grid .brand-label {
  line-height: 1.5;
  text-align: left;
}
.new-carousel #grid .price-label-inc-vat {
  display: flex;
  column-gap: 5px;
}
.new-carousel #grid .footer,
.new-carousel #grid .footer-wrapper {
  min-height: unset;
}
.new-carousel #grid .buttons.group {
  padding: 0;
}
.new-carousel #grid .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.new-carousel #grid .product-sku {
  text-align: left;
}
/* ===== Search Popular Dropdown ===== */
.ajax-search .search-popular {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 100%;
  min-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  transition:
    max-height 0.35s linear,
    opacity 0.35s ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.ajax-search .search-popular .search-popular__content {
  border: 1px solid #eee;
  border-top: none;
  padding: 1em 1.5em;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.search-popular__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ajax-search:has(.ajax-search-control:focus) .search-popular {
  max-height: 1000px;
  opacity: 1;
}
.ajax-search:has(.ajax-search-control:not(:placeholder-shown)) .search-popular {
  max-height: 0;
  opacity: 0;
}
.ajax-search:has(.ajax-search-control:placeholder-shown) .ajax-results.open {
  display: none !important;
}
.ajax-search .search-popular__tag {
  background-color: #f8f8f8 !important;
  border: 1px solid transparent !important;
  border-radius: 20px !important;
  padding: 7px 14px !important;
  font-size: 13px;
  color: #404040;
  cursor: pointer;
  font-family: inherit;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease;
  position: static !important;
  transform: none !important;
}
.ajax-search .search-popular__tag:hover,
.ajax-search .search-popular__tag:focus-visible {
  background-color: #f0f0f0 !important;
  border: 1px solid #ccc !important;
}
.search-popular__header {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #808080;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.search-popular__header:last-of-type {
  margin-top: 1.5em;
}
.search-popular__quicklink {
  color: #404040;
  padding-right: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.search-popular__quicklink + .search-popular__quicklink::before {
  content: "|";
  padding-right: 5px;
}
.header-full.new-sticky:not(.scrollup) .search-popular {
  display: none;
}
/* ===== End Search Popular Dropdown ===== */