.etcl-native-commerce {
  margin: 0;
}

.etcl-commerce-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 106px;
  background: rgba(23, 32, 56, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 16px 40px rgba(23, 32, 56, .14);
  backdrop-filter: blur(18px);
}

.etcl-commerce-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 50px;
  align-items: center;
  width: min(1226px, calc(100% - 48px));
  min-height: 106px;
  margin: 0 auto;
}

.etcl-commerce-header__brand {
  display: inline-flex;
  justify-self: start;
  align-items: center;
}

.etcl-commerce-header__brand img {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.etcl-commerce-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.etcl-commerce-nav a,
.etcl-commerce-mobile-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.etcl-commerce-nav a:hover,
.etcl-commerce-nav a:focus-visible {
  color: #00b36b;
}

.etcl-commerce-origin {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 32px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
  font-size: 16px;
  white-space: nowrap;
}

.etcl-commerce-origin svg {
  width: 24px;
  height: 32px;
  fill: currentColor;
}

.etcl-commerce-menu-toggle,
.etcl-commerce-mobile-nav {
  display: none;
}

.etcl-commerce-footer {
  color: rgba(255, 255, 255, .7);
  border-top: 4px solid #00b36b;
  background: #0059b3;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.etcl-commerce-footer__inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 64px 0 41px;
}

.etcl-commerce-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 40px;
}

.etcl-commerce-footer h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.etcl-commerce-footer a {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.etcl-commerce-footer a:hover,
.etcl-commerce-footer a:focus-visible {
  color: #00b36b;
}

.etcl-commerce-footer nav,
.etcl-commerce-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.etcl-commerce-footer nav h2,
.etcl-commerce-footer__contact h2 {
  margin-bottom: 6px;
}

.etcl-commerce-footer__brand {
  display: inline-flex;
  margin-bottom: 13px;
}

.etcl-commerce-footer__brand img {
  display: block;
  width: 180px;
  height: auto;
}

.etcl-commerce-footer__about p {
  max-width: 280px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.etcl-commerce-footer__about {
  padding: 23px 0 0 20px;
}

.etcl-commerce-footer__grid > nav:nth-child(2) {
  padding-left: 13px;
}

.etcl-commerce-footer__grid > nav:nth-child(3) {
  padding-left: 7px;
}

.etcl-commerce-footer__contact {
  padding: 3px 0 0 1px;
}

.etcl-commerce-social {
  display: flex;
  gap: 5px;
  margin-top: 31px;
}

.etcl-commerce-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
}

.etcl-commerce-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.etcl-commerce-footer__contact p,
.etcl-commerce-footer__contact a {
  margin: 0;
  line-height: 1.55;
}

.etcl-commerce-footer__contact p,
.etcl-commerce-footer__contact a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.etcl-commerce-footer__contact svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: #00b36b;
}

.etcl-commerce-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px;
}

.etcl-commerce-footer__legal p {
  margin: 0;
}

.etcl-commerce-footer__legal p:last-child {
  display: flex;
  gap: 14px;
}

@media (max-width: 767px) {
  .etcl-commerce-header,
  .etcl-commerce-header__inner {
    min-height: 69px;
  }

  .etcl-commerce-header__inner {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 36px);
  }

  .etcl-commerce-header__brand img {
    height: 42px;
  }

  .etcl-commerce-nav,
  .etcl-commerce-origin {
    display: none;
  }

  .etcl-commerce-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08) !important;
    box-shadow: 0 10px 24px rgba(23, 32, 56, .12);
  }

  .etcl-commerce-menu-toggle svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .etcl-commerce-menu-toggle__close,
  .etcl-commerce-menu-toggle[aria-expanded="true"] .etcl-commerce-menu-toggle__open {
    display: none;
  }

  .etcl-commerce-menu-toggle[aria-expanded="true"] .etcl-commerce-menu-toggle__close {
    display: block;
  }

  .etcl-commerce-mobile-nav {
    position: fixed;
    top: 78px;
    right: 18px;
    left: 18px;
    z-index: 999;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(221, 213, 198, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 40px rgba(23, 32, 56, .12);
  }

  .etcl-commerce-mobile-nav:not([hidden]) {
    display: flex;
  }

  .etcl-commerce-mobile-nav a {
    padding: 14px 18px;
    color: #172038;
  }

  .etcl-commerce-footer__inner {
    width: calc(100% - 64px);
    padding-top: 72px;
  }

  .etcl-commerce-footer__grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }

  .etcl-commerce-footer__about,
  .etcl-commerce-footer__grid > nav:nth-child(2),
  .etcl-commerce-footer__grid > nav:nth-child(3),
  .etcl-commerce-footer__contact {
    padding: 0;
  }

  .etcl-commerce-footer__about p {
    max-width: none;
  }

  .etcl-commerce-footer__brand {
    justify-content: center;
  }

  .etcl-commerce-footer__brand img {
    width: auto;
    height: 94px;
  }

  .etcl-commerce-social {
    justify-content: center;
    margin-top: 28px;
  }

  .etcl-commerce-footer nav,
  .etcl-commerce-footer__contact {
    align-items: center;
  }

  .etcl-commerce-footer h2 {
    margin-top: 0;
    font-size: 26px;
  }

  .etcl-commerce-footer__legal {
    flex-direction: column;
    gap: 32px;
    margin-top: 34px;
    padding-top: 32px;
    text-align: center;
    line-height: 1.55;
  }
}
