header nav > div > a:first-child,
footer .grid > div:first-child > div:first-child {
  gap: 0.65rem !important;
  align-items: center !important;
}

header nav > div > a:first-child > div:first-child,
footer .grid > div:first-child > div:first-child > div:first-child {
  position: relative !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 9999px !important;
  background: #11833b !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

header nav > div > a:first-child > div:first-child i,
footer .grid > div:first-child > div:first-child > div:first-child i {
  display: block !important;
  color: #ffffff !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
}

header nav > div > a:first-child > div:first-child::before,
footer .grid > div:first-child > div:first-child > div:first-child::before {
  content: none !important;
  display: none !important;
}

header nav > div > a:first-child > div:first-child::after,
footer .grid > div:first-child > div:first-child > div:first-child::after {
  content: none !important;
  display: none !important;
}

header nav > div > a:first-child > span,
footer .grid > div:first-child > div:first-child > span {
  font-family: "Pacifico", cursive !important;
  font-size: 1.8rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  color: #11833b !important;
  background: none !important;
  text-shadow: 0 1px 0 rgba(6, 84, 37, 0.18) !important;
  -webkit-text-stroke: 0.25px #0f6f34;
}

footer .grid > div:first-child > div:first-child > span {
  color: #ffffff !important;
  -webkit-text-stroke: 0;
  text-shadow: none !important;
}

[data-product-shop] [class~="top-4"][class~="left-4"][class~="z-10"] {
  display: none !important;
}

[data-product-shop] [class~="top-4"][class~="right-4"] {
  display: none !important;
}

@media (max-width: 420px) {
  header nav > div > a:first-child > div:first-child {
    width: 38px !important;
    height: 38px !important;
  }

  header nav > div > a:first-child > div:first-child i {
    font-size: 1.22rem !important;
  }

  header nav > div > a:first-child > span {
    font-size: 1.45rem !important;
  }
}
