.gh_layouts__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
.gh_layouts__main > .header {
  flex-grow: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #7ba714 0%, #0f7b00 100%);
}
.gh_layouts__main > .header > .content {
  position: relative;
}
.gh_layouts__main > .middle {
  flex-grow: 1;
  width: 100%;
}
.gh_layouts__main > .middle > .content {
  position: relative;
}
.gh_layouts__main > .footer {
  flex-grow: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gh_layouts__main > .footer > .content {
  position: relative;
}
.cart__button {
  background: linear-gradient(121deg, #7ba714 0%, #0f7b00 100%);
  border-radius: 100%;
  background-size: 170% 200%;
  animation: offset 20s ease infinite;
  transition: background .3s;
}
.cart__button .products_count {
  background-color: #37a200;
  line-height: 17px;
}
