/* Everest Plastik v10: unified palette, stable product cards and complete template polish. */

/* Hero product visual */
.evx-hero__visual {
  background:
    radial-gradient(circle at 72% 46%, rgba(91, 164, 114, .34), transparent 34%),
    linear-gradient(145deg, #173f2b 0%, #0d291b 100%);
}

.evx-hero__visual::before {
  inset: 0;
  z-index: 2;
  height: auto;
  border-radius: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 21, 13, 0) 56%, rgba(5, 21, 13, .42) 100%);
  transform: none;
}

.evx-hero__visual::after {
  z-index: 0;
  opacity: .42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 44px 44px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.evx-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
  filter: drop-shadow(0 28px 26px rgba(0, 0, 0, .26));
}

/* Homepage sections only: no internal catalog or product layout changes. */
.page-homepage #content {
  padding-bottom: 18px;
}

.page-homepage #content > .categories,
.page-homepage #content > .products-featured,
.page-homepage #content > .blog-featured,
.page-homepage #content > .reviews-featured,
.page-homepage #content > .subsc,
.page-homepage #content > .brands-featured,
.page-homepage #content > .benefits,
.page-homepage #content > .seo {
  margin-top: 0;
  margin-bottom: 34px;
}

.page-homepage .categories > .container-fluid,
.page-homepage .products-featured > .container-fluid,
.page-homepage .blog-featured > .container-fluid,
.page-homepage .reviews-featured > .container-fluid,
.page-homepage .brands-featured > .container-fluid,
.page-homepage .benefits > .container-fluid,
.page-homepage .seo > .container-fluid {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.page-homepage .products-featured > .container-fluid,
.page-homepage .blog-featured > .container-fluid,
.page-homepage .reviews-featured > .container-fluid,
.page-homepage .brands-featured > .container-fluid,
.page-homepage .benefits > .container-fluid,
.page-homepage .seo__wrapper {
  border: 1px solid #dfe8e1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(26, 69, 45, .06);
}

.page-homepage .products-featured > .container-fluid,
.page-homepage .blog-featured > .container-fluid,
.page-homepage .reviews-featured > .container-fluid,
.page-homepage .brands-featured > .container-fluid {
  padding-top: 30px;
  padding-bottom: 32px;
}

.page-homepage .products-featured__title,
.page-homepage .blog-featured__title,
.page-homepage .reviews-featured__title,
.page-homepage .brands-featured__title,
.page-homepage .benefits__title {
  color: #17231c;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.025em;
}

.page-homepage .ui-link--blue {
  color: #1f6a47;
}

.page-homepage .ui-link--blue:hover {
  color: #123d29;
}

/* Categories */
.page-homepage .categories {
  margin-top: 0;
}

.page-homepage .categories__item {
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none;
}

.page-homepage .categories__item-in {
  border: 1px solid #dbe6de;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #f3f8f5 100%) !important;
  box-shadow: 0 8px 24px rgba(22, 65, 41, .06);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-homepage .categories__item:hover .categories__item-in {
  border-color: rgba(31, 106, 71, .42);
  box-shadow: 0 15px 34px rgba(22, 65, 41, .12);
  transform: translateY(-3px);
}

.page-homepage .categories__item-title {
  color: #17231c;
  font-weight: 750;
}

.page-homepage .categories__item-image img {
  filter: drop-shadow(0 11px 12px rgba(27, 62, 42, .13));
  transition: transform .22s ease;
}

.page-homepage .categories__item:hover .categories__item-image img {
  transform: translateY(-2px) scale(1.035);
}

/* Product showcases */
.page-homepage .products-featured__swiper {
  margin-top: 24px;
}

.page-homepage .products__item {
  border: 0 !important;
  border-radius: 17px !important;
  background: transparent;
  box-shadow: none;
}

.page-homepage .products__item-in {
  border: 1px solid #e1e9e3;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(23, 62, 40, .055);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-homepage .products__item:hover .products__item-in {
  border-color: rgba(31, 106, 71, .36);
  box-shadow: 0 16px 34px rgba(23, 62, 40, .11);
  transform: translateY(-3px);
}

.page-homepage .products__item-image {
  border-radius: 14px;
  background: linear-gradient(145deg, #f8faf9, #eef5f0);
}

.page-homepage .products__item-image img {
  object-fit: contain;
}

.page-homepage .products__item-title {
  color: #17231c;
  font-weight: 700;
}

.page-homepage .products__item-status--true {
  color: #278356;
}

.page-homepage .products__item-bullet.is-active,
.page-homepage .products__item-pagination .is-active {
  border-color: #1f6a47;
  background: transparent !important;
}

/* Editorial, reviews and brand */
.page-homepage .blog-featured__item,
.page-homepage .reviews-featured__item,
.page-homepage .brands-featured__item {
  border: 1px solid #e1e9e3;
  border-radius: 17px;
  background: #f8fbf9;
  box-shadow: none;
}

.page-homepage .blog-featured__item {
  overflow: hidden;
}

.page-homepage .blog-featured__item-image img {
  transition: transform .25s ease;
}

.page-homepage .blog-featured__item:hover .blog-featured__item-image img {
  transform: scale(1.025);
}

.page-homepage .reviews-featured__item-letter {
  background: #1f6a47;
}

.page-homepage .ui-rate {
  color: #1f6a47;
}

.page-homepage .brands-featured__item {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-homepage .brands-featured__item-image img {
  width: min(196px, 80%);
  height: auto;
}

/* Newsletter */
.page-homepage .subsc > .container-fluid {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.page-homepage .subsc__wrapper {
  border: 0;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(137, 203, 158, .26), transparent 28%),
    linear-gradient(135deg, #123d29, #1f6a47);
  box-shadow: 0 18px 38px rgba(18, 61, 41, .16);
  overflow: hidden;
}

.page-homepage .subsc .ui-label,
.page-homepage .subsc .ui-caption {
  color: #fff;
}

.page-homepage .subsc .ui-caption {
  opacity: .72;
}

.page-homepage .subsc .ui-input {
  border-color: rgba(255, 255, 255, .36);
  background: #fff;
}

.page-homepage .subsc .ui-btn--primary {
  border-color: #fff !important;
  color: #123d29;
  background: #fff !important;
}

.page-homepage .subsc .ui-btn--primary:hover {
  color: #fff;
  background: transparent !important;
}

.page-homepage .subsc__image img {
  filter: saturate(.75) drop-shadow(0 18px 24px rgba(0, 0, 0, .15));
}

/* Benefits and SEO */
.page-homepage .benefits > .container-fluid {
  padding: 18px;
}

.page-homepage .benefits__item {
  min-height: 112px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: #f7faf8;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.page-homepage .benefits__item:hover {
  border-color: rgba(31, 106, 71, .22);
  background: #eef6f1;
  transform: translateY(-2px);
}

.page-homepage .seo__wrapper {
  padding: clamp(24px, 4vw, 48px);
}

.page-homepage .seo__image img {
  width: min(260px, 100%);
  height: auto;
}

/* Global visual system */
:root {
  --theme-primary-color: #1f6a47 !important;
  --theme-secondary-color: #2b7b57 !important;
  --body-bg: #f4f7f4 !important;
  --body-color: #1c2921 !important;
  --base-font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  --evx-green: #1f6a47;
  --evx-green-dark: #123d29;
  --evx-green-mid: #2b7b57;
  --evx-green-soft: #eaf3ed;
  --evx-ink: #17231c;
  --evx-muted: #68766d;
  --evx-line: #dce6df;
  --evx-surface: #fff;
  --evx-surface-soft: #f6f9f7;
  --evx-accent: #d98a3d;
  --evx-danger: #d8584c;
  --evx-shadow-soft: 0 8px 24px rgba(25, 63, 42, .06);
  --evx-shadow-hover: 0 15px 34px rgba(25, 63, 42, .11);
}

html body {
  color: var(--evx-ink);
  background: var(--body-bg);
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

button,
input,
textarea,
select,
.ui-input,
.ui-textarea,
.ui-select,
.personal__order-table-info {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

::selection {
  color: #fff;
  background: var(--evx-green);
}

.main {
  background: transparent;
}

.ui-title-35,
.ui-title-24,
.ui-title-20,
.page__title,
.catalog__title {
  color: var(--evx-ink);
  letter-spacing: -.022em;
}

.breadcrumb,
.breadcrumb a,
.products__item-id,
.sku__info-code,
.sku__info-economy {
  color: #8a978e !important;
}

.ui-link--blue,
.ui-link--primary,
.article__body a:not([class]),
.ui-wysiwyg a:not([class]),
.contacts__data-address a,
.contacts__info-item-address a,
.details__txt a,
.seo__desc a,
.reviews__item-body a {
  color: var(--evx-green) !important;
  border-color: rgba(31, 106, 71, .25) !important;
}

.ui-link--blue:hover,
.ui-link--primary:hover,
.article__body a:hover:not([class]),
.ui-wysiwyg a:hover:not([class]),
.contacts__data-address a:hover,
.details__txt a:hover,
.seo__desc a:hover {
  color: var(--evx-green-dark) !important;
}

/* Header and navigation */
.header {
  color: var(--evx-ink);
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid rgba(31, 106, 71, .10);
  box-shadow: 0 7px 24px rgba(26, 62, 42, .045);
}

.header__info-link,
.header__support-link,
.header__action,
.header__catalog-btn {
  color: var(--evx-ink);
}

.header__info-link:hover,
.header__support-link:hover,
.header__catalog-link:hover,
.header__nav-link:hover {
  color: var(--evx-green) !important;
}

.header__action,
.header__cart-btn,
.header__nav-action,
.header__nav-cart-btn {
  border-color: var(--evx-line) !important;
  border-radius: 10px !important;
}

.header__action:hover,
.header__cart-btn:hover,
.header__nav-action:hover,
.header__nav-cart-btn:hover {
  color: var(--evx-green) !important;
  border-color: rgba(31, 106, 71, .42) !important;
  background: var(--evx-green-soft);
}

.is-header-v7 .header__search-input,
.header__search-input {
  color: var(--evx-ink) !important;
  border-color: #d6e2da !important;
  border-radius: 10px !important;
  background: #f6f9f7 !important;
  box-shadow: none !important;
}

.is-header-v7 .header__search-input::placeholder,
.header__search-input::placeholder {
  color: #8c9990 !important;
  opacity: 1 !important;
}

.is-header-v7 .header__search-btn,
.header__search-btn {
  color: #fff !important;
  border-radius: 8px !important;
  background: var(--evx-green) !important;
  box-shadow: none !important;
}

.is-header-v7 .header__search-btn:hover,
.header__search-btn:hover {
  color: #fff !important;
  background: var(--evx-green-dark) !important;
}

.header__catalog-btn {
  border-color: #d6e2da !important;
  background: #fff !important;
}

.header__catalog-btn:hover,
.header__catalog.is-open > .header__catalog-btn {
  color: #fff !important;
  border-color: var(--evx-green) !important;
  background: var(--evx-green) !important;
}

.header__catalog-link:hover,
.header__catalog-link.is-active {
  background: var(--evx-green-soft) !important;
}

.header__sticky {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .12) !important;
  background: var(--evx-green-dark) !important;
  box-shadow: 0 -8px 28px rgba(14, 49, 32, .18);
}

.header__sticky-btn:hover,
.header__sticky-btn.is-active {
  color: #fff !important;
  background: rgba(255, 255, 255, .09);
}

/* Buttons, controls and forms */
.ui-btn,
.btn,
.button-group button {
  border-radius: 10px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ui-btn--primary,
.btn-primary,
.comments__form-btn,
.brands__search-btn,
.details__comments-form-btn,
.reviews__form-btn,
.button-group button {
  color: #fff !important;
  border-color: var(--evx-green) !important;
  background: var(--evx-green) !important;
  box-shadow: 0 8px 20px rgba(31, 106, 71, .16);
}

.ui-btn--primary:hover,
.btn-primary:hover,
.comments__form-btn:hover,
.brands__search-btn:hover,
.details__comments-form-btn:hover,
.reviews__form-btn:hover,
.button-group button:hover {
  color: #fff !important;
  border-color: var(--evx-green-dark) !important;
  background: var(--evx-green-dark) !important;
  box-shadow: 0 10px 24px rgba(18, 61, 41, .2);
}

.ui-btn--grey,
.btn-default,
.ui-btn--view {
  color: var(--evx-ink);
  border-color: var(--evx-line) !important;
  background: #f2f6f3;
}

.ui-btn--grey:hover,
.btn-default:hover,
.ui-btn--view:hover {
  color: var(--evx-green) !important;
  border-color: rgba(31, 106, 71, .34) !important;
  background: var(--evx-green-soft) !important;
}

.ui-input,
.ui-textarea,
.ui-range__input,
.form-control:not(select),
input:not([class]),
textarea:not([class]),
select:not([class]),
select.form-control,
.ui-select .selectric {
  color: var(--evx-ink);
  border-color: var(--evx-line) !important;
  border-radius: 10px !important;
  background: #fff;
}

.ui-input:focus,
.ui-textarea:focus,
.ui-range__input:focus,
.form-control:focus,
input:not([class]):focus,
textarea:not([class]):focus,
select:not([class]):focus {
  border-color: rgba(31, 106, 71, .58) !important;
  box-shadow: 0 0 0 3px rgba(31, 106, 71, .11) !important;
}

.ui-check__input:checked ~ .ui-check__checkbox,
.ui-check__input:checked ~ .ui-check__tag,
.ui-switch__btn.is-active,
.pagination__link.is-active {
  border-color: var(--evx-green) !important;
  background: var(--evx-green) !important;
}

/* Product cards: stable hover and correct image switch indicator */
.products__item {
  transform: none !important;
  border-color: transparent !important;
  background: transparent;
  box-shadow: none;
}

.products__item:hover {
  transform: none !important;
  box-shadow: none;
}

.products__item-in {
  z-index: 0;
  isolation: isolate;
  border: 1px solid var(--evx-line) !important;
  border-radius: 16px !important;
  background: #fff;
  box-shadow: var(--evx-shadow-soft);
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

.products__item:hover .products__item-in,
.products__item-in:hover {
  transform: none !important;
  border-color: rgba(31, 106, 71, .34) !important;
  box-shadow: var(--evx-shadow-hover) !important;
}

.products__item-in::before {
  border-radius: 16px !important;
  box-shadow: none !important;
}

.products__item-gallery {
  border-radius: 13px;
  background: var(--evx-surface-soft);
}

.products__item-image {
  border-radius: 13px !important;
  background: linear-gradient(145deg, #fbfcfb 0%, #eef4f0 100%) !important;
}

.products__item-image img,
.product-thumb .image img,
div[id^="prodtab_"] img,
.products-categories img,
.sku img {
  object-fit: contain !important;
}

.products__item-title {
  color: var(--evx-ink) !important;
  font-weight: 700;
}

.products__item-title:hover {
  color: var(--evx-green) !important;
}

.products__item-status--true,
.products__item-status--true::before {
  color: var(--evx-green-mid) !important;
}

.products__item-status--true::before {
  background: #27b36a !important;
}

.products__item-price,
.sku__price-actual {
  color: var(--evx-ink);
}

.products__item-price mark,
.sku__price-discount {
  background: var(--evx-danger) !important;
}

.products__item-price del::after,
.price-old::after {
  background: var(--evx-danger) !important;
}

.products__item-pagination {
  overflow: hidden;
  border-radius: 13px;
}

.products__item-bullet,
.products__item-bullet.is-active,
.products__item-pagination .is-active {
  background: transparent !important;
}

.products__item-bullet {
  border: 0 !important;
}

.products__item-bullet.is-active {
  border: 0 !important;
}

.catalog .products__item-image img,
.products-featured .products__item-image img,
.products__list .products__item-image img {
  transform: scale(1.5);
  transform-origin: 50% 50%;
  transition: transform .22s ease;
}

.sku__slide {
  overflow: hidden;
}

.sku__slide img {
  transform: scale(1.42);
  transform-origin: 50% 50%;
}

.swiper-pagination-progressbar {
  height: 3px !important;
  border-radius: 999px;
  background: #dfe8e2 !important;
  overflow: hidden;
}

.swiper-pagination-progressbar-fill {
  border-radius: inherit;
  background: var(--evx-green) !important;
}

.ui-badge {
  border-radius: 6px;
  font-weight: 700;
}

.ui-badge--red,
.ui-badge--lightred {
  background: var(--evx-danger) !important;
}

.ui-badge--orange,
.ui-badge--yellow {
  color: #332716 !important;
  background: #e5a93e !important;
}

.ui-badge--purple,
.ui-badge--blue,
.ui-badge--green {
  color: #fff !important;
  background: var(--evx-green-mid) !important;
}

/* Catalog, information pages and content surfaces */
.categories-aside__offcanvas-in,
.panel,
.well,
.auth__form,
.reviews__form,
.contacts__form,
.cart__content,
.checkout__content {
  border: 1px solid var(--evx-line);
  border-radius: 16px !important;
  background: #fff;
  box-shadow: var(--evx-shadow-soft);
}

.categories-aside__link {
  color: var(--evx-ink);
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f3f6f4;
}

.categories-aside__link span {
  border-radius: 8px;
  background: #e4ece7;
}

.categories-aside__link:hover,
.categories-aside__menu > li.is-open > .categories-aside__link {
  color: var(--evx-green) !important;
  border-color: rgba(31, 106, 71, .18);
  background: var(--evx-green-soft);
}

.catalog .ui-select .selectric,
.catalog .ui-display__btn {
  border-color: var(--evx-line) !important;
  border-radius: 10px;
  background: #fff;
}

.catalog .ui-display__btn.is-active,
.catalog .ui-display__btn:hover,
.pagination__link:hover {
  color: var(--evx-green) !important;
  background: var(--evx-green-soft);
}

.sku,
.details__section,
.details__tabs,
.contacts__wrapper,
.seo__wrapper {
  border-color: var(--evx-line) !important;
  border-radius: 18px !important;
  background: #fff;
}

.sku__gallery,
.sku__view {
  background: #fbfcfb;
}

.sku__info-item,
.sku__delivery,
.details__section-head,
.details__section-body {
  border-color: #e4ebe6 !important;
}

.ui-table th,
.table.table-bordered th,
.ui-wysiwyg table:not([class]) th {
  border-color: var(--evx-green) !important;
  background: var(--evx-green) !important;
}

.alert-success {
  color: #1b5b3c;
  border-color: #b8d9c5;
  background: #eaf5ee;
}

.alert-danger,
.text-danger {
  color: #a4433b;
}

[data-marquiz-id] {
  border-radius: 16px;
  box-shadow: var(--evx-shadow-soft);
  overflow: hidden;
}

.marquiz__button {
  color: #fff !important;
  border-color: var(--evx-green) !important;
  background: var(--evx-green) !important;
  box-shadow: 0 10px 24px rgba(31, 106, 71, .22) !important;
}

.marquiz__button:hover,
.marquiz__button:focus {
  color: #fff !important;
  border-color: var(--evx-green-dark) !important;
  background: var(--evx-green-dark) !important;
}

/* Header logo reused in footer */
.evx-footer__main {
  grid-template-columns: minmax(230px, 1.05fr) minmax(300px, 1.55fr) minmax(210px, .8fr);
  padding: 46px 0 40px;
}

.evx-footer__header-logo {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

.evx-footer__header-logo img {
  display: block;
  width: min(196px, 100%);
  height: auto;
}

.evx-footer__to-top {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  text-decoration: none;
}

.evx-footer__to-top:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .evx-footer__main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .evx-hero__image {
    object-position: 70% 50%;
  }

  .page-homepage #content > .categories,
  .page-homepage #content > .products-featured,
  .page-homepage #content > .blog-featured,
  .page-homepage #content > .reviews-featured,
  .page-homepage #content > .subsc,
  .page-homepage #content > .brands-featured,
  .page-homepage #content > .benefits,
  .page-homepage #content > .seo {
    margin-bottom: 22px;
  }

  .page-homepage .categories > .container-fluid,
  .page-homepage .products-featured > .container-fluid,
  .page-homepage .blog-featured > .container-fluid,
  .page-homepage .reviews-featured > .container-fluid,
  .page-homepage .subsc > .container-fluid,
  .page-homepage .brands-featured > .container-fluid,
  .page-homepage .benefits > .container-fluid,
  .page-homepage .seo > .container-fluid {
    width: calc(100% - 20px);
  }

  .page-homepage .products-featured > .container-fluid,
  .page-homepage .blog-featured > .container-fluid,
  .page-homepage .reviews-featured > .container-fluid,
  .page-homepage .brands-featured > .container-fluid {
    padding-top: 24px;
    padding-bottom: 25px;
    border-radius: 18px;
  }

  .page-homepage .products-featured__title,
  .page-homepage .blog-featured__title,
  .page-homepage .reviews-featured__title,
  .page-homepage .brands-featured__title {
    font-size: 25px;
  }

  .page-homepage .subsc__wrapper,
  .page-homepage .seo__wrapper {
    border-radius: 18px;
  }

  .evx-footer__main {
    grid-template-columns: 1fr;
  }

  [data-marquiz-id] {
    display: none !important;
  }

  body .marquiz__container,
  body .marquiz__container_inline {
    display: none !important;
  }

  .products__item-image {
    height: 28rem !important;
  }

  .catalog .products__item-image img,
  .products-featured .products__item-image img,
  .products__list .products__item-image img {
    transform: scale(1.36);
  }

  .sku__slide img {
    transform: scale(1.28);
  }
}

/* v24: one visual standard for search and all internal pages. */
.evx-cover__search {
  height: 50px;
  padding: 4px;
  border-color: #ccdbd1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(18, 61, 41, .06);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.evx-cover__search:focus-within,
.evx-cover__mobile-search:focus-within {
  border-color: rgba(31, 106, 71, .58);
  box-shadow: 0 0 0 3px rgba(31, 106, 71, .10);
}

.evx-cover__search input {
  padding-right: 19px;
  padding-left: 15px;
}

.evx-cover__search button,
.evx-cover__mobile-search button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 108px;
  margin: 0;
  border-radius: 10px;
  color: #fff;
  background: #1f6a47;
  box-shadow: 0 7px 16px rgba(31, 106, 71, .18);
  line-height: 1;
  white-space: nowrap;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.evx-cover__search button::before,
.evx-cover__mobile-search button::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background: center / 15px 15px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='10.8' cy='10.8' r='6.8'/%3E%3Cpath d='m16 16 4.5 4.5'/%3E%3C/svg%3E");
}

.evx-cover__search button:hover,
.evx-cover__mobile-search button:hover {
  color: #fff;
  background: #164c34;
  box-shadow: 0 9px 20px rgba(22, 76, 52, .24);
  transform: translateY(-1px);
}

body:not(.evx-home) .main {
  min-height: 650px;
  padding: 30px 0 76px;
  background:
    radial-gradient(circle at 3% 7%, rgba(31, 106, 71, .055), transparent 22%),
    linear-gradient(180deg, #f5f8f6 0%, #f1f5f2 100%);
}

body:not(.evx-home) .main > .container-fluid {
  width: calc(100% - 48px);
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body:not(.evx-home) .main h1,
body:not(.evx-home) .auth__title,
body:not(.evx-home) .catalog__title,
body:not(.evx-home) .sku__title,
body:not(.evx-home) .article__title {
  margin-bottom: 8px;
  color: #14251c;
  font-size: clamp(32px, 3.15vw, 48px);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: -.042em;
}

body:not(.evx-home) .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 650;
}

body:not(.evx-home) .breadcrumb a {
  color: #6f8277 !important;
  transition: color .18s ease;
}

body:not(.evx-home) .breadcrumb a:hover {
  color: #1f6a47 !important;
}

body:not(.evx-home) .categories-aside__offcanvas-in,
body:not(.evx-home) .search-page,
body:not(.evx-home) .contacts__wrapper,
body:not(.evx-home) .auth__form,
body:not(.evx-home) .system,
body:not(.evx-home) .sku,
body:not(.evx-home) .details__section,
body:not(.evx-home) .details__tabs,
body:not(.evx-home) .article__body {
  border: 1px solid #d8e4db !important;
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 13px 34px rgba(17, 59, 37, .065);
}

body:not(.evx-home) .categories-aside__offcanvas-in {
  padding: 26px;
}

body:not(.evx-home) .categories-aside__title {
  margin-bottom: 18px;
  color: #17271f;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -.025em;
}

body:not(.evx-home) .categories-aside__link {
  min-height: 48px;
  padding: 0 15px;
  border-radius: 12px;
  background: #f3f7f4;
  font-weight: 650;
}

body:not(.evx-home) .categories-aside__sublink {
  color: #43574c;
  line-height: 1.45;
}

body:not(.evx-home) .categories-aside__sublink:hover {
  color: #1f6a47;
}

body:not(.evx-home) .products-categories__item {
  height: 100%;
  min-height: 270px;
  border: 1px solid #dce7df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 63, 39, .055);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body:not(.evx-home) .products-categories__item:hover {
  border-color: rgba(31, 106, 71, .36);
  box-shadow: 0 17px 34px rgba(20, 63, 39, .11);
  transform: translateY(-4px);
}

body:not(.evx-home) .products-categories__item-image {
  background:
    radial-gradient(circle at 50% 54%, rgba(31, 106, 71, .08), transparent 37%),
    linear-gradient(145deg, #fbfcfb 0%, #f0f5f2 100%);
}

body:not(.evx-home) .products-categories__item-image img {
  filter: drop-shadow(0 13px 13px rgba(23, 58, 39, .13));
  transition: transform .22s ease;
}

body:not(.evx-home) .products-categories__item:hover img {
  transform: translateY(-3px) scale(1.035);
}

body:not(.evx-home) .products-categories__item-title {
  color: #1a2c22;
  font-size: 16px;
  font-weight: 750;
}

body:not(.evx-home) .search-page {
  margin-bottom: 28px;
  padding: 28px;
}

body:not(.evx-home) .search-page .ui-legend {
  display: block;
  margin-bottom: 20px;
  color: #17271f;
  font-size: 22px;
  font-weight: 850;
}

body:not(.evx-home) .search-page .ui-input,
body:not(.evx-home) .search-page .selectric {
  min-height: 48px;
}

body:not(.evx-home) .search-page #button-search {
  min-width: 122px;
  min-height: 48px;
  margin-top: 3px;
}

body:not(.evx-home) .settings {
  margin-bottom: 20px;
  padding: 9px;
  border: 1px solid #dfe8e2;
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
}

body:not(.evx-home) .products__item-in {
  border-radius: 19px !important;
  box-shadow: 0 8px 25px rgba(18, 58, 37, .06);
}

body:not(.evx-home) .products__item:hover .products__item-in {
  box-shadow: 0 17px 36px rgba(18, 58, 37, .12) !important;
}

body:not(.evx-home) .sku {
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(18, 58, 37, .075);
}

body:not(.evx-home) .sku__gallery,
body:not(.evx-home) .sku__view {
  background:
    radial-gradient(circle at 52% 49%, rgba(31, 106, 71, .07), transparent 35%),
    #fbfcfb;
}

body:not(.evx-home) .sku__info {
  background: #fff;
}

body:not(.evx-home) .details__section,
body:not(.evx-home) .details__tabs {
  margin-top: 28px;
  overflow: hidden;
}

body:not(.evx-home) .contacts__map {
  border: 1px solid #d8e4db;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(17, 59, 37, .065);
  overflow: hidden;
}

body:not(.evx-home) .contacts__wrapper {
  margin-top: 24px;
  padding: clamp(28px, 4vw, 54px);
}

body:not(.evx-home) .contacts__form .ui-btn {
  min-height: 52px;
}

body:not(.evx-home) .auth > .container-fluid {
  width: min(100% - 32px, 760px);
}

body:not(.evx-home) .auth__head {
  margin-bottom: 22px;
}

body:not(.evx-home) .auth__form {
  padding: 30px;
}

body:not(.evx-home) .auth__form .ui-fieldset + .ui-fieldset {
  margin-top: 24px;
}

body:not(.evx-home) .auth__form hr {
  margin: 0 0 20px;
  border-color: #dfe7e1;
}

body:not(.evx-home) .system {
  max-width: 820px;
  min-height: 0;
  margin: 36px auto 0;
  padding: clamp(42px, 6vw, 72px);
  text-align: center;
}

body:not(.evx-home) .system__image {
  width: min(280px, 80%);
  height: 86px;
  margin: 0 auto 27px;
  background: center / contain no-repeat url("/image/catalog/logo/everest-logo-v30.svg");
}

body:not(.evx-home) .system__image img {
  display: none;
}

body:not(.evx-home) .system__title {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 42px);
}

body:not(.evx-home) .system__text {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #65786d;
  font-size: 16px;
  line-height: 1.7;
}

body:not(.evx-home) .article__image,
body:not(.evx-home) .blog__image {
  border-radius: 22px;
  overflow: hidden;
}

body:not(.evx-home) .article__body {
  max-width: 1040px;
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 54px);
  color: #2b3a32;
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .evx-cover__mobile-search {
    height: 50px;
    padding: 4px;
    border-radius: 13px;
    background: #fff;
    overflow: hidden;
  }

  .evx-cover__mobile-search button {
    min-width: 104px;
    padding: 0 15px;
    font-size: 13px;
  }

  body:not(.evx-home) .main {
    min-height: 560px;
    padding-top: 24px;
    padding-bottom: 58px;
  }

  body:not(.evx-home) .main > .container-fluid {
    width: calc(100% - 28px);
  }

  body:not(.evx-home) .main h1,
  body:not(.evx-home) .auth__title,
  body:not(.evx-home) .catalog__title,
  body:not(.evx-home) .sku__title,
  body:not(.evx-home) .article__title {
    font-size: clamp(29px, 7.5vw, 40px);
  }

  body:not(.evx-home) .breadcrumb {
    margin-bottom: 22px;
  }

  body:not(.evx-home) .search-page,
  body:not(.evx-home) .auth__form {
    padding: 22px;
  }
}

@media (max-width: 575px) {
  .evx-cover__mobile-search button {
    min-width: 94px;
    padding: 0 12px;
  }

  body:not(.evx-home) .main > .container-fluid {
    width: calc(100% - 20px);
  }

  body:not(.evx-home) .categories-aside__offcanvas-in,
  body:not(.evx-home) .search-page,
  body:not(.evx-home) .contacts__wrapper,
  body:not(.evx-home) .auth__form,
  body:not(.evx-home) .system,
  body:not(.evx-home) .sku,
  body:not(.evx-home) .details__section,
  body:not(.evx-home) .details__tabs,
  body:not(.evx-home) .article__body {
    border-radius: 17px !important;
  }

  body:not(.evx-home) .products-categories__item {
    min-height: 230px;
    border-radius: 17px;
  }

  body:not(.evx-home) .contacts__wrapper,
  body:not(.evx-home) .article__body {
    padding: 22px;
  }

  body:not(.evx-home) .auth__head {
    align-items: flex-start;
    gap: 14px;
  }

  body:not(.evx-home) .system {
    margin-top: 18px;
    padding: 38px 22px;
  }
}

/* v18: entirely new homepage header and cover markup. */
#app > .header {
  display: none !important;
}

.evx-cover,
.evx-cover *,
.evx-global-header,
.evx-global-header * {
  box-sizing: border-box;
}

.evx-cover {
  position: relative;
  width: 100%;
  margin: 0;
  color: #15261d;
  background: #f3f6f3;
  overflow: hidden;
}

.evx-cover__header {
  position: relative;
  z-index: 30;
  height: 92px;
  border-bottom: 1px solid #dce6df;
  background: rgba(255, 255, 255, .98);
}

.evx-cover__header-inner {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 34px);
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(24px, 3vw, 48px);
}

.evx-cover__logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: clamp(174px, 14vw, 220px);
}

.evx-cover__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.evx-cover__nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(15px, 1.5vw, 25px);
}

.evx-cover__nav a {
  color: #273a30;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.evx-cover__nav a:hover {
  color: #1f6a47;
  text-decoration: none;
}

.evx-cover__search {
  display: grid;
  flex: 1 1 360px;
  grid-template-columns: minmax(150px, 1fr) auto;
  min-width: 220px;
  height: 48px;
  border: 1px solid #d4e1d7;
  border-radius: 12px;
  background: #f4f7f5;
  overflow: hidden;
}

.evx-cover__search input,
.evx-cover__mobile-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #21352a;
  background: transparent;
}

.evx-cover__search input {
  padding: 0 17px;
  font-size: 13px;
}

.evx-cover__search button,
.evx-cover__mobile-search button {
  border: 0;
  color: #fff;
  background: #1f6a47;
  font-weight: 800;
  cursor: pointer;
}

.evx-cover__search button {
  padding: 0 20px;
  font-size: 13px;
}

.evx-cover__header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.evx-cover__phone {
  display: flex;
  flex-direction: column;
  color: #182b21;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.evx-cover__phone:hover {
  color: #1f6a47;
  text-decoration: none;
}

.evx-cover__phone small {
  margin-bottom: 4px;
  color: #84938b;
  font-size: 10px;
}

.evx-cover__phone strong {
  font-size: 13px;
}

.evx-cover__account,
.evx-cover__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #d8e3db;
  border-radius: 11px;
  color: #25382e;
  background: #fff;
  text-decoration: none;
}

.evx-cover__account:hover,
.evx-cover__cart:hover {
  color: #1f6a47;
  border-color: #9fc6ae;
  text-decoration: none;
}

.evx-cover__account {
  width: 44px;
}

.evx-cover__cart {
  gap: 7px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 700;
}

.evx-cover__account svg,
.evx-cover__cart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.evx-cover__menu-toggle,
.evx-cover__menu-button,
.evx-cover__mobile-panel {
  display: none;
}

.evx-cover__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, .92fr) minmax(620px, 1.08fr);
  min-height: 700px;
  overflow: hidden;
}

