/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../Templates/Modules/OffersListview/frontend.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    MODULE
    ========================================================================== */
/*  ==========================================================================
    STORAGE
    ========================================================================== */
/*  ==========================================================================
    VARIABLES
    Collection of all variables

    INFO:
    - try to use variables as much as possible, it makes life easier
    - try to use meaningful prefixes, e.g. "$clr-" for color variables
      or "$fs-" for font-sizes
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    List of some recurring dimensions.

    INFO:
    - don't delete any unit!
    - do unit changes with care
    - try to use prefixes (f.e. "zi" for "z-index", "hgt" for "height", "wdt" for "width" etc.)
    - if possible try to define the main z-index values here
    - don't put all dimensions in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    Collection of media queries.
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    Font settings concerning your project.

    INFO:
    - don't delete anything!
    - use changes in here with care
    - try to use prefixes (f.e. "ff" for "font-family", "fs" for "font-size", "fw" for "font-weight" ecc.)
    - don't put all properties in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    FUNCIONS
    Collection of all functions
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    MIXINS
    Collection of all mixins (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global helpers

    INFO:
    - no specific naming convention (no prefix) except to not use camelcase if possible!
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*  ==========================================================================
    TYPOGRAPHY
    Helpers to arrange type

    INFO:
    - all mixins should start with "typo" as prefix
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    Helpers for Headlines/RichText/...

    INFO:
    - all mixins should start with "content" as prefix
    ========================================================================== */
/*
 * OVERLINE
 */
/*
 * HEADLINES
 */
/*
 * TABLE-WRAP
 */
/*
 * RICH-TEXT
 */
/*  ==========================================================================
    BUTTONS
    Helpers to edit buttons

    INFO:
    - all mixins should start with "btn" as prefix
    ========================================================================== */
/*  ==========================================================================
    IMAGES
    Collection of all helpers for images

    INFO:
    - all mixins should start with "img" as prefix
    ========================================================================== */
/*  ==========================================================================
    VISTA
    Helper to add base style to the vista output.

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    CONTENT-PARTS
    ========================================================================== */
/*
 * HEADLINES
 */
/*
 * RICH-TEXT
 */
/*
 * BACKGROUND-GRADIENT
 */
/*
 * FILTER
 */
/*
 * PRICE TABLE
 */
/*  ==========================================================================
    SLIDER ELEMENTS
    ========================================================================== */
/*  ==========================================================================
    LIST VIEW ITEM
    ========================================================================== */
