#header,
.top-navigation-bar,
.top-navigation-menu,
.top-navigation-tools,
.top-navigation-contacts {
  display: none !important;
}

.no-js,
.no-js-message,
.js-disabled,
#content .no-js-message {
  display: none !important;
}

body.type-page .page-heading,
body:not(.type-product) .breadcrumbs,
body:not(.type-product) .content-header {
  display: none !important;
}

body:not(.type-product) #content,
body:not(.type-product) .content,
body:not(.type-product) .content-wrapper,
body:not(.type-product) .content-wrapper-in,
body:not(.type-product) .content-inner {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #f7f4ea !important;
  border: 0 !important;
}

#furHead {
  background: #f7f4ea;
  border-bottom: 1px solid rgba(47,48,46,.08);
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(47,48,46,.05);
}

#furHead .fh-in {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.fh-logo img {
  display: block;
  max-height: 82px;
  width: auto;
}

.fh-nav {
  justify-self: center;
  display: flex;
  gap: 6px;
  padding: 7px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(47,48,46,.1);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(47,48,46,.07);
}

.fh-nav a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #2f302e !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.fh-nav a:hover {
  background: rgba(143,165,142,.16);
  color: #6f856e !important;
}

.fh-cart {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #2f302e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(47,48,46,.16);
  white-space: nowrap;
}

.fh-cart span {
  color: #fff !important;
}

#furToast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  background: #fff;
  border: 1px solid rgba(47,48,46,.12);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 20px 55px rgba(47,48,46,.18);
  font-weight: 900;
  color: #2f302e;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: .25s;
}

#furToast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#furToast a {
  margin-left: 12px;
  background: #2f302e;
  color: #fff !important;
  border-radius: 999px;
  padding: 9px 13px;
  text-decoration: none !important;
  font-size: 13px;
}

@media(max-width:991px) {
  #furHead .fh-in {
    width: calc(100% - 28px) !important;
    min-height: auto !important;
    padding: 14px 0 12px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "logo cart"
      "nav nav" !important;
    gap: 12px !important;
    align-items: center !important;
  }

  #furHead .fh-logo {
    grid-area: logo !important;
  }

  #furHead .fh-logo img {
    max-height: 52px !important;
  }

  #furHead .fh-cart {
    grid-area: cart !important;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
  }

  #furHead .fh-cart .fh-text {
    display: none !important;
  }

  #furHead .fh-nav {
    grid-area: nav !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    display: flex !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    border-radius: 22px !important;
    padding: 6px !important;
  }

  #furHead .fh-nav::-webkit-scrollbar {
    display: none !important;
  }

  #furHead .fh-nav a {
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }

  #furToast {
    left: 14px;
    right: 14px;
    bottom: 16px;
  }
}
/* Schovat systémový název obsahových stránek Shoptetu */
body:not(.type-product) .content-inner > h1,
body:not(.type-product) .content-wrapper-in > h1,
body:not(.type-product) .content > h1,
body:not(.type-product) main h1:first-child {
  display: none !important;
}

/* Ale naše vlastní Furrio nadpisy musí zůstat viditelné */
body .fur-page h1,
body .furrio-how h1,
body .furrio-rev h1,
body .furrio-ship h1,
body .furrio-contact h1,
body .furrio-return h1,
body .furrio-terms h1,
body .furrio-privacy h1,
body .furrio-faqpage h1,
body .furrio-about h1 {
  display: block !important;
}