@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
#listingbottom {
  background-color: #fcf8f8;
}
#listingbottom .blogarticles {
  background-color: transparent;
}

#listingbottomhidden {
  background-color: #fcf8f8;
}
#listingbottomhidden > div:has(div) {
  padding-bottom: 32px;
}

#listingbottomhiddencontent {
  background-color: #fff;
  padding: 12px 12px 20px;
}
#listingbottomhiddencontent .category-contentblock.container {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #listingbottomhiddencontent .category-contentblock.container {
    margin-bottom: 32px;
  }
}
#listingbottomhiddencontent .category-contentblock.container p,
#listingbottomhiddencontent .category-contentblock.container ul {
  color: #706060;
}
#listingbottomhiddencontent > div > div:last-child .category-contentblock {
  margin-bottom: 0;
}

.products-selection {
  padding: 8px 0;
}

.total-products p {
  border-top: 1px solid #f4f0ec;
  padding-top: 12px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
  color: #706060;
}

.category-description-text {
  color: #706060;
}
.category-description-text.init-preview {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

#category-description {
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  .products-selection {
    padding: 16px 0;
  }
  .total-products p {
    border-top: none;
    margin-top: 0;
    text-align: left;
    padding-top: 0;
  }
  #listingbottomhidden > div:has(div) {
    padding-bottom: 60px;
  }
  #listingbottomhiddencontent {
    padding: 40px;
  }
}
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 0.4rem;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: rgb(205.4761904762, 178.2380952381, 148.5238095238);
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 8px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #ac8050;
  border: 1px solid #ac8050;
  border-radius: 50%;
  outline: none;
  backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #e9ecef;
  border: 0 solid #dee2e6;
  border-radius: 0.4rem;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-active {
  background: rgb(137.1904761905, 102.0952380952, 63.8095238095);
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #e9ecef;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.search-filters__block {
  padding: 20px 0;
  border-bottom: 1px solid #f4f0ec;
}
.search-filters__titlecont--desktop {
  padding: 16px 0;
}
.search-filters__titlecont--desktop i {
  color: #c8a078;
}
.search-filters__maintitle {
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.search-filters__maintitle i {
  font-size: 24px;
}
.search-filters .js-search-filters-clear-all {
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
  color: #c8a078;
  font-size: 14px;
  font-weight: 500;
}
.search-filters .js-search-filters-clear-all:hover {
  color: #ac8050;
}
@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .search-filters__block {
    border-top: 1px solid #f4f0ec;
    border-bottom: none;
  }
  .search-filters__block:last-of-type {
    border-bottom: 1px solid #f4f0ec;
  }
  .search-filters__maintitle {
    gap: 8px;
  }
  .search-filters__titlecont--desktop {
    display: flex !important;
    justify-content: space-between;
  }
}

.sort-orders__toggle--desktop {
  color: #ac8050;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sort-orders__toggle--desktop:hover {
  color: #c8a078;
}
.sort-orders__dropdown-list {
  display: flex;
  flex-direction: column;
}
.sort-orders__dropdown-list span {
  line-height: 1.15;
  padding: 8px 12px;
  font-weight: 500;
  cursor: pointer;
}
.sort-orders__dropdown-list span:not(:last-of-type) {
  border-bottom: 1px solid #f4f0ec;
}
.sort-orders__dropdown-list span:hover {
  color: #c8a078;
}
.sort-orders__dropdown-list span.selected {
  color: #ac8050;
}

#_mobile_sort {
  display: flex;
  flex-direction: column;
}
#_mobile_sort span {
  line-height: 1.15;
  padding: 8px 12px;
  font-weight: 500;
  cursor: pointer;
}
#_mobile_sort span.selected {
  color: #ac8050;
}
#_mobile_sort span:hover {
  color: #c8a078;
}
