:root {
  --evo-brand-secondary: #1B9473;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
  --transition-standart-color: color 0.35s ease;
  --transition-standart-background-color: background-color 0.35s ease;
}


body.ex-content-page.ex-name-design2test {
  --evo-brand-default: #0fba2b; /*Main Colour*/
  --evo-brand-secondary: #66ff00; /*Button Hover*/
  --evo-text-col: #333333;
  --evo-brand-hover-bglight: #24e7ff; /*Attributes Hover*/
  --evo-brand-accent: #0fba2b; /*Header hover, SKU & spec widget background*/ 
  --evo-btn-default-bg: #ffee00;
  --evo-btn-default-bg-hover: #66ff00;
  --evo-btn-default-color: #ffffff;
  --evo-btn-default-color-hover: #000000;
  --evo-link-color: #000000; /*Product & Category Description*/
  --evo-link-hover-color: #000000;
  --evo-header-background: transparent;
  --evo-header-text: #333333;
  --evo-footer-background: #333333;
  --evo-footer-text: #ffffff;
  --evo-brand-accent: #e6e6e6;
}

body.ex-content-page.ex-name-design2test .toolbar .dropdown .dropdown-menu a i,
.ex-l-4377 .myaccountdashboard_container a {
  color: var(--evo-brand-default);
}
body.ex-content-page.ex-name-design2test footer {
  background-color: var(--evo-brand-default);
}

/* ===== MH navbar ====== */
header .header-full .top-strip-section {
  padding-block: 5px;
  border-bottom: 1px solid #ddd;
}
.top-strip-navbar{
  display: flex;
}
.top-strip-navbar > div {
  padding: 0;
}
.top-strip-navbar .right {
  text-align: right;
  flex: 1;
}
.top-strip-navbar .center {
  text-align: center;
  flex: 1;
}
.top-strip-navbar a {
  padding-left: 5px;
  color: #808080;
}
.top-strip-navbar .col {
  display: inline-block;
  font-size: 0.85rem;
  color: #808080;
  transition: var(--transition-standart-color);
}
.top-strip-navbar .col:hover,
.top-strip-navbar .col:hover a,
.top-strip-navbar .col a:focus-visible {
  color: #000;
}
.top-strip-navbar .col + .col {
  margin-left: 10px;
}
.top-strip-navbar .switch {
  margin-left: 5px;
}
.top-strip-navbar .toggle-vat-incl-wrapper {
  display: flex;
  padding: 0;
}
.top-strip-navbar .toggle-vat-incl-wrapper label {
  margin: 0;
  color: #808080;
}
.top-strip-navbar .toggle-vat-incl-wrapper input + label {
  height: 15px;
  width: 25px;
}
.top-strip-navbar .toggle-vat-incl-wrapper input + label::after {
  width: 7px;
}
.top-strip-navbar .toggle-vat-incl-wrapper .tiny:checked + label::after
.search-strip-section .vertical-align {
  display: flex;
}
.search-strip-section .vertical-align > div {
  width: auto;
}
.search-strip-section .vertical-align .search_container {
  flex: 1;
  max-width: 700px;
  margin-inline: auto;
}
.search-strip-section section.search .search-form .form-group input {
  border-radius: 20px;
  border-width: 2px;
}
.search-strip-section section.search .search-form button[type="submit"] {
  font-size: 1.3rem;
  color: #808080;
  right: 15px;
}
input.cmn-toggle-round-flat.tiny:checked + label::after {
  margin-left: 10px;
}
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert {
  flex-direction: row;
}
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > span
  > i.arrow-your-account {
  display: none;
}
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > span
  .line2 {
  display: revert;
  order: 1;
}
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > span
  .line1 {
  order: 2;
}
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert
  > i.user-icon {
  font-size: 1.8rem;
}
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert:focus-visible
  > span,
