:root {
  --el-navy: #08254f;
  --el-navy-2: #061b3d;
  --el-blue: #ff0b2f;
  --el-blue-dark: #d9082a;
  --el-cyan: #ff0b2f;
  --el-green: #148653;
  --el-red: #ff0b2f;
  --el-ink: #08254f;
  --el-muted: #667085;
  --el-line: #e3e7ee;
  --el-surface: #ffffff;
  --el-bg: #f7f8fb;
  --el-radius: 12px;
  --el-shadow: 0 8px 24px rgba(8, 37, 79, 0.07);
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

.page-width {
  max-width: 144rem;
}

.el-brand-lockup {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}

.el-brand-lockup__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 5.6rem;
  object-fit: contain;
}

.el-brand-lockup--footer .el-brand-lockup__image {
  max-height: 5.5rem;
}

.el-brand-mark {
  width: 4.2rem;
  height: 4.7rem;
  flex: 0 0 auto;
  overflow: visible;
}

.el-brand-mark__top {
  fill: var(--el-blue);
}

.el-brand-mark__base {
  fill: var(--el-navy);
}

.el-brand-name {
  display: inline-flex;
  align-items: baseline;
  color: var(--el-navy);
  font-family: "EverLat Inter", Inter, Arial, sans-serif;
  font-size: clamp(2.4rem, 2.25vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.el-brand-name__lat {
  color: var(--el-blue);
}

.el-brand-lockup--footer .el-brand-mark__base,
.el-brand-lockup--footer .el-brand-name__ever {
  fill: #fff;
  color: #fff;
}

.announcement-bar-section .utility-bar {
  min-height: 3.6rem;
  background: var(--el-navy);
  color: #fff;
}

.announcement-bar__message {
  min-height: 3.6rem;
  padding: 0.8rem 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.header-wrapper {
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 38, 68, 0.08);
}

.header-wrapper--border-bottom {
  border-bottom: 0;
}

.header__heading-link {
  text-decoration: none;
}

.el-header-search {
  position: relative;
  display: flex;
  min-width: 0;
  height: 4.8rem;
  border: 0.2rem solid #ccd6e3;
  border-radius: 1rem;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.el-header-search:focus-within {
  border-color: var(--el-blue);
  box-shadow: 0 0 0 0.35rem rgba(255, 11, 47, 0.1);
}

.el-header-search__input {
  min-width: 0;
  flex: 1;
  padding: 0 1.6rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--el-ink);
  font: inherit;
  font-size: 1.45rem;
}

.el-header-search__input::placeholder {
  color: #7c8796;
  opacity: 1;
}

.el-header-search__input::-webkit-search-cancel-button {
  display: none;
}

.el-header-search__button {
  display: grid;
  width: 5.2rem;
  place-items: center;
  border: 0;
  border-radius: 0 0.7rem 0.7rem 0;
  background: var(--el-blue);
  color: #fff;
  cursor: pointer;
  transition: background 0.18s ease;
}

.el-header-search__button:hover {
  background: var(--el-blue-dark);
}

.el-icon-label {
  display: block;
  color: var(--el-ink);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1;
}

.header__icon:hover .el-icon-label {
  color: var(--el-blue);
}

.el-quick-nav {
  position: relative;
  border-top: 0;
  background: var(--el-navy);
}

.el-quick-nav__inner {
  display: flex;
  min-height: 4.6rem;
  align-items: stretch;
  gap: 0.2rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.el-quick-nav__inner::-webkit-scrollbar {
  display: none;
}

.el-quick-nav a,
.el-quick-nav button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 1.55rem;
  border: 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 650;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.el-quick-nav a:hover,
.el-quick-nav button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.el-quick-nav .el-quick-nav__all {
  gap: 0.9rem;
  margin-right: 0.6rem;
  background: var(--el-red);
  color: #fff;
  font-weight: 750;
}

.el-quick-nav .el-quick-nav__all:hover,
.el-quick-nav .el-quick-nav__all:focus-visible,
.el-quick-nav .el-quick-nav__all[aria-expanded="true"] {
  background: #bd0828;
  color: #fff;
}

.el-quick-nav__hamburger {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.el-quick-nav__all-arrow {
  margin-left: 0.25rem;
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.el-quick-nav__all[aria-expanded="true"] .el-quick-nav__all-arrow {
  transform: rotate(180deg);
}

.el-quick-nav .el-quick-nav__sale {
  margin-left: auto;
  padding-right: 2.2rem;
  padding-left: 2.2rem;
  background: var(--el-red);
  color: #fff;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  box-shadow: inset 0 -0.2rem 0 rgba(0, 0, 0, 0.12);
}

.el-quick-nav .el-quick-nav__sale:hover {
  background: #d9002a;
  color: #fff;
}

/* Dynamic WooCommerce category catalogue */
.el-category-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 120;
  padding-bottom: 2.4rem;
}

.el-category-menu__surface {
  overflow: hidden;
  border: 1px solid #d8e0eb;
  border-top: 0;
  border-radius: 0 0 1.4rem 1.4rem;
  background: #fff;
  color: var(--el-ink);
  box-shadow: 0 2.4rem 5rem rgba(4, 22, 50, 0.22);
}

.el-category-menu__heading {
  display: flex;
  min-height: 5.2rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.8rem 0 2.2rem;
  border-bottom: 1px solid var(--el-line);
  background: #fff;
}

.el-category-menu__heading strong {
  color: var(--el-navy);
  font-size: 1.55rem;
}

.el-category-menu__close {
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  place-items: center;
  padding: 0;
  border: 0.2rem solid var(--el-red);
  border-radius: 50%;
  background: var(--el-red);
  color: #fff;
  box-shadow: 0 0.45rem 1.2rem rgba(212, 9, 44, 0.24);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.el-category-menu__close:hover,
.el-category-menu__close:focus-visible {
  border-color: #a80622;
  background: #a80622;
  color: #fff;
}

.el-category-menu__layout {
  display: grid;
  height: min(64vh, 58rem);
  min-height: 38rem;
  grid-template-columns: minmax(24rem, 28rem) minmax(0, 1fr);
}

.el-category-menu__main {
  margin: 0;
  padding: 0.8rem 0;
  overflow-y: auto;
  border-right: 1px solid var(--el-line);
  background: #f5f7fa;
  list-style: none;
  scrollbar-width: thin;
}

.el-category-menu__main li {
  margin: 0;
}

.el-quick-nav .el-category-menu__main-link {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 5.2rem;
  grid-template-columns: 3.4rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.7rem 1.5rem 0.7rem 1.2rem;
  border-left: 0.35rem solid transparent;
  color: var(--el-ink);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
}

.el-quick-nav .el-category-menu__main-link:hover,
.el-quick-nav .el-category-menu__main-link:focus-visible,
.el-quick-nav .el-category-menu__main-link.is-active {
  border-left-color: var(--el-red);
  background: #fff;
  color: var(--el-navy);
}

.el-category-menu__icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  overflow: hidden;
  border-radius: 0.6rem;
  color: var(--el-navy);
}

.el-category-menu__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.el-category-menu__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.el-category-menu__chevron {
  color: #8390a2;
  font-size: 2rem;
}

.el-category-menu__panels {
  min-width: 0;
  overflow-y: auto;
  background: #fff;
  scrollbar-width: thin;
}

.el-category-menu__panel {
  padding: 2.6rem 3rem 3.2rem;
}

.el-category-menu__panel-heading {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--el-line);
}

.el-category-menu__panel-heading h2 {
  margin: 0;
  color: var(--el-navy);
  font-size: clamp(2rem, 2vw, 2.7rem);
  line-height: 1.15;
}

.el-quick-nav .el-category-menu__panel-heading a,
.el-quick-nav .el-category-menu__group a,
.el-quick-nav .el-category-menu__empty a {
  padding: 0;
  color: inherit;
  white-space: normal;
}

.el-quick-nav .el-category-menu__panel-heading a:hover,
.el-quick-nav .el-category-menu__group a:hover,
.el-quick-nav .el-category-menu__empty a:hover {
  background: transparent;
  color: var(--el-red);
}

.el-quick-nav .el-category-menu__view-all {
  gap: 0.7rem;
  color: var(--el-red);
  font-size: 1.25rem;
  font-weight: 800;
  white-space: nowrap;
}

.el-category-menu__groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 2.6rem 3.2rem;
  align-items: start;
}

.el-category-menu__group h3 {
  margin: 0 0 1rem;
  color: var(--el-navy);
  font-size: 1.4rem;
  line-height: 1.3;
}

.el-category-menu__group ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.el-category-menu__group li {
  margin: 0;
}

.el-quick-nav .el-category-menu__group li a {
  color: #5b6575;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.35;
}

.el-category-menu__empty {
  display: grid;
  min-height: 24rem;
  place-items: center;
  align-content: center;
  gap: 1rem;
  color: var(--el-muted);
  text-align: center;
}

.el-category-menu__empty p {
  margin: 0;
}

.el-category-menu__empty-icon {
  display: grid;
  width: 9rem;
  height: 9rem;
  place-items: center;
  overflow: hidden;
  border-radius: 1.4rem;
  background: #f3f6fa;
  color: var(--el-navy);
}

.el-category-menu__empty-icon img,
.el-category-menu__empty-icon svg {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}

.el-category-menu__empty-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.el-quick-nav .el-category-menu__empty a {
  color: var(--el-red);
  font-weight: 800;
}

.el-mobile-catalogue {
  margin: 0 0 0.8rem;
  border: 1px solid var(--el-line);
  border-radius: 1rem;
  background: #fff;
}

.el-mobile-catalogue summary {
  display: grid;
  min-height: 5rem;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1.2rem;
  color: var(--el-navy);
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.el-mobile-catalogue summary::-webkit-details-marker,
.el-mobile-catalogue__category summary::-webkit-details-marker {
  display: none;
}

.el-mobile-catalogue > summary {
  border-radius: 0.9rem;
  background: var(--el-red);
  color: #fff;
}

.el-mobile-catalogue > summary svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.el-mobile-catalogue__arrow {
  transition: transform 0.18s ease;
}

.el-mobile-catalogue[open] > summary .el-mobile-catalogue__arrow,
.el-mobile-catalogue__category[open] > summary .el-mobile-catalogue__arrow {
  transform: rotate(180deg);
}

.el-mobile-catalogue__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.el-mobile-catalogue__list--depth-0 {
  max-height: 62vh;
  padding: 0.6rem;
  overflow-y: auto;
}

.el-mobile-catalogue__list--depth-1,
.el-mobile-catalogue__list--depth-2,
.el-mobile-catalogue__list--depth-3,
.el-mobile-catalogue__list--depth-4 {
  padding-left: 1.4rem;
}

.el-mobile-catalogue__category > summary {
  grid-template-columns: 3.2rem minmax(0, 1fr) auto;
  border-bottom: 1px solid #edf0f4;
  color: var(--el-ink);
  font-size: 1.3rem;
}

.el-mobile-catalogue__list--depth-1 .el-mobile-catalogue__category > summary,
.el-mobile-catalogue__list--depth-2 .el-mobile-catalogue__category > summary,
.el-mobile-catalogue__list--depth-3 .el-mobile-catalogue__category > summary,
.el-mobile-catalogue__list--depth-4 .el-mobile-catalogue__category > summary {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 4.4rem;
}

.el-mobile-catalogue__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  overflow: hidden;
  color: var(--el-navy);
}

.el-mobile-catalogue__icon img,
.el-mobile-catalogue__icon svg {
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
}

.el-mobile-catalogue__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.el-mobile-menu .el-mobile-catalogue__leaf,
.el-mobile-menu .el-mobile-catalogue__all-link {
  display: flex;
  min-height: 4.4rem;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
  color: var(--el-ink);
  font-size: 1.25rem;
  font-weight: 650;
}

.el-mobile-menu .el-mobile-catalogue__all-link {
  margin-left: 4.2rem;
  color: var(--el-red);
  font-weight: 800;
}

.el-mobile-catalogue__list--depth-1 .el-mobile-catalogue__leaf,
.el-mobile-catalogue__list--depth-2 .el-mobile-catalogue__leaf,
.el-mobile-catalogue__list--depth-3 .el-mobile-catalogue__leaf,
.el-mobile-catalogue__list--depth-4 .el-mobile-catalogue__leaf {
  padding-left: 1rem;
}

.el-marketplace-hero {
  padding: 2.4rem 0 0.6rem;
}

.el-marketplace-hero__layout {
  display: grid;
  grid-template-columns: 25rem minmax(0, 1fr) 23rem;
  gap: 1.6rem;
  align-items: stretch;
}

.el-hero-stage {
  display: flex;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  flex-direction: column;
}

.el-category-rail,
.el-hero-banner,
.el-promo-card {
  border-radius: var(--el-radius);
  box-shadow: var(--el-shadow);
}

.el-category-rail {
  overflow: hidden;
  border: 0.1rem solid var(--el-line);
  background: #fff;
}

.el-category-rail h2 {
  margin: 0;
  padding: 1.7rem 1.8rem 1.3rem;
  border-bottom: 0.1rem solid #e8edf3;
  font-size: 1.6rem;
  font-weight: 750;
}

.el-category-rail ul {
  margin: 0;
  padding: 0.7rem 0;
  list-style: none;
}

.el-category-rail li {
  margin: 0;
  padding: 0;
}

.el-category-rail li a {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 4.35rem;
  padding: 0.4rem 1.5rem;
  color: var(--el-ink);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
}

.el-category-rail li a:hover {
  background: #edf5ff;
  color: var(--el-blue);
}

.el-category-rail__icon,
.el-category-tile__icon,
.el-service-item__icon,
.el-promo-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--el-blue);
}

