/* Old Style */
.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 0.3em 0.6em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.invoiceProductCode, .product-customer-codes, .product-sku {
    font-size: 1rem;
}

.fadein img {
  transition: opacity 250ms;
}
.fadein:hover img {
  opacity: 0.5;
}

i.fa-recycle {
    display: none;
}

.ecoblock_container .col-lg-8.col-md-8{
    width: 100%;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(-5px);
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(-5px);
}
@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
  }

.submenucontainer {
    /*max-height: 100px;*/
    overflow-y: auto;
  }
  
  .shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
  }

/* ===== MH new dashboard styling ===== */
  .dashboard-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eaeaea;
    background: url("https://us.evocdn.io/dealer/1214/content/media/My_Theme/welcome-to-your-account-dashboard-bg.png")
      no-repeat right;
    background-size: cover;
    height: 500px;
  }
  .dashboard-intro .row {
    display: flex;
  }
  .dashboard-box {
    padding: 30px 30px 0;
    background-color: #ffffff;
    min-height: 158px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
  }

  .dashboard-box:hover span {
    color: #284f77;
  }

  .dashboard-box:hover img {
    opacity: 0.7;
  }

  .dashboard-box img {
    transition: opacity 0.35s ease;
  }

  .dashboard-box-img {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dashboard-boxes {
    padding-top: 120px;
  }
  .dashboard-text-intro {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    align-items: center;
    height: 140px;
  }
  .dashboard-text-intro h3 {
    padding-top: 50px;
    text-align: center;
  }
  .dashboard-text-intro p {
    text-align: center;
  }
  .dashboard-text-intro p strong {
    text-align: left !important;
    font-weight: normal;
  }
  .account-message {
    margin-left: 0px;
  }
  .dashboard-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* Center the text */
  }
  .dashboard-text-intro h1 {
    color: #fff;
    font-size: 3rem;
    margin: auto 0 40px;
    font-weight: 700;
  }

  .dashboard-text-intro p {
    color: #fff;
    font-size: 1.7rem;
  }

  .dashboard-box img {
    margin-bottom: 10px; /* Add space between the image and the text */
  }

  .dashboard-box span {
    display: block;
    margin-top: 10px; /* Add space between the image and the text, if necessary */
    color: #0f1e2d;
    font-size: 1.2rem;
    font-weight: 700;
    transition: color 0.35s ease;
  }

  .account-message img {
    display: none;
  }

  .dashboard-logo {
    width: 158px;
    height: 109px;
    background: #eaeaea;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dashboard-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .dashboard-logo:empty {
    display: none;
  }

.dashboard-boxes >.col-sm-2 {
    width: 20%;
}
/* ===== End ===== */

/* ===== MH remove Koike from filter ===== */
.filtername-brand .filter-options > div:has(a[title*="Koike"]),
.filtername-brand .filter-options > div:has(a[style="display: none;"]){
  display: none;
}
/* ===== End ===== */