.evx-cover__copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 6.2vw, 104px) clamp(48px, 6vw, 96px);
}

.evx-cover__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 23px;
  color: #1f6a47;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evx-cover__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  margin: 7px 11px 0 0;
  background: #f0ad55;
}

.evx-cover__copy h1 {
  max-width: 720px;
  margin: 0;
  color: #12231a;
  font-size: clamp(48px, 4.75vw, 76px);
  line-height: .97;
  font-weight: 850;
  letter-spacing: -.055em;
}

.evx-cover__copy h1 em {
  display: block;
  color: #1f6a47;
  font-style: normal;
}

.evx-cover__copy > p {
  max-width: 630px;
  margin: 27px 0 0;
  color: #5e7167;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.58;
}

.evx-cover__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.evx-cover__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #1f6a47;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.evx-cover__primary {
  color: #fff;
  background: #1f6a47;
  box-shadow: 0 12px 26px rgba(31, 106, 71, .18);
}

.evx-cover__primary:hover {
  color: #fff;
  background: #174e36;
  text-decoration: none;
}

.evx-cover__secondary {
  color: #1f6a47;
  background: transparent;
}

.evx-cover__secondary:hover {
  color: #174e36;
  background: #e8f1eb;
  text-decoration: none;
}

.evx-cover__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  max-width: 690px;
  margin: 39px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #d7e1da;
  list-style: none;
}

.evx-cover__features li {
  display: flex;
  gap: 10px;
  min-width: 0;
}

.evx-cover__features b {
  flex: 0 0 auto;
  color: #e59d42;
  font-size: 11px;
}

.evx-cover__features span,
.evx-cover__features strong,
.evx-cover__features small {
  display: block;
}

.evx-cover__features strong {
  color: #1b3025;
  font-size: 12px;
  line-height: 1.25;
}

.evx-cover__features small {
  margin-top: 4px;
  color: #77887f;
  font-size: 11px;
  line-height: 1.35;
}