.search-strip-section
  .shoppingtools_container
  a.account-btn.btn-outlined-invert:hover
  > span {
  color: #808080;
}
.search-strip-section .toolbar .cart-btn > .btn::before {
  content: "Your Basket";
  font-weight: 600;
  font-size: 0.938em;
}
.search-strip-section .toolbar .cart-btn > .btn .minicart_total::before {
  content: "Total: ";
}
.search-strip-section .toolbar .cart-btn > .btn {
  font-size: 1em;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  min-width: 152px;
  height: 46px;
  border: none;
}
.search-strip-section .toolbar .cart-btn > .btn > i {
  font-size: 30px;
  order: -1;
  font-size: 1.8rem;
  color: #000 !important;
}
.search-strip-section .toolbar .cart-btn > .btn .minicart_total {
  line-height: 20px;
  font-size: 0.875em;
}
.search-strip-section .toolbar .cart-btn > .btn span.minicart_count {
  position: relative;
  top: -8px;
  right: inherit;
  color: #000;
  padding: 0;
  background: none;
  font-weight: 400;
  line-height: 20px;
  order: 1;
  display: inline-block;
  width: auto;
  right: 5px;
}
.search-strip-section .toolbar .cart-btn > .btn span.minicart_count::before {
  content: "(";
}
.search-strip-section .toolbar .cart-btn > .btn span.minicart_count::after {
  content: ")";
}
.search-strip-section .minicart_container .cart-btn > a.btn:focus-visible,
.search-strip-section .minicart_container .cart-btn > a.btn:hover,
.search-strip-section .minicart_container .cart-btn:focus-visible > a.btn,
.search-strip-section .minicart_container .cart-btn:focus-within > a.btn,
.search-strip-section .minicart_container .cart-btn:hover > a.btn,
.search-strip-section .minicart_container .cart-btn:hover .minicart_count {
  background: transparent !important;
  color: #808080 !important;
}
/*.headersection-menu .headermenu_container {
  background-color: #222;
}*/
.headersection-menu nav.menu .additional_links .menuitem a,
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger {
  color: #fff;
}
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger::after,
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger::before {
  background-color: #fff;
}
.headersection-menu nav.menu .additional_links .menuitem a:focus-visible,
.headersection-menu nav.menu .additional_links .menuitem a:hover {
  background-color: #000;
}
.headersection-menu nav.menu .additional_links .menuitem a:focus-visible,
.headersection-menu nav.menu .additional_links .menuitem a:hover {
  color: #fff;
}
@media only screen and (max-width: 1100px){
  .search-strip-section .vertical-align .search_container{
    margin: 0;
  }
}
/* ===== MH homepage content =====*/
.hm-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hm-flex-center {
  justify-content: center;
  align-items: center;
}
.hm-grid {
  display: grid;
}
.strip-wrapper {
  overflow: hidden;
}
.strip-wrapper .owl-nav {
  display: none;
}
.strip-wrapper img {
  max-width: 50px;
}
.strip-item a {
  gap: 20px;
}
.strip-item h3 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.strip-item p {
margin: 0;
}
.strip-wrapper .owl-item.active + .owl-item.active {
  border-left: 1px solid #808080;
}
@media only screen and (min-width:768px){
  .strip-wrapper{
    margin-top: 30px
  }
}
.category-grid-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 3vw,30px);
}
.category-tile {
  overflow: hidden;
  position: relative;
}
.category-tile-link {
  display: block;
}
.category-tile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
  transition: height 0.25s ease, background-color 0.35s ease;
}
.category-tile-content p {
  position: absolute;
  color: #fff;
  font-size: clamp(0.8rem, 1.5vw, 1.4rem);
  transform: translateY(clamp(35px, 5vw, 55px));
  opacity: 0;
  transition: opacity 0.35s;
}
.category-tile-link:hover p {
  opacity: 1;
}
.category-tile-link:hover .category-tile-content{
  height: 100%;
  background-color: rgba(0,0,0,0.45);
  transition: height 0.35s ease;
  backdrop-filter: blur(2px);
}
.category-tile-content h3 {
  color: #fff;
  font-size: clamp(1rem, 2.2vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.pay-my-account a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: black;
  background-color: #B2B2B2;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight; 700;
  transition: var(--transition-standart-color), var(--transition-standart-background-color),font-size 0.35s ease;
}

.pay-my-account a:hover {
  color: #fff;
  background-color: #666;
}
.ex-loggedout .pay-my-account {
  display: none;
}
.home-design-studio {
  grid-template-rows: clamp(120px , 25vw, 400px) auto;
}
.home-design-studio .category-tile:first-of-type {
grid-column: span 3;
}
@media only screen and (max-width: 1366px){
  .top-strip-navbar {
    padding: 0;
  }
}
@media only screen and (max-width: 991px){
  .search-strip-section .logo img {
    max-width: 140px!important;
  }
  .pay-my-account a {
    padding: 6px 10px;
    font-size: 0.85rem;
  }
  .search-strip-section:has(.search input:focus) .pay-my-account a{
  padding: 0;
  font-size: 0;
}
}
@media only screen and (max-width: 768px){
  .strip-wrapper {
    margin-top: 30px;
  }
  .hero-new {
    min-height: 250px;
  }
}
@media only screen and (max-width: 500px){
  .category-grid-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 100px);
  }
  .home-design-studio{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 100px);
  }
  .home-design-studio .category-tile:first-of-type {
    grid-column: span 1;
  }
  .category-tile-img {
    object-position: 0 -300px
  }
  .category-tile-content p {
  opacity: 1;
  }
   .home-design-studio .category-tile:first-of-type .category-tile-img {
    object-position: 0 -50px;
  }
  .category-tile-content {
    height: 100%;
    backdrop-filter: blur(2px);
  }
  .category-tile-content h3 {
    font-size: 1.5rem;
  }
}
.category-section-sp h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #444242;
  margin: 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-section-sp h2::before, 