.el-category-rail__icon svg,
.el-category-tile__icon svg,
.el-service-item__icon svg,
.el-promo-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.el-category-rail__icon {
  width: 2.4rem;
  height: 2.4rem;
}

.el-category-rail__arrow {
  color: #9aa4b2;
  font-size: 2rem;
}

.el-category-rail__all {
  display: block;
  padding: 1.2rem 1.8rem 1.5rem;
  border-top: 0.1rem solid #e8edf3;
  color: var(--el-blue);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.el-hero-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 39rem;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  background: #f2f2f4;
  color: #08254f;
}

.el-hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 39rem;
  flex: 1 1 auto;
  overflow: hidden;
  background: #f2f2f4;
}

.el-hero-banner.has-slider .el-hero-slider {
  min-height: 39rem;
}

.el-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.el-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.el-hero-slide__link {
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f4;
  text-decoration: none;
}

.el-hero-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f2f2f4;
}

.el-hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  z-index: 8;
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.5rem 1.8rem rgba(8, 37, 79, 0.12);
  backdrop-filter: blur(0.6rem);
  transform: translateX(-50%);
}

.el-hero-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.el-hero-slider__toggle {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--el-navy);
  font-size: 1.1rem;
  line-height: 1;
}

.el-hero-slider__toggle:hover,
.el-hero-slider__toggle:focus-visible {
  background: rgba(8, 37, 79, 0.1);
}

