/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \*********************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./web/themes/custom/dahlt/react/product_listing/src/styles/main.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
/*
 * ---------- Widths ----------
 */
/*
 * ---------- Z-Index ----------
 */
/*
  * ---------- Colors ----------
  */
/*
  * ---------- Misc ----------
  */
/*
 * ---------- Colors ----------
 */
/**
 * ---------- Z-index ----------
 */
/**
 * ---------- Clearfix ----------
 */
/**
 * ---------- Widths ----------
 */
/**
 * ---------- Margin & Padding ----------
 */
/**
 * ---------- 'Boxes / cards / teasers' ----------
 */
/**
 * ---------- Placeholder ----------
 */
/**
 * ---------- 'Paragraphs' ----------
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-size-adjust: auto;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: calc(1.8em + 1vw);
}
@media screen and (min-width: 2000px) {
  h1 {
    font-size: calc(1.8em + 0.5vw);
  }
}

h2 {
  font-size: calc(1.4em + 1vw);
  margin: 1.2rem 0;
}
@media screen and (min-width: 2000px) {
  h2 {
    font-size: calc(1.4em + 0.5vw);
  }
}

h3 {
  font-size: calc(1.2em + 1vw);
}
@media screen and (min-width: 2000px) {
  h3 {
    font-size: calc(1.2em + 0.5vw);
  }
}

body {
  font-weight: 400;
  line-height: 1.2;
}

p {
  line-height: 1.4;
}

.bad-range {
  margin-top: 10px;
  max-width: 182px;
}
.bad-range .title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 237.8%;
  margin-bottom: 4px;
}
.bad-range .range {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.bad-range .range input {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  max-width: 80px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #767676;
}
.bad-range .range .label {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 237.8%;
}
.bad-range .horizontal-slider {
  width: 100%;
  display: flex;
  align-items: center;
  height: 8px;
  margin-top: 15px;
}
.bad-range .horizontal-slider .track {
  top: 0;
  bottom: 0;
  background: #909090;
  border-radius: 999px;
}
.bad-range .horizontal-slider .thumb {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: solid 1px #212121;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.bad-range .horizontal-slider .track-0, .bad-range .horizontal-slider .track-2 {
  height: 2px;
  top: 3px;
}
.bad-range .horizontal-slider .track-1 {
  background: #2A6471;
}
.bad-range .range-help-numbers {
  margin-top: 15px;
  font-size: 11px;
  color: #767676;
}
.bad-range .range-help-numbers .from {
  float: left;
}
.bad-range .range-help-numbers .to {
  float: right;
}

.bad-button {
  align-items: center;
  background: #2A6471;
  border: none;
  border-radius: 33px;
  color: #FFFFFF;
  display: flex;
  font-style: normal;
  justify-content: center;
  line-height: 49px;
  min-width: 15rem;
  text-align: center;
  font-size: 19px;
}
.bad-button--small {
  font-size: 0.9rem;
  min-width: 100%;
}
.bad-button.apply {
  margin-top: 0.8rem;
}
.bad-button.reset {
  background: #4A4A4A;
  border-radius: 0.625rem;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
  padding: 0.3rem 0.8rem;
  min-width: revert;
  text-align: left;
  align-items: center;
}
.bad-button.reset svg {
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.8rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.bad-button.reset .filter_tag {
  font-weight: normal;
}
.bad-button--filter {
  align-items: center;
  background: #E6E6E6;
  color: #212121;
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 250%;
  padding: 2px 16px 0px 16px;
  text-align: start;
  border: none;
  box-shadow: none;
}
.bad-button.filters-toggle.hidden svg {
  display: none;
}
.bad-button.filters-toggle.show {
  position: relative;
}
.bad-button.filters-toggle.show svg {
  display: block;
  position: absolute;
  right: 0.9rem;
  top: 0;
  height: 100%;
}

.reset-all-filters-btn {
  background: none;
  border: none;
  color: #4A4A4A;
}

.category-hero__wrapper {
  position: relative;
}
.category-hero__wrapper .category-hero__title {
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem 1.5rem 0 1.5rem;
  background-color: #FFFFFF;
  margin: auto;
}
.category-hero__wrapper .category-hero__title--has-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.category-hero__title h2 {
  font-weight: 100;
}

.category-hero__description {
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .category-hero__description {
    display: block;
    padding: 0.5rem 3rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 900px) {
  .category-hero__description {
    display: block;
    padding: 0.5rem 9rem 1.5rem 9rem;
  }
}

.bad-checkbox {
  display: flex;
  align-items: start;
}
.bad-checkbox input.bad-checkbox__input {
  flex-grow: 0;
  flex-shrink: 0;
  appearance: none;
  appearance: none;
  position: relative;
}
.bad-checkbox input.bad-checkbox__input::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #F5F5F5;
  border: 1px solid #CAC8BF;
  box-sizing: border-box;
}
.bad-checkbox input.bad-checkbox__input::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #14AAFD;
  opacity: 0;
}
.bad-checkbox input.bad-checkbox__input:checked::after {
  opacity: 1;
}
.bad-checkbox span.bad-label {
  padding-left: 25px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  padding-top: 2px;
  word-break: break-word;
}

.bad-pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #CAC8BF;
}
.bad-pagination a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.2px;
  padding: 0.3rem;
  cursor: pointer;
}
.bad-pagination a.active {
  font-weight: 600;
}
.bad-pagination a span {
  display: none;
}
@media screen and (min-width: 900px) {
  .bad-pagination a span {
    display: inline;
  }
}

.search-result-title {
  font-weight: 100;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23px;
  padding-bottom: 100px;
}
@media screen and (min-width: 900px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}

.product__card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  justify-content: start;
  word-break: break-word;
  border: 0.8px solid #F9F9F9;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .product__card {
    grid-template-columns: 165px 1fr;
  }
}
.product__card:hover, .product__card:focus {
  box-shadow: 0 20px 50px -8px rgba(0, 0, 0, 0.2);
  transform: scale(1.01) translateY(-1px);
}
.product__card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 165px;
  min-height: 220px;
  overflow: hidden;
}
.product__card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 600px) {
  .product__card__image {
    width: 165px;
    max-width: 165px;
    height: 220px;
  }
}
.product__card__content {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .product__card__content {
    padding-left: 25px;
  }
}
.product__card__content__title {
  font-style: normal;
  font-weight: 200;
  font-size: 23.7447px;
  line-height: 144%;
  color: #000000;
  padding-bottom: 5px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .product__card__content__title {
    font-size: 31px;
  }
}
.product__card__content__price {
  font-style: normal;
  font-weight: 500;
  font-size: 12.2553px;
  line-height: 120%;
  color: #000000;
  padding-bottom: 6px;
}
@media screen and (min-width: 600px) {
  .product__card__content__price {
    font-size: 18px;
  }
}
.product__card__content__variations {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 279%;
  text-decoration-line: underline;
  color: #000000;
}
@media screen and (min-width: 600px) {
  .product__card__content__variations {
    font-size: 16px;
  }
}

.selected-filters-panel .header {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}
.selected-filters-panel .selected-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 39px;
}
@media screen and (min-width: 600px) {
  .selected-filters-panel .selected-filters {
    flex-direction: row;
  }
}

.product-filters-header nav.breadcrumb {
  margin: 0;
}
.product-filters-header .product-filters-header__top {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.product-filters-header .product-filters-header__wrapper {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem 0;
  align-items: center;
  justify-items: start;
}
@media screen and (max-width: 599px) {
  .product-filters-header .product-filters-header__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: start;
  }
}
.product-filters-header .product-filters-header__wrapper .product-filters-header__filter-button {
  padding-left: 2rem;
}
@media screen and (max-width: 599px) {
  .product-filters-header .product-filters-header__wrapper .product-filters-header__filter-button {
    padding-left: 0;
  }
}

.product-filters {
  margin-top: 2em;
  margin-bottom: 2em;
}
.product-filters .filters-wrapper.show {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  grid-template-rows: auto auto;
  gap: 1rem;
  justify-items: center;
}
.product-filters .filters-wrapper.hidden {
  display: none;
}
.product-filters .filter {
  display: flex;
  flex-direction: column;
  min-width: 13rem;
  width: 100%;
}
.product-filters .filter .filter-options {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  max-height: 250px;
  overflow-y: scroll;
  padding: 1rem 1rem 0;
}
.product-filters .filter .filter-options .option {
  margin: 7px 0;
}
.product-filters .filter .filter-panel.open {
  display: flex;
  flex-direction: column;
}
.product-filters .filter .filter-panel.open.range {
  align-items: center;
}
.product-filters .filter .filter-panel.closed {
  display: none;
}

.sort-selector .sort-selector__title {
  display: inline-block;
  margin-right: 0.25rem;
}
.sort-selector .sort-selector__options {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0.7rem;
  width: 155px;
}
.sort-selector .sort-selector__options:hover {
  border-radius: 28px;
  background-color: #F5F5F5;
}
.sort-selector .sort-selector__options.open, .sort-selector .sort-selector__options:focus {
  background-color: #F5F5F5;
  border-radius: 28px 28px 0 0;
}
.sort-selector .sort-selector__options svg {
  transition: transform 0.3s ease-in-out;
}
.sort-selector .sort-selector__options.open svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.sort-selector .select-box--container {
  position: relative;
}
.sort-selector .select-box--items {
  position: absolute;
  top: 100%;
  left: -0.7rem;
  right: 0;
  background-color: #F5F5F5;
  border-radius: 0 0 28px 28px;
  padding: 0.7rem;
  width: 155px;
  line-height: 2rem;
  z-index: 10;
}
.sort-selector .select-box--items .select-box--item:hover {
  font-weight: bold;
}
.sort-selector .select-box--selected-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*# sourceMappingURL=main.css.map*/