@import url("https://fonts.googleapis.com/css2?family=Sora:wght@200;300;400;600;700;800&display=swap");
:root {
  --mdc-theme-primary: #b81f19;
  --mdc-theme-secondary: #9b4500;
  --mdc-theme-background: #fbfdfd;
  --mdc-theme-surface: #fbfdfd;
  --mdc-theme-on-primary: #ffffff;
  --mdc-theme-on-secondary: #ffffff;
  --mdc-theme-on-surface: #191c1d;
  --mdc-theme-text: #191c1d;
  --mdc-theme-text: #fbfdfd; }

:root {
  --content-width: 100%;
  --max-content-width: 100%;
  --page-margin: 0;
  --thumbnail-size: 300px;
  --color-orange-red: rgb(233, 54, 0);
  --color-orange-red-dark: rgb(212, 50, 0); }

html {
  font-size: 10px; }

* {
  position: relative; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Sora', sans-serif; }

button a,
button a * {
  text-decoration: none !important; }

.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15vw;
  background-image: url(../gfx/no-result-bg.jpg);
  background-position: center;
  background-size: cover; }
  .no-results h1 {
    margin-bottom: 0; }

.page__content {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.page__section {
  width: 100%; }

.page__section-inner {
  padding: 0 var(--page-margin);
  width: var(--content-width);
  max-width: var(--max-content-width);
  margin: 0 auto; }

.recipe {
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }
  .recipe__head {
    width: 100%;
    height: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .recipe__head::after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }
  .recipe__head-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .recipe__body {
    margin-top: -59px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 100px;
    width: 100%; }
    .recipe__body-top {
      position: absolute;
      top: 0;
      left: 20px;
      width: calc(100% - 40px);
      height: 60px;
      background: #fff;
      display: block;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .recipe__body-top::before, .recipe__body-top::after {
        content: '';
        position: absolute;
        display: block;
        left: 100%;
        width: 10px;
        height: 10px;
        bottom: 0;
        background: -webkit-radial-gradient(100% 0, circle, transparent 10px, #fff 0px); }
      .recipe__body-top::before {
        left: unset;
        right: 100%;
        background: -webkit-radial-gradient(0 0, circle, transparent 10px, #fff 0px); }
  .recipe__link {
    text-decoration: none; }
    .recipe__link:hover {
      text-decoration: underline;
      text-decoration-color: #fff; }
  .recipe__background-image {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .recipe__thumbnail {
    width: var(--thumbnail-size);
    height: var(--thumbnail-size);
    border-radius: 50%;
    border: 8px solid #fff;
    overflow: hidden;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    position: absolute; }
    .recipe__thumbnail-image {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover; }
  .recipe__title {
    font-size: 2.6rem;
    text-align: center;
    color: #373737;
    margin: 0 auto;
    padding: 20px 40px 20px 40px;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box; }
  .recipe__category {
    font-size: 1.6rem;
    text-align: center;
    color: #373737;
    font-weight: 200;
    margin-bottom: 15px; }
    .recipe__category-label {
      font-weight: 600; }
  .recipe__total-time {
    font-size: 1.6rem;
    text-align: center;
    color: #373737;
    font-weight: 200;
    margin-bottom: 15px; }
  .recipe__button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color .2s ease-in-out;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2); }
    .recipe__button::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 100%;
      background: var(--color-orange-red-dark);
      z-index: -1;
      transition: width 150ms ease-in-out; }
    .recipe__button:hover::after {
      width: 110%; }

.searchArea {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .searchArea input,
  .searchArea textarea,
  .searchArea select,
  .searchArea .dropdown-selected {
    font-size: 12px;
    font-family: 'Sora', sans-serif;
    color: #373737;
    outline: none !important; }
  .searchArea__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    transition: all ease .3s;
    opacity: 0;
    pointer-events: none; }
    .filtersActive .searchArea__overlay {
      opacity: 1;
      pointer-events: all; }
  .searchArea__action {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto 40px;
    grid-gap: 10px;
    pointer-events: all;
    z-index: 20;
    background: #fff; }
  .searchArea__submit {
    height: 100%; }
    .searchArea__submit .mdc-button__icon {
      font-size: 1.4rem;
      width: 1.4rem;
      height: 1.4rem; }
    .searchArea__submit .mdc-button__label {
      font-size: 1.4rem; }
  .searchArea__filter-toggle {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
    border: none; }
  .searchArea__filter-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: all ease .3s; }
    .filtersActive .searchArea__filter-icon {
      transform: rotate(180deg); }
    .searchArea__filter-icon--open {
      opacity: 1; }
      .filtersActive .searchArea__filter-icon--open {
        opacity: 0; }
    .searchArea__filter-icon--close {
      opacity: 0; }
      .filtersActive .searchArea__filter-icon--close {
        opacity: 1; }
  .searchArea__filters {
    position: absolute;
    bottom: 80px;
    width: 100%;
    height: auto;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    display: grid;
    background: #fff;
    grid-template-rows: repeat(4, 60px);
    grid-template-columns: 100%;
    grid-gap: 10px;
    pointer-events: all;
    transform: translateY(100%);
    z-index: 10;
    transition: all ease .3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: flex-end; }
    .searchArea__filters::before {
      content: '';
      position: absolute;
      top: 0;
      height: 100vh;
      width: 100%;
      display: block;
      z-index: -1;
      box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.2);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .filtersActive .searchArea__filters {
      transform: translateY(0); }

.multiSelectSearchInput,
.multiSelectSearchInputCat {
  height: calc(100% - 20px); }
  .multiSelectSearchInput__label,
  .multiSelectSearchInputCat__label {
    position: absolute;
    bottom: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: 300; }
  .multiSelectSearchInput .dropdown-display,
  .multiSelectSearchInputCat .dropdown-display {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .multiSelectSearchInput .dropdown-display::after,
    .multiSelectSearchInputCat .dropdown-display::after {
      top: 50%;
      transform: translateY(-50%); }
  .multiSelectSearchInput .dropdown-clear-all,
  .multiSelectSearchInputCat .dropdown-clear-all {
    top: 5px; }
  .multiSelectSearchInput .dropdown-selected:not(:first-child)::before,
  .multiSelectSearchInputCat .dropdown-selected:not(:first-child)::before {
    padding-right: 4px;
    padding-left: 4px;
    content: 'og';
    font-weight: 600; }
  .multiSelectSearchInput .dropdown-main,
  .multiSelectSearchInputCat .dropdown-main {
    top: unset;
    bottom: 100%; }
  .multiSelectSearchInput .dropdown-option.dropdown-chose::after,
  .multiSelectSearchInputCat .dropdown-option.dropdown-chose::after {
    background: var(--color-orange-red) !important; }

.multiSelectSearchInputCat .dropdown-selected:not(:first-child)::before {
  content: 'eller'; }

.searchTermInput {
  height: calc(100% - 20px); }
  .searchTermInput__label {
    position: absolute;
    bottom: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: 300; }
    .mdc-notched-outline--notched .searchTermInput__label {
      transform: translateY(-24px) scale(0.75) !important;
      color: var(--color-orange-red) !important; }
  .searchTermInput__input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: none !important;
    padding: 0 5px 0 10px; }

.rangeSlider {
  transform: translateY(-50%);
  top: 50%;
  margin: 0 10px; }
  .rangeSlider__label {
    position: absolute;
    bottom: 100%;
    height: 10px;
    line-height: 10px;
    left: -10px;
    font-weight: 300; }