.el-hero-slider__dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 37, 79, 0.20);
  box-shadow: inset 0 0 0 0.1rem rgba(8, 37, 79, 0.08);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.el-hero-slider__dot:hover,
.el-hero-slider__dot:focus-visible {
  background: rgba(8, 37, 79, 0.38);
  outline: none;
}

.el-hero-slider__dot.is-active {
  background: var(--el-red);
  transform: scale(1.12);
}

.el-hero-slider__dot:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 11, 47, 0.18), inset 0 0 0 0.1rem rgba(8, 37, 79, 0.08);
}

.el-hero-slider__arrow {
  position: absolute;
  top: calc(50% - 1.9rem);
  z-index: 7;
  display: inline-flex;
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.8rem 2rem rgba(8, 37, 79, 0.14);
  color: var(--el-navy);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.el-hero-slider__arrow:hover,
.el-hero-slider__arrow:focus-visible {
  background: #fff;
  transform: translateY(-0.1rem);
  box-shadow: 0 1rem 2.4rem rgba(8, 37, 79, 0.18);
  outline: none;
}

.el-hero-slider__arrow span {
  font-size: 2rem;
  line-height: 1;
}

.el-hero-slider__arrow--prev {
  left: 1.4rem;
}

.el-hero-slider__arrow--next {
  right: 1.4rem;
}

.el-promo-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1.6rem;
}