/* ===== 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;
}

/* ===== Category boxes layout (matches lp-categoryboxes-inner--rows HTML) ===== */
.lp-categoryboxes-inner.lp-categoryboxes-inner--rows {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categoryboxes-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

/* Defensive: if theme applies fixed widths to <a> tags */
.lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categorybox {
  width: auto !important;
  max-width: none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categoryboxes-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 500px) {
  .lp-categoryboxes-inner.lp-categoryboxes-inner--rows .lp-categoryboxes-row {
    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 ===== */
/* End Old Style */

/*===========================================================*/
/*===========================================================*/
/*===========================================================*/
/*===========================================================*/
/*===========================================================*/

/* New Style */
/* ===== Variables ===== */
:root {
  --cm2-blue-color: 201 100% 44%; /* #0092E1 */
  --cm2-blue-color-light: 205 77% 85%; /* #BBDDF6 */
  --cm2-blue-color-dark: 211 79% 26%; /* #0E4278 */
  --cm2-grey-color: 195 6% 26%; /* #3F4547 */
  --cm2-grey-color-light: 235 17% 87%; /* #D9DAE4 */
  --cm2-gold-color: 38 92% 50%; /* #E5B800 */
  --cm2-black-color: 0 0% 0%; /* #000000 */
  --cm2-white-color: 0 0% 100%; /* #FFFFFF */
  --cm2-danger-color: 0 84% 60%; /* EF4444 */
  --cm2-bg-color: 207 47% 4%; /* #050A0E */
  --cm2-bg-color-light: 211 67% 8%; /* #071524 */

  /* ---- BRAND COLORS ---- */
  --color-brand-charcoal: 195 7% 27%; /* #3F4547 */
  --color-brand-blue: 201 100% 44%; /* #0092E1 */
  --color-brand-gold: 38 92% 50%; /* #E5B800 */
  --color-blue-gray: 228 12% 87%; /* #D9DAE4 */
  --color-navy: 211 100% 11%; /* #061A2F */

  /* ---- NEUTRALS ---- */
  --color-white: 0 0% 100%; /* #FFFFFF */
  --color-gray-50: 210 8% 96%; /* #F4F5F6 */
  --color-gray-100: 210 8% 92%; /* #E8EAEC */
  --color-gray-200: 204 8% 82%; /* #D0D4D8 */
  --color-gray-250: 228 12% 87%; /* #D9DAE4 */
  --color-gray-400: 200 6% 57%; /* #8A9196 */
  --color-gray-600: 200 7% 38%; /* #5C6368 */
  --color-gray-800: 195 7% 27%; /* #3F4547 */
  --color-dark: 200 14% 12%; /* #1A2124 */
  --color-dark-surface: 200 14% 16%; /* #242D31 */

  /* ---- BLUE SCALE ---- */
  --color-blue-light: 201 93% 94%; /* #E6F5FD */
  --color-blue-mid: 201 100% 44%; /* #0092E1 */
  --color-blue-dark: 201 100% 35%; /* #0073B3 */
  --color-blue-deeper: 201 100% 27%; /* #005A8C */

  /* ---- SEMANTIC ---- */
  --color-fg1: 195 7% 27%; /* #3F4547 */
  --color-fg2: 200 7% 38%; /* #5C6368 */
  --color-fg3: 200 6% 57%; /* #8A9196 */
  --color-fg-on-dark: 0 0% 100%; /* #FFFFFF */
  --color-fg-muted-dark: 0 0% 100% / 0.65;

  --color-bg-primary: 0 0% 100%; /* #FFFFFF */
  --color-bg-secondary: 210 8% 96%; /* #F4F5F6 */
  --color-bg-dark: 207 47% 4%; /* #050A0E */
  --color-bg-dark-raised: 211 67% 8%; /* #071524 */

  --color-border: 204 8% 88%; /* #E0E3E5 */
  --color-border-strong: 204 7% 78%; /* #C4C9CC */

  --color-accent: 201 100% 44%; /* #0092E1 */
  --color-accent-hover: 201 100% 35%; /* #0073B3 */
  --color-accent-active: 201 100% 27%; /* #005A8C */
  --color-accent-subtle: 201 93% 94%; /* #E6F5FD */

  /* Status */
  --color-success: 151 70% 36%; /* #1A9E5C */
  --color-warning: 32 100% 44%; /* #E07B00 */
  --color-danger: 3 64% 52%; /* #D63A2F */
  --color-info: 201 100% 44%; /* #0092E1 */

  /* Status backgrounds */
  --color-success-bg: 151 50% 87%; /* #D8F0E8 */
  --color-warning-bg: 37 97% 91%; /* #FDEFD6 */
  --color-danger-bg: 3 75% 94%; /* #FCE8E7 */
  --color-info-bg: 201 93% 94%; /* #E6F5FD */

  /* ---- TYPOGRAPHY ---- */
  --font-family: "Montserrat", system-ui, sans-serif;
  --font-mono: "Courier New", monospace;

  /* Font weights */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Type scale (base: 16px = 1rem) */
  --text-2xs: 0.625rem; /* 10px */
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-md: 1.125rem; /* 18px */
  --text-lg: 1.25rem; /* 20px */
  --text-xl: 1.5rem; /* 24px */
  --text-2xl: 1.75rem; /* 28px */
  --text-3xl: 2rem; /* 32px */
  --text-4xl: 2.5rem; /* 40px */
  --text-5xl: 3rem; /* 48px */
  --text-6xl: 3.5rem; /* 56px */
  --text-7xl: 4.5rem; /* 72px */

  /* Semantic type roles */
  --type-hero: 700 var(--text-7xl)/1 var(--font-family);
  --type-display: 700 var(--text-6xl)/1.1 var(--font-family);
  --type-h1: 700 var(--text-5xl)/1.15 var(--font-family);
  --type-h2: 600 var(--text-4xl)/1.2 var(--font-family);
  --type-h3: 600 var(--text-3xl)/1.25 var(--font-family);
  --type-h4: 600 var(--text-2xl)/1.3 var(--font-family);
  --type-body-lg: 400 var(--text-md)/1.6 var(--font-family);
  --type-body: 400 var(--text-base)/1.6 var(--font-family);
  --type-body-sm: 400 var(--text-sm)/1.5 var(--font-family);
  --type-label: 600 var(--text-sm)/1 var(--font-family);
  --type-caption: 400 var(--text-xs)/1.4 var(--font-family);

  /* Letter spacing */
  --tracking-tight: -0.03em;
  --tracking-snug: -0.015em;
  --tracking-normal: 0em;
  --tracking-wide: 0.05em;
  --tracking-wider: 0.1em;
  --tracking-widest: 0.15em;

  /* ---- SPACING ---- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-30: 120px;
  --space-40: 160px;

  /* ---- BORDER RADIUS ---- */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-xl: 8px;
  --radius-2xl: 10px;
  --radius-3xl: 20px;
  --radius-full: 9999px;

  /* ---- SHADOWS ---- */
  --shadow-0: none;
  --shadow-1: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 4px 20px rgba(0, 0, 0, 0.14);
  --shadow-3: 0 8px 40px rgba(0, 0, 0, 0.2);

  /* ---- TRANSITIONS ---- */
  --transition-fast: 150ms ease-out;
  --transition-base: 200ms ease-out;
  --transition-slow: 300ms ease-out;
}
/* ===== End Variables ===== */

/* ===== General ===== */
/* ===== End General ===== */

/* ===== Utility classes ===== */
.mx-auto {
  margin-inline: auto;
}
.d-flex {
  display: flex;
}
.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-content-center {
  justify-content: center;
  align-items: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.text-light-muted {
  color: hsl(var(--color-gray-400));
}
.section-padding {
  padding: var(--space-30) var(--space-4);
}
.section-badge {
  display: inline-block;
  padding: var(--space-1) var(--space-4);
  color: hsl(var(--color-brand-blue));
  border: 1px solid hsl(var(--color-brand-blue));
  border-radius: var(--radius-3xl);
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  font-size: var(--text-sm);
}
.section-header {
  font-size: var(--text-4xl) !important;
  margin-top: var(--space-8);
}
.section-header-light {
  color: hsl(var(--color-white)) !important;
}
.section-description {
  color: hsl(var(--color-fg2));
  margin-top: var(--space-2);
  font-size: var(--text-lg);
}
.section-description-light {
  color: hsl(var(--color-gray-250));
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
  .section-padding {
    padding: var(--space-16) var(--space-4);
  }
  .section-badge {
    font-size: var(--text-xs);
  }
  .section-header {
    font-size: var(--text-3xl)!important;
    margin-top: var(--space-6);
  }
  .section-description {
    font-size: var(--text-base);
  }
}
@media only screen and (max-width: 550px) {
}
@media only screen and (max-width: 480px) {
}
/*****************/
/**** HEADER *****/
/*****************/
header,
.header-full,
.header-search,
.header-nav {
  background-color: hsl(var(--cm2-bg-color));
}
.header-mobile {
  position: fixed;
  width: 100%;
  z-index: 50;
}
.header-full.menubarHeader {
  padding-bottom: 0;
}
header .header-mobile .logo {
  padding: 10px;
}
header .header-mobile .logo img {
  max-width: 100px;
}
.menubarHeader .header-cta,
.menubarHeader .header-nav {
  opacity: 0;
}
.header-mobile {
  background-color: hsl(var(--cm2-bg-color));
}
/* ===== CTA line ===== */
.header-cta {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  background-image: none;
  display: none;
}
.header-cta .topBar ul a {
  color: hsl(var(--cm2-white-color));
}
/* ===== Search line ===== */
.header-search {
  transition:
    background 0.35s ease,
    padding 0.35s ease,
    border 0.35s ease;
  width: 100%;
  border-bottom: 1px solid hsla(var(--cm2-grey-color) / 0%);
}
.header-search.menubarStick {
  background-color: hsl(var(--cm2-bg-color));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid hsl(var(--cm2-grey-color));
}
.header-search > .vertical-align {
  max-width: 1450px;
  margin: 0 auto;
}
/* Logo */
div.header-full .logo img {
  width: 130px!important;
}
/* Search */
div.header-full .search_container section.search .search-form .form-group input {
  height: 50px;
  border-radius: 25px;
  background: transparent;
  border-color: hsl(var(--cm2-white-color));
  border-width: 2px;
  font-weight: 600;
  color: hsl(var(--cm2-white-color));
  font-size: 1rem;
  border: 2px solid hsl(var(--cm2-white-color));
}
div.header-full .search_container section.search .search-form .form-group input:active,
div.header-full .search_container section.search .search-form .form-group input:focus {
  border-color: hsl(var(--cm2-white-color));
  border-width: 2px;
  color: hsl(var(--cm2-white-color));
  font-size: 1rem;
}
div.header-full .search_container section.search .search-form .form-group input::placeholder {
  color: hsl(var(--cm2-white-color));
  font-weight: 300;
  font-size: 1rem;
}
div.header-full .search_container section.search .search-form button[type="submit"] {
  background-size: 20px;
  top: 5px;
  right: -10px;
  filter: brightness(0) invert(1);
}
.header-full .search_container section.search .search-form button[type="submit"] i::before {
  filter: brightness(0) invert(1);
}
section.search .relsearch {
  width: auto;
  max-width: 300px;
  transition: max-width 0.45s;
}
section.search .relsearch:has(input:focus) {
  max-width: 100%;
}
/* Shopping tools */
.shoppingtools_container .toolbar .account-btn > i {
  filter: brightness(0) invert(1);
}
/* ===== Navigation line ===== */
.header-nav {
  opacity: 1;
  transition: opacity 0.35s;
}
.header-nav.header-nav--submenu-active,
.header-nav:has(.cd-dropdown-trigger.dropdown-is-active){
  background-color: hsl(var(--cm2-black-color) / 70%);
  z-index: 1000000;
  box-shadow: 0 0 0 9999px hsl(var(--cm2-black-color) / 70%);
  position: relative;
}
.header-nav {
  box-shadow: 0 0 0 9999px transparent;
  transition:
    box-shadow 0.35s ease,
    background-color 0.35s ease;
}
.header-nav .menu .container li.menuitem:hover {
  background-color: hsl(var(--cm2-white-color));
}
.header-nav .cd-dropdown-trigger.dropdown-is-active,
.no-touch .cd-dropdown-trigger:hover,
.header-nav .cd-dropdown-trigger.dropdown-is-active:hover,
.header-nav .cd-dropdown-wrapper:hover, 
.header-nav .menu .container div.menuitem:hover{
  background-color: hsl(var(--cm2-white-color));
  color: hsl(var(--cm2-black-color));
  }
.header-nav .cd-dropdown-trigger.dropdown-is-active::before,
.header-nav .cd-dropdown-trigger.dropdown-is-active::after,
.cd-dropdown-trigger:hover::after, 
.cd-dropdown-trigger:hover::before {
  background-color: hsl(var(--cm2-black-color));
  background-color: #404040;
}
.header-nav .menu {
  border: none;
  background-color: transparent;
}
nav.menu .catalog-block {
  background-color: transparent;
  border: none;
}
.menu .additional_linkslist {
  display: inline-block;
  margin-bottom: 0;
}
.menu ul.catalog > li:hover {
  background: transparent;
}
.menu ul.catalog > li.has-submenu > a::after,
.shoppingtools_container .toolbar .account-btn::after {
  filter: brightness(0) invert(1);
}
.menu ul.catalog > li.has-submenu > a::after {
  right: -20px;
}
nav.menu .catalog > li {
  padding-inline: 20px;
}
nav.menu .catalog > li > a {
  position: relative;
  padding: 0;
}
nav.menu .catalog > li > a:hover::before {
  width: 100%;
}
nav.menu .catalog > li > a::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: hsl(var(--cm2-white-color));
  position: absolute;
  bottom: -2px;
  transition: width 0.45s;
}
header .header-full .container.verticalmenu {
  position: static;
}
.menu .additional_linkslist {
  display: inline-flex;
}
.menu .catalog-block {
  position: relative;
}
.submenu-container {
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  background-color: hsl(var(--cm2-white-color));
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.35s ease;
}
.submenu__image {
  position: relative;
  overflow: clip;
  /*! border-top-left-radius: 10px; */
  /*! border-top-right-radius: 10px; */
  grid-row: span 2;
  filter: saturate(0.5);
}
.submenu__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.submenu__image::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.8);
}
.submenu__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.submenu-container--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: revert;
}
.additional_links li.pointer {
  cursor: default;
}
.additional_linkslist li.menuitem a.submenu-link {
  cursor: pointer;
  color: hsl(var(--cm2-white-color));
}
.additional_linkslist li.menuitem:hover,
.additional_linkslist li.menuitem:focus-visible {
  background-color: hsl(var(--cm2-white-color));
}
.additional_linkslist li.menuitem:hover a.submenu-link,
.additional_linkslist li.menuitem:focus-visible a.submenu-link {
  color: hsl(var(--cm2-black-color));
}
.submenu-container__grid {
  padding: 20px;
  /*! max-width: 1400px; */
  margin-inline: auto;
  display: grid;
  grid-template-columns: 15% 1fr;
  column-gap: 30px;
  grid-template-rows: 1fr auto;
  min-height: 500px;
}
.submenu__content {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 20px;
  justify-content: center;
  height: 100%;
  /*! max-width: 1200px; */
  width: 100%;
  /*! justify-self: flex-end; */
}
.submenu__content .submenu__line {
  width: calc(25% - 20px);
  
  position: relative;
  overflow: clip;
}
.submenu__line .submenu__line--link {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}
.submenu__line .submenu__line--link::before,
.submenu__line .submenu__line--link::after{
  content: "";
  inset: 0;
  position: absolute;
  background: radial-gradient(circle,rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}
.submenu__line .submenu__line--link::after {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.submenu__line:hover .submenu__line--link::after {
  opacity: 1;
}
.submenu__line--link-image,
.submenu__line--link-header,
.submenu__sublinks-container {
  position: absolute;
  
}
.submenu__line--link-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(0);
  transition: filter 0.35s ease;
}
.submenu__line:has(.submenu__sublinks-container:hover) .submenu__line--link-image {
  filter: blur(3px);
}
.submenu__footer {
  grid-column: 2/3;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid hsl(var(--cm2-grey-color-light));
}
.submenu__footer h3 {
  font-size: 1.7rem;
}
.submenu__line--link-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  color: hsl(var(--cm2-white-color));
  font-size: 1.8rem;
  pointer-events: none;
  background: rgba(0,0,0,0.5);
  margin: 0;
  padding-block: 20px;
  padding-inline: 5px;
  white-space: wrap;
}
.submenu__sublinks-container {
  z-index: 4;
  width: 100%;
  overflow: clip;
  min-height: 35%;
  bottom: 0;
  left: 0;
  background-color: hsla(var(--cm2-black-color) / 90%);
  display: flex;
  padding: 10px 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.35s ease;
  transform: translateY(100%)
}
.submenu__line:hover .submenu__sublinks-container{
  transform: translateY(0)
}
li.menuitem.menuitem.menuitem .submenu__line .submenu__sublinks-container a {
  color: hsla(var(--cm2-white-color) / 50%);
  background-color: color-mix(in srgb, hsl(var(--cm2-black-color)), white 10%);
  padding: 3px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.85rem;
  transition: color 0.35s ease, border 0.35s ease;
}
.additional_links li .submenu-container .submenu__line .submenu__sublinks-container a:hover,
.additional_links li .submenu-container .submenu__line .submenu__sublinks-container a:focus-visible{
  color: hsla(var(--cm2-white-color) / 90%);
  border-color: hsla(var(--cm2-white-color) / 20%);
}
.additional_links .submenu-wrapper .submenu-container .submenu__footer a {
  color: hsl(var(--cm2-black-color));
  margin-right: 20px;
}
.submenu__footer p {
  display: flex;
  justify-content: space-between;
}
/******************/
/***** FOOTER *****/
/******************/
.footer {
  background-color: hsl(var(--cm2-bg-color));
}
.footer-section {
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 60px;
}
.footer a,
footer.footer .footBot ul li,
.footer-privacy a,
.footer-privacy a:hover,
.footer-privacy a:focus-visible {
  color: hsl(var(--cm2-grey-color-light));
}
.footer ul {
  list-style: none;
  padding-left: 15px;
}
.footer ul li {
  position: relative;
}
.footer ul li a::before {
  position: absolute;
  left: -15px;
  content: ">";
  margin-right: 8px;
  color: hsl(var(--cm2-blue-color));
  opacity: 0;
}
.footer ul li a:hover::before {
  opacity: 1;
}
.footer-section h4 {
  color: hsl(var(--cm2-white-color));
  margin-bottom: 25px;
  font-size: 1.1rem;
}
.footerLinks__about {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footerLinks__about p {
  color: hsla(var(--cm2-grey-color-light) / 80%);
  font-size: 1rem;
}
.footer-privacy {
  display: flex;
  gap: 20px;
}
footer.footer .footBot {
  border: none;
}
footer > .footersection-2 {
  border-top: 1px solid hsla(var(--cm2-grey-color-light) / 50%);
}
footer.footer .footBot ul li {
  font-size: 0.8rem;
}
.footerLinks {
  width: calc(20% - 10px);
  padding-left: 40px;
}
.footerLinks.footerLinks__about {
  padding: 0;
}
footer.footer div.footersection-1 {
  padding-block: 0;
}
/**********************/
/***** RESPONSIVE *****/
/**********************/
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
  /* ===== Footer ===== */
  .footer-section {
    row-gap: 50px;
  }
  .footerLinks {
    width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  /* ===== Footer ===== */
  .footer-section {
    padding-block: 20px;
    row-gap: 20px;
  }
  .footerLinks {
    width: calc(50% - 10px);
    padding-left: 0;
  }
  .footerLinks.footerLinks__about {
    width: 100%;
    padding-bottom: 30px;
  }
  .footerLinks__about p {
    max-width: 300px;
    margin-inline: auto;
  }
  .footerLinks__about .nFlex {
    justify-content: center;
  }
  .footer .footerLinks h4 {
    text-align: center;
  }
  .footer .footerLinks ul {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer .footerLinks ul li {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .footBot .nFlex .nFlex li {
    border: none;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
}
@media only screen and (max-width: 480px) {
  /* ===== Footer ===== */
  .footerLinks {
    width: 100%;
  }
  .footerLinks:not(:last-of-type) {
    border-bottom: 1px solid hsla(var(--cm2-grey-color-light) / 20%);
  }
}