/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-search-results.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.searchResult .m-search-box {
  min-height: 0;
}
.searchResult .list__span--page {
  font-size: 16px;
}
.searchResult .m-product-menu__list {
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 0;
  text-transform: uppercase;
}
.searchResult .m-product-menu__list--types li.page {
  margin-bottom: 10px;
}
.searchResult .m-product-menu__list--category, .searchResult .m-product-menu__list--subcategory {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .searchResult .m-product-menu__list--category, .searchResult .m-product-menu__list--subcategory {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1199px) {
  .searchResult .m-product-menu__list--category, .searchResult .m-product-menu__list--subcategory {
    flex-wrap: wrap;
  }
}
.searchResult .m-product-menu__list--category li.page, .searchResult .m-product-menu__list--subcategory li.page {
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 25px;
}
.searchResult .m-product-menu__list--category li.page {
  font-size: 18px;
}
.searchResult .m-product-menu__list--subcategory li.page {
  font-size: 14px;
}
.searchResult .m-product-menu__list--page {
  min-height: 50px;
}
.searchResult .m-product-menu__list--page li {
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.searchResult__header {
  background-color: #eaeaea;
  padding: 65px 0;
  text-align: center;
  border: 1px solid #9d9d9d;
  box-shadow: 4px 4px 50px 1px #eaeaea;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .searchResult__header {
    box-shadow: none;
  }
}
.searchResult__header__close {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .searchResult__header__close {
    right: 10px;
    top: 10px;
    transform: none;
  }
}
@media (max-width: 576px) {
  .searchResult__header__close {
    right: 5px;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .searchResult__header__close svg {
    width: 25px;
    height: 25px;
  }
}
.searchResult__header .a-h2 {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .searchResult__header .a-h2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .searchResult__header .a-h2 {
    font-size: 20px;
    padding: 0 20px;
  }
}
.searchResult__header--padding {
  padding: 50px 0px 45px 0px;
}
.searchResult__header form {
  margin: 0 240px;
}
@media (max-width: 1420px) {
  .searchResult__header form {
    margin: 0 150px;
  }
}
@media (max-width: 576px) {
  .searchResult__header form {
    margin: 0 20px;
  }
}
.searchResult__header__title {
  flex-shrink: 0;
  padding-right: 10px;
}
.searchResult__header__box {
  padding: 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.searchResult__header__box:before, .searchResult__header__box:after {
  content: '"';
  display: inline;
  position: absolute;
}
.searchResult__header__box:before {
  left: 0;
}
.searchResult__header__box:after {
  right: 0;
}
.searchResult__header__box__span {
  padding-left: 2px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.searchResult__header__box__span:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-top: -4px;
}
@media (min-width: 576px) {
  .searchResult__header__box__span:after {
    margin-top: 6px;
  }
}
.searchResult__header .f-top__form .f-top__label {
  color: #9d9d9d;
  font-size: 36px;
  line-height: 2;
  top: -30px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
@media (max-width: 1420px) {
  .searchResult__header .f-top__form .f-top__label {
    max-width: none;
  }
}
@media (max-width: 800px) {
  .searchResult__header .f-top__form .f-top__label {
    font-size: 28px;
    max-width: calc(100% - 90px);
    top: -20px;
  }
}
@media (max-width: 576px) {
  .searchResult__header .f-top__form .f-top__label {
    font-size: 20px;
    top: -5px;
  }
}
.searchResult__header .f-top__form .f-top__input {
  border-color: #9d9d9d;
  color: #000;
  font-size: 16px;
}
.searchResult__header .f-top__form .f-top__input:focus + label, .searchResult__header .f-top__form .f-top__input:valid + label {
  top: -15px;
  left: 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: none;
}
.searchResult__header .f-top__form input:-webkit-autofill,
.searchResult__header .f-top__form input:-webkit-autofill:hover,
.searchResult__header .f-top__form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #9d9d9d;
}
.searchResult__header .f-top__form .m-search-box__btn .m-inspirations__like {
  background-size: 34px;
}

.hoverAvailable .searchResult__header__close:hover svg path {
  fill: #b31764;
}
.hoverAvailable .searchResult__header .f-top__form .m-search-box__btn:hover:not(:disabled) .m-inspirations__search--default {
  transform: scale(0);
  opacity: 0;
}
.hoverAvailable .searchResult__header .f-top__form .m-search-box__btn:hover:not(:disabled) .m-inspirations__search--hover {
  transform: scale(1);
  opacity: 1;
}
