/* Elenya premium Directorist search result override */

:root {
  --elenya-sr-red: #7a3e13;

  --elenya-sr-red-dark: #e3321b;

  --elenya-sr-ink: #171412;

  --elenya-sr-muted: #5f5852;

  --elenya-sr-soft: #fff8f3;

  --elenya-sr-line: #eadfd7;

  --elenya-sr-peach: #fff1ea;

  --elenya-sr-green: #e9f7ee;

  --elenya-sr-green-text: #227248;

  --elenya-sr-gold: #fff5dd;

  --elenya-sr-gold-text: #b27100;

  --elenya-sr-shadow: 0 12px 30px rgba(40, 24, 15, 0.07);
}

#elenya-directorist-results,
#elenya-directorist-results * {
  box-sizing: border-box;
}

#elenya-directorist-results {
  width: 100%;

  max-width: none;

  margin: 0;

  padding: 0;

  color: var(--elenya-sr-ink);

  /* background: #fffaf6; */

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;

  font-size: 13px;

  line-height: 1.35;
}
#elenya-directorist-results svg {
  fill: none;
  stroke: #191919;
}
.elenya-sr-trustpoints svg {
  width: 28px;

  height: 28px;

  stroke: #7a3e13;

  fill: none;
}
.elenya-sr-search-card .elenya-sr-search-row svg {
  width: 18px;
  height: 18px;
  stroke: #191919;
  fill: none;
}
#elenya-directorist-results .elenya-sr-breadcrumb a,
#elenya-directorist-results .elenya-sr-breadcrumb span {
  font-size: var(--text-s);
  color: var(--bricks-color-lmbmwd);
  font-weight: 400;
}

#elenya-directorist-results button,
#elenya-directorist-results input,
#elenya-directorist-results select {
  font: inherit;
}

#elenya-directorist-results button {
  cursor: pointer;
}

.elenya-sr-container {
  width: min(1160px, calc(100vw - 96px));

  margin-inline: auto;
}

.elenya-sr-form {
  margin: 0;
}