/*  ==========================================================================
    DETAIL ITEM
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES
    Collection of all keyframes (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.DNA-module[data-id=OffersListview] {
  overflow: hidden;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=OffersListview] .DNA-module__container {
  flex-wrap: wrap;
  gap: 7.5em;
}
.DNA-module[data-id=OffersListview] .DNA-module__item {
  width: calc((100% / 2) - (7.5em * calc(2 - 1) / 2));
}
.DNA-module[data-id=OffersListview] .DNA-module__image img {
  width: 100%;
  height: auto;
}
.DNA-module[data-id=OffersListview] .DNA-module__content {
  margin-top: 4.5em;
}
.DNA-module[data-id=OffersListview] .DNA-module__title {
  margin-bottom: 1.5em;
}
.DNA-module[data-id=OffersListview] .DNA-module__title > * {
  font-size: 3.2em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__title > * {
    font-size: 2.7em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__title > * {
    font-size: 2.5em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__title span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.DNA-module[data-id=OffersListview] .DNA-module__infos > *, .DNA-module[data-id=OffersListview] .DNA-module__price > * {
  font-size: 1.7em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__infos > *, .DNA-module[data-id=OffersListview] .DNA-module__price > * {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__infos > *, .DNA-module[data-id=OffersListview] .DNA-module__price > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__infos span, .DNA-module[data-id=OffersListview] .DNA-module__price span {
  text-transform: uppercase;
}
.DNA-module[data-id=OffersListview] .DNA-module__infos span {
  font-weight: 700;
}
.DNA-module[data-id=OffersListview] .DNA-module__price span {
  font-weight: 300;
}
.DNA-module[data-id=OffersListview] .DNA-module__button {
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-top: 2.5em;
  display: flex;
  justify-content: flex-start;
}
.DNA-module[data-id=OffersListview] .DNA-module__button > * {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.DNA-module[data-id=OffersListview] .DNA-module__button > *:hover .DNA-icon:before {
  left: 140%;
}
.DNA-module[data-id=OffersListview] .DNA-module__button > *:hover span {
  transform: translateX(1.5em);
}
.DNA-module[data-id=OffersListview] .DNA-module__button span {
  font-size: 1.6em;
  font-weight: 300;
  display: flex;
  transition: transform 0.5s, opacity 0.25s;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button span {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button span {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon {
  width: 4.5em;
  height: 4.5em;
  align-items: center;
  border: 1px solid #504641;
  border-radius: 50%;
  margin-right: 1.5em;
  opacity: 0.8;
  position: relative;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon {
    width: 3.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon {
    width: 3.5em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon {
    height: 3.5em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon {
    height: 3.5em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon:before {
  font-size: 1.2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 1s;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon:before {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__button .DNA-icon:before {
    font-size: 1em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__container {
    gap: 6em;
  }
  .DNA-module[data-id=OffersListview] .DNA-module__item {
    width: 100%;
  }
  .DNA-module[data-id=OffersListview] .DNA-module__content {
    margin-top: 3em;
  }
  .DNA-module[data-id=OffersListview] .DNA-module__title {
    margin-bottom: 0.75em;
  }
  .DNA-module[data-id=OffersListview] .DNA-module__button {
    margin-top: 1.5em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__filter {
  margin-left: 0;
  padding-bottom: 0.5em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__filter {
    margin-left: 10em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__filter {
    margin-left: 2.5em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__wrap {
  margin: 0 auto;
  padding-top: 5em;
  display: flex;
  justify-content: center;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__container {
  display: inline-flex;
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.05);
  overflow: auto;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item {
  min-height: 5em;
  min-width: 16em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1.5em;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1em);
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
  text-align: center;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item > * {
  font-size: 1.3em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__filter__item > * {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__filter__item > * {
    font-size: 1.3em;
  }
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item:first-child {
  border-radius: 0.3em 0 0 0.3em;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item:last-child {
  border-radius: 0 0.3em 0.3em 0;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item span {
  text-transform: uppercase;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item.JS-tab-panel__tab--act, .DNA-module[data-id=OffersListview] .DNA-module__filter__item:hover {
  background-color: #FFFFFF;
  color: #1F554D;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item {
  background-color: #E5DED6;
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item:not(:last-child) {
  border-right: 1px solid rgba(80, 70, 65, 0.1);
}
.DNA-module[data-id=OffersListview] .DNA-module__filter__item.JS-tab-panel__tab--act, .DNA-module[data-id=OffersListview] .DNA-module__filter__item:hover {
  background-color: rgba(80, 70, 65, 0.9);
  color: #FFFFFF;
}
.DNA-module[data-id=OffersListview] .DNA-module__tab-panel__panel {
  display: none;
}
.DNA-module[data-id=OffersListview] .DNA-module__tab-panel__panel.JS-tab-panel__panel--act {
  display: flex;
}
.DNA-module[data-id=OffersListview] .DNA-module__head {
  background-color: #EDE7DE;
  padding: 10em 0;
  text-align: center;
  margin-bottom: 14em;
}
.DNA-module[data-id=OffersListview] .DNA-module__image {
  position: relative;
}
.DNA-module[data-id=OffersListview] .DNA-module__icons {
  position: absolute;
  bottom: 3em;
  left: 4.5em;
  color: #FFFFFF;
}
.DNA-module[data-id=OffersListview] .DNA-module__icons .DNA-icon {
  font-size: 3em;
}
.DNA-module[data-id=OffersListview] .DNA-module__icons .DNA-icon:nth-child(2) {
  padding-left: 0.5em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=OffersListview] .DNA-module__head {
    margin-bottom: 6em;
    padding: 7em 0;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=OffersListview] .DNA-module__icons {
    bottom: 2em;
    left: 2em;
  }
  .DNA-module[data-id=OffersListview] .DNA-module__icons .DNA-icon {
    font-size: 2.5em;
  }
  .DNA-module[data-id=OffersListview] .DNA-module__icons:nth-child(2) {
    padding-left: 0.2em;
  }
}