.evx-cover__visual {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.evx-cover__visual::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -13%;
  z-index: -2;
  background:
    radial-gradient(circle at 70% 40%, rgba(242, 177, 93, .20), transparent 29%),
    linear-gradient(145deg, #155039 0%, #082d1e 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.evx-cover__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 48px 48px;
}

.evx-cover__visual img {
  position: absolute;
  z-index: 2;
  right: -5%;
  bottom: -2%;
  width: 116%;
  height: 104%;
  object-fit: contain;
  object-position: 58% 52%;
  filter: drop-shadow(0 30px 34px rgba(2, 24, 14, .24));
}

.evx-cover__watermark {
  position: absolute;
  top: 9%;
  right: 3%;
  z-index: 0;
  color: rgba(255, 255, 255, .055);
  font-size: clamp(74px, 9vw, 150px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
}

@media (max-width: 1399px) {
  .evx-cover__header-inner {
    gap: 18px;
  }

  .evx-cover__nav {
    display: none;
  }

  .evx-cover__hero {
    grid-template-columns: minmax(480px, .96fr) minmax(520px, 1.04fr);
  }
}

@media (max-width: 991px) {
  .evx-cover__header {
    height: 72px;
  }

  .evx-cover__header-inner {
    display: grid;
    grid-template-columns: 44px 1fr auto auto;
    gap: 9px;
    padding: 0 14px;
  }

  .evx-cover__menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .evx-cover__menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #1e3127;
  }

  .evx-cover__logo {
    justify-self: center;
    width: min(178px, 100%);
  }

  .evx-cover__search,
  .evx-cover__phone,
  .evx-cover__cart span {
    display: none;
  }

  .evx-cover__account,
  .evx-cover__cart {
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .evx-cover__menu-toggle:checked ~ .evx-cover__mobile-panel {
    display: block;
  }

  .evx-cover__mobile-panel {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 50;
    padding: 18px 20px 24px;
    border-top: 1px solid #e4ebe6;
    background: #fff;
    box-shadow: 0 22px 44px rgba(13, 55, 34, .14);
  }

  .evx-cover__mobile-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    height: 46px;
    border: 1px solid #d4e1d7;
    border-radius: 10px;
    background: #f4f7f5;
    overflow: hidden;
  }

  .evx-cover__mobile-search input {
    padding: 0 14px;
  }

  .evx-cover__mobile-search button {
    padding: 0 17px;
  }

  .evx-cover__mobile-panel nav {
    display: grid;
    margin-top: 15px;
  }

  .evx-cover__mobile-panel nav a {
    padding: 11px 2px;
    border-bottom: 1px solid #edf1ee;
    color: #263a2f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .evx-cover__hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .evx-cover__copy {
    order: 1;
    padding: 46px 24px 50px;
  }

  .evx-cover__copy h1 {
    font-size: clamp(42px, 9vw, 64px);
  }

  .evx-cover__visual {
    order: 2;
    min-height: 520px;
  }

  .evx-cover__visual::before {
    inset: 0;
    clip-path: none;
  }
}

@media (max-width: 575px) {
  .evx-cover__header-inner {
    grid-template-columns: 42px 1fr 42px 42px;
    padding: 0 9px;
  }

  .evx-cover__logo {
    width: min(164px, 100%);
  }

  .evx-cover__copy {
    padding: 40px 22px 43px;
  }

  .evx-cover__eyebrow {
    margin-bottom: 19px;
    font-size: 10px;
  }

  .evx-cover__copy h1 {
    font-size: clamp(38px, 10.4vw, 50px);
  }

  .evx-cover__copy > p {
    margin-top: 22px;
    font-size: 16px;
  }

  .evx-cover__buttons {
    display: grid;
    margin-top: 27px;
  }

  .evx-cover__buttons a {
    width: 100%;
  }

  .evx-cover__features {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 31px;
    padding-top: 23px;
  }

  .evx-cover__features li {
    align-items: center;
  }

  .evx-cover__visual {
    min-height: 390px;
  }

  .evx-cover__visual img {
    right: -12%;
    bottom: -3%;
    width: 125%;
    height: 108%;
  }
}

/* v14: fully redrawn homepage cover — header and banner share one visual language. */
.evx-home .header {
  color: #fff;
  border-color: #174b34;
  background:
    radial-gradient(circle at 72% -80%, rgba(100, 181, 129, .22), transparent 42%),
    linear-gradient(135deg, #0b3423 0%, #124b33 100%) !important;
  box-shadow: 0 22px 58px rgba(7, 38, 24, .18);
}

.evx-home .header__row::before {
  background: transparent;
}

.evx-home .header__row--01 {
  border-bottom-color: rgba(255, 255, 255, .10);
}

.evx-home .header__info-link,
.evx-home .header__call-btn {
  color: rgba(255, 255, 255, .78);
}

.evx-home .header__info-link:hover,
.evx-home .header__call-btn:hover {
  color: #fff;
}

.evx-home .header__call-btn mark {
  color: #f5c77e;
}

.evx-home .header__desktop .header__logo {
  height: 5rem;
  padding: .7rem 1.2rem;
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(2, 28, 17, .22);
}

.evx-home .header__row--02 .header__search-control {
  border-color: rgba(255, 255, 255, .22);
  border-radius: 1.3rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(2, 28, 17, .18);
}

.evx-home .header__row--02 .header__search-input {
  color: #193226;
  background: #fff;
}

.evx-home .header__row--02 .header__search-input::placeholder {
  color: #7f9188;
}

.evx-home .header__row--02 .header__search-btn {
  color: #173326;
  border-color: #f2b15d !important;
  border-radius: 1rem;
  background: #f2b15d !important;
  font-weight: 800;
}

.evx-home .header__row--02 .header__search-btn:hover {
  border-color: #f7c77f !important;
  background: #f7c77f !important;
}

.evx-home .header__acc-btn,
.evx-home .header__action,
.evx-home .header__cart-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.evx-home .header__acc-btn:hover,
.evx-home .header__action:hover,
.evx-home .header__cart-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .14);
}

.evx-home .header__action-btn,
.evx-home .header__cart-total,
.evx-home .header__cart-total mark {
  color: #fff;
}

.evx-home .header__action-line {
  background: rgba(255, 255, 255, .20);
}

.evx-home .header__catalog-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, .22) !important;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .08);
}

.evx-home .header__catalog-btn:hover {
  color: #173326;
  border-color: #f2b15d !important;
  background: #f2b15d;
}

.evx-home .evx-hero {
  border-color: #174b34;
  border-top-color: rgba(255, 255, 255, .11);
  background: #0d3a27;
  box-shadow: 0 28px 68px rgba(7, 38, 24, .20);
}

/* v16 final cascade: enforce the full-bleed reset after legacy geometry. */
.evx-home .header {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  color: #17271f;
  border: 0;
  border-bottom: 1px solid #dce7df;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none;
}

