header {
  background: #74885F;
  min-height: 77px;
}

.header {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}
.header.open {
  align-items: start;
  background: #74885F;
  flex-direction: column;
  height: 100vh;
  justify-content: start;
  left: 0;
  padding: 2.5rem 1.25rem;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 80%;
}

.block-topmenu {
  display: none;
}
.header.open .block-topmenu {
  display: block;
  order: 4;
}
.block-topmenu .nav {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-topmenu .nav li a:hover {
  color: rgb(231, 231, 231);
  text-decoration: none;
}

.block-branding {
  max-width: calc(100% - 4.375rem);
}
.header.open .block-branding {
  max-width: 100%;
  order: 1;
  text-align: center;
  width: 100%;
}
.block-branding img {
  max-width: 100%;
  width: 238px;
}
.block-cart {
  display: none;
}
.header.open .block-cart {
  display: none;
}

.block-account-menu {
  margin-left: auto;
}
.header.open .block-account-menu {
  display: none;
}
.block-account-menu .nav {
  display: flex;
  gap: .5rem;
}
.block-account-menu .nav li {
  display: none;
}
.block-account-menu .nav li:nth-child(2) {
  display: block;
}
.block-account-menu .nav li a {
  padding: 0;
}
.block-account-menu .nav li:nth-child(2) a {
  background: url("../images/icons/icon-user.svg") no-repeat 50%;
  display: block;
  font-size: 0;
  height: 1.625rem;
  width: 1.25rem;
}

.block-head {
  display: none;
}
.header.open .block-head {
  display: block;
  order: 3;
}
.block-head .nav {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-head .nav li a:hover {
  color: rgb(231, 231, 231);
  text-decoration: none;
}

.menu-btn {
  cursor: pointer;
  margin-right: auto;
}
.header.open .menu-btn {
  position: absolute;
  right: 1.125rem;
  top: .5rem;
}
.menu-btn.open .icon-menu--btn {
  display: none;
}
.menu-btn:not(.open) .icon-close {
  display: none;
}
.menu-btn svg path {
  fill: #fff;
}

.view-shop-taxonomy-term .view-header {
  margin: 0 0 1.25rem;
}
.view-shop-taxonomy-term .views-field-nothing img {
  height: auto;
  max-width: 100%;
}

footer {
  background: #2F3331 url("../images/footer-bg.jpg") no-repeat 50%;
  background-size: cover;
  padding: 0 0 60px;
  position: relative;
}
footer:before {
  background: #000000B2;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
footer .block-footer {
  position: relative;
  z-index: 2;
}
.footer-top {
  padding: 2.25rem 0 0;
}
.footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}
.footer-block {
  color: #FAF7F6;
}
.footer-block-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 .625rem;
}
.footer-block-branding {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.footer-block-branding .footer-logo {
  display: block;
  margin: 0 0 .5rem;
}
.footer-block-branding img,
.footer-block-branding svg {
  height: auto;
  max-width: 268px;
}
.footer-block-branding svg path:last-child {
  display: none;
}
.footer-block-slogan {
  font-family: Cormorant Garamond;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
}
.footer-block-adress {
  display: none;
}

.footer-block ul {
  display: flex;
  flex-direction: column !important;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block ul li {
  margin: 0;
}
.footer-block ul li a {
  color: #FAF7F6;
  display: block;
  font-family: Manrope;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0;
  text-transform: inherit;
}
.footer-block ul li a:hover {

}
.footer-block-menu {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.footer-block-contacts {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  text-align: right;
}
.footer-block-details {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.footer-block-details ul li {
  font-family: Manrope;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer-block-details ul li span {
  font-weight: 700;
}

.footer-bottom {
  padding: 1.375rem 0 2.625rem;
}
.footer-bottom .container {
  display: flex;
  flex-direction: column-reverse;
  gap: .5rem;
}
.footer-block-copyright {
  color: #FAF7F6;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.5;
  text-align: center;
}
.footer-block-links ul li a {
  font-family: Inter;
  font-size: .875rem;
  text-align: center;
  text-decoration: underline;
}

.block-navigation-bar {
  background: #74885F;
  border-top: 1px solid #fff;
  bottom: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.navigation-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.navigation-bar a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Cormorant Garamond;
  font-weight: 700;
  font-size: 10px;
  justify-content: space-between;
  gap: .25rem;
  line-height: 1.1;
  min-height: 2.75rem;
}
.navigation-bar a:hover {}
.navigation-bar a svg {}

@media screen and (min-width: 600px) {
  .footer-top .container {
    gap: 1.5rem 1rem;
  }
  .footer-block-menu,
  .footer-block-contacts,
  .footer-block-details {
    flex: 0 0 calc(33.33% - 2rem / 3);
    max-width: 200px;
    text-align: left;
  }
}
@media screen and (min-width: 991px) {

  .header {
    flex-wrap: wrap;
  }

  .block-topmenu {
    display: block;
    margin-right: auto;
  }
  .block-topmenu .nav {
    flex-direction: row;
  }

  .block-cart {
    display: block;
    margin-left: auto;
  }

  .block-account-menu {
    margin: 0;
  }
  .path-checkout .block-account-menu {
    margin-left: auto;
  }
  .block-account-menu .nav li {
    display: list-item;
  }
  .block-account-menu .nav li:nth-child(2) a {
    background: none;
    font-size: 1.1rem;
    height: auto;
    width: auto;
  }

  .block-head {
    border-top: 1px solid #D0D0D0;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
  .block-head .nav {
    flex-direction: row;
    justify-content: space-between;
    gap: .5rem;
  }
  .block-head .nav li {}
  .block-head .nav li a {
    padding: 0;
  }
  .block-head .nav li a:hover {}

  .menu-btn {
    display: none;
  }

  footer {
    padding: 0;
  }
  .footer-top {
    padding: 11.25rem 0 3rem;
  }
  .footer-top .container {
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
  }

  .footer-block-branding {
    flex: 0 0 calc(100% - 40% - 240px - 3rem);
    max-width: 387px;
    text-align: left;
  }
  .footer-block-branding .footer-logo {
    margin: 0 0 1.125rem;
  }
  .footer-block-branding img,
  .footer-block-branding svg {
    max-width: 82%;
  }
  .footer-block-slogan {
    font-family: Inter;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1.375px;
    line-height: 1.5;
    margin: 0 0 1rem;
    text-align: left;
  }
  .footer-block-adress {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.6;
  }

  .footer-block-menu,
  .footer-block-contacts {
    flex: 0 0 calc(20% - 2rem / 3);
    max-width: calc(20% - 2rem / 3);
    text-align: left;
  }
  .footer-block-details {
    flex: 0 0 240px;
    max-width: 240px;
    text-align: left;
  }
  .footer-block-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
  }
  .footer-block ul {
    gap: .75rem;
  }
  .footer-block ul li a,
  .footer-block-details ul li {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer-bottom {
    border-top: 1px solid #fff;
    padding: 3rem 0;
  }
  .footer-bottom .container {
    flex-direction: row;
    gap: 1rem;
  }
  .footer-block-copyright {
    font-size: 1rem;
    line-height: 1.5;
  }
  .footer-block-links ul {
    flex-direction: row !important;
    gap: 1rem;
  }

  .block-navigation-bar {
    display: none;
  }
}