.category-section-sp h2::after {
  content: "";
  height: 1px;
  flex: 1;
  margin: 0 20px;
  background-color: #d0d0d0;
}
.category-section-sp span {
  width: max-content;
  padding: 0 10px;
}
div[role="row-section"]:has(.category-section-sp),
div[role="row-section"]:has(.get-in-touch){
  margin-bottom: 0;
}
.htmlcontent_container:has(.category-grid-wrapper){
  margin-top: 20px;
}
.get-in-touch-wrapper {
  background-color: #404040;
}
.get-in-touch {
  height: clamp(auto, 25vw, 300px);
  color: #fff;
  font-size: 1.3rem;
}
.get-in-touch .right {
  width: 50%;
  height: 100%;
  flex: 1;
}
.get-in-touch .left {
  padding-left: 50px;
  width: 50%;
  margin-block: 15px;
}
.get-in-touch h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.get-in-touch img {
  max-width: unset;
}
@media only screen and (max-width: 991px){
  .get-in-touch .right {
    display: none;
  }
  .get-in-touch .left {
    width: auto;
  }
}
.contact-card {
  flex-direction: column;
}
.contact-card + .contact-card{
  margin-top: 35px;
}
.contact-card img {
  max-width: 50px;
  margin-bottom: 40px;
}
.contact-card h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-card p {
  margin-bottom: 30px;
  color: #404040;
}

.contact-card a {
  color: #404040;
  text-decoration: underline;
  font-size: 1.3rem;
}
div[role="row-section"]:has(.contact-details){
  background-color: #cbc8c1;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.contact-details {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -50px;
  padding: 40px;
}
.contact-details .form-group {
  display: inline-block;
  width: 100%;
  margin-inline: auto;
}
.contact-details .form-group:has(#email),
.contact-details .form-group:has(#telephone){
  width: 49%;
}
.contact-details textarea {
  max-width: 100%;
}
@media only screen and (max-width: 991px){
  .contact-details {
    margin-top: 20px;
  }
  .col:has(.contact-details) + .col {
    margin-top: 0;
  }
}
.hero-new .hero-box .btn {
  margin: 0;
}
.hero-new .hero-box .inner {
  align-items: 0;
}
/* ===== changed 26/08/25 ===== */
header .header-full {
  background-color: #222;
}
.headersection-menu {
  background-color: #656c6b;
}
.pay-my-account a{
  background-color: #656c6b;
  color: #fff;
}
.pay-my-account a:hover{
background-color: #797d7d;
}
.headersection-menu nav.menu .additional_links .menuitem a{
  border: none;
}
.headersection-menu nav.menu .additional_links .menuitem a:hover {
  background-color: #797d7d;
  border: none;
}
.header-full .cd-dropdown-wrapper:hover{
  background-color: #797d7d;
}
.shoppingtools_container {
  color: #fff;
}
.search-strip-section .toolbar .cart-btn > .btn span.minicart_count {
  color: #fff;
}
header .minicart_container .cart-btn > a.btn,
.search-strip-section .toolbar .cart-btn > .btn > i{
  color: #fff!important;;
}
header .minicart_container .cart-btn > a.btn {
  background-color: #222!important;;
}
.search-strip-section .shoppingtools_container a.account-btn.btn-outlined-invert:focus-visible > span, 
.search-strip-section .shoppingtools_container a.account-btn.btn-outlined-invert:hover > span {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .cd-dropdown-trigger.dropdown-is-active,
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #797d7d;
  }
}
.search-strip-section .minicart_container .cart-btn > a.btn:focus-visible, 
.search-strip-section .minicart_container .cart-btn > a.btn:hover, 
.search-strip-section .minicart_container .cart-btn:focus-visible > a.btn, 
.search-strip-section .minicart_container .cart-btn:focus-within > a.btn, 
.search-strip-section .minicart_container .cart-btn:hover > a.btn, 
.search-strip-section .minicart_container .cart-btn:hover .minicart_count {
  color: #fff !important;
}
.top-strip-navbar a,
.top-strip-navbar .col,
.top-strip-navbar .toggle-vat-incl-wrapper label{
  color: #fff;
}
.top-strip-navbar .col:hover, 
.top-strip-navbar .col:hover a, 
.top-strip-navbar .col a:focus-visible,
.top-strip-navbar .col:hover {
  color: #fff;
}

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

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 420px;
  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;
  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: #f3f3f3;
  padding: 70px 0;
  margin-top: 30px;
}

.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 ===== */

/* disable clicks if you still want that */
nav.menu .cd-dropdown-wrapper,
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger {
  pointer-events: none;
  cursor: default;
}

/* hide both pseudo-elements (cover both :: and : syntaxes and force override) */
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger::before,
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger::after,
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:before,
.headersection-menu nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}