.evx-home .header > .container-fluid {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.evx-home .evx-hero {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  background: #0b3423;
  box-shadow: none;
}

/* v16: full-bleed header and hero rebuilt from a clean visual baseline. */
.evx-home .header {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  color: #17271f;
  border: 0;
  border-bottom: 1px solid #dce7df;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none;
}

.evx-home .header > .container-fluid {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.evx-home .header__row::before {
  background: transparent;
}

.evx-home .header__row--01 {
  border-bottom-color: #edf2ee;
}

.evx-home .header__info-link,
.evx-home .header__call-btn {
  color: #31443a;
}

.evx-home .header__info-link:hover,
.evx-home .header__call-btn:hover {
  color: #1f6a47;
}

.evx-home .header__call-btn mark {
  color: #829188 !important;
}

.evx-home .header__desktop .header__logo {
  height: 4.8rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.evx-home .header__row--02 .header__search-control {
  border: 1px solid #d4e2d8;
  border-radius: 1.2rem;
  background: #f3f7f4;
  box-shadow: none;
}

.evx-home .header__row--02 .header__search-input {
  color: #17271f;
  background: transparent;
}

.evx-home .header__row--02 .header__search-input::placeholder {
  color: #7c8e84;
}

.evx-home .header__row--02 .header__search-btn {
  color: #fff !important;
  border-color: #1f6a47 !important;
  border-radius: 1rem;
  background: #1f6a47 !important;
}

.evx-home .header__row--02 .header__search-btn:hover {
  color: #fff !important;
  border-color: #164c34 !important;
  background: #164c34 !important;
}

.evx-home .header__acc-btn,
.evx-home .header__action,
.evx-home .header__cart-btn {
  color: #24362c;
  border-color: #dbe5de !important;
  background: #fff;
  box-shadow: none;
}

.evx-home .header__acc-btn:hover,
.evx-home .header__action:hover,
.evx-home .header__cart-btn:hover {
  color: #1f6a47;
  border-color: #9dc4ad !important;
  background: #f3f8f4;
}

.evx-home .header__action-btn,
.evx-home .header__cart-total,
.evx-home .header__cart-total mark {
  color: #24362c;
}

.evx-home .header__action-line {
  background: #dce5df;
}

.evx-home .header .header__catalog-btn {
  color: #fff !important;
  border-color: #1f6a47 !important;
  border-radius: 1rem;
  background: #1f6a47 !important;
  box-shadow: none;
}

.evx-home .header .header__catalog-btn:hover {
  color: #fff !important;
  border-color: #164c34 !important;
  background: #164c34 !important;
}

.evx-home .evx-hero {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  background: #0b3423;
  box-shadow: none;
}

.evx-home .evx-hero__inner {
  grid-template-columns: minmax(480px, .96fr) minmax(520px, 1.04fr);
  min-height: 650px;
}

.evx-home .evx-hero__copy {
  position: relative;
  padding: clamp(54px, 6vw, 96px);
  color: #17271f;
  background:
    radial-gradient(circle at 6% 4%, rgba(31, 106, 71, .10), transparent 27%),
    linear-gradient(145deg, #fff 0%, #f2f6f3 100%);
}

.evx-home .evx-hero__copy::before {
  content: "";
  position: absolute;
  top: clamp(54px, 6vw, 96px);
  left: 0;
  width: 6px;
  height: 118px;
  background: #f2b15d;
}

.evx-home .evx-hero__eyebrow {
  color: #1f6a47;
  border-color: rgba(31, 106, 71, .20);
  background: #eaf3ed;
}

.evx-home .evx-hero__title {
  max-width: 680px;
  color: #14241c;
  font-size: clamp(44px, 4.25vw, 68px);
  line-height: .99;
  text-shadow: none;
}

.evx-home .evx-hero__lead {
  max-width: 620px;
  color: #586d62;
}

.evx-home .evx-button--primary {
  color: #fff;
  border-color: #1f6a47;
  background: #1f6a47;
  box-shadow: 0 12px 26px rgba(31, 106, 71, .20);
}

.evx-home .evx-button--primary:hover {
  color: #fff;
  border-color: #164c34;
  background: #164c34;
}

.evx-home .evx-button--ghost {
  color: #1f6a47;
  border-color: #8bb79b;
  background: transparent;
}

.evx-home .evx-button--ghost:hover {
  color: #164c34;
  border-color: #1f6a47;
  background: #eaf3ed;
}

.evx-home .evx-hero__benefits {
  border-top-color: #d6e2d9;
}

.evx-home .evx-hero__benefits strong {
  color: #17271f;
}

.evx-home .evx-hero__benefits span {
  color: #687c71;
}

.evx-home .evx-hero__benefits li::before {
  border-color: #fff;
  background: #f2b15d;
  box-shadow: 0 0 0 1px rgba(210, 139, 48, .45);
}

.evx-home .evx-hero__visual {
  border: 0;
  background:
    radial-gradient(circle at 68% 43%, rgba(242, 177, 93, .18), transparent 27%),
    radial-gradient(circle at 46% 54%, rgba(89, 175, 121, .30), transparent 39%),
    linear-gradient(145deg, #124a32 0%, #08291b 100%);
}

.evx-home .evx-hero__visual::before {
  background: linear-gradient(180deg, rgba(5, 24, 15, 0) 54%, rgba(5, 24, 15, .36) 100%);
}

.evx-home .evx-hero__visual::after {
  opacity: .40;
  background-size: 48px 48px;
  box-shadow: none;
}

.evx-home .evx-hero__tag,
.evx-home .evx-hero__status {
  display: none;
}

@media (max-width: 1199px) {
  .evx-home .header {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .evx-home.is-header-v7 .header__mobile-fixed,
  .evx-home .header__mobile {
    color: #17271f;
    border-color: transparent;
    background: #fff;
  }

  .evx-home .header__mobile .header__logo {
    height: 5.2rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .evx-home .header__nav-btn,
  .evx-home .header__call-btn,
  .evx-home .header__search-btn,
  .evx-home .header__acc-btn,
  .evx-home .header__cart-btn {
    color: #17271f;
  }

  .evx-home .evx-hero {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 767px) {
  .evx-home .evx-hero__inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .evx-home .evx-hero__copy {
    order: 1;
    padding: 4.2rem 2.5rem 4.8rem;
  }

  .evx-home .evx-hero__copy::before {
    top: 4.2rem;
    width: 4px;
    height: 88px;
  }

  .evx-home .evx-hero__title {
    font-size: clamp(36px, 10vw, 46px);
  }

  .evx-home .evx-hero__visual {
    order: 2;
    min-height: 40rem;
    border: 0;
  }
}

/* v37 compact footer with contacts and map. */
.evx-footer.footer--v5 {
  color: rgba(255, 255, 255, .74);
  border-top: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 139, 94, .18), transparent 32%),
    #0d3022 !important;
}

.evx-footer > .container-fluid {
  box-sizing: border-box;
  width: 100%;
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.evx-footer .evx-footer__main {
  display: grid;
  grid-template-columns: minmax(205px, .78fr) minmax(230px, .9fr) minmax(285px, 1.08fr) minmax(300px, 1.12fr);
  padding: 42px 0 34px;
  align-items: start;
  gap: clamp(24px, 2.8vw, 44px);
}

.evx-footer__brand,
.evx-footer__nav,
.evx-footer__contact,
.evx-footer__map {
  min-width: 0;
}

.evx-footer .evx-footer__header-logo {
  position: relative;
  display: inline-flex;
  padding: 0 0 14px;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.evx-footer .evx-footer__header-logo::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: #f2b15d;
  content: "";
}

.evx-footer__wordmark {
  color: #fff;
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: .055em;
}

.evx-footer .evx-footer__header-logo small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.evx-footer__brand > p {
  max-width: 240px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.55;
}

.evx-footer .evx-footer__heading {
  display: block;
  margin: 0 0 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.evx-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.evx-footer__links,
.evx-footer__phones,
.evx-footer__custom-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.evx-footer__links li + li,
.evx-footer__custom-links li + li {
  margin-top: 9px;
}

.evx-footer__links a,
.evx-footer__custom-links a {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease;
}

.evx-footer__links a:hover,
.evx-footer__custom-links a:hover,
.evx-footer__details a:hover,
.evx-footer__map-link:hover {
  color: #fff;
  text-decoration: none;
}

.evx-footer__phones {
  margin-bottom: 17px;
}

.evx-footer__phones a {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.evx-footer__details {
  display: grid;
  margin: 0;
  gap: 12px;
}

.evx-footer__details > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
}

.evx-footer__details dt {
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.evx-footer__details dd {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.evx-footer__details a {
  color: inherit;
  text-decoration: none;
}

.evx-footer .evx-footer__callback {
  display: inline-flex;
  min-height: 39px;
  margin-top: 17px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
}

.evx-footer .evx-footer__callback:hover {
  color: #143726;
  border-color: #f2b15d;
  background: #f2b15d;
}

.evx-footer__map-frame {
  position: relative;
  height: 174px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: #dfe8e2;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .17);
  overflow: hidden;
}

.evx-footer__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.78) contrast(.95);
}

.evx-footer__map-link {
  display: inline-flex;
  margin-top: 11px;
  align-items: center;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 700;
  gap: 7px;
  text-decoration: none;
}

.evx-footer__map-link span {
  color: #f2b15d;
  font-size: 14px;
}

.evx-footer .evx-footer__bottom {
  display: flex;
  min-height: 64px;
  padding: 17px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .45);
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.evx-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 7px 14px;
}

@media (max-width: 1199px) {
  .evx-footer .evx-footer__main {
    grid-template-columns: minmax(200px, .75fr) minmax(260px, 1fr) minmax(290px, 1fr);
  }

  .evx-footer__map {
    grid-column: 1 / -1;
  }

  .evx-footer__map-frame {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .evx-footer .evx-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evx-footer__map {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .evx-footer > .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }

  .evx-footer .evx-footer__main {
    grid-template-columns: minmax(0, 1fr);
    padding: 34px 0 27px;
    gap: 29px;
  }

  .evx-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evx-footer__map {
    grid-column: auto;
  }

  .evx-footer__map-frame {
    height: 190px;
    border-radius: 13px;
  }

  .evx-footer__brand > p {
    max-width: 300px;
  }

  .evx-footer .evx-footer__bottom {
    align-items: flex-start;
  }
}

/* v36 cart feedback and responsive grid containment. */
.evx-page-cart .breadcrumbs > .container-fluid,
.evx-page-cart .main .page > .container-fluid {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1460px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.evx-page-cart .main .page > .container-fluid > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.evx-page-cart .main .page > .container-fluid > .row > [class*="col-"] {
  min-width: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.evx-page-cart .cart,
.evx-page-cart .cart__wrapper,
.evx-page-cart .cart__content,
.evx-page-cart .cart__sidebar,
.evx-page-cart .cart__data,
.evx-page-cart .cart__item {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.evx-page-cart .cart__wrapper {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 340px);
  gap: 20px;
}

.evx-page-cart .cart__item,
.evx-page-cart .evx-cart-table-head {
  grid-template-columns: 126px minmax(180px, 1fr) 104px 132px 32px;
  padding-right: 18px;
  padding-left: 18px;
  gap: 16px;
}

.evx-page-cart .cart__item {
  min-height: 154px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.evx-page-cart .cart__item-image {
  width: 126px;
  height: 108px;
}

.evx-page-cart .cart__sidebar,
.evx-page-cart .cart__sidebar > *,
.evx-page-cart .cart__data,
.evx-page-cart .cart__action {
  width: 100%;
}

.evx-page-cart .cart__data {
  overflow: hidden;
}

.evx-page-cart .cart__data-title {
  display: block;
  margin: 0;
}

.evx-page-cart .cart__data-table {
  width: 100% !important;
  table-layout: fixed;
}

.evx-page-cart .cart__data-table td:first-child,
.evx-page-cart .cart__data-table th:first-child {
  width: 44%;
  padding-right: 10px;
}

.evx-page-cart .cart__data-table td:last-child,
.evx-page-cart .cart__data-table th:last-child {
  width: 56%;
  white-space: nowrap;
}

.evx-cart-toast__copy {
  min-width: 0;
}

.evx-cart-toast__meta {
  display: block;
  margin-top: 4px;
  color: #718279;
  font-size: 12px;
  line-height: 1.35;
}

.evx-cart-toast strong,
.evx-cart-toast__meta {
  overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
  .evx-page-cart .cart__wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .evx-page-cart .cart__sidebar {
    position: static;
  }

  .evx-page-cart .cart__item,
  .evx-page-cart .evx-cart-table-head {
    grid-template-columns: 116px minmax(160px, 1fr) 104px 128px 30px;
    padding-right: 17px;
    padding-left: 17px;
    gap: 14px;
  }

  .evx-page-cart .cart__item-image {
    width: 116px;
    height: 102px;
  }
}

@media (max-width: 767px) {
  .evx-page-cart .breadcrumbs > .container-fluid,
  .evx-page-cart .main .page > .container-fluid {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .evx-page-cart .cart__title {
    margin-bottom: 12px;
  }

  .evx-page-cart .evx-cart-note {
    margin-bottom: 18px;
  }

  .evx-page-cart .cart__content,
  .evx-page-cart .cart__sidebar,
  .evx-page-cart .cart__sidebar > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  .evx-page-cart .cart__item {
    grid-template-columns: 80px minmax(0, 1fr) 26px;
    grid-template-areas:
      "image description action"
      "image price price"
      "number number number";
    padding: 13px;
    gap: 10px;
  }

  .evx-page-cart .cart__item-image {
    width: 80px;
    height: 84px;
  }

  .evx-page-cart .cart__item-title {
    overflow-wrap: anywhere;
  }

  .evx-page-cart .cart__item-number,
  .evx-page-cart .cart__item-number .ui-number {
    width: 100% !important;
    max-width: 100% !important;
  }

  .evx-page-cart .cart__item-action-offcanvas {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 40px);
  }

  .evx-page-cart .cart__data,
  .evx-page-cart .cart__code,
  .evx-page-cart .cart__delivery {
    padding: 18px 15px;
  }

  .evx-cart-toast {
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }
}

/* v34 homepage correction definitions; final precedence is repeated below. */
.evx-cover__search,
.evx-cover__mobile-search {
  box-sizing: border-box !important;
  align-items: center !important;
}

.evx-cover__search {
  display: grid !important;
  grid-template-columns: minmax(150px, 1fr) 84px !important;
  height: 50px !important;
  padding: 4px !important;
}

.evx-cover__search input,
.evx-cover__mobile-search input {
  align-self: stretch !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.evx-cover__search button,
.evx-cover__mobile-search button {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  width: 84px !important;
  min-width: 84px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  line-height: 1 !important;
  transform: none !important;
}

.evx-home .evx-engineering__inner {
  grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(46px, 5.4vw, 82px) !important;
  align-items: center !important;
}

.evx-home .evx-engineering__visual {
  min-height: 650px !important;
}

.evx-home .evx-engineering__visual img {
  right: 0 !important;
  bottom: 0 !important;
  width: 118% !important;
  max-width: none !important;
  height: 96% !important;
  object-position: center !important;
}

.evx-home .evx-engineering__included-title {
  display: block;
  margin-top: 24px;
  color: #193529;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.evx-home .evx-engineering__list {
  margin-top: 12px !important;
}

.evx-home .evx-engineering__content > .evx-home-button {
  margin-top: 22px !important;
}

@media (max-width: 1199px) {
  .evx-home .evx-engineering__inner {
    grid-template-columns: minmax(370px, .85fr) minmax(0, 1.15fr) !important;
    gap: 38px !important;
  }

  .evx-home .evx-engineering__visual {
    min-height: 590px !important;
  }
}

@media (max-width: 991px) {
  .evx-home .evx-engineering__inner {
    grid-template-columns: 1fr !important;
  }

  .evx-home .evx-engineering__visual {
    min-height: 560px !important;
  }
}

@media (max-width: 575px) {
  .evx-cover__visual {
    min-height: 590px !important;
  }

  .evx-cover__visual img {
    top: 0 !important;
    right: -9% !important;
    bottom: auto !important;
    width: 140% !important;
    max-width: none !important;
    height: 75% !important;
    object-position: center top !important;
  }

  .evx-cover__watermark {
    top: 4% !important;
    right: 2% !important;
  }

  .evx-home .evx-engineering__inner {
    gap: 30px !important;
  }

  .evx-home .evx-engineering__visual {
    min-height: 460px !important;
  }

  .evx-home .evx-engineering__visual img {
    right: 0 !important;
    bottom: 0 !important;
    width: 120% !important;
    max-width: none !important;
    height: 92% !important;
  }

  .evx-home .evx-engineering__included-title {
    margin-top: 20px;
    font-size: 12px;
  }

  .evx-home .evx-engineering__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .evx-home .evx-engineering__list li {
    min-height: 124px !important;
    padding: 43px 13px 14px !important;
  }

  .evx-home .evx-engineering__list li::before {
    top: 13px !important;
    left: 13px !important;
  }
}

/* v33 homepage: stable search alignment, larger mobile cover model and rebuilt engineering benefits. */
.evx-cover__search,
.evx-cover__mobile-search {
  align-items: center !important;
}

.evx-cover__search input,
.evx-cover__mobile-search input {
  align-self: stretch;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.evx-cover__search button,
.evx-cover__mobile-search button {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.15 !important;
  transform: none !important;
}

.evx-home .evx-engineering__inner {
  grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr);
  gap: clamp(46px, 5.4vw, 82px);
  align-items: center;
}

.evx-home .evx-engineering__visual {
  min-height: 650px;
}

.evx-home .evx-engineering__visual img {
  right: -8%;
  bottom: 0;
  width: 118%;
  height: 96%;
  object-position: center;
}

.evx-home .evx-engineering__content {
  min-width: 0;
}

.evx-home .evx-engineering__content > p {
  max-width: 690px;
  margin-top: 20px;
}

.evx-home .evx-engineering__list {
  gap: 11px;
  margin-top: 25px;
}

.evx-home .evx-engineering__list li {
  min-height: 110px;
  padding: 17px 15px 15px 45px;
}

.evx-home .evx-engineering__list li::before {
  top: 17px;
  left: 14px;
}

.evx-home .evx-engineering__why {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(31, 106, 71, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
}

.evx-home .evx-engineering__why-title {
  display: block;
  margin-bottom: 13px;
  color: #173426;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
}

.evx-home .evx-engineering__why ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evx-home .evx-engineering__why li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  min-width: 0;
  padding: 12px 10px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(21, 65, 40, .055);
}

.evx-home .evx-engineering__why li > b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #173a29;
  background: #f2b15d;
  font-size: 9px;
  font-weight: 900;
}

.evx-home .evx-engineering__why li span,
.evx-home .evx-engineering__why li strong,
.evx-home .evx-engineering__why li small {
  display: block;
  min-width: 0;
}

.evx-home .evx-engineering__why li strong {
  color: #193529;
  font-size: 12px;
  line-height: 1.25;
}

.evx-home .evx-engineering__why li small {
  margin-top: 5px;
  color: #6a7d72;
  font-size: 10px;
  line-height: 1.4;
}

.evx-home .evx-engineering__content > .evx-home-button {
  margin-top: 22px;
}

@media (max-width: 1199px) {
  .evx-home .evx-engineering__inner {
    grid-template-columns: minmax(370px, .85fr) minmax(0, 1.15fr);
    gap: 38px;
  }

  .evx-home .evx-engineering__visual {
    min-height: 590px;
  }

  .evx-home .evx-engineering__why ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .evx-home .evx-engineering__inner {
    grid-template-columns: 1fr;
  }

  .evx-home .evx-engineering__visual {
    min-height: 560px;
  }

  .evx-home .evx-engineering__why ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .evx-cover__visual {
    min-height: 590px;
  }

  .evx-cover__visual img {
    top: 0;
    right: -9%;
    bottom: auto;
    width: 140%;
    height: 75%;
    object-position: center top;
  }

  .evx-cover__watermark {
    top: 4%;
    right: 2%;
  }

  .evx-home .evx-engineering__inner {
    gap: 30px;
  }

  .evx-home .evx-engineering__visual {
    min-height: 450px;
    border-radius: 22px;
  }

  .evx-home .evx-engineering__visual img {
    right: -9%;
    bottom: 1%;
    width: 120%;
    height: 91%;
  }

  .evx-home .evx-engineering__badge {
    top: 16px;
    left: 16px;
  }

  .evx-home .evx-engineering__note {
    right: 14px;
    bottom: 14px;
    min-width: 0;
  }

  .evx-home .evx-engineering__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .evx-home .evx-engineering__list li {
    min-height: 124px;
    padding: 43px 13px 14px;
  }

  .evx-home .evx-engineering__list li::before {
    top: 13px;
    left: 13px;
  }

  .evx-home .evx-engineering__why {
    margin-top: 18px;
    padding: 15px;
  }

  .evx-home .evx-engineering__why ul {
    grid-template-columns: 1fr;
  }

  .evx-home .evx-engineering__why li {
    padding: 12px;
  }

  .evx-home .evx-engineering__content > .evx-home-button {
    width: 100%;
  }
}

/* v24 final search precedence after legacy cover rules. */
.evx-cover__search {
  height: 50px;
  padding: 4px;
  border: 1px solid #ccdbd1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(18, 61, 41, .06);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.evx-cover__search:focus-within,
.evx-cover__mobile-search:focus-within {
  border-color: rgba(31, 106, 71, .58);
  box-shadow: 0 0 0 3px rgba(31, 106, 71, .10);
}

.evx-cover__search input {
  padding-right: 19px;
  padding-left: 15px;
}

.evx-cover__search button,
.evx-cover__mobile-search button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 108px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #1f6a47;
  box-shadow: 0 7px 16px rgba(31, 106, 71, .18);
  line-height: 1;
  white-space: nowrap;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.evx-cover__search button:hover,
.evx-cover__mobile-search button:hover {
  color: #fff;
  background: #164c34;
  box-shadow: 0 9px 20px rgba(22, 76, 52, .24);
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .evx-cover__mobile-search {
    height: 50px;
    padding: 4px;
    border: 1px solid #ccdbd1;
    border-radius: 13px;
    background: #fff;
    overflow: hidden;
  }

  .evx-cover__mobile-search button {
    min-width: 104px;
    padding: 0 15px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .evx-cover__mobile-search button {
    min-width: 94px;
    padding: 0 12px;
  }
}

/* v19: refined cover geometry and model callouts. */
.evx-cover__header {
  height: 86px;
}

.evx-cover__header-inner {
  gap: clamp(14px, 1.55vw, 25px);
  max-width: 1640px;
  padding-right: clamp(20px, 2.5vw, 40px);
  padding-left: clamp(20px, 2.5vw, 40px);
}

.evx-cover__logo {
  width: clamp(176px, 13.5vw, 208px);
}

.evx-cover__search {
  flex-basis: 330px;
  max-width: 480px;
}

.evx-cover__hero {
  grid-template-columns: minmax(480px, .9fr) minmax(650px, 1.1fr);
  min-height: 650px;
}

.evx-cover__copy {
  padding: clamp(50px, 5.1vw, 78px) clamp(42px, 5.4vw, 86px);
}

.evx-cover__copy h1 {
  font-size: clamp(48px, 4.45vw, 71px);
  line-height: .98;
}

.evx-cover__copy > p {
  max-width: 590px;
  margin-top: 24px;
  line-height: 1.52;
}

.evx-cover__buttons {
  margin-top: 27px;
}

.evx-cover__features {
  display: none;
}

.evx-cover__visual img {
  right: -2%;
  bottom: -1%;
  width: 108%;
  height: 96%;
  object-position: 55% 54%;
}

.evx-cover__watermark {
  top: 7%;
  right: 2%;
}

.evx-cover__callouts {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.evx-cover__callout {
  --evx-line: 54px;
  position: absolute;
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 9px;
  width: 218px;
  min-height: 72px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 12px;
  color: #fff;
  background: rgba(6, 43, 28, .82);
  box-shadow: 0 12px 28px rgba(1, 20, 12, .18);
  backdrop-filter: blur(8px);
}

.evx-cover__callout b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #173a29;
  background: #f2b15d;
  font-size: 10px;
  font-weight: 900;
}

.evx-cover__callout span,
.evx-cover__callout strong,
.evx-cover__callout small {
  display: block;
}

.evx-cover__callout strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.22;
  font-weight: 800;
}

.evx-cover__callout small {
  margin-top: 4px;
  color: rgba(235, 246, 239, .72);
  font-size: 10px;
  line-height: 1.3;
}

.evx-cover__callout::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--evx-line);
  height: 1px;
  background: rgba(242, 177, 93, .78);
}

.evx-cover__callout::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: #f2b15d;
  box-shadow: 0 0 0 5px rgba(242, 177, 93, .14);
}

.evx-cover__callout--production {
  top: 15%;
  left: 8%;
}

.evx-cover__callout--strength {
  bottom: 15%;
  left: 4%;
}

.evx-cover__callout--production::after,
.evx-cover__callout--strength::after {
  left: 100%;
}

.evx-cover__callout--production::before,
.evx-cover__callout--strength::before {
  left: calc(100% + var(--evx-line) - 4px);
}

.evx-cover__callout--sealed {
  top: 26%;
  right: 4%;
}

.evx-cover__callout--complete {
  right: 5%;
  bottom: 9%;
}

.evx-cover__callout--sealed::after,
.evx-cover__callout--complete::after {
  right: 100%;
}

.evx-cover__callout--sealed::before,
.evx-cover__callout--complete::before {
  right: calc(100% + var(--evx-line) - 4px);
}

@media (min-width: 1320px) and (max-width: 1399px) {
  .evx-cover__nav {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .evx-cover__hero {
    grid-template-columns: minmax(450px, .92fr) minmax(520px, 1.08fr);
  }

  .evx-cover__callout {
    --evx-line: 34px;
    width: 194px;
    padding: 11px;
  }

  .evx-cover__callout--production {
    left: 5%;
  }

  .evx-cover__callout--strength {
    left: 2%;
  }

  .evx-cover__callout--sealed,
  .evx-cover__callout--complete {
    right: 3%;
  }
}

@media (max-width: 991px) {
  .evx-cover__header {
    height: 72px;
  }

  .evx-cover__hero {
    display: flex;
  }

  .evx-cover__copy {
    padding: 44px 24px 46px;
  }

  .evx-cover__visual {
    min-height: 560px;
  }

  .evx-cover__visual img {
    right: 0;
    width: 100%;
    height: 91%;
  }
}

@media (max-width: 575px) {
  .evx-cover__copy {
    padding: 38px 22px 40px;
  }

  .evx-cover__copy h1 {
    font-size: clamp(37px, 10.1vw, 48px);
  }

  .evx-cover__visual {
    min-height: 600px;
  }

  .evx-cover__visual img {
    top: -5px;
    right: -8%;
    bottom: auto;
    width: 116%;
    height: 68%;
    object-position: 55% 46%;
  }

  .evx-cover__watermark {
    top: 6%;
  }

  .evx-cover__callouts {
    top: auto;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .evx-cover__callout,
  .evx-cover__callout--production,
  .evx-cover__callout--sealed,
  .evx-cover__callout--strength,
  .evx-cover__callout--complete {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: 83px;
    padding: 10px;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 7px;
    background: rgba(5, 41, 27, .92);
  }

  .evx-cover__callout b {
    width: 25px;
    height: 25px;
    font-size: 9px;
  }

  .evx-cover__callout strong {
    font-size: 11px;
  }

  .evx-cover__callout small {
    font-size: 9px;
  }

  .evx-cover__callout::before,
  .evx-cover__callout::after {
    display: none;
  }
}

@media (max-width: 389px) {
  .evx-cover__visual {
    min-height: 720px;
  }

  .evx-cover__visual img {
    height: 54%;
  }

  .evx-cover__callouts {
    grid-template-columns: 1fr;
  }

  .evx-cover__callout,
  .evx-cover__callout--production,
  .evx-cover__callout--sealed,
  .evx-cover__callout--strength,
  .evx-cover__callout--complete {
    min-height: 67px;
  }
}

/* v20: completely rebuilt homepage below the cover. */
.evx-home .evx-homepage,
.evx-home .evx-homepage * {
  box-sizing: border-box;
}

.evx-home .evx-homepage {
  padding: 0 !important;
  color: #17271f;
  background: #f3f6f3;
  overflow: hidden;
}

.evx-home .evx-home-section {
  position: relative;
  margin: 0;
  padding: clamp(72px, 7vw, 112px) clamp(20px, 3vw, 48px);
}

.evx-home .evx-home-section__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.evx-home .evx-home-heading {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.evx-home .evx-home-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 48px;
  align-items: end;
}

.evx-home .evx-home-heading--center {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.evx-home .evx-home-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: #1f6a47;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.evx-home .evx-home-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  margin-right: 11px;
  background: #f2ad55;
}

.evx-home .evx-home-heading h2,
.evx-home .evx-engineering__content h2,
.evx-home .evx-consult__copy h2 {
  margin: 0;
  color: #13241b;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -.045em;
}

.evx-home .evx-home-heading > p,
.evx-home .evx-home-heading--split > p {
  margin: 0 0 4px;
  color: #66796f;
  font-size: 17px;
  line-height: 1.6;
}

.evx-home .evx-home-heading--center > p {
  max-width: 660px;
  margin: 20px auto 0;
}

.evx-home .evx-home-link {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 13px;
  margin-bottom: 7px;
  color: #1f6a47;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

.evx-home .evx-home-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #a8c7b4;
  border-radius: 50%;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.evx-home .evx-home-link:hover {
  color: #174e36;
  text-decoration: none;
}

.evx-home .evx-home-link:hover span {
  color: #fff;
  background: #1f6a47;
  transform: translateX(3px);
}

.evx-home .evx-module-target {
  min-width: 0;
}

.evx-home .evx-home__module-source[hidden] {
  display: none !important;
}

/* Model directions */
.evx-home .evx-directions {
  padding-top: clamp(78px, 7vw, 108px);
  background:
    radial-gradient(circle at 4% 10%, rgba(31, 106, 71, .08), transparent 22%),
    #f3f6f3;
}

.evx-home .evx-module-target--categories .categories,
.evx-home .evx-module-target--categories .categories > .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.evx-home .evx-module-target--categories .categories__title {
  display: none !important;
}

.evx-home .evx-module-target--categories .categories__swiper {
  margin: 0;
}

.evx-home .evx-module-target--categories .categories__item {
  height: 238px;
  border-radius: 22px !important;
}

.evx-home .evx-module-target--categories .categories__item-in {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #d9e5dc;
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 74%, rgba(31, 106, 71, .10), transparent 34%),
    #fff !important;
  box-shadow: 0 11px 30px rgba(19, 62, 38, .06);
  overflow: hidden;
}

.evx-home .evx-module-target--categories .categories__item-in::after {
  content: "↗";
  position: absolute;
  top: 19px;
  right: 19px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #cadbd0;
  border-radius: 50%;
  color: #1f6a47;
  background: rgba(255, 255, 255, .82);
  font-size: 16px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.evx-home .evx-module-target--categories .categories__item:hover .categories__item-in::after {
  color: #fff;
  background: #1f6a47;
  transform: rotate(45deg);
}

.evx-home .evx-module-target--categories .categories__item-back {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.evx-home .evx-module-target--categories .categories__item-image {
  position: absolute;
  right: -5px;
  bottom: 2px;
  width: 72%;
  height: 74%;
}

.evx-home .evx-module-target--categories .categories__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 16px 15px rgba(21, 64, 40, .13));
}

.evx-home .evx-module-target--categories .categories__item-front {
  position: relative;
  z-index: 3;
  width: 64%;
  padding: 25px 0 0 25px;
  pointer-events: none;
}

.evx-home .evx-module-target--categories .categories__item-title {
  color: #17271f;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -.025em;
}

.evx-home .evx-module-target--categories .categories__item-menu {
  display: none;
}

/* Live product showcase */
.evx-home .evx-models {
  background: #fff;
}

.evx-home .evx-module-target--products .products-featured,
.evx-home .evx-module-target--products .products-featured > .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.evx-home .evx-module-target--products .products-featured__title {
  display: none !important;
}

.evx-home .evx-module-target--products .products-featured__swiper {
  margin: 0;
}

.evx-home .evx-module-target--products .products__item {
  border-radius: 22px !important;
}

.evx-home .evx-module-target--products .products__item-in {
  border: 1px solid #dfe9e2;
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(20, 63, 39, .07);
}

.evx-home .evx-module-target--products .products__item:hover .products__item-in {
  border-color: #9dc4ac;
  box-shadow: 0 18px 42px rgba(20, 63, 39, .13);
  transform: translateY(-5px);
}

.evx-home .evx-module-target--products .products__item-image {
  height: 310px !important;
  border-radius: 20px 20px 14px 14px;
  background:
    linear-gradient(rgba(31, 106, 71, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 106, 71, .035) 1px, transparent 1px),
    #f3f7f4;
  background-size: 36px 36px;
}

.evx-home .evx-module-target--products .products__item-image img {
  transform: scale(1.15);
}

.evx-home .evx-module-target--products .products__item-title {
  min-height: 52px;
  color: #17271f;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.evx-home .evx-module-target--products .products__item-price ins {
  color: #17271f;
  font-size: 24px;
  font-weight: 850;
}

.evx-home .evx-module-target--products .ui-btn--primary {
  border-color: #1f6a47;
  color: #fff;
  background: #1f6a47;
}

/* Engineering section */
.evx-home .evx-engineering {
  background:
    radial-gradient(circle at 98% 8%, rgba(242, 173, 85, .11), transparent 24%),
    #edf3ef;
}

.evx-home .evx-engineering__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: center;
}

.evx-home .evx-engineering__visual {
  position: relative;
  min-height: 620px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 72% 36%, rgba(242, 177, 93, .20), transparent 28%),
    linear-gradient(145deg, #155039 0%, #082d1e 100%);
  box-shadow: 0 28px 58px rgba(8, 51, 31, .18);
  isolation: isolate;
  overflow: hidden;
}

.evx-home .evx-engineering__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 46px 46px;
}

.evx-home .evx-engineering__visual img {
  position: absolute;
  right: -15%;
  bottom: -3%;
  z-index: 2;
  width: 125%;
  height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, .22));
}

.evx-home .evx-engineering__badge {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 4;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 40, 26, .70);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.evx-home .evx-engineering__word {
  position: absolute;
  top: 9%;
  right: -1%;
  color: rgba(255, 255, 255, .05);
  font-size: clamp(78px, 9vw, 130px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
}

.evx-home .evx-engineering__note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  color: #fff;
  background: rgba(6, 43, 28, .84);
  backdrop-filter: blur(8px);
}

.evx-home .evx-engineering__note b,
.evx-home .evx-engineering__note small {
  display: block;
}

.evx-home .evx-engineering__note b {
  font-size: 13px;
}

.evx-home .evx-engineering__note small {
  margin-top: 3px;
  color: rgba(236, 247, 240, .68);
  font-size: 10px;
}

.evx-home .evx-engineering__content > p {
  margin: 25px 0 0;
  color: #62766b;
  font-size: 17px;
  line-height: 1.65;
}

.evx-home .evx-engineering__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.evx-home .evx-engineering__list li {
  position: relative;
  min-height: 126px;
  padding: 20px 18px 18px 50px;
  border: 1px solid #d7e4da;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
}

.evx-home .evx-engineering__list li::before {
  content: "✓";
  position: absolute;
  top: 20px;
  left: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #173a29;
  background: #f2b15d;
  font-size: 12px;
  font-weight: 900;
}

.evx-home .evx-engineering__list b,
.evx-home .evx-engineering__list span {
  display: block;
}

.evx-home .evx-engineering__list b {
  color: #1a3025;
  font-size: 14px;
  line-height: 1.25;
}

.evx-home .evx-engineering__list span {
  margin-top: 7px;
  color: #6a7d72;
  font-size: 12px;
  line-height: 1.5;
}

.evx-home .evx-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 27px;
  padding: 0 24px;
  border-radius: 11px;
  color: #fff;
  background: #1f6a47;
  box-shadow: 0 12px 26px rgba(31, 106, 71, .18);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.evx-home .evx-home-button:hover {
  color: #fff;
  background: #174e36;
  text-decoration: none;
}

/* Purchase process */
.evx-home .evx-process {
  background: #fff;
}

.evx-home .evx-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evx-home .evx-process__steps::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #d7e3da;
}

.evx-home .evx-process__steps li {
  position: relative;
  z-index: 1;
  min-height: 245px;
  padding: 24px;
  border: 1px solid #dde7e0;
  border-radius: 20px;
  background: #f7faf8;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.evx-home .evx-process__steps li:hover {
  border-color: #a5c7b1;
  box-shadow: 0 17px 34px rgba(22, 66, 41, .09);
  transform: translateY(-4px);
}

.evx-home .evx-process__steps li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  border: 7px solid #fff;
  border-radius: 50%;
  color: #173a29;
  background: #f2b15d;
  box-shadow: 0 0 0 1px #d7e3da;
  font-size: 11px;
  font-weight: 900;
}

.evx-home .evx-process__steps b {
  display: block;
  color: #17271f;
  font-size: 18px;
  line-height: 1.25;
}

.evx-home .evx-process__steps p {
  margin: 13px 0 0;
  color: #697c71;
  font-size: 13px;
  line-height: 1.55;
}

/* Reviews */
.evx-home .evx-testimonials {
  color: #fff;
  background:
    radial-gradient(circle at 92% 4%, rgba(242, 177, 93, .14), transparent 28%),
    linear-gradient(145deg, #124a32 0%, #082d1e 100%);
}

.evx-home .evx-testimonials .evx-home-kicker {
  color: #9dd1b0;
}

.evx-home .evx-testimonials .evx-home-heading h2 {
  color: #fff;
}

.evx-home .evx-rating {
  display: grid;
  grid-template-columns: auto auto;
  justify-self: end;
  align-items: center;
  column-gap: 8px;
  min-width: 180px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
}

.evx-home .evx-rating b {
  font-size: 27px;
  line-height: 1;
}

.evx-home .evx-rating > span {
  color: #f2b15d;
  font-size: 22px;
}

.evx-home .evx-rating small {
  grid-column: 1 / -1;
  margin-top: 5px;
  color: rgba(235, 245, 239, .64);
  font-size: 10px;
}

.evx-home .evx-module-target--reviews .reviews-featured,
.evx-home .evx-module-target--reviews .reviews-featured > .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.evx-home .evx-module-target--reviews .reviews-featured > .container-fluid > .row {
  display: none !important;
}

.evx-home .evx-module-target--reviews .reviews-featured__swiper {
  margin: 0;
}

.evx-home .evx-module-target--reviews .reviews-featured__item {
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  color: #eaf4ee;
  background: rgba(255, 255, 255, .075);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.evx-home .evx-module-target--reviews .reviews-featured__item-title,
.evx-home .evx-module-target--reviews .reviews-featured__item-body,
.evx-home .evx-module-target--reviews .reviews-featured__item-body p {
  color: #edf6f0;
}

.evx-home .evx-module-target--reviews .reviews-featured__item-body a {
  color: #f3be78;
}

.evx-home .evx-module-target--reviews .reviews-featured__item-letter {
  color: #173a29;
  background: #f2b15d;
}

.evx-home .evx-module-target--reviews .ui-rate {
  color: #f2b15d;
}

/* Editorial block */
.evx-home .evx-knowledge {
  background: #f3f6f3;
}

.evx-home .evx-module-target--blog .blog-featured,
.evx-home .evx-module-target--blog .blog-featured > .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.evx-home .evx-module-target--blog .blog-featured > .container-fluid > .row {
  display: none !important;
}

.evx-home .evx-module-target--blog .blog-featured__swiper {
  margin: 0;
}

.evx-home .evx-module-target--blog .swiper-wrapper {
  display: block;
}

.evx-home .evx-module-target--blog .swiper-slide {
  width: 100% !important;
}

.evx-home .evx-module-target--blog .blog-featured__swiper,
.evx-home .evx-module-target--blog .swiper-container,
.evx-home .evx-module-target--blog .swiper-wrapper,
.evx-home .evx-module-target--blog .swiper-slide {
  width: 100% !important;
  max-width: none !important;
}

.evx-home .evx-module-target--blog .swiper-container {
  overflow: visible !important;
}

.evx-home .evx-module-target--blog .swiper-wrapper {
  transform: none !important;
}

.evx-home .evx-module-target--blog .swiper-slide {
  height: auto !important;
  margin: 0 !important;
}

.evx-home .evx-module-target--blog .blog-featured__item {
  position: relative;
  display: grid;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(260px, 36%) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  min-height: 360px;
  padding: 0;
  border: 1px solid #d9e5dc;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 63, 39, .07);
  overflow: hidden;
}

.evx-home .evx-module-target--blog .blog-featured__item-image {
  grid-row: 1 / 3;
  height: 100%;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
}

.evx-home .evx-module-target--blog .blog-featured__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evx-home .evx-module-target--blog .blog-featured__item-title {
  align-self: end;
  max-width: 650px;
  padding: 48px 48px 15px;
  color: #17271f;
  font-size: clamp(25px, 2.7vw, 40px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -.035em;
}

.evx-home .evx-module-target--blog .blog-featured__item-title u {
  text-decoration: none;
}

.evx-home .evx-module-target--blog .blog-featured__item-date {
  padding: 0 48px 48px;
  color: #71847a;
  font-size: 12px;
}

/* Final consultation */
.evx-home .evx-consult {
  padding-top: 0;
  background: #f3f6f3;
}

.evx-home .evx-consult__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: center;
  padding: clamp(48px, 6vw, 82px);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(242, 177, 93, .20), transparent 26%),
    linear-gradient(135deg, #124a32, #082d1e);
  box-shadow: 0 26px 54px rgba(9, 52, 32, .17);
  overflow: hidden;
}

.evx-home .evx-consult__inner::after {
  content: "EVEREST";
  position: absolute;
  right: -2%;
  bottom: -20px;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(82px, 11vw, 164px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
  pointer-events: none;
}

.evx-home .evx-consult .evx-home-kicker {
  color: #acd8ba;
}

.evx-home .evx-consult__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.evx-home .evx-consult__copy h2 {
  color: #fff;
}

.evx-home .evx-consult__copy p {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(234, 245, 238, .72);
  font-size: 17px;
  line-height: 1.6;
}

.evx-home .evx-consult__actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  min-width: 285px;
}

.evx-home .evx-consult__phone,
.evx-home .evx-consult__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
}

.evx-home .evx-consult__phone {
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  background: rgba(255, 255, 255, .075);
}

.evx-home .evx-consult__phone small {
  margin-bottom: 4px;
  color: rgba(238, 247, 242, .62);
  font-size: 10px;
}

.evx-home .evx-consult__phone b {
  font-size: 16px;
}

.evx-home .evx-consult__button {
  color: #173a29;
  background: #f2b15d;
  font-size: 14px;
  font-weight: 850;
}

.evx-home .evx-consult__phone:hover,
.evx-home .evx-consult__button:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .evx-home .evx-home-section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .evx-home .evx-engineering__inner {
    grid-template-columns: minmax(0, .95fr) minmax(410px, 1.05fr);
    gap: 48px;
  }

  .evx-home .evx-engineering__visual {
    min-height: 570px;
  }

  .evx-home .evx-process__steps li {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .evx-home .evx-home-heading--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .evx-home .evx-home-link,
  .evx-home .evx-rating {
    justify-self: start;
  }

  .evx-home .evx-engineering__inner {
    grid-template-columns: 1fr;
  }

  .evx-home .evx-engineering__visual {
    min-height: 590px;
  }

  .evx-home .evx-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evx-home .evx-process__steps::before {
    display: none;
  }

  .evx-home .evx-process__steps li > span {
    margin-bottom: 30px;
  }

  .evx-home .evx-consult__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .evx-home .evx-consult__actions {
    width: min(100%, 420px);
  }
}

@media (max-width: 767px) {
  .evx-home .evx-home-section {
    padding: 64px 16px;
  }

  .evx-home .evx-home-heading {
    margin-bottom: 30px;
  }

  .evx-home .evx-home-heading h2,
  .evx-home .evx-engineering__content h2,
  .evx-home .evx-consult__copy h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .evx-home .evx-home-heading > p,
  .evx-home .evx-home-heading--split > p,
  .evx-home .evx-engineering__content > p,
  .evx-home .evx-consult__copy p {
    font-size: 15px;
  }

  .evx-home .evx-module-target--categories .categories > .container-fluid,
  .evx-home .evx-module-target--products .products-featured > .container-fluid,
  .evx-home .evx-module-target--reviews .reviews-featured > .container-fluid,
  .evx-home .evx-module-target--blog .blog-featured > .container-fluid {
    width: 100% !important;
  }

  .evx-home .evx-module-target--categories .categories__item {
    height: 210px;
  }

  .evx-home .evx-module-target--categories .categories__item-front {
    padding: 21px 0 0 21px;
  }

  .evx-home .evx-module-target--products .products__item-image {
    height: 270px !important;
  }

  .evx-home .evx-module-target--products .products__item-image img {
    transform: scale(1.22);
  }

  .evx-home .evx-engineering__visual {
    min-height: 500px;
    border-radius: 22px;
  }

  .evx-home .evx-engineering__visual img {
    right: -20%;
    width: 135%;
  }

  .evx-home .evx-engineering__list {
    grid-template-columns: 1fr;
  }

  .evx-home .evx-engineering__list li {
    min-height: 0;
  }

  .evx-home .evx-process__steps {
    grid-template-columns: 1fr;
  }

  .evx-home .evx-process__steps li {
    min-height: 0;
  }

  .evx-home .evx-module-target--reviews .reviews-featured__item {
    min-height: 250px;
    padding: 22px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item {
    display: block;
    min-height: 0;
    border-radius: 20px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-image {
    height: 280px;
    min-height: 0;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-title {
    display: block;
    padding: 26px 24px 10px;
    font-size: 25px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-date {
    display: block;
    padding: 0 24px 26px;
  }

  .evx-home .evx-consult {
    padding-top: 0;
  }

  .evx-home .evx-consult__inner {
    padding: 38px 24px;
    border-radius: 22px;
  }

  .evx-home .evx-consult__actions {
    min-width: 0;
  }
}

@media (max-width: 479px) {
  .evx-home .evx-home-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .evx-home .evx-engineering__visual {
    min-height: 420px;
  }

  .evx-home .evx-engineering__badge {
    top: 16px;
    left: 16px;
  }

  .evx-home .evx-engineering__note {
    right: 14px;
    bottom: 14px;
  }
}

/* v21: centered category artwork and complete product catalog tabs. */
.evx-home .evx-module-target--categories .categories__item-in {
  overflow: hidden;
}

.evx-home .evx-module-target--categories .categories__item-front {
  width: 100%;
  padding: 24px 58px 0 24px;
}

.evx-home .evx-module-target--categories .categories__item-title {
  display: block;
  max-width: 76%;
}

.evx-home .evx-module-target--categories .categories__item-image {
  position: absolute;
  top: 72px;
  right: 18px;
  bottom: 10px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
  height: auto;
  overflow: hidden;
}

.evx-home .evx-module-target--categories .categories__item-image img {
  display: block;
  width: auto;
  max-width: 92%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
}

.evx-home .evx-module-target--categories .categories__item:hover .categories__item-image img {
  transform: translateY(-3px) scale(1.035);
}

.evx-home .evx-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -10px 0 34px;
  padding: 6px;
  border: 1px solid #dfe8e2;
  border-radius: 18px;
  background: #f4f7f5;
}

.evx-home .evx-product-tab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: 0;
  color: #50655a;
  background: transparent;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.evx-home .evx-product-tab small {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 25px;
  padding: 0 6px;
  border-radius: 999px;
  color: #66796f;
  background: #e3ebe6;
  font-size: 9px;
  font-weight: 850;
}

.evx-home .evx-product-tab:hover {
  color: #1f6a47;
  border-color: #c3d8ca;
  background: #fff;
}

.evx-home .evx-product-tab.is-active {
  color: #fff;
  border-color: #1f6a47;
  background: #1f6a47;
  box-shadow: 0 9px 22px rgba(31, 106, 71, .18);
}

.evx-home .evx-product-tab.is-active small {
  color: #173a29;
  background: #f2b15d;
}

.evx-home .evx-products-panel[hidden] {
  display: none !important;
}

.evx-home .evx-products-panel:not([hidden]) {
  display: block;
  animation: evx-products-panel-in .24s ease both;
}

@keyframes evx-products-panel-in {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .evx-home .evx-module-target--categories .categories__swiper,
  .evx-home .evx-module-target--categories .swiper-container {
    overflow: visible;
  }

  .evx-home .evx-module-target--categories .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100% !important;
    transform: none !important;
  }

  .evx-home .evx-module-target--categories .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }

  .evx-home .evx-module-target--categories .categories__item {
    height: 205px;
  }

  .evx-home .evx-module-target--categories .categories__item-front {
    padding: 18px 43px 0 18px;
  }

  .evx-home .evx-module-target--categories .categories__item-title {
    max-width: 100%;
    font-size: 16px;
  }

  .evx-home .evx-module-target--categories .categories__item-in::after {
    top: 14px;
    right: 14px;
    width: 29px;
    height: 29px;
    font-size: 13px;
  }

  .evx-home .evx-module-target--categories .categories__item-image {
    top: 68px;
    right: 10px;
    bottom: 9px;
    left: 10px;
  }

  .evx-home .evx-module-target--categories .categories__item-image img {
    max-width: 96%;
  }

  .evx-home .evx-product-tabs {
    flex-wrap: nowrap;
    gap: 7px;
    margin-right: -16px;
    margin-bottom: 28px;
    margin-left: -16px;
    padding: 6px 16px 10px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .evx-home .evx-product-tabs::-webkit-scrollbar {
    display: none;
  }

  .evx-home .evx-product-tab {
    flex: 0 0 auto;
    min-height: 43px;
    padding: 0 12px;
    font-size: 11px;
  }
}

@media (max-width: 389px) {
  .evx-home .evx-module-target--categories .categories__item {
    height: 188px;
  }

  .evx-home .evx-module-target--categories .categories__item-front {
    padding: 16px 39px 0 14px;
  }

  .evx-home .evx-module-target--categories .categories__item-title {
    font-size: 14px;
  }

  .evx-home .evx-module-target--categories .categories__item-image {
    top: 63px;
  }
}

/* v22: new brand mark and editorial article card. */
.evx-cover__logo {
  width: clamp(190px, 14.5vw, 226px);
}

.evx-footer__header-logo img {
  width: min(220px, 100%);
}

.evx-home .evx-knowledge {
  background:
    radial-gradient(circle at 2% 12%, rgba(31, 106, 71, .08), transparent 24%),
    linear-gradient(180deg, #f3f6f3 0%, #edf3ef 100%);
}

.evx-home .evx-module-target--blog .blog-featured__item {
  display: grid;
  grid-template-columns: minmax(360px, 43%) minmax(0, 57%);
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 430px;
  border: 1px solid #d6e3d9;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 58, 35, .10);
  isolation: isolate;
  overflow: hidden;
}

.evx-home .evx-module-target--blog .blog-featured__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 5px;
  background: linear-gradient(90deg, #f2b15d 0 16%, #1f6a47 16% 100%);
}

.evx-home .evx-module-target--blog .blog-featured__item-image {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 6;
  width: 100%;
  height: 100%;
  min-height: 430px;
  margin: 0;
  background:
    radial-gradient(circle at 64% 42%, rgba(242, 177, 93, .20), transparent 28%),
    linear-gradient(145deg, #155039 0%, #082d1e 100%);
  isolation: isolate;
  overflow: hidden;
}

.evx-home .evx-module-target--blog .blog-featured__item-image::before {
  content: "EVEREST\A GUIDE";
  position: absolute;
  top: 29px;
  left: 30px;
  z-index: 1;
  color: rgba(255, 255, 255, .065);
  font-size: clamp(52px, 6vw, 82px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: -.06em;
  white-space: pre;
}

.evx-home .evx-module-target--blog .blog-featured__item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 42px 42px;
}

.evx-home .evx-module-target--blog .blog-featured__item-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 46px 44px 28px;
  object-fit: contain;
  filter: drop-shadow(0 25px 24px rgba(0, 0, 0, .24));
  transform: scale(1.02);
  transition: transform .28s ease;
}

.evx-home .evx-module-target--blog .blog-featured__item:hover .blog-featured__item-image img {
  transform: translateY(-4px) scale(1.06);
}

.evx-home .evx-blog-tag {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  align-self: end;
  margin: 52px 52px 0;
  padding: 9px 13px;
  border-radius: 999px;
  color: #173a29;
  background: #f2b15d;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.evx-home .evx-module-target--blog .blog-featured__item-title {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  max-width: 690px;
  padding: 20px 52px 0;
  color: #17271f;
  font-size: clamp(28px, 3.1vw, 45px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.045em;
}

.evx-home .evx-blog-excerpt {
  grid-column: 2;
  grid-row: 3;
  max-width: 670px;
  margin: 20px 52px 0;
  color: #667a6f;
  font-size: 15px;
  line-height: 1.65;
}

.evx-home .evx-module-target--blog .blog-featured__item-date {
  grid-column: 2;
  grid-row: 5;
  align-self: center;
  padding: 0 0 49px 52px;
  color: #829188;
  font-size: 11px;
  font-weight: 700;
}

.evx-home .evx-blog-more {
  grid-column: 2;
  grid-row: 5;
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  margin: 0 52px 49px 180px;
  padding: 0 17px 0 20px;
  border: 1px solid #a8c8b5;
  border-radius: 12px;
  color: #1f6a47;
  font-size: 12px;
  font-weight: 850;
}

.evx-home .evx-blog-more b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #173a29;
  background: #f2b15d;
  font-size: 13px;
}

@media (max-width: 991px) {
  .evx-home .evx-module-target--blog .blog-featured__item {
    grid-template-columns: minmax(310px, 42%) minmax(0, 58%);
  }

  .evx-home .evx-blog-tag {
    margin-right: 34px;
    margin-left: 34px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-title {
    padding-right: 34px;
    padding-left: 34px;
  }

  .evx-home .evx-blog-excerpt {
    margin-right: 34px;
    margin-left: 34px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-date {
    padding-left: 34px;
  }

  .evx-home .evx-blog-more {
    margin-right: 34px;
  }
}

@media (max-width: 767px) {
  .evx-cover__logo {
    width: min(186px, 100%);
  }

  .evx-home .evx-module-target--blog .blog-featured__item {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 22px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item::after {
    width: 100%;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-image {
    order: 1;
    height: 300px;
    min-height: 300px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-image img {
    padding: 34px 34px 18px;
  }

  .evx-home .evx-blog-tag {
    order: 2;
    align-self: flex-start;
    margin: 26px 24px 0;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-title {
    order: 3;
    padding: 18px 24px 0;
    font-size: 26px;
  }

  .evx-home .evx-blog-excerpt {
    order: 4;
    margin: 17px 24px 0;
    font-size: 14px;
  }

  .evx-home .evx-module-target--blog .blog-featured__item-date {
    order: 5;
    align-self: flex-start;
    padding: 19px 24px 0;
  }

  .evx-home .evx-blog-more {
    order: 6;
    align-self: stretch;
    justify-content: space-between;
    margin: 22px 24px 25px;
  }
}

@media (max-width: 389px) {
  .evx-cover__logo {
    width: min(174px, 100%);
  }

  .evx-home .evx-module-target--blog .blog-featured__item-image {
    height: 270px;
    min-height: 270px;
  }
}

/* v15: final desktop header contrast. */
.evx-home .header .header__catalog-btn {
  color: #173326 !important;
  border-color: #fff !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(2, 28, 17, .16);
}

.evx-home .header .header__catalog-btn:hover {
  color: #173326 !important;
  border-color: #f2b15d !important;
  background: #f2b15d !important;
}

.evx-home .header__call-btn mark {
  color: #f5c77e !important;
}

.evx-home .evx-hero__copy {
  color: #fff;
  background:
    radial-gradient(circle at 4% 8%, rgba(242, 177, 93, .16), transparent 29%),
    radial-gradient(circle at 92% 100%, rgba(94, 174, 123, .18), transparent 38%),
    linear-gradient(145deg, #0d3a27 0%, #124a32 100%);
}

.evx-home .evx-hero__eyebrow {
  color: #f8d59f;
  border-color: rgba(242, 177, 93, .42);
  background: rgba(242, 177, 93, .10);
}

.evx-home .evx-hero__title {
  color: #fff;
  text-shadow: 0 3px 22px rgba(2, 23, 14, .14);
}

.evx-home .evx-hero__lead {
  color: rgba(235, 244, 239, .76);
}

.evx-home .evx-button--primary {
  color: #173326;
  border-color: #f2b15d;
  background: #f2b15d;
  box-shadow: 0 13px 28px rgba(4, 29, 18, .24);
}

.evx-home .evx-button--primary:hover {
  color: #173326;
  border-color: #f7c77f;
  background: #f7c77f;
}

.evx-home .evx-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .06);
}

.evx-home .evx-button--ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .68);
  background: rgba(255, 255, 255, .12);
}

.evx-home .evx-hero__benefits {
  border-top-color: rgba(255, 255, 255, .14);
}

.evx-home .evx-hero__benefits strong {
  color: #fff;
}

.evx-home .evx-hero__benefits span {
  color: rgba(229, 240, 234, .66);
}

.evx-home .evx-hero__benefits li::before {
  border-color: #123f2c;
  background: #f2b15d;
  box-shadow: 0 0 0 1px rgba(242, 177, 93, .42);
}

.evx-home .evx-hero__visual {
  border-left: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 69% 39%, rgba(242, 177, 93, .19), transparent 28%),
    radial-gradient(circle at 46% 54%, rgba(92, 177, 125, .32), transparent 40%),
    linear-gradient(145deg, #124a32 0%, #08291b 100%);
}

.evx-home .evx-hero__visual::after {
  opacity: .48;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 46px 46px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07);
}

.evx-home .evx-hero__tag,
.evx-home .evx-hero__status {
  border-color: rgba(242, 177, 93, .28);
  background: rgba(255, 251, 244, .95);
}

.evx-home .evx-hero__tag b {
  color: #173326;
  background: #f2b15d;
}

.evx-home .evx-hero__status i {
  background: #f2b15d;
  box-shadow: 0 0 0 5px rgba(242, 177, 93, .18);
}

@media (max-width: 1199px) {
  .evx-home.is-header-v7 .header__mobile-fixed,
  .evx-home .header__mobile {
    color: #fff;
    border-color: transparent;
    background: transparent;
  }

  .evx-home .header__mobile .header__logo {
    height: 5.4rem;
    margin-right: auto;
    margin-left: auto;
    padding: .55rem 1.15rem;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 9px 22px rgba(2, 28, 17, .20);
  }

  .evx-home .header__nav-btn,
  .evx-home .header__call-btn,
  .evx-home .header__search-btn,
  .evx-home .header__acc-btn,
  .evx-home .header__cart-btn {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .evx-home .evx-hero__visual {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
  }

  .evx-home .evx-hero__copy {
    padding-top: 3.6rem;
  }
}

/* v13: the homepage header and hero form one continuous composition. */
.evx-home .header {
  width: min(calc(100% - 40px), 1600px);
  margin: 18px auto 0;
  border: 1px solid rgba(31, 106, 71, .13);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: #fff !important;
  box-shadow: 0 12px 38px rgba(26, 69, 45, .07);
  overflow: visible;
}

.evx-home .header > .container-fluid {
  width: 100%;
  max-width: none;
}

.evx-home .evx-hero {
  width: min(calc(100% - 40px), 1600px);
  margin-top: 0;
  border-top-color: rgba(31, 106, 71, .10);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 22px 52px rgba(26, 69, 45, .10);
}

@media (max-width: 1199px) {
  .evx-home .header,
  .evx-home .evx-hero {
    width: calc(100% - 28px);
  }

  .evx-home .header {
    margin-top: 14px;
    min-height: 7.5rem;
    border-radius: 22px 22px 0 0;
  }

  .evx-home .evx-hero {
    border-radius: 0 0 22px 22px;
  }
}

@media (max-width: 767px) {
  .evx-home .header,
  .evx-home .evx-hero {
    width: calc(100% - 20px);
  }

  .evx-home .header {
    margin-top: 10px;
    border-radius: 18px 18px 0 0;
  }

  .evx-home .evx-hero {
    margin-bottom: 14px;
    border-radius: 0 0 18px 18px;
  }
}

/* v26 internal pages: compact search, product, contacts and editorial pages. */
.evx-cover__search button,
.evx-cover__mobile-search button {
  justify-content: center !important;
  min-width: 84px !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
  gap: 0 !important;
  text-align: center !important;
}

.evx-cover__search button::before,
.evx-cover__mobile-search button::before {
  display: none !important;
}

body.evx-page-about,
body.evx-page-delivery,
body.evx-page-contact,
body.evx-page-product {
  background: #f3f6f4;
}

.evx-page-about .main > .container-fluid,
.evx-page-delivery .main > .container-fluid,
.evx-page-contact .main > .container-fluid,
.evx-page-product .main > .container-fluid {
  width: min(calc(100% - 40px), 1560px);
  margin-right: auto;
  margin-left: auto;
}

/* About and delivery: turn legacy WYSIWYG markup into a clear editorial layout. */
.evx-page-about .page .ui-wysiwyg.editor,
.evx-page-delivery .page .ui-wysiwyg.editor {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto !important;
  padding: clamp(22px, 3vw, 48px) !important;
  color: #25382e !important;
  border: 1px solid #dce6df;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(18, 56, 37, .08);
  overflow: hidden;
}

.evx-page-about .page .ui-wysiwyg.editor *,
.evx-page-delivery .page .ui-wysiwyg.editor * {
  font-family: "Roboto", Arial, sans-serif !important;
  box-sizing: border-box;
}

.evx-page-about .page .ui-wysiwyg.editor > h3,
.evx-page-about .page .ui-wysiwyg.editor > h4,
.evx-page-delivery .page .ui-wysiwyg.editor > h3,
.evx-page-delivery .page .ui-wysiwyg.editor > h4 {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-style: normal !important;
  text-align: left !important;
  letter-spacing: normal !important;
  border: 0 !important;
  background: transparent !important;
}

.evx-page-about .page .ui-wysiwyg.editor p,
.evx-page-delivery .page .ui-wysiwyg.editor p {
  margin: 0 0 14px !important;
  color: inherit !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.evx-page-about .page .ui-wysiwyg.editor p:last-child,
.evx-page-delivery .page .ui-wysiwyg.editor p:last-child {
  margin-bottom: 0 !important;
}

.evx-page-about .page .ui-wysiwyg.editor ul,
.evx-page-about .page .ui-wysiwyg.editor ol,
.evx-page-delivery .page .ui-wysiwyg.editor ul,
.evx-page-delivery .page .ui-wysiwyg.editor ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.evx-page-about .page .ui-wysiwyg.editor li,
.evx-page-delivery .page .ui-wysiwyg.editor li {
  position: relative;
  margin: 0 !important;
  padding: 13px 16px 13px 46px !important;
  color: #354a3f !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  border: 1px solid #dfe8e2;
  border-radius: 13px;
  background: #f7faf8;
}

.evx-page-about .page .ui-wysiwyg.editor li::before,
.evx-page-delivery .page .ui-wysiwyg.editor li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 14px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 50%;
  background: #1f6a47;
}

.evx-page-about .page .ui-wysiwyg.editor {
  display: grid;
  grid-template-columns: minmax(230px, .36fr) minmax(0, 1fr);
  gap: 18px 22px;
  counter-reset: evx-about-section;
}

.evx-page-about .page .ui-wysiwyg.editor > h3:first-child {
  grid-column: 1 / -1;
  margin-bottom: 12px !important;
  padding: clamp(30px, 4vw, 58px) !important;
  color: #fff !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(242, 177, 93, .24), transparent 28%),
    linear-gradient(135deg, #154e35 0%, #092b1d 100%) !important;
}

.evx-page-about .page .ui-wysiwyg.editor > h3:first-child,
.evx-page-about .page .ui-wysiwyg.editor > h3:first-child * {
  color: #fff !important;
  font-size: clamp(19px, 1.6vw, 24px) !important;
  line-height: 1.6 !important;
}

.evx-page-about .page .ui-wysiwyg.editor > h4 {
  position: relative;
  padding: 30px 26px 28px !important;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  border-radius: 18px !important;
  background: #1f6a47 !important;
  counter-increment: evx-about-section;
}

.evx-page-about .page .ui-wysiwyg.editor > h4::before {
  content: "0" counter(evx-about-section);
  display: block;
  margin-bottom: 34px;
  color: #f2b15d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.evx-page-about .page .ui-wysiwyg.editor > h4 + h3 {
  padding: 28px 30px !important;
  color: #30463a !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  border: 1px solid #dfe8e2 !important;
  border-radius: 18px !important;
  background: #fbfdfb !important;
}

.evx-page-delivery .page .ui-wysiwyg.editor {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 20px;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h3:first-child {
  grid-column: 1 / -1;
  margin: 0 0 12px !important;
  color: #1f6a47 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h3:nth-child(2) {
  grid-column: 1 / -1;
  margin: 0 0 24px !important;
  padding: clamp(30px, 4vw, 55px) !important;
  color: #fff !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 177, 93, .24), transparent 30%),
    linear-gradient(135deg, #164f36 0%, #092b1d 100%) !important;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h3:nth-child(2),
.evx-page-delivery .page .ui-wysiwyg.editor > h3:nth-child(2) * {
  color: #fff !important;
  font-size: clamp(19px, 1.55vw, 24px) !important;
  line-height: 1.6 !important;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h4 {
  padding: 25px 25px 21px !important;
  color: #fff !important;
  font-size: clamp(21px, 1.7vw, 27px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  border-radius: 18px 18px 0 0 !important;
  background: #1f6a47 !important;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h4 + h3 {
  min-height: 100%;
  padding: 25px !important;
  color: #33483d !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
  border: 1px solid #dfe8e2 !important;
  border-top: 0 !important;
  border-radius: 0 0 18px 18px !important;
  background: #fbfdfb !important;
}

.evx-page-delivery .page .ui-wysiwyg.editor > :nth-child(3),
.evx-page-delivery .page .ui-wysiwyg.editor > :nth-child(4) {
  grid-column: 1;
}

.evx-page-delivery .page .ui-wysiwyg.editor > :nth-child(5),
.evx-page-delivery .page .ui-wysiwyg.editor > :nth-child(6) {
  grid-column: 2;
}

.evx-page-delivery .page .ui-wysiwyg.editor > :nth-child(7),
.evx-page-delivery .page .ui-wysiwyg.editor > :nth-child(8) {
  grid-column: 3;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h4 {
  grid-row: 3;
}

.evx-page-delivery .page .ui-wysiwyg.editor > h4 + h3 {
  grid-row: 4;
}

.evx-info-cta {
  display: flex;
  width: 100%;
  max-width: 1520px;
  min-height: 168px;
  margin: 24px auto 0;
  padding: clamp(26px, 4vw, 48px);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 72% 0%, rgba(242, 177, 93, .20), transparent 31%),
    #103e2b;
  box-shadow: 0 20px 48px rgba(16, 62, 43, .17);
}

.evx-info-cta__copy strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(23px, 2.35vw, 36px);
  font-weight: 800;
  line-height: 1.12;
}

.evx-info-cta__copy span {
  display: block;
  margin-bottom: 10px;
  color: #f2b15d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.evx-info-cta__copy p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .70);
  font-size: 15px;
  line-height: 1.6;
}

.evx-info-cta__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.evx-info-cta__actions a {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: #163b2a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #f2b15d;
  border-radius: 13px;
  background: #f2b15d;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.evx-info-cta__actions a + a {
  color: #fff;
  border-color: rgba(255, 255, 255, .30);
  background: transparent;
}

.evx-info-cta__actions a:hover {
  color: #163b2a;
  border-color: #f7c98c;
  background: #f7c98c;
  transform: translateY(-2px);
}

.evx-info-cta__actions a + a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .64);
  background: rgba(255, 255, 255, .08);
}

/* Contacts: useful map fallback, readable details and a focused form. */
.evx-page-contact .contacts {
  overflow: hidden;
  border: 1px solid #dce6df;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(18, 56, 37, .08);
}

.evx-page-contact .contacts__map {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background-color: #123d2b;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 75% 40%, rgba(242, 177, 93, .18), transparent 28%);
  background-size: 42px 42px, 42px 42px, auto;
}

.evx-page-contact .contacts__map::after {
  content: "ПРОИЗВОДСТВО И ОФИС\A Электрогорск, Октябрьская улица, 3";
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  max-width: calc(100% - 60px);
  padding: 20px 23px;
  color: #24382d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  white-space: pre-line;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 38px rgba(6, 32, 21, .18);
  pointer-events: none;
}

.evx-page-contact .contacts__wrapper {
  padding: clamp(28px, 4vw, 56px) !important;
}

.evx-page-contact .contacts__data > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 5vw, 82px);
  align-items: start;
}

.evx-page-contact .contacts__data > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  padding: 0;
}

.evx-page-contact .contacts__data-title {
  margin: 0 0 28px;
  color: #17271f;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.18;
}

.evx-page-contact .contacts__data-dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  gap: 0 12px;
}

.evx-page-contact .contacts__data-dl dt,
.evx-page-contact .contacts__data-dl dd {
  margin: 0;
}

.evx-page-contact .contacts__data-dl dt {
  padding: 18px 18px 8px;
  color: #75877d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #dfe8e2;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  background: #f6f9f7;
}

.evx-page-contact .contacts__data-dl dd {
  min-height: 82px;
  padding: 7px 18px 18px;
  color: #1b3528;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #dfe8e2;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background: #f6f9f7;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(1),
.evx-page-contact .contacts__data-dl dd:nth-of-type(1) {
  grid-column: 1;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(2),
.evx-page-contact .contacts__data-dl dd:nth-of-type(2) {
  grid-column: 2;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(3),
.evx-page-contact .contacts__data-dl dd:nth-of-type(3) {
  grid-column: 3;
}

.evx-page-contact .contacts__data-dl dt {
  grid-row: 1;
}

.evx-page-contact .contacts__data-dl dd {
  grid-row: 2;
}

.evx-page-contact .contacts__data-dl a {
  color: #1f6a47;
  text-decoration: none;
}

.evx-page-contact .contacts__data-form {
  padding: 28px;
  border: 1px solid #d5e5da;
  border-radius: 20px;
  background: #f2f7f3;
}

.evx-page-contact .contacts__data-form legend,
.evx-page-contact .contacts__data-form-title {
  margin-bottom: 20px;
  color: #193427;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.evx-page-contact .contacts__data-form .ui-input,
.evx-page-contact .contacts__data-form input,
.evx-page-contact .contacts__data-form textarea {
  border-color: #ccdcd1;
  border-radius: 11px;
  background: #fff;
}

.evx-page-contact .contacts__data-form .ui-btn,
.evx-page-contact .contacts__data-form button[type="submit"] {
  min-height: 52px;
  color: #fff;
  border-color: #1f6a47;
  border-radius: 12px;
  background: #1f6a47;
}

.evx-page-contact .contacts__data-form .ui-btn:hover,
.evx-page-contact .contacts__data-form button[type="submit"]:hover {
  border-color: #164c34;
  background: #164c34;
}

/* Product: give the large gallery purpose and refine every information block. */
.evx-page-product .sku {
  overflow: hidden;
  border: 1px solid #dce6df;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 56, 36, .09);
}

.evx-page-product .sku__view-body > .row {
  align-items: stretch;
}

.evx-page-product .sku__view-body > .row > .col-xl-6:first-child {
  position: relative;
  display: flex;
  min-height: 710px;
  align-items: center;
  overflow: hidden;
  background-color: #123f2c;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 65% 37%, rgba(242, 177, 93, .18), transparent 30%);
  background-size: 44px 44px, 44px 44px, auto;
}

.evx-page-product .sku__view-body > .row > .col-xl-6:first-child::after {
  content: "EVEREST\A PRODUCT";
  position: absolute;
  right: -16px;
  bottom: 8px;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(70px, 8vw, 126px);
  font-weight: 900;
  line-height: .82;
  white-space: pre;
  letter-spacing: -.06em;
  pointer-events: none;
}

.evx-page-product .sku__sticky {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 34px 24px;
}

.evx-page-product .sku__slide img,
.evx-page-product .sku__images img {
  filter: drop-shadow(0 24px 24px rgba(3, 24, 15, .22));
}

.evx-page-product .sku__thumb,
.evx-page-product .sku__images-nav a {
  border-color: rgba(255, 255, 255, .30) !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
}

.evx-page-product .sku__view-body > .row > .col-xl-6:last-child {
  display: flex;
  align-items: center;
  background: #fff;
}

.evx-page-product .sku__desc {
  width: 100%;
  padding: clamp(34px, 4vw, 68px) clamp(28px, 4.5vw, 72px) !important;
}

.evx-page-product .sku__title,
.evx-page-product h1.sku__title {
  color: #15291f;
  font-size: clamp(31px, 3.05vw, 50px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.evx-page-product .sku__price,
.evx-page-product .sku__price-current {
  color: #1f6a47;
  font-weight: 900;
}

.evx-page-product .sku__group {
  border-color: #e0e9e3;
}

.evx-page-product .sku__buy-btn,
.evx-page-product #button-cart {
  min-height: 56px;
  border-radius: 13px;
  box-shadow: 0 12px 26px rgba(31, 106, 71, .17);
}

.evx-page-product .details__accordion {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #dce6df;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(18, 56, 37, .055);
}

.evx-page-product .details__accordion-toggle {
  position: relative;
  min-height: 78px;
  padding: 22px 30px 22px 51px;
  color: #1a3327;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 800;
  line-height: 1.25;
  background: #fff;
}

.evx-page-product .details__accordion-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  width: 6px;
  height: 30px;
  border-radius: 6px;
  background: #f2b15d;
  transform: translateY(-50%);
}

.evx-page-product .details__accordion-collapse {
  padding: 0 30px 30px;
  border-top-color: #e4ebe6;
}

.evx-page-product .details__txt {
  max-width: 1120px;
  color: #42574c;
  font-size: 16px;
  line-height: 1.75;
}

.evx-page-product .details__specifications-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.evx-page-product .details__specifications-table-line {
  display: grid;
  grid-template-columns: minmax(150px, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  padding: 13px 0;
  align-items: baseline;
  border-bottom: 1px solid #e3ebe6;
}

.evx-page-product .details__specifications-table-line > *:first-child {
  color: #718279;
}

.evx-page-product .details__specifications-table-line > *:last-child {
  color: #1d3529;
  font-weight: 700;
}

.evx-page-product .details__comments-form {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid #d8e6dc;
  border-radius: 18px;
  background: #f4f8f5;
}

@media (max-width: 1199px) {
  .evx-cover__mobile-search button {
    min-width: 82px !important;
  }

  .evx-page-contact .contacts__data > .row {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 30px;
  }

  .evx-page-contact .contacts__data-dl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .evx-page-contact .contacts__data-dl dt:nth-of-type(n),
  .evx-page-contact .contacts__data-dl dd:nth-of-type(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .evx-page-contact .contacts__data-dl dt:not(:first-child) {
    margin-top: 10px;
  }

  .evx-page-product .sku__view-body > .row > .col-xl-6:first-child {
    min-height: 500px;
    background-color: #eef5f0;
    background-image:
      radial-gradient(circle at 70% 35%, rgba(31, 106, 71, .13), transparent 32%),
      linear-gradient(145deg, #f8fbf9, #e7f0ea);
  }

  .evx-page-product .sku__view-body > .row > .col-xl-6:first-child::after {
    color: rgba(31, 106, 71, .045);
  }

  .evx-page-product .sku__sticky {
    padding: 24px 18px;
  }

  .evx-page-product .sku__thumb,
  .evx-page-product .sku__images-nav a {
    border-color: #d6e2da !important;
  }
}

@media (max-width: 991px) {
  .evx-page-about .main > .container-fluid,
  .evx-page-delivery .main > .container-fluid,
  .evx-page-contact .main > .container-fluid,
  .evx-page-product .main > .container-fluid {
    width: calc(100% - 28px);
  }

  .evx-page-about .page .ui-wysiwyg.editor,
  .evx-page-delivery .page .ui-wysiwyg.editor {
    display: block;
    border-radius: 22px;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h3:first-child,
  .evx-page-delivery .page .ui-wysiwyg.editor > h3:nth-child(2) {
    margin-bottom: 18px !important;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h4,
  .evx-page-delivery .page .ui-wysiwyg.editor > h4 {
    margin-top: 14px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h4 + h3,
  .evx-page-delivery .page .ui-wysiwyg.editor > h4 + h3 {
    border-radius: 0 0 16px 16px !important;
  }

  .evx-info-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .evx-page-contact .contacts__data > .row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .evx-page-contact .contacts__data-dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 10px;
  }

  .evx-page-contact .contacts__data-dl dt:nth-of-type(1),
  .evx-page-contact .contacts__data-dl dd:nth-of-type(1) { grid-column: 1; }
  .evx-page-contact .contacts__data-dl dt:nth-of-type(2),
  .evx-page-contact .contacts__data-dl dd:nth-of-type(2) { grid-column: 2; }
  .evx-page-contact .contacts__data-dl dt:nth-of-type(3),
  .evx-page-contact .contacts__data-dl dd:nth-of-type(3) { grid-column: 3; }
  .evx-page-contact .contacts__data-dl dt { grid-row: 1; margin-top: 0 !important; }
  .evx-page-contact .contacts__data-dl dd { grid-row: 2; }

  .evx-page-product .details__specifications-table {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .evx-cover__mobile-search button {
    min-width: 78px !important;
    padding-right: 11px !important;
    padding-left: 11px !important;
  }

  .evx-page-about .main > .container-fluid,
  .evx-page-delivery .main > .container-fluid,
  .evx-page-contact .main > .container-fluid,
  .evx-page-product .main > .container-fluid {
    width: calc(100% - 20px);
  }

  .evx-page-about .page .ui-wysiwyg.editor,
  .evx-page-delivery .page .ui-wysiwyg.editor {
    padding: 15px !important;
    border-radius: 18px;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h3:first-child,
  .evx-page-delivery .page .ui-wysiwyg.editor > h3:nth-child(2) {
    padding: 25px 21px !important;
    border-radius: 15px !important;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h4,
  .evx-page-delivery .page .ui-wysiwyg.editor > h4 {
    padding: 22px 20px 18px !important;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h4::before {
    margin-bottom: 18px;
  }

  .evx-page-about .page .ui-wysiwyg.editor > h4 + h3,
  .evx-page-delivery .page .ui-wysiwyg.editor > h4 + h3 {
    padding: 21px 19px !important;
  }

  .evx-page-about .page .ui-wysiwyg.editor li,
  .evx-page-delivery .page .ui-wysiwyg.editor li {
    padding: 12px 13px 12px 42px !important;
  }

  .evx-info-cta {
    min-height: 0;
    margin-top: 16px;
    padding: 26px 21px;
    border-radius: 18px;
  }

  .evx-info-cta__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .evx-info-cta__actions a {
    width: 100%;
  }

  .evx-page-contact .contacts {
    border-radius: 18px;
  }

  .evx-page-contact .contacts__map {
    min-height: 330px;
  }

  .evx-page-contact .contacts__map::after {
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    padding: 15px 17px;
    font-size: 13px;
  }

  .evx-page-contact .contacts__wrapper {
    padding: 24px 18px !important;
  }

  .evx-page-contact .contacts__data-dl {
    grid-template-columns: 1fr;
  }

  .evx-page-contact .contacts__data-dl dt:nth-of-type(n),
  .evx-page-contact .contacts__data-dl dd:nth-of-type(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .evx-page-contact .contacts__data-dl dt:not(:first-child) {
    margin-top: 10px !important;
  }

  .evx-page-contact .contacts__data-form {
    padding: 21px 17px;
  }

  .evx-page-product .sku {
    border-radius: 18px;
  }

  .evx-page-product .sku__view-body > .row > .col-xl-6:first-child {
    min-height: 380px;
  }

  .evx-page-product .sku__desc {
    padding: 28px 20px 34px !important;
  }

  .evx-page-product .sku__title,
  .evx-page-product h1.sku__title {
    font-size: clamp(29px, 9vw, 39px);
  }

  .evx-page-product .details__accordion {
    border-radius: 15px;
  }

  .evx-page-product .details__accordion-toggle {
    min-height: 68px;
    padding: 19px 43px 19px 37px;
    font-size: 18px;
  }

  .evx-page-product .details__accordion-toggle::before {
    left: 19px;
    width: 5px;
    height: 25px;
  }

  .evx-page-product .details__accordion-collapse {
    padding: 0 18px 22px;
  }

  .evx-page-product .details__specifications-table-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* v27 cart clarity: persistent counter, success feedback and readable order. */
.evx-cover__cart {
  position: relative;
}

.evx-cover__cart-total {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #173426;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f2b15d;
  box-shadow: 0 5px 12px rgba(19, 64, 43, .22);
  overflow: hidden;
}

.evx-cover__cart-total mark,
.evx-cover__cart-total #cart-total {
  display: contents;
}

.evx-cover__cart-total .cart-total-text {
  display: none !important;
}

.evx-cover__cart-total .cart-total-counter {
  display: grid !important;
  width: 100%;
  height: 100%;
  place-items: center;
  color: inherit !important;
  font: inherit !important;
  background: transparent !important;
}

.evx-cart-toast {
  position: fixed;
  z-index: 10050;
  top: 112px;
  right: 24px;
  display: grid;
  grid-template-columns: 42px minmax(210px, 1fr) auto;
  width: min(540px, calc(100% - 32px));
  padding: 17px;
  align-items: center;
  gap: 14px;
  color: #21362b;
  border: 1px solid #cfe1d5;
  border-radius: 17px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 60px rgba(8, 44, 27, .24);
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}

.evx-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.evx-cart-toast__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50%;
  background: #1f6a47;
}

.evx-cart-toast strong,
.evx-cart-toast small {
  display: block;
}

.evx-cart-toast strong {
  color: #183327;
  font-size: 15px;
  line-height: 1.25;
}

.evx-cart-toast small {
  margin-top: 4px;
  color: #718279;
  font-size: 12px;
  line-height: 1.35;
}

.evx-cart-toast a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 11px;
  background: #1f6a47;
}

.evx-cart-toast a:hover {
  color: #fff;
  background: #164c34;
}

.evx-page-cart .main > .container-fluid {
  width: min(calc(100% - 40px), 1520px);
  margin-right: auto;
  margin-left: auto;
}

.evx-page-cart .cart__title {
  display: block;
  margin: 0 0 24px;
  color: #172b21;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 800;
}

.evx-page-cart .cart__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  gap: 24px;
  align-items: start;
}

.evx-page-cart .cart__content {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #dce6df;
  border-radius: 20px !important;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 56, 37, .07);
}

.evx-page-cart .cart__list,
.evx-page-cart .cart__list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.evx-page-cart .cart__list > li + li {
  border-top: 1px solid #e1e9e4;
}

.evx-page-cart .cart__item {
  display: grid;
  grid-template-columns: 150px minmax(190px, 1fr) 118px 145px 34px;
  min-height: 174px;
  padding: 22px;
  align-items: center;
  gap: 20px;
  background: #fff;
}

.evx-page-cart .cart__item-image {
  display: flex;
  width: 150px;
  height: 124px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe7df;
  border-radius: 15px;
  background:
    radial-gradient(circle at 65% 32%, rgba(31, 106, 71, .12), transparent 34%),
    #f2f7f3;
  overflow: hidden;
}

.evx-page-cart .cart__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.18);
}

.evx-page-cart .cart__item-id {
  display: block;
  margin-bottom: 8px;
  color: #84938b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.evx-page-cart .cart__item-title {
  color: #193528;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.evx-page-cart .cart__item-title:hover {
  color: #1f6a47;
}

.evx-page-cart .cart__item-number .ui-number {
  border-color: #d6e2da;
  border-radius: 11px;
  background: #f6f9f7;
}

.evx-page-cart .cart__item-price {
  color: #1d4f36;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
}

.evx-page-cart .cart__item-price-piece {
  display: block;
  margin-top: 5px;
  color: #84938b;
  font-size: 11px;
  font-weight: 500;
}

.evx-page-cart .cart__sidebar {
  position: sticky;
  top: 24px;
}

.evx-page-cart .cart__data,
.evx-page-cart .cart__code,
.evx-page-cart .cart__delivery {
  margin-bottom: 14px;
  padding: 24px;
  border: 1px solid #dce6df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 56, 37, .055);
}

.evx-page-cart .cart__data-title,
.evx-page-cart .cart__code-title,
.evx-page-cart .cart__delivery-title {
  color: #1a3528;
  font-size: 18px;
  font-weight: 800;
}

.evx-page-cart .cart__data-table {
  margin-top: 18px;
}

.evx-page-cart .cart__data-table td,
.evx-page-cart .cart__data-table th {
  padding: 10px 0;
  border-color: #e1e9e4;
}

.evx-page-cart .cart__data-table tfoot th {
  color: #173d2b;
  font-size: 20px;
  font-weight: 900;
}

.evx-page-cart .cart__action .ui-btn,
.evx-page-cart .cart__quick .ui-btn {
  min-height: 55px;
  border-radius: 13px;
}

@media (max-width: 991px) {
  .evx-page-cart .main > .container-fluid {
    width: calc(100% - 28px);
  }

  .evx-page-cart .cart__wrapper {
    grid-template-columns: 1fr;
  }

  .evx-page-cart .cart__sidebar {
    position: static;
  }

  .evx-page-cart .cart__item {
    grid-template-columns: 128px minmax(0, 1fr) 110px 132px 30px;
    padding: 18px;
    gap: 14px;
  }

  .evx-page-cart .cart__item-image {
    width: 128px;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .evx-cover__cart-total {
    top: -7px;
    right: -6px;
  }

  .evx-cart-toast {
    top: 14px;
    right: 16px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }

  .evx-cart-toast__icon {
    width: 38px;
    height: 38px;
  }

  .evx-cart-toast a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .evx-page-cart .main > .container-fluid {
    width: calc(100% - 20px);
  }

  .evx-page-cart .cart__content {
    border-radius: 16px !important;
  }

  .evx-page-cart .cart__item {
    grid-template-columns: 94px minmax(0, 1fr) 28px;
    grid-template-areas:
      "image description action"
      "image price price"
      "number number number";
    min-height: 0;
    padding: 15px;
    align-items: start;
    gap: 12px;
  }

  .evx-page-cart .cart__item-image {
    grid-area: image;
    width: 94px;
    height: 94px;
  }

  .evx-page-cart .cart__item-desc { grid-area: description; }
  .evx-page-cart .cart__item-number { grid-area: number; }
  .evx-page-cart .cart__item-price { grid-area: price; text-align: left; }
  .evx-page-cart .cart__item-action { grid-area: action; }

  .evx-page-cart .cart__item-title {
    font-size: 15px;
  }

  .evx-page-cart .cart__item-number .ui-number {
    width: 100%;
  }

  .evx-page-cart .cart__data,
  .evx-page-cart .cart__code,
  .evx-page-cart .cart__delivery {
    padding: 20px 17px;
    border-radius: 15px;
  }
}

/* v28 browser-tested refinements for legacy inline content. */
.evx-page-about .page .ui-wysiwyg.editor > h3:first-child *,
.evx-page-delivery .page .ui-wysiwyg.editor > h3:nth-child(2) * {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.evx-page-about .page .ui-wysiwyg.editor > h4 *,
.evx-page-delivery .page .ui-wysiwyg.editor > h4 * {
  color: #fff !important;
  background: transparent !important;
}

.evx-page-about .page .ui-wysiwyg.editor ul li::after,
.evx-page-delivery .page .ui-wysiwyg.editor ul li::after {
  display: none !important;
  content: none !important;
}

.evx-page-contact .contacts__data-dl {
  width: 100% !important;
  max-width: none !important;
}

.evx-page-contact .contacts__data > .row > [class*="col-"]:first-child {
  min-width: 0;
}

.evx-page-product .sku__slide img {
  transform: scale(1.78);
}

.evx-page-product .details__specifications > .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.evx-page-product .details__specifications > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
}

.evx-page-product .details__specifications-table {
  display: block;
  width: 100%;
  max-width: none;
}

.evx-page-product .details__specifications-table tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  width: 100%;
}

.evx-page-product .details__specifications-table tr {
  display: grid;
  grid-template-columns: minmax(150px, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: baseline;
  border-bottom: 1px solid #e2eae5;
}

.evx-page-product .details__specifications-table th,
.evx-page-product .details__specifications-table td {
  display: block;
  width: auto !important;
  padding: 13px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.evx-page-product .details__specifications-table th {
  color: #718279;
  font-weight: 500;
}

.evx-page-product .details__specifications-table td {
  color: #1d3529;
  font-weight: 700;
}

.evx-page-product .details__specifications-table-line {
  display: block;
  padding: 0;
  color: inherit;
  border: 0;
}

@media (max-width: 1199px) {
  .evx-page-product .sku__slide img {
    transform: scale(1.55);
  }
}

@media (max-width: 767px) {
  .evx-page-product .details__specifications-table tbody {
    grid-template-columns: 1fr;
  }

  .evx-page-product .details__specifications-table tr {
    grid-template-columns: minmax(120px, .9fr) minmax(0, 1.1fr);
    gap: 12px;
  }

  .evx-page-product .details__specifications-table th,
  .evx-page-product .details__specifications-table td {
    padding: 11px 0 !important;
  }
}

/* v29 contacts: remove the legacy one-third nested column. */
.evx-page-contact .contacts__data > .row > .col-xl > .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.evx-page-contact .contacts__data > .row > .col-xl > .row > .col-lg-4 {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
}

/* v30 final page polish: exact search height, wide contacts and clear cart. */
.evx-cover__search button,
.evx-cover__mobile-search button {
  width: 84px !important;
  min-width: 84px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 12px !important;
  align-self: center;
  line-height: 40px !important;
}

.evx-page-contact .contacts__map::after {
  content: "ПРОИЗВОДСТВО И ОФИС\A Московская область, Электрогорск,\A Октябрьская улица, 3";
}

.evx-page-contact .contacts__data > .row {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(30px, 4vw, 64px);
}

.evx-page-contact .contacts__data-dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(1),
.evx-page-contact .contacts__data-dl dd:nth-of-type(1) {
  grid-column: 1;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(2),
.evx-page-contact .contacts__data-dl dd:nth-of-type(2) {
  grid-column: 2;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(1),
.evx-page-contact .contacts__data-dl dt:nth-of-type(2) {
  grid-row: 1;
}

.evx-page-contact .contacts__data-dl dd:nth-of-type(1),
.evx-page-contact .contacts__data-dl dd:nth-of-type(2) {
  grid-row: 2;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(3),
.evx-page-contact .contacts__data-dl dd:nth-of-type(3) {
  grid-column: 1 / -1;
}

.evx-page-contact .contacts__data-dl dt:nth-of-type(3) {
  grid-row: 3;
  margin-top: 14px;
}

.evx-page-contact .contacts__data-dl dd:nth-of-type(3) {
  grid-row: 4;
}

.evx-page-contact .contacts__data-dl dd {
  min-height: 76px;
}

.evx-page-contact .contacts__data-form {
  width: 100%;
  max-width: none;
}

.evx-cart-toast__copy {
  min-width: 0;
}

.evx-cart-toast .evx-cart-toast__kicker {
  margin: 0 0 5px;
  color: #1f6a47;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.evx-cart-toast strong {
  overflow: hidden;
  color: #183327;
  font-size: 16px;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.evx-cart-toast__meta {
  display: block;
  margin-top: 4px;
  color: #718279;
  font-size: 12px;
  line-height: 1.35;
}

.evx-page-cart .cart__title {
  margin-bottom: 7px;
}

.evx-page-cart .evx-cart-note {
  max-width: 720px;
  margin: 0 0 24px;
  color: #6f8177;
  font-size: 15px;
  line-height: 1.55;
}

.evx-page-cart .evx-cart-table-head {
  display: grid;
  grid-template-columns: 150px minmax(190px, 1fr) 118px 145px 34px;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  gap: 20px;
  color: #73857b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
  border-bottom: 1px solid #dfe8e2;
  background: #f5f8f6;
}

.evx-page-cart .evx-cart-table-head > span:nth-child(1) {
  grid-column: 1 / 3;
}

.evx-page-cart .evx-cart-table-head > span:nth-child(2) {
  grid-column: 3;
  text-align: center;
}

.evx-page-cart .evx-cart-table-head > span:nth-child(3) {
  grid-column: 4;
  text-align: right;
}

.evx-page-cart .evx-cart-table-head > span:nth-child(4) {
  grid-column: 5;
}

.evx-page-cart .cart__item > * {
  min-width: 0;
}

@media (max-width: 1199px) {
  .evx-page-contact .contacts__data > .row {
    grid-template-columns: 1fr;
  }

  .evx-page-contact .contacts__data-form {
    max-width: none;
  }

  .evx-page-cart .evx-cart-table-head {
    grid-template-columns: 128px minmax(0, 1fr) 110px 132px 30px;
    padding: 0 18px;
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .evx-cover__mobile-search button {
    width: 78px !important;
    min-width: 78px !important;
  }

  .evx-page-contact .contacts__data-dl {
    grid-template-columns: 1fr;
  }

  .evx-page-contact .contacts__data-dl dt:nth-of-type(n),
  .evx-page-contact .contacts__data-dl dd:nth-of-type(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .evx-page-contact .contacts__data-dl dt:not(:first-child) {
    margin-top: 10px;
  }

  .evx-page-cart .evx-cart-table-head {
    display: none;
  }

  .evx-page-cart .cart__item-desc::before,
  .evx-page-cart .cart__item-number::before,
  .evx-page-cart .cart__item-price::before {
    display: block;
    margin-bottom: 5px;
    color: #84938b;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .evx-page-cart .cart__item-desc::before { content: "Товар"; }
  .evx-page-cart .cart__item-number::before { content: "Количество"; }
  .evx-page-cart .cart__item-price::before { content: "Цена"; }
}

/* v30 cart structure and checkout foundation. */
.evx-page-cart .cart__item-desc {
  position: static !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .evx-page-cart .cart__item-image { grid-column: 1; grid-row: 1; }
  .evx-page-cart .cart__item-desc { grid-column: 2; grid-row: 1; }
  .evx-page-cart .cart__item-number { grid-column: 3; grid-row: 1; }
  .evx-page-cart .cart__item-price { grid-column: 4; grid-row: 1; }
  .evx-page-cart .cart__item-action { grid-column: 5; grid-row: 1; }
}

.evx-page-checkout .main > .container-fluid {
  width: min(calc(100% - 40px), 1520px);
  margin-right: auto;
  margin-left: auto;
}

.evx-page-checkout .simple-content {
  width: 100%;
  margin: 0 auto;
}

.evx-page-checkout .simplecheckout {
  color: #263b30;
}

@media (max-width: 991px) {
  .evx-page-checkout .main > .container-fluid {
    width: calc(100% - 28px);
  }
}

@media (max-width: 767px) {
  .evx-page-checkout .main > .container-fluid {
    width: calc(100% - 20px);
  }
}

/* v31 checkout: clear two-column form and decisive confirmation area. */
.evx-page-checkout {
  background: #f2f6f3;
}

.evx-page-checkout .simplecheckout::after {
  display: block;
  clear: both;
  content: "";
}

.evx-page-checkout .simplecheckout-left-column,
.evx-page-checkout .simplecheckout-right-column {
  min-width: 0;
}

.evx-page-checkout .simplecheckout-block:not(#simplecheckout_cart) {
  margin-bottom: 18px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #dce6df;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(18, 56, 37, .06);
}

.evx-page-checkout .simple-content .checkout-heading {
  margin-bottom: 24px;
  color: #183326;
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 800;
  line-height: 1.2;
}

.evx-page-checkout .simplecheckout-block-content {
  padding: 0;
}

.evx-page-checkout .simplecheckout label {
  margin-bottom: 7px;
  color: #40564a;
  font-size: 14px;
  font-weight: 600;
}

.evx-page-checkout .simplecheckout input[type="text"],
.evx-page-checkout .simplecheckout input[type="email"],
.evx-page-checkout .simplecheckout input[type="password"],
.evx-page-checkout .simplecheckout input[type="tel"],
.evx-page-checkout .simplecheckout select,
.evx-page-checkout .simplecheckout textarea,
.evx-page-checkout .simplecheckout .form-control {
  min-height: 50px;
  color: #22382d;
  border: 1px solid #d1dfd6;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.evx-page-checkout .simplecheckout textarea {
  min-height: 118px;
  padding: 14px 16px;
  resize: vertical;
}

.evx-page-checkout .simplecheckout input:focus,
.evx-page-checkout .simplecheckout select:focus,
.evx-page-checkout .simplecheckout textarea:focus,
.evx-page-checkout .simplecheckout .form-control:focus {
  border-color: #71a387;
  box-shadow: 0 0 0 3px rgba(31, 106, 71, .10);
  outline: 0;
}

.evx-page-checkout .simplecheckout-methods-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.evx-page-checkout .simplecheckout-methods-table tr {
  border-radius: 12px;
  background: #f7faf8;
}

.evx-page-checkout .simplecheckout-methods-table td {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #dfe8e2;
  border-bottom: 1px solid #dfe8e2;
}

.evx-page-checkout .simplecheckout-methods-table td:first-child {
  padding-left: 15px;
  border-left: 1px solid #dfe8e2;
  border-radius: 12px 0 0 12px;
}

.evx-page-checkout .simplecheckout-methods-table td:last-child {
  padding-right: 15px;
  border-right: 1px solid #dfe8e2;
  border-radius: 0 12px 12px 0;
}

.evx-page-checkout #simplecheckout_cart .cart__item,
.evx-page-checkout #simplecheckout_cart .cart__data,
.evx-page-checkout #simplecheckout_cart .cart__code {
  border-color: #dce6df;
  box-shadow: 0 14px 38px rgba(18, 56, 37, .06);
}

.evx-page-checkout .simplecheckout-button-block {
  display: flex;
  width: 100%;
  min-height: 94px;
  margin: 24px 0 0;
  padding: 18px 20px;
  clear: both;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: #fff;
  border-radius: 19px;
  background:
    radial-gradient(circle at 78% 0%, rgba(242, 177, 93, .18), transparent 34%),
    #103e2b;
  box-shadow: 0 18px 44px rgba(16, 62, 43, .17);
}

.evx-page-checkout .simplecheckout-button-block::before {
  margin-right: auto;
  padding-left: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  content: "Проверьте контактные данные и подтвердите заказ";
}

.evx-page-checkout .simplecheckout-button-right {
  float: none;
  text-align: right;
}

.evx-page-checkout #simplecheckout_button_confirm {
  display: inline-flex !important;
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  color: #183426 !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid #f2b15d !important;
  border-radius: 13px;
  background: #f2b15d !important;
  box-shadow: 0 12px 25px rgba(4, 28, 17, .20);
  cursor: pointer;
}

.evx-page-checkout #simplecheckout_button_confirm:hover {
  color: #183426 !important;
  border-color: #f7c98c !important;
  background: #f7c98c !important;
  transform: translateY(-1px);
}

.evx-page-checkout .simplecheckout-error-text,
.evx-page-checkout .simplecheckout-warning-text {
  margin-top: 6px;
  color: #b34038;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .evx-page-checkout .simplecheckout-left-column,
  .evx-page-checkout .simplecheckout-right-column {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 767px) {
  .evx-page-checkout .simplecheckout-block:not(#simplecheckout_cart) {
    margin-bottom: 13px;
    padding: 21px 17px;
    border-radius: 15px;
  }

  .evx-page-checkout .simple-content .checkout-heading {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .evx-page-checkout .simplecheckout-button-block {
    min-height: 0;
    padding: 20px 17px;
    align-items: stretch;
    flex-direction: column;
    border-radius: 16px;
  }

  .evx-page-checkout .simplecheckout-button-block::before {
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .evx-page-checkout .simplecheckout-button-right,
  .evx-page-checkout #simplecheckout_button_confirm {
    width: 100%;
  }
}

/* v32 mobile cart: reset legacy absolute positioning inside the responsive grid. */
@media (max-width: 767px) {
  .evx-page-cart .cart__item {
    grid-template-columns: 86px minmax(0, 1fr) 28px;
    grid-template-areas:
      "image description action"
      "image price price"
      "number number number";
    padding: 16px;
    gap: 10px 13px;
    align-items: start;
  }

  .evx-page-cart .cart__item-image {
    position: static !important;
    grid-area: image;
    width: 86px;
    height: 86px;
    padding: 8px;
    align-self: start;
  }

  .evx-page-cart .cart__item-desc {
    grid-area: description;
    padding: 0 !important;
    margin: 0 !important;
    align-self: start;
  }

  .evx-page-cart .cart__item-desc::before {
    display: none;
    content: none;
  }

  .evx-page-cart .cart__item-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.32;
  }

  .evx-page-cart .cart__item-id {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .evx-page-cart .cart__item-price {
    position: static !important;
    grid-area: price;
    min-height: 31px;
    margin: 0 !important;
    padding: 0 !important;
    align-self: end;
    color: #1b5a3b;
    font-size: 17px;
    line-height: 1.25;
    text-align: left;
  }

  .evx-page-cart .cart__item-price::before {
    margin: 0 8px 0 0;
    align-self: center;
  }

  .evx-page-cart .cart__item-number {
    position: static !important;
    grid-area: number;
    width: 100%;
    margin: 3px 0 0 !important;
    padding-top: 11px;
    border-top: 1px solid #e3ebe6;
  }

  .evx-page-cart .cart__item-number::before {
    margin-bottom: 7px;
  }

  .evx-page-cart .cart__item-number .ui-number {
    width: 100%;
    min-height: 44px;
  }

  .evx-page-cart .cart__item-action {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    grid-area: action;
    justify-self: end;
    z-index: 5;
  }

  .evx-page-cart .cart__item-action-toggle {
    width: 28px;
    height: 32px;
    padding: 4px;
  }

  .evx-page-cart .cart__item-action-offcanvas {
    top: calc(100% + 4px);
    right: 0;
  }
}

/* v34 absolute final homepage corrections. */
.evx-cover__search,
.evx-cover__mobile-search {
  box-sizing: border-box !important;
  align-items: center !important;
}

.evx-cover__search {
  display: grid !important;
  grid-template-columns: minmax(150px, 1fr) 84px !important;
  height: 50px !important;
  padding: 4px !important;
}

.evx-cover__search input,
.evx-cover__mobile-search input {
  align-self: stretch !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.evx-cover__search button,
.evx-cover__mobile-search button {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  width: 84px !important;
  min-width: 84px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  line-height: 1 !important;
  transform: none !important;
}

.evx-home .evx-engineering__inner {
  grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(46px, 5.4vw, 82px) !important;
  align-items: center !important;
}

.evx-home .evx-engineering__visual {
  min-height: 650px !important;
}

.evx-home .evx-engineering__visual img {
  right: 0 !important;
  bottom: 0 !important;
  width: 118% !important;
  max-width: none !important;
  height: 96% !important;
  object-position: center !important;
}

.evx-home .evx-engineering__included-title {
  display: block;
  margin-top: 24px;
  color: #193529;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.evx-home .evx-engineering__list {
  margin-top: 12px !important;
}

.evx-home .evx-engineering__content > .evx-home-button {
  margin-top: 22px !important;
}

@media (max-width: 1199px) {
  .evx-home .evx-engineering__inner {
    grid-template-columns: minmax(370px, .85fr) minmax(0, 1.15fr) !important;
    gap: 38px !important;
  }

  .evx-home .evx-engineering__visual {
    min-height: 590px !important;
  }
}

@media (max-width: 991px) {
  .evx-home .evx-engineering__inner {
    grid-template-columns: 1fr !important;
  }

  .evx-home .evx-engineering__visual {
    min-height: 560px !important;
  }
}

@media (max-width: 575px) {
  .evx-cover__visual {
    min-height: 590px !important;
  }

  .evx-cover__visual img {
    top: 0 !important;
    right: -9% !important;
    bottom: auto !important;
    width: 140% !important;
    max-width: none !important;
    height: 75% !important;
    object-position: center top !important;
  }

  .evx-cover__watermark {
    top: 4% !important;
    right: 2% !important;
  }

  .evx-home .evx-engineering__inner {
    gap: 30px !important;
  }

  .evx-home .evx-engineering__visual {
    min-height: 460px !important;
  }

  .evx-home .evx-engineering__visual img {
    right: 0 !important;
    bottom: 0 !important;
    width: 120% !important;
    max-width: none !important;
    height: 92% !important;
  }

  .evx-home .evx-engineering__included-title {
    margin-top: 20px;
    font-size: 12px;
  }

  .evx-home .evx-engineering__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .evx-home .evx-engineering__list li {
    min-height: 124px !important;
    padding: 43px 13px 14px !important;
  }

  .evx-home .evx-engineering__list li::before {
    top: 13px !important;
    left: 13px !important;
  }
}

/* v35 keep the desktop search out of the mobile header. */
@media (max-width: 991px) {
  .evx-cover__search {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .evx-cover__search {
    display: grid !important;
  }
}

/* v16 absolute final: no legacy cover styles below this point. */
.evx-home .header {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  color: #17271f;
  border: 0;
  border-bottom: 1px solid #dce7df;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none;
}

.evx-home .header > .container-fluid {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.evx-home .evx-hero {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  background: #0b3423;
  box-shadow: none;
}

.evx-home .header__row::before {
  background: transparent;
}

.evx-home .header__row--01 {
  border-bottom-color: #edf2ee;
}

.evx-home .header__info-link,
.evx-home .header__call-btn {
  color: #31443a;
}

.evx-home .header__info-link:hover,
.evx-home .header__call-btn:hover {
  color: #1f6a47;
}

.evx-home .header__call-btn mark {
  color: #829188 !important;
}

.evx-home .header__desktop .header__logo {
  height: 4.8rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.evx-home .header__row--02 .header__search-control {
  border: 1px solid #d4e2d8;
  border-radius: 1.2rem;
  background: #f3f7f4;
  box-shadow: none;
}

.evx-home .header__row--02 .header__search-input {
  color: #17271f;
  background: transparent;
}

.evx-home .header__row--02 .header__search-input::placeholder {
  color: #7c8e84;
}

.evx-home .header__row--02 .header__search-btn {
  color: #fff !important;
  border-color: #1f6a47 !important;
  background: #1f6a47 !important;
}

.evx-home .header__row--02 .header__search-btn:hover {
  color: #fff !important;
  border-color: #164c34 !important;
  background: #164c34 !important;
}

.evx-home .header__acc-btn,
.evx-home .header__action,
.evx-home .header__cart-btn {
  color: #24362c;
  border-color: #dbe5de !important;
  background: #fff;
  box-shadow: none;
}

.evx-home .header__action-btn,
.evx-home .header__cart-total,
.evx-home .header__cart-total mark {
  color: #24362c;
}

.evx-home .header__action-line {
  background: #dce5df;
}

.evx-home .header .header__catalog-btn {
  color: #fff !important;
  border-color: #1f6a47 !important;
  background: #1f6a47 !important;
  box-shadow: none;
}

.evx-home .header .header__catalog-btn:hover {
  color: #fff !important;
  border-color: #164c34 !important;
  background: #164c34 !important;
}

.evx-home .evx-hero__inner {
  grid-template-columns: minmax(480px, .96fr) minmax(520px, 1.04fr);
  min-height: 650px;
}

.evx-home .evx-hero__copy {
  position: relative;
  padding: clamp(54px, 6vw, 96px);
  color: #17271f;
  background:
    radial-gradient(circle at 6% 4%, rgba(31, 106, 71, .10), transparent 27%),
    linear-gradient(145deg, #fff 0%, #f2f6f3 100%);
}

.evx-home .evx-hero__copy::before {
  content: "";
  position: absolute;
  top: clamp(54px, 6vw, 96px);
  left: 0;
  width: 6px;
  height: 118px;
  background: #f2b15d;
}

.evx-home .evx-hero__eyebrow {
  color: #1f6a47;
  border-color: rgba(31, 106, 71, .20);
  background: #eaf3ed;
}

.evx-home .evx-hero__title {
  max-width: 680px;
  color: #14241c;
  font-size: clamp(44px, 4.25vw, 68px);
  line-height: .99;
  text-shadow: none;
}

.evx-home .evx-hero__lead {
  max-width: 620px;
  color: #586d62;
}

.evx-home .evx-button--primary {
  color: #fff;
  border-color: #1f6a47;
  background: #1f6a47;
  box-shadow: 0 12px 26px rgba(31, 106, 71, .20);
}

.evx-home .evx-button--primary:hover {
  color: #fff;
  border-color: #164c34;
  background: #164c34;
}

.evx-home .evx-button--ghost {
  color: #1f6a47;
  border-color: #8bb79b;
  background: transparent;
}

.evx-home .evx-button--ghost:hover {
  color: #164c34;
  border-color: #1f6a47;
  background: #eaf3ed;
}

.evx-home .evx-hero__benefits {
  border-top-color: #d6e2d9;
}

.evx-home .evx-hero__benefits strong {
  color: #17271f;
}

.evx-home .evx-hero__benefits span {
  color: #687c71;
}

.evx-home .evx-hero__benefits li::before {
  border-color: #fff;
  background: #f2b15d;
  box-shadow: 0 0 0 1px rgba(210, 139, 48, .45);
}

.evx-home .evx-hero__visual {
  border: 0;
  background:
    radial-gradient(circle at 68% 43%, rgba(242, 177, 93, .18), transparent 27%),
    radial-gradient(circle at 46% 54%, rgba(89, 175, 121, .30), transparent 39%),
    linear-gradient(145deg, #124a32 0%, #08291b 100%);
}

.evx-home .evx-hero__visual::before {
  background: linear-gradient(180deg, rgba(5, 24, 15, 0) 54%, rgba(5, 24, 15, .36) 100%);
}

.evx-home .evx-hero__visual::after {
  opacity: .40;
  background-size: 48px 48px;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .evx-home.is-header-v7 .header__mobile-fixed,
  .evx-home .header__mobile {
    color: #17271f !important;
    border-color: transparent;
    background: #fff !important;
  }

  .evx-home .header__mobile .header__logo {
    height: 6rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .evx-home .header__mobile .header__logo img {
    max-width: 20rem;
    max-height: 4.8rem;
  }

  .evx-home .header__nav-btn,
  .evx-home .header__call-btn,
  .evx-home .header__search-btn,
  .evx-home .header__acc-btn,
  .evx-home .header__cart-btn {
    color: #17271f !important;
  }
}

@media (max-width: 767px) {
  .evx-home .evx-hero__inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .evx-home .evx-hero__copy {
    order: 1;
    padding: 4.2rem 2.5rem 4.8rem;
  }

  .evx-home .evx-hero__copy::before {
    top: 4.2rem;
    width: 4px;
    height: 88px;
  }

  .evx-home .evx-hero__title {
    font-size: clamp(36px, 10vw, 46px);
  }

  .evx-home .evx-hero__visual {
    order: 2;
    min-height: 40rem;
    border: 0;
  }
}