.el-promo-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 2rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.el-promo-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.5rem 3.5rem rgba(18, 42, 76, 0.14);
}

.el-promo-card__kicker {
  margin-bottom: 0.6rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.el-promo-card strong {
  margin-bottom: 0.7rem;
  font-size: 2.05rem;
  line-height: 1.1;
}

.el-promo-card__text {
  font-size: 1.25rem;
  line-height: 1.35;
}

.el-promo-card--delivery {
  justify-content: flex-end;
  padding: 1.7rem 1.8rem 1.8rem;
  border: 0.1rem solid #dfe5ed;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 11, 47, 0.055), transparent 8rem),
    linear-gradient(145deg, #ffffff 0%, #fbfcfe 100%);
  color: var(--el-navy);
  isolation: isolate;
}

.el-promo-card--delivery::before,
.el-promo-card--delivery::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}

.el-promo-card--delivery::before {
  z-index: 4;
  width: 9.8rem;
  height: 7.6rem;
  background: var(--el-navy);
}

.el-promo-card--delivery::after {
  z-index: 5;
  width: 4.8rem;
  height: 4.8rem;
  background: var(--el-red);
}

.el-promo-card__van {
  position: absolute;
  z-index: 1;
  top: 0;
  right: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 11.5rem;
  overflow: hidden;
  pointer-events: none;
}

.el-promo-card__van img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.el-promo-card--delivery .el-promo-card__kicker,
.el-promo-card--delivery strong,
.el-promo-card--delivery .el-promo-card__text {
  position: relative;
  z-index: 3;
  max-width: 18rem;
}

.el-promo-card--delivery .el-promo-card__kicker {
  color: var(--el-navy);
  letter-spacing: 0.14em;
}

.el-promo-card--delivery strong {
  color: var(--el-navy);
  font-size: 2.35rem;
  letter-spacing: -0.035em;
}

.el-promo-card--delivery .el-promo-card__text {
  color: #324865;
}

.el-promo-card--sale {
  background: linear-gradient(145deg, var(--el-red) 0%, #d9002a 100%);
  color: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(255, 0, 47, 0.22);
}

.el-promo-card--sale::before {
  content: '';
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
  border: 2.4rem solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
}

.el-promo-card--sale .el-promo-card__kicker,
.el-promo-card--sale strong,
.el-promo-card--sale .el-promo-card__text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.el-promo-card--sale strong {
  font-weight: 850;
}

.el-promo-card__badge {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  display: grid;
  width: 5.4rem;
  height: 5.4rem;
  place-items: center;
  border-radius: 50%;
  border: 0.2rem solid rgba(255, 255, 255, 0.82);
  background: #fff;
  color: var(--el-red);
  font-size: 2.4rem;
  font-weight: 800;
  transform: rotate(8deg);
}

.el-section {
  padding: 4.2rem 0;
}

.el-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
}

.el-section-heading h2 {
  margin: 0;
  color: var(--el-ink);
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.el-section-heading a {
  flex: 0 0 auto;
  color: var(--el-blue);
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.el-section-heading--compact {
  margin-bottom: 1.7rem;
}

.el-section-heading--compact h2 {
  font-size: 2.4rem;
}

.el-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.2rem;
}

.el-category-tile {
  display: flex;
  min-height: 17.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.4rem;
  border: 0.1rem solid var(--el-line);
  border-radius: 1.3rem;
  background: #fff;
  color: var(--el-ink);
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.el-category-tile:hover {
  transform: translateY(-0.4rem);
  border-color: #a9c8f5;
  box-shadow: var(--el-shadow);
}

.el-category-tile__icon {
  width: 5.8rem;
  height: 5.8rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: #edf5ff;
}

.el-category-tile__title {
  color: var(--el-ink);
  font-size: 1.45rem;
  font-weight: 750;
  line-height: 1.25;
}

.el-category-tile__count {
  margin-top: 0.5rem;
  color: var(--el-muted);
  font-size: 1.15rem;
}

.el-service-strip {
  padding: 1.8rem 0 3rem;
}

.el-service-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 0.1rem solid var(--el-line);
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: var(--el-shadow);
}

.el-service-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 2.3rem;
}

.el-service-item + .el-service-item {
  border-left: 0.1rem solid var(--el-line);
}

.el-service-item__icon {
  width: 4.2rem;
  height: 4.2rem;
  flex: 0 0 auto;
  padding: 0.75rem;
  border-radius: 50%;
  background: #edf5ff;
}

.el-service-item span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.el-service-item strong {
  color: var(--el-ink);
  font-size: 1.35rem;
  line-height: 1.25;
}

.el-service-item small {
  margin-top: 0.35rem;
  color: var(--el-muted);
  font-size: 1.15rem;
  line-height: 1.3;
}

.el-brand-section {
  padding-top: 2.2rem;
}

.el-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.el-brand-grid a {
  display: grid;
  min-height: 8.2rem;
  place-items: center;
  border: 0.1rem solid var(--el-line);
  border-radius: 1.2rem;
  background: #fff;
  color: #34455e;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease;
}

.el-brand-grid a:hover {
  border-color: #a9c8f5;
  color: var(--el-blue);
}

/* Footer */
.footer {
  margin-top: 4rem;
  border-top: 0;
  background: var(--el-navy);
  color: rgba(255, 255, 255, 0.75);
}

.footer h2 {
  color: #fff;
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-areas: 'heading search icons';
    grid-template-columns: 21rem minmax(34rem, 1fr) auto;
    gap: 2.4rem;
    align-items: center;
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .header__heading,
  .header__heading-link {
    grid-area: heading;
    justify-self: start;
  }

  .el-header-search {
    grid-area: search;
  }

  .header__icons {
    grid-area: icons;
    gap: 0.7rem;
  }

  .header__icon:not(.header__icon--summary) {
    display: flex;
    width: 5.2rem;
    height: 4.8rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }

}

@media screen and (max-width: 1199px) {
  .el-marketplace-hero__layout {
    grid-template-columns: 23rem minmax(0, 1fr);
  }

  .el-promo-stack {
    display: none;
  }

  .el-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 989px) {
  .header {
    grid-template-areas: 'drawer heading icons' 'search search search';
    grid-template-columns: 4.4rem minmax(0, 1fr) auto;
    column-gap: 0.8rem;
    row-gap: 1.2rem;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .header__heading,
  .header__heading-link {
    grid-area: heading;
    justify-self: center;
  }

  .header__icons {
    grid-area: icons;
  }

  .el-header-search {
    grid-area: search;
    height: 4.4rem;
  }

  .el-icon-label {
    display: none;
  }

  .el-marketplace-hero {
    padding-top: 1.5rem;
  }

  .el-marketplace-hero__layout {
    grid-template-columns: 1fr;
  }

  .el-category-rail {
    display: none;
  }

  .el-service-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-service-item:nth-child(3) {
    border-left: 0;
    border-top: 0.1rem solid var(--el-line);
  }

  .el-service-item:nth-child(4) {
    border-top: 0.1rem solid var(--el-line);
  }

  .el-brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .el-brand-name {
    font-size: 2.2rem;
  }

  .el-brand-mark {
    width: 3.4rem;
    height: 3.8rem;
  }

  .el-header-search__input {
    padding-left: 1.2rem;
    font-size: 1.3rem;
  }

  .el-header-search__button {
    width: 4.6rem;
  }

  .el-hero-stage,
  .el-hero-banner {
    height: auto;
    min-height: 0;
  }

  .el-hero-slider {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .el-hero-banner.has-slider .el-hero-slider {
    min-height: 0;
  }

  .el-hero-slider__controls {
    bottom: 0.8rem;
    padding: 0.5rem 0.75rem;
  }

  .el-hero-slider__arrow {
    width: 3.2rem;
    height: 3.2rem;
    top: calc(50% - 1.6rem);
  }

  .el-hero-slider__arrow--prev {
    left: 0.8rem;
  }

  .el-hero-slider__arrow--next {
    right: 0.8rem;
  }

  .el-section {
    padding: 3rem 0;
  }

  .el-section-heading {
    align-items: flex-start;
  }

  .el-section-heading h2 {
    font-size: 2.35rem;
  }

  .el-section-heading a {
    display: none;
  }

  .el-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .el-category-tile {
    min-height: 14.2rem;
    padding: 1.5rem 1rem;
  }

  .el-category-tile__icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
  }

  .el-service-strip__grid {
    grid-template-columns: 1fr;
  }

  .el-service-item + .el-service-item,
  .el-service-item:nth-child(3),
  .el-service-item:nth-child(4) {
    border-top: 0.1rem solid var(--el-line);
    border-left: 0;
  }

  .el-service-item {
    padding: 1.5rem 1.8rem;
  }

  .el-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-brand-grid a {
    min-height: 6.8rem;
    font-size: 1.45rem;
  }

}

/* Keep Latvian accented letters in one consistent font */
.el-promo-card__kicker {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700;
}/* Logo hover animation */
.header__heading-link {
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.header__heading-link:hover {
  transform: scale(1.06);
}

/* Predictive product search */
.el-predictive-search {
  position: relative;
  z-index: 20;
  display: block;
  grid-area: search;
  width: 100%;
  min-width: 0;
}

.el-predictive-search .el-header-search {
  width: 100%;
}

.el-header-search__reset {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5.5rem;
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #637083;
  cursor: pointer;
  transform: translateY(-50%);
}

.el-header-search__reset.hidden {
  display: none;
}

/* v0.3.3 brand logo marquee */
.el-brand-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: .4rem;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.el-brand-marquee__track {
  display: flex;
  width: max-content;
  animation: el-brand-marquee var(--el-brand-duration, 28s) linear infinite;
  will-change: transform;
}

.el-brand-marquee__group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 1.6rem;
  padding-right: 1.6rem;
}

.el-brand-logo {
  display: grid;
  width: 18rem;
  height: 9rem;
  flex: 0 0 18rem;
  place-items: center;
  padding: 1.7rem 2.2rem;
  overflow: hidden;
  border: .1rem solid var(--el-line);
  border-radius: 1.2rem;
  background: #fff;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.el-brand-logo:hover {
  transform: translateY(-.2rem);
  border-color: #a9c8f5;
  box-shadow: 0 .8rem 2rem rgba(18, 42, 76, .08);
}

.el-brand-logo:focus-visible {
  outline: .3rem solid var(--el-red);
  outline-offset: .3rem;
  border-color: var(--el-red);
  box-shadow: 0 .8rem 2rem rgba(18, 42, 76, .12);
}

.el-brand-logo__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.el-brand-marquee:hover .el-brand-marquee__track,
.el-brand-marquee:focus-within .el-brand-marquee__track {
  animation-play-state: paused;
}

@keyframes el-brand-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 749px) {
  .el-brand-logo {
    width: 14rem;
    height: 7.5rem;
    flex-basis: 14rem;
    padding: 1.3rem 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .el-brand-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .el-brand-marquee__track { animation: none; }
  .el-brand-marquee__group[aria-hidden="true"] { display: none; }
}
