.copyright_container {
    font-size: 1em;
    text-align: center;
}

.homecontentblockhide {
  display: none !important;
}


nav.menu .catalog-block ul.catalog {
    align-items: stretch;
    display: flex;
    justify-content: center;
    DISPLAY: NONE;
}

header .header-full {
    background-color: #202020;
}

header section.search .search-form .form-group input {
    border-color: #d3d3d3;
    border-radius: 5px;
    color: var(--evo-text-col);
    height: 46px;
    DISPLAY: NONE;
}

header section.search .search-form button[type=submit] i {
    DISPLAY: NONE;
}

header .header-mobile .header-right i {
    padding: 0;
    DISPLAY: NONE;
}

header .header-mobile .header-search .relsearch input {
    border-radius: 5px;
    DISPLAY: NONE;
}

header .header-mobile .header-search .relsearch button i {
    color: var(--evo-text-col);
    font-size: 1.2em;
    padding: 0;
    transition: color .35s ease;
    DISPLAY: NONE;
}

div.customertools .customertools-container {
    background: #f2f2f2 ;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

header .minicart_container .cart-btn>a.btn {
    background: #fff !important;
    border: 1px solid #d3d3d3;
    color: #000 !important;
    transition: color .35s ease, background .35s ease;
    display: none;
}

header .shoppingtools_container .shopping-tools-wrapper>.dropdown {
    order: 10;
    border: solid 2px #b9292c;
}



header .shoppingtools_container .shopping-tools-wrapper>.dropdown {
    order: 10;
    border: solid 2px #b9292c;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

/* Need Help (nh) component — mobile-first */
.nh {
  --nh-bg: #fff;
  --nh-text: #0f1320;
  --nh-muted: #5b6470;
  --nh-accent: #b9292c;
  --nh-border: #e6e8eb;

  background: #202020;
  color: white;
  padding: 2rem 1rem;
  max-width: 1100px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
  border-radius: 10px !important;
}
}

.nh__title {
  font-size: clamp(1.6rem, 2.5vw + 1rem, 2.2rem);
  line-height: 1.2;
  margin: 0 0 .5rem;
  padding-bottom: 20px;
  color: white
}

.nh__intro {
  margin: 0 0 1.25rem;
  color: var(--nh-muted);
  max-width: 70ch;
}

/* Grid: stacks on mobile, 2 columns on >=768px */
.nh__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .nh__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.nh__card {
  border: 1px solid var(--nh-border);
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}

.nh__icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--nh-border);
  margin-bottom: .75rem;
}
.nh__icon .fa-solid {
  font-size: 20px;
  color: var(--nh-accent);
}

.nh__heading {
  margin: 0 0 .35rem;
  font-size: 1.125rem;
}

.nh__text {
  margin: 0 0 .75rem;
  color: var(--nh-muted);
}

/* Tap-friendly primary/ghost buttons that wrap on small screens */
.nh__btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--nh-accent);
  background: var(--nh-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  white-space: normal;
  word-break: break-word;
      margin-bottom: 10px;
}

.nh__btn--ghost {
  background: transparent;
  color: var(--nh-accent);
}
.nh__btn:focus-visible {
  outline: 3px solid rgba(14, 99, 244, .35);
  outline-offset: 2px;
}

.nh__cta { margin: 0 0 .25rem; }

.nh__meta {
  margin: 0;
  color: var(--nh-muted);
  font-size: .9375rem;
}

.nh__link {
  color: var(--nh-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nh__faq {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--nh-border);
}
.nh__faq-title {
  margin: 0 0 .25rem;
  font-size: 1.05rem;
}

/* Small devices tweaks */
@media (max-width: 360px) {
  .nh { padding-inline: .75rem; }
  .nh__btn { width: 100%; justify-content: center; }
}

.catalog-grid h2 {
    font-size: 1.75em;
    color: #ffffff;
    font-style: regular;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.linkexisitingaccountform {
  background: #f2f2f2 !important;
  border-radius: 10px !important;
}

.cookiespolicies-banner .cookiespolicies-header, .cookiespolicies-banner .cookiespolicies-text p {
    color: #ffffff !important;
}

.cookiespolicies-text-title, .cookiespolicies-description, .cookiespolicies-description p, .cookies-manage-modal .modal-description, .cookies-manage-modal .modal-description p, .cookies-manage-modal .close i, .cookiespolicies-preferences-table .toggle-description i, .cookies-manage-modal .modal-title {
    color: #000000 !important;
}