﻿.empori-header-webshop {
  display: block;
}

.empori-nav-webshop {
  width: calc(100% + 20px);
  margin-left: -10px;
}

@media (max-width:  960px) {
  .empori-nav-webshop {
    width: calc(100% + 10px);
    margin-left: -5px; 
  }
}

.empori-webshop-submenu-desc {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.empori-submenu-wrapper {
  display: flex;
  height: 100%;
  padding: 0 20px;
  max-height: 60vh;
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  &.empori-submenu-has-content {
    gap: 20px;
  }
}

.empori-category-group-item {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);

  @media (max-width: 1080px) {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }

  @media (max-width: 900px) {
    flex: 0 0 calc(33.33333% - 14px);
    max-width: calc(33.33333% - 14px);
  }
}

.empori-webshop-header-logo {
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;

  img {
    filter: brightness(0) invert(1);
    height: 35px;
  }
}

.mobile-toggler,
.nav-icon-group {
  display: flex;

  i {
    color: #fff;
  }
}

.toggle-submenu {
  cursor: pointer;
}

.empori-header-submenu-webshop {
  display: none;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: var(--empori-secondary-color);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;

  @media (max-width: 800px) {
    display: none !important;
  }
}

.active-submenu {
  .empori-header-submenu-webshop {
    display: block;
  }
}

.empori-header-content {
  .container {
    display: flex;
    align-items: center;
  }

  .empori-site-search-container {
    flex: 1;
    height: 40px;
    max-width: unset;
    margin-left: 10px;
    display: flex;

    @media (max-width: 800px) {
      display: none;
    }
  }

  .empori-site-search-input {
    border-radius: 2px 0 0 2px;
  }

  .empori-site-search-button {
    border-radius: 0 2px 2px 0;
  }
}

.empori-submenu-image {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  max-width: 150px;
}

.empori-submenu-text {
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: var(--empori-font-alt-family);
  margin: 0 0 15px;
  font-size: .9em;
  line-height: 1.1em;

  &:hover {
    color: var(--empori-primary-color);
  }
}

.empori-category-group-title {
  font-size: 1.3em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid var(--empori-primary-color);
}

.empori-submenu-grid {
  padding: 20px 0 0;
  width: 100%;
  gap: 20px;
}

.desktop-only {
  display: flex;

  @media (max-width: 800px) {
    display: none;
  }
}

.mobile-only {
  display: none;

  @media (max-width: 800px) {
    display: flex;
  }
}

.mobile-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  gap: 20px;
  align-items: center;
  height: 50px;
  background-color: var(--empori-primary-alt-color);
  position: relative;
  z-index: 2;

  .empori-mobile-logo {
    display: flex;
    flex: 0 0 80px;

    img {
      filter: brightness(0) invert(1);
    }
  }

  &.scrolled {
    background-color: var(--empori-primary-alt-color);
  }
}

.mobile-toggler {
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  font-size: 20px;
  color: var(--empori-primary-color);
  text-align: right;

  &.triggered {
    .fa-bars {
      display: none;
    }

    .fa-times {
      display: inline !important;
    }
  }
}

.mobile-navigation {
  display: none;
  position: absolute;
  top: 50px;
  border-top: 1px solid var(--empori-primary-color);
  height: calc(100vh - 50px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--empori-secondary-color);
  z-index: 3;
  padding: 20px;

  &.visible {
    display: block;
  }
}

.empori-webshop-menu-item {
  margin: 0 0 20px;
  text-align: right;

  a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    font-size: 1.4em;
    font-weight: 700;
  }

  .empori-webshop-menu-item {
    margin: 0;

    a {
      font-weight: normal;
      font-size: 1.15em;
    }
  }
}

.hidden {
  display: none;
}

.toggle-show-more {
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--empori-font-family);
  color: var(--empori-primary-color);
  border-radius: 0;
  padding: 0;
  margin: 0 0 15px;

  &:hover {
    text-decoration: none;
    color: var(--empori-primary-color);
    background-color: transparent;

    i {
      color: var(--empori-primary-color);
    }
  }
}

.primeflow main {
  &.empori-header-webshopheader {
    padding: 100px 0 0;

    @media (max-width: 800px) {
      padding: 85px 0 0;
    }
  }

  &.empori-header-defaultthemeheader {
    padding: 50px 0 0;
  }
}

.empori-submenu-left-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.empori-submenu-right-content-wrapper {
  flex: auto;
  max-width: 400px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;

  & .row-parent {
    padding: 0;
    background-color: transparent;
  }

  & .row-parent > .umb-block-grid__layout-container > .umb-block-grid__layout-item {
    padding: 10px;
  }

  .umb-block-grid__layout-item, sub {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-weight: 400;
    line-height: 1em;
  }

  h1, h2, h3, h4, h5, h6, p {
    color: #fff;
  }
}

.empori-submenu-has-content {
  .empori-category-group-item {
    flex: 0 0 calc(33.33333% - 14px);
    max-width: calc(33.33333% - 14px);
  }
}

.empori-site-search-result-list {
  &.empori-webshop-header {
    top: 100px;
    background-color: var(--empori-secondary-color);
    border-top: 1px solid var(--empori-primary-color);
    color: #fff;
    margin: 0;

    @media (max-width: 800px) {
      top: 50px;
      margin: 40px 0 0;
      border-top: none;
    }

    .empori-site-search-result-item {
      color: #fff;

      &:first-child {
        border-top: 1px solid var(--empori-primary-color);
      }
    }

    .no-search-result {
      color: #fff;

      i {
        color: var(--empori-primary-color);
      }
    }
  }
}