.elenya-sr-hero {
  position: relative;
  padding: 0;
  min-height: 286px;

  margin: 0;

  overflow: visible;
  position: relative;
  background: url("../images/elenya-search-hero-woman.png") no-repeat;
  background-size: cover;
  background-position: 100% center;
  /* background:
    linear-gradient(
      90deg,
      rgba(255, 250, 246, 0.98) 0%,
      rgba(255, 250, 246, 0.95) 45%,
      rgba(255, 244, 236, 0.5) 72%,
      rgba(255, 241, 232, 0.4) 100%
    ),
    url("../images/elenya-search-hero-woman.png") right top / auto 286px
      no-repeat,
    linear-gradient(180deg, #fffaf6 0%, #fff3eb 100%); */

  /* border-bottom: 1px solid #f0e1d7; */
}
/* .elenya-sr-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(-90deg, #fff, transparent);
} */
.elenya-sr-hero__inner {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.elenya-sr-breadcrumb {
  display: flex;

  align-items: center;

  gap: var(--space-xs);

  margin-bottom: var(--space-m);

  color: #5d564f;

  font-size: 11px;

  font-weight: 650;
}

.elenya-sr-breadcrumb a:hover {
  color: var(--elenya-sr-red);
}

.elenya-sr-kicker {
  color: #7a3e13;

  font-size: 13px;

  font-weight: 500;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.elenya-sr-hero h1 {
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 15px;
  max-width: 700px;
}

.elenya-sr-subline {
  max-width: 700px;

  margin: 0 0 20px;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.45;
}

.elenya-sr-trustpoints {
  display: flex;

  flex-wrap: wrap;

  gap: 15px 30px;

  margin: 0 0 23px;
}

.elenya-sr-trustpoints span {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  font-size: 13px;

  font-weight: 500;

  white-space: nowrap;
}

.elenya-sr-trustpoints svg {
  width: 20px;

  height: 20px;

  color: var(--elenya-sr-red);

  stroke-width: 1.7;
}

.elenya-sr-search-card {
  position: relative;

  z-index: 3;

  width: 100%;

  margin: 0;

  border: 1px solid var(--elenya-sr-line);

  border-radius: 10px;

  background: rgba(255, 255, 255, 1);

  box-shadow: 0 13px 32px rgba(39, 22, 13, 0.09);

  overflow: hidden;
}

.elenya-sr-search-row {
  display: grid;

  grid-template-columns: 1.27fr 1.04fr 1.04fr 0.9fr 170px;

  align-items: center;

  gap: 11px;

  padding: 12px 13px 11px;
}

.elenya-sr-field {
  position: relative;

  display: flex;

  align-items: center;

  height: 38px;

  gap: 9px;

  min-width: 0;

  padding: 0 14px;

  border: 1px solid #e9e1db;

  border-radius: 4px;

  background: #fff;

  color: #2c2722;
}

.elenya-sr-field > span {
  display: inline-flex;

  color: #3f3934;
}

.elenya-sr-field svg {
  width: 16px;

  height: 16px;

  stroke-width: 1.9;
}

.elenya-sr-field input,
.elenya-sr-field select {
  width: 100%;

  min-width: 0;

  height: 36px;

  padding: 0;

  border: 0 !important;

  outline: 0 !important;

  background: transparent !important;

  box-shadow: none !important;

  color: #37302a;

  font-size: 12px;

  font-weight: 650;

  appearance: none;

  -webkit-appearance: none;
}

.elenya-sr-field input::placeholder {
  color: #66605a;

  opacity: 1;
}

.elenya-sr-field i {
  display: inline-flex;

  color: #5f574f;

  pointer-events: none;
}

.elenya-sr-field i svg {
  width: 14px;

  height: 14px;
}

.elenya-sr-main-btn {
  height: 38px;

  padding: 0 18px;

  border: 1px solid #7a3e13;

  border-radius: 4px;

  background: #7a3e13;

  color: #fff;

  text-align: center;
  font-size: 12px;

  font-weight: 850;

  letter-spacing: 0.01em;

  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

.elenya-sr-main-btn:hover {
  background: #191919;
  border-color: #191919;
}

.elenya-sr-chip-row {
  display: flex;

  flex-wrap: wrap;

  gap: 9px;

  padding: 10px 13px 12px;

  border-top: 1px solid #f0e7df;
}

.elenya-sr-chip {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  height: 29px;

  padding: 0 15px;

  border: 1px solid #e5ddd7;

  border-radius: 999px;

  background: #fff;

  color: #3c352f;

  font-size: 11.5px;

  font-weight: 750;

  white-space: nowrap;
  margin: 0;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
  cursor: pointer;
}

.elenya-sr-chip input {
  position: absolute;

  opacity: 0;

  pointer-events: none;
}

.elenya-sr-chip svg {
  width: 15px;

  height: 15px;
  stroke-width: 2;
  stroke: #191919;
  fill: none;
}

.elenya-sr-chip:hover,
.elenya-sr-chip.is-active {
  border-color: #c5562038;

  background: #fff7ee;

  color: #7a3e13;
}

.elenya-sr-chip:hover svg,
.elenya-sr-chip.is-active svg {
  stroke: #7a3e13;
}
.elenya-sr-results-area {
  padding: 18px 0 10px;

  /* background: #fffaf6; */
}

.elenya-sr-layout {
  display: grid;

  grid-template-columns: 236px minmax(0, 1fr) 240px;

  gap: 13px;

  align-items: start;
}

.elenya-sr-mobile-filter {
  display: none;
}
.elenya-sr-mobile-filter svg {
  height: 22px;
  width: 22px;
  stroke: #fff !important;
}
.elenya-sr-sidebar,
.elenya-sr-sidebox,
.elenya-sr-bottom-box {
  border: 1px solid var(--elenya-sr-line);

  border-radius: 10px;

  background: #fff;

  box-shadow: 0 8px 22px rgba(42, 26, 16, 0.035);
  height: 100%;
}

.elenya-sr-sidebar {
  overflow: hidden;
}

.elenya-sr-filter-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  min-height: 44px;

  padding: 0 12px;

  border-bottom: 1px solid var(--elenya-sr-line);
}

.elenya-sr-filter-head h2 {
  margin: 0;

  font-size: 16px;

  font-weight: 600;

  letter-spacing: 0.01em;
}

.elenya-sr-filter-head a {
  display: inline-flex;

  align-items: center;

  gap: 4px;

  color: #191919;
  font-size: 10px;

  font-weight: 700;
}
.elenya-sr-filter-head a:hover {
  color: var(--elenya-sr-red);
}
.elenya-sr-filter-head a svg {
  width: 14px;
  height: 14px;
}

.elenya-sr-filter-group {
  padding: 0;

  border-bottom: 1px solid #eee6df;
}

.elenya-sr-filter-group:last-of-type {
  border-bottom: 0;
}

.elenya-sr-filter-group summary {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 13px 12px;

  color: #211b17;

  font-size: 13px;

  font-weight: 700;

  list-style: none;

  cursor: pointer;
}

.elenya-sr-filter-group summary::-webkit-details-marker {
  display: none;
}

.elenya-sr-filter-group summary::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b443d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.elenya-sr-filter-group[open] summary::after {
  transform: rotate(180deg);
}

.elenya-sr-check-list {
  display: flex;
  flex-direction: column;
  padding: 0 12px 12px;
}

.elenya-sr-check-list label {
  display: grid;

  grid-template-columns: 14px minmax(0, 1fr) auto;

  align-items: center;

  gap: 7px;

  color: #191919;

  font-size: 13px;

  font-weight: 500;
}

.elenya-sr-check-list input,
.elenya-sr-rating-grid input,
.elenya-sr-price-grid input {
  width: 13px;

  height: 13px;

  accent-color: var(--elenya-sr-red);
}

.elenya-sr-check-list em {
  font-style: normal;

  font-size: 12px;

  font-weight: 500;
}

.elenya-sr-more-link {
  width: max-content;

  margin: 2px 0 0;

  padding: 0;

  border: 0;

  background: transparent;

  color: var(--elenya-sr-red);

  font-size: 13px !important;

  font-weight: 600 !important;
}
.elenya-sr-more-link:hover {
  text-decoration: underline;
}
.elenya-sr-rating-grid,
.elenya-sr-price-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 8px;

  padding: 0 12px 13px;
}

.elenya-sr-rating-grid label,
.elenya-sr-price-grid label {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

  min-height: 27px;

  padding: 0 7px;

  border: 1px solid #eee2d8;

  border-radius: 4px;

  background: #fff;

  color: #2d261f;

  font-size: 10.5px;

  font-weight: 750;
  margin: 0;
  position: relative;
}
.elenya-sr-rating-grid label input[type="radio"],
.elenya-sr-price-grid label input[type="radio"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.elenya-sr-rating-grid label.is-active,
.elenya-sr-price-grid label.is-active {
  border-color: #c5562038;

  background: #fff7ee;

  color: var(--elenya-sr-red);
}

.elenya-sr-rating-grid span {
  color: #ff9d00;
  font-size: 14px;
}

.elenya-sr-price-grid {
  grid-template-columns: 1fr;
}

.elenya-sr-filter-submit {
  display: none;

  width: calc(100% - 24px);

  height: 40px;

  margin: 0 12px 14px;

  border: 0;

  border-radius: 5px;

  background: var(--elenya-sr-red);

  color: #fff;

  font-size: 12px;

  font-weight: 850;
  padding: 5px 12px;
  text-align: center;
}

.elenya-sr-results-main {
  min-width: 0;
  border: 1px solid var(--elenya-sr-line);
  border-radius: 10px;
  background: #fff;
}

.elenya-sr-toolbar {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

  min-height: 36px;
  padding: 8px 10px;
  border-bottom: 1px solid #eee5df;
}

.elenya-sr-toolbar p {
  margin: 0;

  color: #1d1712;

  font-size: 12px;

  font-weight: 650;
}

.elenya-sr-toolbar__right {
  display: flex;

  align-items: center;

  gap: 6px;
}

.elenya-sr-toolbar select {
  width: 174px;

  height: 26px;

  padding: 0 28px 0 11px;

  border: 1px solid #dfd7d0;

  border-radius: 4px;

  background: #fff;

  color: #4d463f;

  font-size: 11px !important;

  font-weight: 650;
}

.elenya-sr-toolbar__right > a {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

  height: 26px;

  min-width: 52px;

  padding: 0 9px;

  border: 1px solid #ded7cf;

  border-radius: 4px;

  background: #fff;

  color: #413a34;

  font-size: 11px;

  font-weight: 750;
}

.elenya-sr-toolbar__right > a svg {
  width: 14px;
  height: 14px;
}

.elenya-sr-toolbar__right > a.is-active,
.elenya-sr-toolbar__right > a:hover {
  border-color: #c5562038;

  background: #fff7ee;

  color: var(--elenya-sr-red);
}
.elenya-sr-toolbar__right > a.is-active svg,
.elenya-sr-toolbar__right > a:hover svg {
  stroke: var(--elenya-sr-red) !important;
}
.elenya-sr-toolbar__right label {
  margin: 0 !important;
}
.elenya-sr-listings {
  display: flex;

  flex-direction: column;

  gap: 0;

  overflow: hidden;

  /* border: 1px solid var(--elenya-sr-line); */

  /* border-radius: 6px; */

  /* background: #fff; */
}

.elenya-sr-card {
  display: flex;

  /* grid-template-columns: 128px minmax(0, 1fr) 170px; */

  gap: 12px;

  min-height: 92px;

  padding: 8px 10px;

  border-bottom: 1px solid #eee5df;

  background: #fff;

  transition:
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.elenya-sr-card:last-child {
  border-bottom: 0;
}

.elenya-sr-card:hover {
  background: #fffdfb;
}

.elenya-sr-card__image {
  display: block;

  width: 128px;

  height: 80px;

  overflow: hidden;

  border-radius: 10px;
  flex-shrink: 0;
}

.elenya-sr-card__image img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.25s ease;
}

.elenya-sr-card:hover .elenya-sr-card__image img {
  transform: scale(1.045);
}

.elenya-sr-card__body {
  flex: 1;
  min-width: 200px;
}

.elenya-sr-card__body h3 {
  display: flex;

  align-items: center;

  gap: 6px;

  margin: 0 0 2px;

  color: #17120f;

  font-size: 15px;

  font-weight: 600;

  line-height: 1.12;
}

.elenya-sr-card__body h3 a:hover {
  color: var(--elenya-sr-red);
}

.elenya-sr-verified {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 13px;

  height: 13px;

  border-radius: 50%;

  background: var(--elenya-sr-red);

  color: #fff;

  font-size: 8px;

  font-weight: 900;

  line-height: 1;
}

.elenya-sr-card__meta {
  margin: 0 0 4px;

  color: #5f5852;

  font-size: 11px;

  font-weight: 500;
}

.elenya-sr-rating {
  display: flex;

  align-items: center;

  gap: 5px;

  margin: 0 0 5px;

  font-size: 11px;

  font-weight: 700;
}

.elenya-sr-rating span {
  color: var(--elenya-sr-red);

  letter-spacing: 1px;

  font-size: 12px;
}

.elenya-sr-rating strong {
  color: #181411;
  font-weight: 600;
  font-size: 11px;
}

.elenya-sr-rating em {
  color: #5f5852;

  font-style: normal;
}

.elenya-sr-badges {
  display: flex;

  flex-wrap: wrap;

  gap: 5px;
}

.elenya-sr-badges span {
  display: inline-flex;

  align-items: center;

  min-height: 17px;

  padding: 0 7px;

  border: 1px solid transparent;

  border-radius: 999px;

  font-size: 9.5px;

  font-weight: 800;

  line-height: 1;
}

.elenya-sr-badges .is-green {
  border-color: #bfe6cf;

  background: #edf9f1;

  color: #267347;
}
.elenya-sr-badges svg {
  height: 12px;
  width: 12px;
  margin-right: 3px;
  stroke: currentColor !important;
}
.elenya-sr-badges .is-gray {
  border-color: #ddd7d1;

  background: #f7f5f2;

  color: #5c554e;
}

.elenya-sr-badges .is-gold {
  border-color: #f1cc83;

  background: #fff5dd;

  color: #b57500;
}

.elenya-sr-badges .is-pink {
  border-color: #f5b5c6;

  background: #fff0f4;

  color: #bd526f;
}

/* .elenya-sr-card__actions {
  position: relative;

  display: grid;

  grid-template-columns: 1fr;

  align-content: center;

  justify-items: stretch;

  gap: 6px;

  padding: 2px 0 0;
} */

.elenya-sr-card__actions strong {
  display: block;

  color: #17120e;

  font-size: 14px;

  font-weight: 600;

  text-align: left;
}
.elenya-sr-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  width: fit-content;
  gap: 12px;
  margin-left: auto;
  min-width: 140px;
}
.elenya-sr-fav {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 24px;

  height: 24px;

  padding: 0;

  border: 0;

  background: transparent;

  color: #3f3832;
}

.elenya-sr-fav svg {
  width: 18px;

  height: 18px;

  stroke-width: 1.7;
}

.elenya-sr-fav.is-saved,
.elenya-sr-fav:hover {
  color: var(--elenya-sr-red);
}
.elenya-sr-card__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.elenya-sr-outline,
.elenya-sr-orange {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 4px;

  font-size: 11px;

  font-weight: 600;

  padding: 6px 12px;
  white-space: nowrap;
  flex-wrap: wrap;
}

.elenya-sr-outline {
  border: 1px solid #1c1815;

  background: #fff;

  color: #201a16;
}

.elenya-sr-outline:hover {
  border-color: var(--elenya-sr-red);

  color: var(--elenya-sr-red);
}

.elenya-sr-orange {
  border: 1px solid var(--elenya-sr-red);

  background: var(--elenya-sr-red);

  color: #fff !important;
}

.elenya-sr-orange:hover {
  background: var(--elenya-sr-red-dark);
}

.elenya-sr-load-more {
  display: flex;

  align-items: center;

  justify-content: center;

  width: max-content;

  min-width: 160px;

  height: 28px;

  margin: 0 auto;

  border: 0;

  background: transparent;

  color: #4e463f;

  font-size: 10.5px;

  font-weight: 800;
}

.elenya-sr-pagination {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin: 18px auto;

  flex-wrap: wrap;
}

.elenya-sr-pages {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 6px;

  flex-wrap: wrap;
}

.elenya-sr-page {
  min-width: 30px;

  height: 30px;

  padding: 0 10px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border: 1px solid var(--elenya-sr-line);

  border-radius: 4px;

  background: #fff;

  color: #191919;

  font-size: 11px;

  font-weight: 600;

  line-height: 1;

  text-decoration: none;
}

.elenya-sr-page:hover {
  border-color: var(--elenya-sr-red);

  color: var(--elenya-sr-red);
}

.elenya-sr-page.is-current {
  border-color: var(--elenya-sr-red);

  background: var(--elenya-sr-red);

  color: #fff;
}

.elenya-sr-page.is-disabled {
  opacity: 0.45;

  cursor: not-allowed;

  pointer-events: none;
}

.elenya-sr-page--prev,
.elenya-sr-page--next {
  min-width: 78px;
}

.elenya-sr-page--dots {
  border-color: transparent;

  background: transparent;

  min-width: 18px;

  padding: 0 2px;
}

.elenya-sr-page--dots:hover {
  border-color: transparent;

  color: #2b241f;
}

.elenya-sr-empty,
.elenya-sr-map-panel {
  min-height: 300px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.elenya-sr-empty {
  flex-direction: column;

  gap: 8px;

  text-align: center;
}

.elenya-sr-empty h3,
.elenya-sr-map-card h3 {
  margin: 0;

  font-size: 20px;

  font-weight: 900;
}

.elenya-sr-empty p,
.elenya-sr-map-card p {
  max-width: 430px;

  margin: 0;

  color: #5f5852;

  font-size: 13px;
}

.elenya-sr-empty a {
  color: var(--elenya-sr-red);

  font-weight: 700;
}
.elenya-sr-empty a:hover {
  text-decoration: underline;
  color: var(--elenya-sr-red) !important;
}
.elenya-sr-map-card {
  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  width: 100%;
  /* max-width: 520px; */

  text-align: center;
}

.elenya-sr-map-card > svg {
  width: 54px !important;

  height: 54px !important;

  color: var(--elenya-sr-red);
}

.elenya-sr-map-card div {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 8px;
}

.elenya-sr-map-card span {
  padding: 5px 10px;

  border: 1px solid #eadfd7;

  border-radius: 999px;

  background: #fff8f3;

  font-size: 11px;

  font-weight: 800;
}

.elenya-sr-right {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.elenya-sr-sidebox {
  padding: 14px 12px;
  background: #fffbf6;
}

.elenya-sr-sidebox h3 {
  display: flex;

  align-items: center;

  gap: 8px;

  margin: 0 0 13px;

  color: #191919;

  font-size: 15px;

  font-weight: 600;

  line-height: 1.15;
}

.elenya-sr-sidebox h3 svg {
  stroke: var(--elenya-sr-red) !important;
  width: 28px;

  height: 28px;
}

.elenya-sr-steps ol {
  display: flex;

  flex-direction: column;

  gap: 18px;

  margin: 0;

  padding: 0;

  list-style: none;
}

.elenya-sr-steps li {
  position: relative;

  display: grid;

  grid-template-columns: 28px 1fr;

  column-gap: 8px;
}

.elenya-sr-steps li span {
  grid-row: 1 / span 2;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 28px;

  height: 28px;

  border-radius: 50%;

  background: #fff1ec;

  color: var(--elenya-sr-red);

  font-size: 13px;

  font-weight: 600;
}

.elenya-sr-steps strong {
  display: block;

  margin: 0 0 2px;

  color: #251d18;

  font-size: 11.5px;

  font-weight: 600;

  line-height: 1.2;
}

.elenya-sr-steps p {
  margin: 0;

  color: #5f5852;

  font-size: 10.5px;

  font-weight: 500;

  line-height: 1.35;
}

.elenya-sr-pill-grid,
.elenya-sr-city-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.elenya-sr-pill-grid a,
.elenya-sr-city-grid a {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 52px;

  min-height: 27px;

  padding: 0 12px;

  border: 1px solid rgba(197, 86, 32, 0.22);

  border-radius: 4px;

  background: #fff;

  color: #433b34;

  font-size: 11px;

  font-weight: 700;
}

.elenya-sr-pill-grid a:hover,
.elenya-sr-city-grid a:hover {
  border-color: var(--elenya-sr-red);

  color: var(--elenya-sr-red);
}

.elenya-sr-text-link {
  display: inline-flex;

  margin-top: 13px;

  color: var(--elenya-sr-red) !important;

  font-size: 12px;

  font-weight: 600;
}

.elenya-sr-bottom-grid {
  display: grid;

  grid-template-columns: 2fr 1fr;

  gap: 10px;
  margin-bottom: 20px;
}

.elenya-sr-bottom-box {
  padding: 12px 12px 11px;
  background: #fffbf6;
}

.elenya-sr-bottom-box h3 {
  margin: 0 0 9px;

  color: #211913;

  font-size: 15px;

  font-weight: 600;
}
.elenya-sr-cat-tile {
  position: relative;
}
.elenya-sr-cat-tile .elenya-sr-cat-overlay svg {
  fill: #fff !important;
  height: 50px !important;
  width: 50px !important;
}
.elenya-sr-cat-tile .elenya-sr-cat-overlay {
  position: absolute;

  inset: 0;

  z-index: 2;

  background: rgba(0, 0, 0, 0.35);

  opacity: 0;

  transition: opacity 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elenya-sr-cat-tile:hover .elenya-sr-cat-overlay {
  opacity: 1;
}
.elenya-sr-cat-tiles {
  display: grid;

  grid-template-columns: repeat(6, minmax(0, 1fr));

  gap: 15px 7px;
}

.elenya-sr-cat-tiles a {
  position: relative;

  display: block;

  height: 80px;

  overflow: hidden;

  border-radius: 10px;

  background: #211915;
}

.elenya-sr-cat-tiles img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  /* opacity: 0.78; */

  transition: all 0.5s ease;
}

.elenya-sr-cat-tiles span {
  /* position: absolute; */

  /* inset: auto 4px 4px; */

  z-index: 2;

  /* padding: 3px 4px; */

  /* border-radius: 3px; */

  /* color: #fff; */

  /* text-align: center; */

  /* text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55); */
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 10px;

  font-weight: 600;

  line-height: 1.1;
}

.elenya-sr-cat-tiles a:hover img {
  /* opacity: 0.92; */

  transform: scale(1.05);
}

.elenya-sr-trustbar {
  border-top: 1px solid #ead5c8;
  /* border-bottom: 1px solid #ead5c8; */
  background: #fff6ef;
  padding: 20px 0px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.elenya-sr-trustbar .elenya-sr-trustbar-grid {
  display: grid;

  grid-template-columns: repeat(6, minmax(0, 1fr));

  gap: 20px;
  width: 100%;
}
.elenya-sr-trustbar-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
/* .elenya-sr-trustbar div div {
  display: grid;

  grid-template-columns: 32px 1fr;

  align-items: start;

  column-gap: 8px;
} */

.elenya-sr-trustbar svg {
  flex-shrink: 0;

  width: 40px !important;

  height: 40px !important;

  stroke: var(--elenya-sr-red) !important;

  stroke-width: 1.45;
}

.elenya-sr-trustbar strong {
  display: block;

  margin: 0 0 2px;

  color: #2a211b;

  font-size: 12px;

  font-weight: 900;

  line-height: 1.1;
}

.elenya-sr-trustbar span {
  display: block;

  color: #554b43;

  font-size: 10px;

  font-weight: 600;

  line-height: 1.25;
}

body.elenya-sr-lock {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .elenya-sr-trustbar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .elenya-sr-container {
    width: min(100% - 34px, 980px);
  }

  .elenya-sr-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .elenya-sr-right {
    grid-column: 1 / -1;

    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .elenya-sr-search-row {
    grid-template-columns: 1fr 1fr;
  }

  .elenya-sr-main-btn {
    grid-column: 1 / -1;
  }

  .elenya-sr-trustbar .elenya-sr-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 920px) {
  .elenya-sr-card__buttons .elenya-sr-outline,
  .elenya-sr-card__buttons .elenya-sr-orange {
    flex-direction: column;
    width: 100%;
  }
  .elenya-sr-card .elenya-sr-card__price {
    width: 100% !important;
  }
}

@media (max-width: 860px) {
  /* .elenya-sr-hero {
    min-height: 0;

    background:
      linear-gradient(
        180deg,
        rgba(255, 250, 246, 0.97),
        rgba(255, 242, 234, 0.9)
      ),
      url("../images/elenya-search-hero-woman.png") right top / auto 220px
        no-repeat,
      linear-gradient(180deg, #fffaf6 0%, #fff3eb 100%);
  } */

  /* .elenya-sr-hero__inner {
    padding: 18px 0 18px;
  } */

  /* .elenya-sr-hero h1 {
    max-width: 100%;

    font-size: 34px;

    letter-spacing: 0.04em;
  } */

  /* .elenya-sr-subline {
    width: 100%;

    max-width: 560px;
  } */

  /* .elenya-sr-trustpoints {
    gap: 12px;
  } */

  .elenya-sr-search-row {
    display: flex;

    flex-direction: column;

    gap: 8px;
  }

  .elenya-sr-field,
  .elenya-sr-main-btn {
    width: 100%;
  }

  .elenya-sr-layout {
    display: block;
  }

  .elenya-sr-mobile-filter {
    position: sticky;

    top:90px;

    z-index: 12;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    width: 100%;

    height: 42px;

    margin: 0 0 12px;

    border: 0;

    border-radius: 6px;

    background: #161414;

    color: #fff;

    font-size: 13px;

    font-weight: 900;
  }

  .elenya-sr-sidebar {
    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 99999;

    max-height: 84vh;

    overflow: auto;

    border-radius: 18px 18px 0 0;

    box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.22);

    transform: translateY(105%);

    transition: transform 0.24s ease;
  }

  .elenya-sr-sidebar.is-open {
    transform: translateY(0);
  }

  .elenya-sr-filter-submit {
    display: block;

    position: sticky;

    bottom: 10px;
  }

  .elenya-sr-toolbar {
    align-items: flex-start;

    flex-direction: column;
  }

  .elenya-sr-toolbar__right {
    width: 100%;

    flex-wrap: wrap;
  }

  .elenya-sr-toolbar select {
    width: 100%;
  }

  .elenya-sr-toolbar label {
    flex: 1 1 100%;
  }

  .elenya-sr-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  /* .elenya-sr-card__actions {
    grid-column: 1 / -1;

    grid-template-columns: 1fr 1fr;

    align-items: center;
  } */

  /* .elenya-sr-card__actions strong {
    grid-column: 1 / -1;

    margin-right: 34px;
  } */

  .elenya-sr-right {
    display: flex;

    margin-top: 12px;
  }

  .elenya-sr-bottom-grid {
    grid-template-columns: 1fr;
  }

  .elenya-sr-cat-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elenya-sr-trustbar .elenya-sr-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .elenya-sr-trustbar .elenya-sr-trustbar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px) {
  .elenya-sr-container {
    width: calc(100% - 24px);
  }

  .elenya-sr-hero h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .elenya-sr-trustpoints span {
    width: calc(50% - 6px);

    gap: 7px;

    font-size: 11px;
  }

  /* .elenya-sr-chip-row {
    flex-wrap: nowrap;

    overflow: auto;

    padding-bottom: 12px;

    -webkit-overflow-scrolling: touch;
  } */

  .elenya-sr-card {
    display: block;

    padding: 10px;
  }

  .elenya-sr-card__image {
    width: 100%;

    height: 168px;

    margin-bottom: 10px;
  }

  /* .elenya-sr-card__actions {
    display: grid;

    margin-top: 10px;
  } */

  /* .elenya-sr-outline,
  .elenya-sr-orange {
    height: 36px;
  } */

  .elenya-sr-cat-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elenya-sr-trustbar .elenya-sr-container {
    grid-template-columns: 1fr;
  }
}

/* Header helper: the page keeps the global Bricks header; this only marks Anbieter active when this search layout is present. */

/* header .elenya-sr-nav-active,





.brx-header .elenya-sr-nav-active,





.brxe-nav-menu .elenya-sr-nav-active,





.bricks-nav-menu .elenya-sr-nav-active{





    color:#ff3f24 !important;





    position:relative;





} */

/* header .elenya-sr-nav-active::after,





.brx-header .elenya-sr-nav-active::after,





.brxe-nav-menu .elenya-sr-nav-active::after,





.bricks-nav-menu .elenya-sr-nav-active::after{





    content:'';





    position:absolute;





    left:0;





    right:0;





    bottom:-14px;





    height:2px;





    background:#ff3f24;





} */

/* OpenStreetMap / Leaflet map view */

.elenya-sr-map-panel.elenya-sr-osm-shell {
  position: relative;

  display: block;

  min-height: 440px;

  padding: 0;

  overflow: hidden;

  border: 1px solid var(--elenya-sr-line);

  border-radius: 6px;

  background: #fff;
}

.elenya-sr-osm-map {
  width: 100%;

  min-height: 440px;

  height: 440px;

  border-radius: 6px;

  overflow: hidden;

  background: #f8efe8;

  z-index: 1;
}

.elenya-sr-osm-map .leaflet-control-zoom a {
  color: #201a16;

  text-decoration: none !important;
}

.elenya-sr-osm-map .leaflet-control-attribution {
  font-size: 10px;
}

.elenya-sr-map-note {
  position: absolute;

  right: 12px;

  bottom: 12px;

  z-index: 500;

  padding: 7px 11px;

  border: 1px solid rgba(255, 255, 255, 0.82);

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.94);

  box-shadow: 0 10px 30px rgba(45, 30, 20, 0.12);

  color: #2f2823;

  font-size: 11px;

  font-weight: 850;

  pointer-events: none;
}

.elenya-sr-osm-marker {
  background: transparent;

  border: 0;
}

.elenya-sr-osm-marker span {
  position: relative;

  display: block;

  width: 30px;

  height: 30px;

  border: 3px solid #fff;

  border-radius: 50% 50% 50% 0;

  background: var(--elenya-sr-red);

  box-shadow: 0 12px 24px rgba(242, 61, 45, 0.3);

  transform: rotate(-45deg);
}

.elenya-sr-osm-marker span:after {
  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  width: 9px;

  height: 9px;

  border-radius: 50%;

  background: #fff;

  transform: translate(-50%, -50%);
}

.elenya-sr-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 12px;

  padding: 0;

  box-shadow: 0 18px 45px rgba(30, 20, 14, 0.18);
}

.elenya-sr-leaflet-popup .leaflet-popup-content {
  width: 250px !important;

  margin: 0;
}

.elenya-sr-leaflet-popup .leaflet-popup-tip {
  background: #fff;
}

.elenya-sr-map-popup {
  overflow: hidden;

  border-radius: 12px;

  background: #fff;
}

.elenya-sr-map-popup img {
  display: block;

  width: 100%;

  height: 112px;

  object-fit: cover;
}

.elenya-sr-map-popup__body {
  display: flex;

  flex-direction: column;

  gap: 5px;

  padding: 10px 11px 11px;
}

.elenya-sr-map-popup__body strong {
  color: #18120f;

  font-size: 14px;

  font-weight: 900;

  line-height: 1.2;
}

.elenya-sr-map-popup__body span,
.elenya-sr-map-popup__body em {
  color: #5f5852;

  font-size: 11px;

  font-style: normal;

  line-height: 1.35;
}

.elenya-sr-map-popup__body em {
  color: #2d2722;

  font-weight: 800;
}

.elenya-sr-map-popup__body a {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 30px;

  margin-top: 5px;

  border-radius: 5px;

  background: var(--elenya-sr-red);

  color: #fff !important;

  font-size: 11px;

  font-weight: 900;

  text-decoration: none !important;
}

.elenya-sr-map-error {
  display: flex;

  align-items: center;

  justify-content: center;

  min-height: 440px;

  padding: 22px;

  color: #5f5852;

  text-align: center;

  font-size: 13px;

  font-weight: 800;
}

@media (max-width: 860px) {
  .elenya-sr-map-panel.elenya-sr-osm-shell,
  .elenya-sr-osm-map,
  .elenya-sr-map-error {
    min-height: 360px;

    height: 360px;
  }

  .elenya-sr-map-note {
    left: 12px;

    right: auto;

    bottom: 10px;
  }
}

@media (max-width: 576px) {
  .elenya-sr-trustbar .elenya-sr-trustbar-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
