/** Shopify CDN: Minification failed

Line 34:9 Expected ":"
Line 34:11 Expected identifier but found "11"

**/
main {
  background: url(/cdn/shop/files/batk-bg.jpg?v=1682620725) no-repeat center;
  background-size: cover;
}
.gradient {
  background: transparent;
}
.cart-notification.gradient {
  background: #fff;
}
.header-wrapper {
  border-bottom: 0;
}

@media (min-width: 750px) {
  .header.page-width {
    max-width: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: space-around;
  }
}
.header.page-width {
  background: #e7d9ab;
}
.header__heading-link {
  position: relative;
  z-index; 11;
}
.header__heading-link {
  padding-top: 0;
  padding-bottom: 0;
}
.header__inline-menu {
  text-align: center;
  border-bottom: 4px solid #ff441c;
}
.header-menu__custom {
  background: #e7d9ab;
  padding: 10px;
}
.header__icon {
  color: #fff;
}


/* Footer */
.footer-block__image-wrapper {
  box-shadow: none;
  background: transparent;
}
.footer-line__top {
  display: block;
  width: 100%;
  height: 15px;
  background: transparent;
  border-top: 10px solid #071B33;
}

.list-social__item .list-social__link {
  color: #fff;
}
.footer-social__text {
  color: #5e7085;
  font-size: 12px;
  text-align: center;
}

.footer-social__text a {
  color: #5e7085;
}

.footer-social .footer__list-social {
  justify-content: center;
}

.footer__content__image img {
  width: 100%;
}

.footer__content__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-block__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.footer__content-bottom {
  display: none;
}

.footer .footer-block__heading {
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .footer .footer-block--newsletter {
    align-items: flex-start;
    gap: 5rem;
  }
  .footer .footer-block__newsletter:not(:only-child) {
    flex-grow: 0;
    margin: 0;
  }
  
}