:root {
  --e-global-color-lprimary1: #82b440;
  --e-global-color-lprimary2: #6f9a37;
  --e-global-color-lcolor1: #283948;
  --e-global-color-lcolor2: #556e82;
  --e-global-color-lcolor3: #d5e3f0;
  --e-global-color-lcolor4: #e6f0fa;
  --e-global-color-lcolor5: #fdfdfe;
  --e-global-color-lcolor5-op-1: rgba(253, 253, 254, 0.95);
  --e-global-color-lsectionbg: #f8fafd;
  --e-global-color-lsupport1: #d7eff7;
  --font-heading: "Red Hat Display", sans-serif;
  --font-text: "Inter", sans-serif;
  --e-global-typography-lheading1-font-family: "Red Hat Display", sans-serif;
  --e-global-typography-lheading2-font-family: "Red Hat Display", sans-serif;
  --e-global-typography-lheading3-font-family: "Red Hat Display", sans-serif;
  --e-global-typography-lheading3-font-size: 24px;
  --e-global-typography-lheading3-font-weight: 800;
  --e-global-typography-lheading3-line-height: 24px;
  --e-global-typography-lheading4-font-family: "Red Hat Display", sans-serif;
  --e-global-typography-ltext1-font-family: "Inter", sans-serif;
  --e-global-typography-ltext1-font-size: 16px;
  --e-global-typography-ltext1-font-weight: 400;
  --e-global-typography-ltext1-line-height: 26px;
  --e-global-typography-ltext2-font-family: "Inter", sans-serif;
  --e-global-typography-ltext2-font-size: 14px;
  --e-global-typography-ltext2-font-weight: 400;
  --e-global-typography-ltext2-line-height: 24px;
  --e-global-typography-ltext2bold-font-family: "Inter", sans-serif;
  --e-global-typography-ltext2bold-font-size: 14px;
  --e-global-typography-ltext2bold-font-weight: 700;
  --e-global-typography-ltext2bold-line-height: 24px;
  --e-global-size-1: 90px;
  --e-global-size-2: 60px;
  --e-global-size-3: 45px;
  --e-global-size-4: 30px;
  --e-global-size-5: 20px;
  --e-global-size-6: 15px;
  --e-global-size-7: 10px;
  --e-global-lborder-radius: 5px;
  --e-global-lborder-radius-large: 10px;
  --e-global-shadow: 0 6px 20px rgba(42, 57, 70, 0.08);
  --e-global-shadow-filter: drop-shadow(0 6px 20px rgba(42, 57, 70, 0.08));
  --e-global-grid-width: 1140px;
  --e-global-desktop-padding: 30px;
  --e-global-mobile-padding: 15px;
  --primary: #82b440;
  --primary-dark: #6f9a37;
  --white: #fff;
  --radius-l: 5px;
  --shadow-s: 0 6px 20px rgba(42, 57, 70, 0.08);
  --content-dark: #283948;
  --content-light: #e5f3ff;
  --quaternary: #eef8e7;
  --text-1: #283948;
}

@media (max-width: 767px) {
  body.tj-filter-open {
    overflow: hidden !important;
  }

  .tublejom-mobile-filter-toolbar {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 24px;
    display: flex !important;
    justify-content: flex-end;
  }

  .tublejom-mobile-filter-button {
    min-width: 132px;
    height: 52px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: var(--e-global-color-lprimary1);
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(130, 180, 64, 0.2);
  }

  .tublejom-mobile-filter-button svg {
    flex: 0 0 auto;
  }

  .tublejom-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 20010;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    display: block !important;
    background: rgba(31, 47, 61, 0.56);
    transition: opacity 0.25s ease;
  }

  .tublejom-filter-panel__head {
    position: sticky;
    top: -22px;
    z-index: 2;
    min-height: 68px;
    margin: -22px -18px 26px;
    padding: 0 18px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4eef7;
    background: #fff;
  }

  .tublejom-filter-panel__head strong {
    color: var(--e-global-color-lcolor1);
    font-family: var(--font-heading);
    font-size: 22px;
  }

  .tublejom-filter-panel__head button {
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid #dcecf8;
    border-radius: 50%;
    color: var(--e-global-color-lcolor1);
    background: #fff;
  }

  body.tj-filter-open .tublejom-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .listivo-sidebar-form[data-tj-filter-panel] {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 20020 !important;
    width: min(88vw, 380px) !important;
    max-width: 380px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 22px 18px 42px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 14px 0 42px rgba(31, 47, 61, 0.18);
    transform: translateX(-105%);
    transition: transform 0.28s ease;
  }

  body.tj-filter-open .listivo-sidebar-form[data-tj-filter-panel] {
    transform: translateX(0);
  }
}

body {
  margin: 0;
  background: #fff;
  color: var(--e-global-color-lcolor1);
  font-family: var(--font-text);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-text);
}

body * {
  letter-spacing: 0 !important;
}

.tj-svg-icon,
.listivo-listing-card-v3__icon svg,
.listivo-side-actions svg,
.listivo-single-stats svg,
.listivo-single-location svg,
.listivo-footer svg {
  display: block;
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.listivo-logo-text,
.listivo-large-heading,
.listivo-listing-name,
.listivo-listing-section__label,
.listivo-listing-simple-label,
.listivo-listing-card-v3__name,
.listivo-listing-card-v4__name,
.listivo-footer__columns h3 {
  font-family: var(--font-heading);
  letter-spacing: 0;
}

.listivo-site {
  overflow: hidden;
}

.listivo-menu-v2 {
  height: 112px;
  background: #fff;
  border-bottom: 1px solid #eef3f8;
}

.listivo-menu-v2__container {
  max-width: calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding));
  padding: 0 var(--e-global-desktop-padding);
}

.listivo-logo-text {
  color: var(--e-global-color-lcolor1);
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
  white-space: nowrap;
}

.tublejom-logo-mark {
  width: 43px;
  height: 43px;
  display: block;
  color: var(--e-global-color-lprimary1);
  flex: 0 0 auto;
}

.listivo-logo-text span {
  display: block;
}

.listivo-menu-v2__items {
  display: flex;
}

.listivo-menu-v2__item svg {
  display: block;
  margin-left: 10px;
}

.listivo-menu-v2__account-link {
  display: block;
  cursor: pointer;
}

.listivo-menu-v2__separator {
  display: block;
}

.listivo-menu-v2__avatar {
  width: 62px;
  height: 62px;
  cursor: pointer;
}

.listivo-menu-v2__right {
  gap: 0;
}

.listivo-menu-v2__mobile-button {
  display: none;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #e0edf7;
  border-radius: 50%;
  color: var(--e-global-color-lcolor1);
  background: #fff;
}

.listivo-submit-button {
  margin-left: 30px;
  min-width: 255px;
  height: 62px;
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(108deg, var(--e-global-color-lprimary1) 0%, var(--e-global-color-lprimary1) 74%, #93c853 74%, #93c853 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(130, 180, 64, 0.22);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
}

.listivo-submit-button span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listivo-submit-button strong {
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
}

.listivo-hero {
  position: relative;
  min-height: 565px;
  background: linear-gradient(180deg, #f8fcff 0%, #f7fbff 100%);
}

.listivo-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 210px;
  background-image: url("../img/pattern_2.png");
  background-repeat: repeat-x;
  opacity: 0.52;
}

.listivo-large-heading {
  margin: 0;
  max-width: 625px;
  color: var(--e-global-color-lcolor1) !important;
  font-family: var(--font-heading);
  font-size: 76px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.listivo-large-heading span {
  color: var(--e-global-color-lprimary1);
}

.listivo-hero__main {
  max-width: 660px;
  margin-top: 270px;
  margin-bottom: 30px;
}

.listivo-hero__circle-pattern {
  background-image: url("../img/pattern.png");
}

.listivo-hero__arrow svg {
  fill: var(--e-global-color-lprimary1);
}

.listivo-hero__arrow img {
  width: 86px;
  height: auto;
  filter: invert(59%) sepia(37%) saturate(719%) hue-rotate(42deg) brightness(92%) contrast(86%);
  transform: scaleX(-1);
}

.listivo-hero__inner {
  max-width: 1380px;
  padding-left: 0;
  padding-right: 0;
}

.listivo-hero__images {
  top: 62px;
  left: calc(50% + 10px);
  width: auto;
  height: 570px;
}

.listivo-hero__image {
  height: 570px;
}

.listivo-hero__image--first {
  width: 445px;
}

.listivo-hero__image--second {
  width: 445px;
  margin-left: 28px;
}

.listivo-hero__search-form {
  width: 985px;
  position: relative;
  z-index: 30;
  margin-top: 35px;
}

.listivo-search-form-v2__inner {
  min-height: 92px;
  border-radius: 5px 100px 100px 5px;
  padding: 15px;
}

.listivo-search-form-v2__fields {
  grid-template-columns: repeat(2, minmax(0, 330px));
}

.listivo-input-v2 {
  height: 62px;
}

.listivo-input-v2 input {
  height: 62px;
  padding-left: 70px;
  border-color: #e4eef7;
  font-size: 18px;
}

.listivo-input-v2__icon {
  left: 18px;
  right: auto;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #e5f3ff;
  color: var(--e-global-color-lcolor1);
}

.listivo-search-form-v2__button {
  width: 92px;
  border-radius: 10px 100px 100px 10px;
}

.listivo-listivo-cats {
  padding: 86px 0 64px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.listivo-main-categories {
  max-width: 1380px;
  margin: 0 auto;
  gap: 0;
}

.listivo-main-categories .listivo-main-category-wrapper {
  width: 20%;
  padding: 0 20px;
}

.listivo-main-categories .listivo-main-category {
  position: relative;
  min-width: 0;
  height: 148px;
  padding: 0 24px 34px;
  border: 1px solid #eef4f8;
  border-radius: 5px;
  box-shadow: none;
  background: #fff;
  justify-content: center;
}

.listivo-main-categories .listivo-main-category__top {
  width: 92px;
  height: 92px;
  margin: -74px 0 12px;
}

.listivo-main-categories .listivo-main-category__overlay,
.listivo-main-categories .listivo-main-category__icon-m {
  display: none;
}

.listivo-main-categories .listivo-main-category__icon {
  width: 88px;
  margin: 0;
  color: var(--e-global-color-lcolor1);
  fill: none;
}

.listivo-main-categories .listivo-main-category__icon img {
  width: auto;
  height: 88px;
  max-width: 112px;
  object-fit: contain;
}

.listivo-main-categories .listivo-main-category__icon svg {
  width: 88px;
  height: 88px;
}

.listivo-main-categories .listivo-main-category__bottom span {
  color: var(--e-global-color-lcolor1);
  font-size: 22px;
}

.listivo-main-category__arrow {
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-lcolor1);
  background: #e5f3ff;
}

.listivo-cats-caption {
  position: relative;
  margin: 76px 0 0;
  text-align: center;
  color: var(--e-global-color-lprimary1);
  font-size: 21px;
}

.listivo-cats-caption img {
  position: absolute;
  top: -20px;
  right: 28%;
  width: 75px;
  filter: hue-rotate(50deg) saturate(0.8);
}

.listivo-section-title {
  padding: 20px 0 48px;
  text-align: center;
}

.listivo-section-title__label {
  display: inline-flex;
  height: 44px;
  align-items: center;
  padding: 0 22px;
  color: #78889a;
  background: #f3f6fa;
  border-radius: 5px;
  font-size: 18px;
}

.listivo-section-title h2 {
  margin: 24px 0 0;
  font-family: var(--font-heading);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0;
}

.listivo-results-page {
  background: #f8fbff;
}

.listivo-results-breadcrumbs {
  height: 106px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding)), calc(100% - 76px));
  max-width: calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding));
  margin: 0 auto;
  color: #7b8999;
  font-size: 17px;
}

.listivo-results-search {
  padding: 18px 0;
  background: #dff0fb;
}

.listivo-results-search .listivo-search-form-v2--wrapper {
  width: min(calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding)), calc(100% - 76px));
  max-width: calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding));
  margin: 0 auto;
  justify-content: flex-start;
}

.listivo-results-search .listivo-search-form-v2 {
  width: 100%;
}

.listivo-results-search .listivo-search-form-v2__inner {
  width: 100%;
  min-height: 62px;
  padding: 0;
  border-radius: 5px;
  box-shadow: none;
}

.listivo-results-search .listivo-search-form-v2__fields {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listivo-results-wrap {
  width: min(calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding)), calc(100% - 76px));
  max-width: calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding));
  margin: 0 auto;
  padding: 72px 0 96px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
}

.listivo-sidebar-form {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #edf3f8;
  border-radius: 5px;
}

.tublejom-mobile-filter-toolbar,
.tublejom-filter-backdrop,
.tublejom-filter-panel__head {
  display: none;
}

.listivo-sidebar-form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  color: var(--e-global-color-lcolor1);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
}

.listivo-sidebar-form__label:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--e-global-color-lprimary1);
}

.listivo-filter-link {
  display: block;
  margin-top: 13px;
  color: #607185;
  font-size: 16px;
}

.listivo-filter-link--active {
  color: var(--e-global-color-lprimary1);
  font-weight: 700;
}

.listivo-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.listivo-results-head h1 {
  margin: 0;
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 31px;
  letter-spacing: 0;
}

.listivo-results-head strong {
  margin-left: 18px;
  color: var(--e-global-color-lprimary1);
  font-size: 20px;
}

.listivo-results-sort {
  display: flex;
  align-items: center;
  gap: 20px;
}

.listivo-results-sort select,
.listivo-view-button {
  height: 60px;
  border: 1px solid #dcecf8;
  border-radius: 5px;
  background: #fff;
}

.listivo-results-sort select {
  width: 250px;
  padding: 0 24px;
  color: #5c6d81;
}

.listivo-view-button {
  width: 60px;
  color: #607185;
}

.listivo-view-button--active {
  color: #fff;
  background: var(--e-global-color-lprimary1);
  border-color: var(--e-global-color-lprimary1);
}

.listivo-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 30px;
  padding: 0 17px;
  color: #fff;
  background: var(--e-global-color-lprimary1);
  border-radius: 22px;
  font-size: 17px;
}

.listivo-active-chip span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: var(--e-global-color-lprimary1);
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.listivo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.listivo-listing-card-v3--featured .listivo-listing-card-v3__inner {
  border-color: var(--e-global-color-lprimary1);
}

.listivo-results-search .listivo-input-v2,
.listivo-results-search .listivo-input-v2 input {
  height: 58px;
}

.listivo-results-search .listivo-input-v2 input {
  font-size: 16px;
}

.listivo-sidebar-form__group {
  margin-top: 32px;
}

.listivo-filter-radio,
.listivo-filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  color: #607185;
  font-size: 15px;
}

.listivo-filter-radio:before,
.listivo-filter-check:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #d5e7f4;
  background: #fff;
}

.listivo-filter-radio:before {
  border-radius: 50%;
}

.listivo-filter-radio--active:before {
  border: 4px solid var(--e-global-color-lprimary1);
}

.listivo-filter-check:before {
  border-radius: 3px;
}

.listivo-sidebar-input {
  width: 100%;
  height: 58px;
  margin-top: 13px;
  padding: 0 20px;
  border: 1px solid #d9e9f5;
  border-radius: 5px;
  background: #fff;
  color: #607185;
  font-size: 15px;
}

.listivo-listing-card-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--e-global-lborder-radius);
  overflow: hidden;
}

.listivo-listing-card-v3__gallery {
  height: auto;
  aspect-ratio: 360 / 240;
  overflow: hidden;
}

.listivo-listing-card-v3__gallery img {
  display: block !important;
  width: 100%;
  height: 100%;
  aspect-ratio: 360 / 240;
  object-fit: cover;
}

.listivo-listing-card-v3__label,
.listivo-listing-card-v3__label--featured {
  background: var(--e-global-color-lprimary1);
}

.listivo-listing-card-v3__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.listivo-listing-card-v3__inner {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  border: 1px solid var(--e-global-color-lcolor4);
  border-top: 0;
  border-bottom-right-radius: var(--e-global-lborder-radius);
  border-bottom-left-radius: var(--e-global-lborder-radius);
  background: var(--e-global-color-lcolor5);
}

.listivo-listing-card-v3__content {
  flex: 1 1 auto;
  padding: var(--e-global-size-3);
}

.listivo-listing-card-v3__name {
  font-size: var(--e-global-typography-lheading3-font-size);
  font-weight: var(--e-global-typography-lheading3-font-weight);
  line-height: var(--e-global-typography-lheading3-line-height);
  min-height: 0;
}

.listivo-listing-card-v3__address {
  margin-top: var(--e-global-size-6);
  font-size: var(--e-global-typography-ltext2-font-size);
  line-height: var(--e-global-typography-ltext2-line-height);
}

.listivo-listing-card-v3__address-icon {
  background: var(--e-global-color-lprimary1);
  color: #fff;
}

.listivo-listing-card-v3__value {
  margin-top: var(--e-global-size-6);
  font-size: var(--e-global-typography-lheading3-font-size);
  font-weight: var(--e-global-typography-lheading3-font-weight);
  line-height: var(--e-global-typography-lheading3-line-height);
}

.listivo-listing-card-v3__bottom {
  height: 70px;
  border-top: 1px solid var(--e-global-color-lcolor4);
  padding: 0 var(--e-global-size-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listivo-listing-card-v3__icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.listivo-listing-card-v3__icon {
  width: 30px;
  height: 30px;
  border: 1px solid #d8e9f4;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--e-global-color-lcolor1);
}

.listivo-listing-card-v3__views {
  color: #8a9aa9;
  font-size: 12px;
}

.listivo-footer {
  background: #2f4554;
  padding: 84px 15px 0;
}

.listivo-footer__top {
  width: min(calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding)), calc(100% - 30px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 110px;
  padding-bottom: 64px;
}

.listivo-footer__brand p {
  max-width: 360px;
  margin: 30px 0 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.listivo-footer__logo {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.listivo-footer__logo .tublejom-logo-mark {
  color: #fff;
}

.listivo-footer-contact {
  margin-top: 30px;
}

.listivo-footer-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #fff;
  font-size: 15px;
}

.listivo-footer-contact svg {
  color: #d9e9f5;
  flex: 0 0 auto;
}

.listivo-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.listivo-footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: lowercase;
}

.listivo-footer__columns {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.35fr;
  gap: 70px;
}

.listivo-footer__columns h3 {
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
}

.listivo-footer__columns a,
.listivo-footer__columns button {
  display: block;
  margin-top: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}

.listivo-footer__columns a:hover,
.listivo-footer__columns button:hover {
  color: var(--e-global-color-lprimary1);
}

.listivo-footer__inner {
  width: auto;
  margin: 0 -15px;
  padding: 24px 15px;
  background: #263947;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.listivo-mini-listings {
  display: grid;
  gap: 13px;
}

.listivo-mini-listing {
  display: grid !important;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 0 !important;
}

.listivo-mini-listing__image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
}

.listivo-mini-listing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listivo-mini-listing__content {
  min-width: 0;
}

.listivo-mini-listing__label,
.listivo-mini-listing__value {
  display: block;
  color: #fff;
  line-height: 1.25;
}

.listivo-mini-listing__label {
  font-weight: 800;
}

.listivo-mini-listing__value {
  margin-top: 3px;
  font-weight: 600;
}

.listivo-single-page {
  background: #f8fbff;
}

.listivo-single-hero {
  width: min(calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding)), calc(100% - 74px));
  margin: 0 auto;
  padding: 48px 0 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 30px;
}

.listivo-single-gallery {
  background: #fff;
  border: 1px solid #edf3f8;
  border-radius: 5px;
  overflow: hidden;
}

.listivo-single-gallery__main {
  position: relative;
  height: 540px;
}

.listivo-single-gallery__main img,
.listivo-single-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listivo-single-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 12px;
}

.listivo-single-gallery__thumb {
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}

.listivo-single-gallery__nav {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: var(--e-global-color-lcolor1);
  font-size: 22px;
}

.listivo-single-gallery__nav--left {
  left: 35px;
}

.listivo-single-gallery__nav--right {
  right: 35px;
}

.listivo-single-gallery__count,
.listivo-single-gallery__expand {
  position: absolute;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 5px;
  background: #fff;
  color: var(--e-global-color-lcolor1);
}

.listivo-single-gallery__count {
  left: 32px;
  min-width: 56px;
  font-size: 14px;
}

.listivo-single-gallery__expand {
  right: 32px;
  width: 38px;
}

.listivo-single-panel,
.listivo-single-description,
.listivo-single-details,
.listivo-single-media,
.listivo-single-calculator {
  background: #fff;
  border: 1px solid #edf3f8;
  border-radius: 5px;
}

.listivo-single-details,
.listivo-single-media {
  padding: 34px;
}

.listivo-single-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #7b8b9b;
  font-size: 14px;
}

.listivo-single-stats span,
.listivo-single-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.listivo-listing-name {
  margin: 28px 0 20px;
  color: var(--e-global-color-lcolor1);
  font-size: 34px;
  line-height: 1.18;
}

.listivo-single-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.listivo-single-tags span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid var(--e-global-color-lprimary1);
  border-radius: 4px;
  color: var(--e-global-color-lprimary1);
  font-size: 14px;
}

.listivo-single-location {
  color: #607185;
  font-size: 15px;
}

.listivo-single-location a {
  color: var(--e-global-color-lprimary1);
}

.listivo-single-panel {
  padding: 30px;
}

.listivo-single-price {
  margin-top: 28px;
  color: var(--e-global-color-lcolor1);
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
}

.listivo-single-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.listivo-single-attributes span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 5px;
  background: #f2f5f9;
  color: #607185;
  font-size: 14px;
}

.listivo-listing-section {
  margin-top: 30px;
}

.listivo-listing-section__label,
.listivo-listing-simple-label {
  margin: 0 0 20px;
  color: var(--e-global-color-lcolor1);
  font-size: 25px;
  line-height: 1.2;
}

.listivo-listing-section p {
  max-width: 760px;
  color: #607185;
  font-size: 16px;
  line-height: 1.8;
}

.listivo-single-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 55px;
}

.listivo-single-features span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #42566a;
  font-size: 15px;
}

.listivo-single-features span:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--e-global-color-lprimary1);
  box-shadow: inset 0 0 0 5px var(--e-global-color-lprimary1);
}

.listivo-single-map {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 5px;
  background:
    linear-gradient(115deg, rgba(126, 216, 184, .55), rgba(110, 205, 224, .7)),
    url("https://maps.gstatic.com/tactile/basepage/pegman_sherlock.png");
  background-color: #aee3de;
}

.listivo-map-tab {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 48px;
  margin-top: 16px;
  padding: 0 28px;
  background: #fff;
  color: #111;
  font-weight: 700;
}

.listivo-map-tab:first-child {
  margin-left: 16px;
}

.listivo-map-tab--muted {
  color: #666;
  font-weight: 500;
}

.listivo-map-pin {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #e14436;
}

.listivo-map-pin:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c1f17;
}

.listivo-listing-user-v2,
.listivo-side-box,
.listivo-side-actions,
.listivo-featured-box {
  background: #fff;
  border: 1px solid #edf3f8;
  border-radius: 5px;
}

.listivo-listing-user-v2 {
  overflow: hidden;
}

.listivo-listing-user-v2__content {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 30px;
}

.listivo-listing-user-v2__avatar {
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
}

.listivo-listing-user-v2__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listivo-listing-user-v2__name {
  color: var(--e-global-color-lcolor1);
  font-weight: 800;
}

.listivo-listing-user-v2__info > div,
.listivo-listing-user-v2__see-all {
  margin-top: 5px;
  color: #607185;
  font-size: 14px;
}

.listivo-listing-user-v2__state {
  color: #7abd35 !important;
}

.listivo-listing-user-v2__see-all {
  display: inline-block;
  color: var(--e-global-color-lprimary1);
  text-decoration: underline;
}

.listivo-listing-user-v2__phone {
  min-height: 74px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #dff0fb;
}

.listivo-phone-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.listivo-listing-user-v2__phone button {
  margin-left: auto;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--e-global-color-lprimary1);
  color: #fff;
}

.listivo-listing-user-v2__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 30px;
}

.listivo-listing-user-v2__bottom button,
.listivo-single-carousel__head a {
  height: 54px;
  border: 0;
  border-radius: 5px;
  background: var(--e-global-color-lprimary1);
  color: #fff;
  font-weight: 800;
}

.listivo-listing-user-v2__bottom button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.listivo-side-box {
  margin-top: 28px;
  padding: 25px 30px;
}

.listivo-side-box a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--e-global-color-lcolor1);
  font-weight: 600;
}

.listivo-side-box a:first-child svg {
  color: #25d366;
}

.listivo-side-box a:nth-child(2) svg {
  color: #7360f2;
}

.listivo-side-box a + a {
  margin-top: 22px;
}

.listivo-side-actions {
  margin-top: 28px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.listivo-side-actions span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e9f4;
  border-radius: 50%;
}

.listivo-report {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 28px;
  text-align: center;
  color: var(--e-global-color-lprimary1);
  font-weight: 600;
}

.listivo-featured-box h3 {
  margin: 0;
  padding: 22px 30px;
  border-bottom: 1px solid #edf3f8;
  font-size: 17px;
}

.listivo-featured-box .listivo-listing-card-v3 {
  margin: 24px;
}

.listivo-single-carousel {
  width: min(calc(var(--e-global-grid-width) + 2 * var(--e-global-desktop-padding)), calc(100% - 74px));
  margin: 0 auto;
  padding: 42px 0;
}

.listivo-single-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.listivo-single-carousel__head h2 {
  margin: 0;
  color: var(--e-global-color-lcolor1);
  font-family: var(--font-heading);
  font-size: 32px;
}

.listivo-single-carousel__head a {
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
}

.listivo-card-grid--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.listivo-card-grid--six .listivo-listing-card-v3__gallery {
  height: auto;
  aspect-ratio: 300 / 200;
}

.listivo-card-grid--six .listivo-listing-card-v3__name {
  font-size: 17px;
  min-height: 42px;
}

.listivo-card-grid--six .listivo-listing-card-v3__content {
  padding: 18px 16px 14px;
}

.listivo-card-grid--six .listivo-listing-card-v3__bottom {
  padding: 0 16px;
}

.listivo-card-grid.tj-results-grid--list {
  grid-template-columns: 1fr;
}

.listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3 {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 240px;
}

.listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__gallery {
  aspect-ratio: auto;
  height: 100%;
}

.listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__body,
.listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__inner {
  min-height: 240px;
}

.listivo-popup-wrapper {
  display: none;
}

.listivo-popup-wrapper.listivo-popup-wrapper--open {
  display: block;
}

.listivo-preview-pane {
  display: none;
}

.listivo-preview-pane--active {
  display: block;
}

.listivo-login-form__tab {
  border: 0;
}

.listivo-login-form__tab--active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: var(--e-global-color-lprimary1);
}

.listivo-form-input {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid var(--e-global-color-lcolor3);
  border-radius: 5px;
  color: var(--e-global-color-lcolor1);
  background: #fff;
  font-size: 16px;
}

.listivo-form-input + .listivo-form-input {
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .listivo-menu-v2__items,
  .listivo-menu-v2__right {
    display: none;
  }

  .listivo-menu-v2 {
    height: 86px;
  }

  .listivo-menu-v2__container {
    position: relative;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .listivo-menu-v2__mobile-button {
    display: grid;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items,
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 100;
    display: grid;
    border: 1px solid #edf3f8;
    border-radius: var(--e-global-lborder-radius);
    background: #fff;
    box-shadow: var(--e-global-shadow);
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items {
    top: 96px;
    gap: 0;
    padding: 12px 0;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item a {
    min-height: 44px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    top: 304px;
    padding: 18px;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account {
    display: grid;
    grid-template-columns: 52px 1fr 1px 1fr;
    align-items: center;
    gap: 12px;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-submit-button {
    grid-column: 1 / -1;
    width: 100%;
    margin: 8px 0 0;
  }

  .listivo-results-wrap {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .listivo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listivo-single-hero {
    grid-template-columns: 1fr;
  }

  .listivo-card-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .listivo-footer__top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3 {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .listivo-logo-text {
    font-size: 29px;
  }

  .listivo-menu-v2__container {
    padding: 0 15px;
  }

  .listivo-menu-v2__avatar {
    width: 52px;
    height: 52px;
  }

  .listivo-submit-button {
    min-width: 0;
    height: 56px;
    font-size: 16px;
  }

  .listivo-submit-button strong {
    width: 58px;
  }

  .listivo-hero {
    min-height: 0;
    padding: 42px 15px 38px;
  }

  .listivo-hero:before {
    width: 100%;
    height: 140px;
    opacity: 0.35;
  }

  .listivo-hero__inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .listivo-hero__main {
    max-width: none;
    margin: 0;
  }

  .listivo-large-heading {
    font-size: 42px;
    line-height: 1.12;
    max-width: 100%;
  }

  .listivo-hero__arrow {
    display: none;
  }

  .listivo-hero__search-form {
    width: 100%;
    margin-top: 26px;
  }

  .listivo-search-form-v2__inner,
  .listivo-results-search .listivo-search-form-v2__inner {
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: var(--e-global-lborder-radius);
    padding: 10px;
  }

  .listivo-search-form-v2__fields,
  .listivo-results-search .listivo-search-form-v2__fields {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .listivo-input-v2,
  .listivo-input-v2 input,
  .listivo-results-search .listivo-input-v2,
  .listivo-results-search .listivo-input-v2 input {
    height: 56px;
  }

  .listivo-input-v2 input {
    padding-left: 62px;
    font-size: 15px;
  }

  .listivo-input-v2__icon {
    left: 14px;
    width: 38px;
    height: 38px;
  }

  .listivo-search-form-v2__button {
    width: 100%;
    height: 56px;
    margin-top: 10px;
    border-radius: var(--e-global-lborder-radius);
  }

  .listivo-hero__images {
    position: relative !important;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  .listivo-hero__images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .listivo-hero__image,
  .listivo-hero__image--first,
  .listivo-hero__image--second {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1.28;
    margin: 0;
    border-radius: var(--e-global-lborder-radius);
    overflow: hidden;
  }

  .listivo-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .listivo-hero__circle-pattern,
  .listivo-shape-triangle {
    display: none;
  }

  .listivo-listivo-cats {
    padding: 78px 15px 82px;
  }

  .listivo-main-categories {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 74px;
    max-width: 360px;
    margin: 0 auto;
  }

  .listivo-main-categories .listivo-main-category-wrapper {
    width: 100% !important;
    padding: 0;
  }

  .listivo-main-categories .listivo-main-category {
    height: 140px;
  }

  .listivo-main-categories .listivo-main-category__bottom span {
    font-size: 20px;
  }

  .listivo-cats-caption {
    margin-top: 66px;
    font-size: 17px;
    line-height: 1.45;
  }

  .listivo-cats-caption img {
    display: none;
  }

  .listivo-section-title {
    padding: 4px 15px 34px;
  }

  .listivo-section-title__label {
    height: 38px;
    font-size: 15px;
  }

  .listivo-section-title h2 {
    margin-top: 18px;
    font-size: 36px;
  }

  .listivo-results-breadcrumbs {
    height: auto;
    min-height: 74px;
    flex-wrap: wrap;
    gap: 9px;
    padding: 18px 0;
    font-size: 14px;
  }

  .listivo-results-search {
    padding: 15px 0;
  }

  .listivo-results-wrap {
    padding: 34px 0 58px;
  }

  .listivo-sidebar-form {
    padding: 24px 22px;
  }

  .listivo-sidebar-form__label {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .listivo-results-head {
    gap: 18px;
  }

  .listivo-results-head h1 {
    font-size: 28px;
  }

  .listivo-results-head strong {
    display: inline-block;
    margin: 8px 0 0;
    font-size: 17px;
  }

  .listivo-results-head,
  .listivo-results-sort {
    align-items: flex-start;
    flex-direction: column;
  }

  .listivo-results-sort {
    width: 100%;
    gap: 12px;
  }

  .listivo-results-sort select {
    width: 100%;
    height: 56px;
  }

  .listivo-view-button {
    width: 56px;
    height: 56px;
  }

  .listivo-active-chip {
    min-height: 38px;
    margin-bottom: 22px;
    font-size: 15px;
  }

  .listivo-results-breadcrumbs,
  .listivo-results-search .listivo-search-form-v2--wrapper,
  .listivo-results-wrap,
  .listivo-single-hero,
  .listivo-single-carousel {
    width: calc(100% - 30px);
  }

  .listivo-card-grid,
  .listivo-card-grid.tj-results-grid--list,
  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .listivo-card-grid {
    gap: 22px;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__gallery {
    height: auto;
    aspect-ratio: 360 / 240;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__body,
  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__inner {
    min-height: 0;
  }

  .listivo-listing-card-v3__content {
    padding: 24px 22px 20px;
  }

  .listivo-listing-card-v3__name,
  .listivo-listing-card-v3__value {
    font-size: 22px;
    line-height: 1.14;
  }

  .listivo-listing-card-v3__bottom {
    height: 58px;
    padding: 0 18px;
  }

  .listivo-listing-card-v3__views {
    max-width: 88px;
    text-align: right;
    line-height: 1.25;
  }

  .listivo-single-hero {
    padding: 26px 0 42px;
    gap: 24px;
  }

  .listivo-single-gallery__main {
    height: auto;
    aspect-ratio: 16 / 10.5;
  }

  .listivo-single-gallery__nav {
    width: 44px;
    height: 44px;
  }

  .listivo-single-gallery__nav--left {
    left: 18px;
  }

  .listivo-single-gallery__nav--right {
    right: 18px;
  }

  .listivo-single-gallery__count,
  .listivo-single-gallery__expand {
    bottom: 18px;
  }

  .listivo-single-gallery__count {
    left: 18px;
  }

  .listivo-single-gallery__expand {
    right: 18px;
  }

  .listivo-single-details,
  .listivo-single-media {
    padding: 24px 20px;
  }

  .listivo-single-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .listivo-listing-name {
    margin-top: 22px;
    font-size: 30px;
  }

  .listivo-single-location {
    flex-wrap: wrap;
    line-height: 1.55;
  }

  .listivo-single-price {
    font-size: 30px;
  }

  .listivo-single-features,
  .listivo-footer__columns,
  .listivo-card-grid--six {
    grid-template-columns: 1fr;
  }

  .listivo-listing-section__label,
  .listivo-listing-simple-label {
    font-size: 23px;
  }

  .listivo-single-map {
    height: 280px;
  }

  .listivo-listing-user-v2__content {
    grid-template-columns: 52px 1fr;
    padding: 24px 20px;
  }

  .listivo-listing-user-v2__phone {
    padding: 0 20px;
  }

  .listivo-listing-user-v2__bottom {
    padding: 22px 20px;
  }

  .listivo-side-box {
    padding: 22px 20px;
  }

  .listivo-featured-box .listivo-listing-card-v3 {
    margin: 18px;
  }

  .listivo-single-carousel {
    padding: 28px 0;
  }

  .listivo-single-carousel__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
  }

  .listivo-single-carousel__head h2 {
    font-size: 29px;
  }

  .listivo-single-carousel__head a {
    width: 100%;
    justify-content: center;
    padding: 0 18px;
    text-align: center;
  }

  .listivo-footer__top {
    width: calc(100% - 30px);
    padding-bottom: 44px;
  }

  .listivo-footer__columns {
    gap: 34px;
  }

  .listivo-footer__inner {
    line-height: 1.5;
  }

  .listivo-footer {
    padding-top: 58px;
  }
}

/* Final fidelity pass: keep the supplied landing icons untouched and make mobile stable. */
.listivo-main-categories .listivo-main-category__icon img,
.tublejom-preview .listivo-main-categories .listivo-main-category__icon img {
  width: auto !important;
  height: auto !important;
  max-width: 112px !important;
  max-height: 92px !important;
  object-fit: contain !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html,
  body,
  .listivo-site,
  .tublejom-preview {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    min-width: 0 !important;
    background: #f8fbff;
  }

  img,
  svg,
  video,
  canvas,
  iframe {
    max-width: 100%;
  }

  .listivo-menu-v2-wrapper,
  .listivo-menu-v2 {
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
  }

  .listivo-menu-v2__container {
    width: 100% !important;
    min-height: 76px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .listivo-logo-text {
    font-size: 28px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .listivo-menu-v2__left {
    min-width: 0 !important;
  }

  .listivo-menu-v2__items,
  .listivo-menu-v2__right {
    display: none !important;
  }

  .listivo-menu-v2__mobile-button {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
    display: grid !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items,
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 200 !important;
    display: grid !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    border: 1px solid #e7f0f8 !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(42, 57, 70, 0.12) !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items {
    top: 82px !important;
    gap: 0 !important;
    padding: 10px 0 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    top: 284px !important;
    padding: 16px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 1px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-submit-button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 0 !important;
  }

  .listivo-hero {
    width: 100% !important;
    min-height: 0 !important;
    padding: 32px 16px 34px !important;
    overflow: hidden !important;
  }

  .listivo-hero__image-clip,
  .listivo-hero__images,
  .listivo-shape-triangle {
    display: none !important;
  }

  .listivo-hero__inner,
  .listivo-hero__main,
  .listivo-hero__top,
  .listivo-hero__search-form,
  .listivo-search-form-v2--wrapper,
  .listivo-search-form-v2,
  .listivo-search-form-v2__inner,
  .listivo-search-form-v2__fields,
  .listivo-input-v2,
  .listivo-input-v2 input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .listivo-hero__inner,
  .listivo-hero__main,
  .listivo-hero__top,
  .listivo-hero__search-form {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .listivo-large-heading {
    max-width: 100% !important;
    font-size: 44px !important;
    line-height: 1.08 !important;
  }

  .listivo-hero__arrow {
    display: none !important;
  }

  .listivo-hero__search-form {
    margin-top: 26px !important;
  }

  .listivo-search-form-v2__inner {
    min-height: 0 !important;
    padding: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    border-radius: 6px !important;
  }

  .listivo-search-form-v2__fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .listivo-input-v2,
  .listivo-input-v2 input {
    height: 58px !important;
  }

  .listivo-input-v2 input {
    padding-right: 16px !important;
    font-size: 16px !important;
  }

  .listivo-search-form-v2__button {
    width: 100% !important;
    height: 58px !important;
    border-radius: 6px !important;
  }

  .listivo-listivo-cats {
    padding: 76px 16px 64px !important;
    overflow: hidden !important;
  }

  .listivo-main-categories {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 70px !important;
  }

  .listivo-main-categories .listivo-main-category-wrapper {
    width: 100% !important;
    padding: 0 !important;
  }

  .listivo-main-categories .listivo-main-category {
    width: 100% !important;
    height: 150px !important;
    min-width: 0 !important;
    padding: 0 16px 34px !important;
  }

  .listivo-main-categories .listivo-main-category__top {
    width: 96px !important;
    height: 88px !important;
    margin-top: -72px !important;
  }

  .listivo-main-categories .listivo-main-category__icon {
    width: 112px !important;
    height: 92px !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
  }

  .listivo-main-categories .listivo-main-category__icon img {
    max-width: 112px !important;
    max-height: 92px !important;
  }

  .listivo-main-categories .listivo-main-category__bottom span {
    font-size: 21px !important;
    line-height: 1.15 !important;
  }

  .listivo-cats-caption {
    margin-top: 58px !important;
    padding: 0 8px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .listivo-cats-caption img {
    display: none !important;
  }

  .listivo-section-title {
    padding: 22px 16px 42px !important;
  }

  .listivo-section-title h2 {
    font-size: 34px !important;
  }

  .listivo-results-breadcrumbs,
  .listivo-results-search .listivo-search-form-v2--wrapper,
  .listivo-results-wrap,
  .listivo-single-hero,
  .listivo-single-carousel,
  .listivo-footer__top {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .listivo-results-breadcrumbs {
    height: auto !important;
    min-height: 74px !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 16px 0 !important;
    font-size: 14px !important;
  }

  .listivo-results-search {
    padding: 16px 0 !important;
  }

  .listivo-results-wrap,
  .listivo-single-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .listivo-sidebar-form {
    width: 100% !important;
    max-height: none !important;
    padding: 22px 18px !important;
  }

  .listivo-results-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .listivo-results-head h1 {
    font-size: 28px !important;
  }

  .listivo-results-sort {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 56px 56px !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .listivo-results-sort span {
    grid-column: 1 / -1 !important;
  }

  .listivo-results-sort select {
    width: 100% !important;
    min-width: 0 !important;
  }

  .listivo-card-grid,
  .listivo-card-grid.tj-results-grid--list,
  .listivo-card-grid--six {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .listivo-listing-card-v3,
  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
  }

  .listivo-listing-card-v3__gallery,
  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__gallery {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 360 / 235 !important;
  }

  .listivo-listing-card-v3__content {
    padding: 22px 18px 18px !important;
  }

  .listivo-listing-card-v3__name,
  .listivo-listing-card-v3__value {
    font-size: 21px !important;
    line-height: 1.18 !important;
  }

  .listivo-listing-card-v3__address-text {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .listivo-listing-card-v3__bottom {
    height: auto !important;
    min-height: 58px !important;
    padding: 12px 16px !important;
    gap: 10px !important;
  }

  .listivo-listing-card-v3__icons {
    gap: 8px !important;
  }

  .listivo-listing-card-v3__views {
    max-width: 78px !important;
    font-size: 11px !important;
  }

  .listivo-single-gallery__main {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10.6 !important;
  }

  .listivo-single-gallery__nav {
    width: 42px !important;
    height: 42px !important;
  }

  .listivo-single-gallery__nav--left {
    left: 14px !important;
  }

  .listivo-single-gallery__nav--right {
    right: 14px !important;
  }

  .listivo-single-gallery__count,
  .listivo-single-gallery__expand {
    bottom: 14px !important;
  }

  .listivo-single-gallery__count {
    left: 14px !important;
  }

  .listivo-single-gallery__expand {
    right: 14px !important;
  }

  .listivo-single-details,
  .listivo-single-media {
    padding: 24px 18px !important;
  }

  .listivo-single-stats,
  .listivo-single-location,
  .listivo-single-tags,
  .listivo-single-attributes {
    flex-wrap: wrap !important;
  }

  .listivo-listing-name {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  .listivo-single-price {
    font-size: 29px !important;
  }

  .listivo-single-features {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .listivo-single-map {
    height: 260px !important;
  }

  .listivo-single-sidebar,
  .listivo-side-box,
  .listivo-listing-user-v2 {
    width: 100% !important;
    min-width: 0 !important;
  }

  .listivo-listing-user-v2__content {
    grid-template-columns: 52px minmax(0, 1fr) !important;
  }

  .listivo-listing-user-v2__actions {
    grid-template-columns: 1fr !important;
  }

  .listivo-single-carousel__head {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .listivo-single-carousel__head h2 {
    font-size: 28px !important;
  }

  .listivo-footer {
    padding-top: 46px !important;
  }

  .listivo-footer__top,
  .listivo-footer__columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .listivo-footer__bottom {
    padding: 16px !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  .listivo-large-heading {
    font-size: 39px !important;
  }

  .listivo-main-categories .listivo-main-category__icon img {
    max-width: 104px !important;
    max-height: 86px !important;
  }

  .listivo-results-sort {
    grid-template-columns: 1fr 52px 52px !important;
  }

  .listivo-view-button {
    width: 52px !important;
    height: 52px !important;
  }

  .listivo-listing-card-v3__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .listivo-listing-card-v3__views {
    max-width: none !important;
    text-align: left !important;
  }
}

/* Final balance pass for logo, modal, mobile menu and preview page states. */
.listivo-menu-v2__container {
  width: 100% !important;
  max-width: 1380px !important;
  min-height: 112px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
}

.listivo-menu-v2__left,
.listivo-menu-v2__right,
.listivo-menu-v2__account {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.listivo-menu-v2__left {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.listivo-menu-v2__right {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

.listivo-menu-v2__items {
  margin-left: 64px !important;
  gap: 0 !important;
  flex: 0 1 auto !important;
}

.listivo-menu-v2__items > .listivo-menu-v2__item {
  margin-left: 0 !important;
}

.listivo-menu-v2__items > .listivo-menu-v2__item + .listivo-menu-v2__item {
  margin-left: 54px !important;
}

.listivo-menu-v2__account {
  height: 90px !important;
}

.listivo-menu-v2__avatar {
  flex: 0 0 62px !important;
}

.listivo-submit-button {
  flex: 0 0 auto !important;
}

.listivo-menu-v2__logo.listivo-logo-text,
.listivo-footer__logo.listivo-logo-text {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.listivo-menu-v2__logo .tublejom-logo-mark,
.listivo-footer__logo .tublejom-logo-mark,
.listivo-logo-text .tublejom-logo-mark {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  display: block !important;
  flex: 0 0 34px !important;
  object-fit: contain !important;
}

.listivo-menu-v2__logo .tublejom-logo-mark {
  color: var(--e-global-color-lcolor1) !important;
}

.listivo-footer__logo .tublejom-logo-mark {
  color: #fff !important;
}

.listivo-popup-wrapper {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: auto !important;
  z-index: 9999 !important;
}

.listivo-popup-wrapper__container {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  min-height: 100% !important;
  z-index: 10000 !important;
}

.listivo-popup-wrapper__modal {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10001 !important;
}

.listivo-popup-wrapper__close {
  top: 14px !important;
  right: 14px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  z-index: 10002 !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.tublejom-modal-open {
  overflow: hidden !important;
}

.tublejom-modal-open .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items,
.tublejom-modal-open .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
  display: none !important;
}

.tublejom-preview #single {
  display: none;
}

.tublejom-preview.tj-page-single .listivo-hero,
.tublejom-preview.tj-page-single .listivo-listivo-cats,
.tublejom-preview.tj-page-single .listivo-section-title,
.tublejom-preview.tj-page-single #rezultatet {
  display: none !important;
}

.tublejom-preview.tj-page-single #single {
  display: block !important;
}

@media (min-width: 768px) {
  .listivo-logo-text {
    font-size: 33px !important;
  }

  .listivo-menu-v2__logo .tublejom-logo-mark {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    flex-basis: 36px !important;
  }

  .listivo-popup-wrapper__modal {
    width: min(520px, calc(100vw - 40px)) !important;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .listivo-menu-v2__container {
    padding-left: 32px !important;
    padding-right: 32px !important;
    gap: 18px !important;
  }

  .listivo-menu-v2__items {
    margin-left: 42px !important;
  }

  .listivo-menu-v2__items > .listivo-menu-v2__item + .listivo-menu-v2__item {
    margin-left: 34px !important;
  }

  .listivo-submit-button {
    min-width: 222px !important;
  }
}

@media (max-width: 767px) {
  .listivo-menu-v2__container {
    width: 100% !important;
    max-width: none !important;
    min-height: 74px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    gap: 12px !important;
  }

  .listivo-menu-v2__left {
    flex: 1 1 auto !important;
  }

  .listivo-menu-v2__right {
    margin-left: 0 !important;
  }

  .listivo-menu-v2__items,
  .listivo-menu-v2__right {
    display: none !important;
  }

  .listivo-menu-v2__items {
    margin-left: 0 !important;
  }

  .listivo-logo-text {
    gap: 7px !important;
    font-size: 27px !important;
    line-height: 1 !important;
  }

  .listivo-menu-v2__logo .tublejom-logo-mark,
  .listivo-footer__logo .tublejom-logo-mark,
  .listivo-logo-text .tublejom-logo-mark {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    flex-basis: 32px !important;
  }

  .listivo-menu-v2,
  .listivo-menu-v2-wrapper {
    height: 74px !important;
    min-height: 74px !important;
  }

  .listivo-menu-v2__mobile-button {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
    display: grid !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items,
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    display: grid !important;
    left: 24px !important;
    right: 24px !important;
    max-width: calc(100vw - 48px) !important;
    border-radius: 6px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items {
    top: 82px !important;
    padding: 8px 0 !important;
    height: auto !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item a {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 20px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    top: 316px !important;
    padding: 14px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account {
    grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__separator {
    display: none !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account-link {
    min-height: 48px !important;
    padding: 0 8px !important;
    font-size: 19px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-submit-button {
    height: 54px !important;
    margin-top: 8px !important;
    font-size: 18px !important;
  }

  .listivo-hero {
    padding-top: 34px !important;
  }

  .listivo-listivo-cats {
    padding-top: 86px !important;
  }

  .listivo-main-categories {
    gap: 76px !important;
  }

  .listivo-main-categories .listivo-main-category {
    min-height: 174px !important;
    height: 174px !important;
    padding: 0 22px 48px !important;
  }

  .listivo-main-categories .listivo-main-category__top {
    height: 88px !important;
    margin-top: -58px !important;
    margin-bottom: 6px !important;
  }

  .listivo-main-categories .listivo-main-category__icon {
    height: 86px !important;
  }

  .listivo-main-categories .listivo-main-category__icon img {
    max-width: 108px !important;
    max-height: 86px !important;
  }

  .listivo-main-category__bottom {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .listivo-main-category__arrow {
    width: 64px !important;
    height: 64px !important;
    bottom: -32px !important;
  }

  .listivo-popup-wrapper__modal {
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    max-height: calc(100vh - 48px) !important;
    overflow: auto !important;
  }
}

/* Search, compact mobile categories and the Listivo-style account screen. */
.listivo-search-form-v2 [data-tj-search-icon] {
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
}

.listivo-search-form-v2 [data-tj-search-icon] svg {
  display: block !important;
  margin: 0 !important;
  transform: none !important;
}

.listivo-search-form-v2 [data-tj-search-icon="search"] svg {
  width: 20px !important;
  height: 20px !important;
}

.listivo-search-form-v2 [data-tj-search-icon="pin"] svg {
  width: 20px !important;
  height: 22px !important;
}

.listivo-listing-card-v3__icon--views {
  border-color: var(--e-global-color-lprimary1) !important;
  color: var(--e-global-color-lprimary1) !important;
}

.listivo-listing-card-v3__icon--views .tj-eye-icon path,
.listivo-listing-card-v3__icon--views .tj-eye-icon circle {
  fill: none !important;
  stroke: currentColor !important;
}

.listivo-listing-card-v3__icon--views .tj-eye-icon circle {
  fill: var(--e-global-color-lprimary1) !important;
  stroke: var(--e-global-color-lcolor1) !important;
}

.listivo-popup-wrapper {
  position: fixed !important;
  inset: 112px 0 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background-color: #334858 !important;
  background-image: url("https://listivo3.tangiblewp.com/wp-content/uploads/2022/08/login_banner.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 9999 !important;
}

.listivo-popup-wrapper::before {
  content: "" !important;
  position: fixed !important;
  inset: 112px 0 0 !important;
  background: rgba(31, 48, 62, 0.34) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.listivo-popup-wrapper__container {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  z-index: 1 !important;
}

.listivo-popup-wrapper__container::before {
  display: none !important;
}

.listivo-popup-wrapper__modal {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: min(500px, calc(100vw - 30px)) !important;
  max-width: 500px !important;
  max-height: none !important;
  margin: 60px auto !important;
  overflow: visible !important;
  transform: none !important;
  z-index: 2 !important;
}

.listivo-popup-wrapper__close {
  display: none !important;
}

.listivo-popup-wrapper .listivo-login-form {
  width: 100% !important;
  max-width: 500px !important;
}

.listivo-popup-wrapper .listivo-login-form__tabs {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  height: 50px !important;
}

.listivo-popup-wrapper .listivo-login-form__tab {
  width: calc(50% - 3px) !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 5px 5px 0 0 !important;
  background: #f4f5f6 !important;
  box-shadow: 0 0 30px rgba(42, 57, 70, 0.2) !important;
  color: var(--e-global-color-lcolor1) !important;
  font-family: var(--font-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transform: translateY(5px) !important;
}

.listivo-popup-wrapper .listivo-login-form__tab--active {
  z-index: 3 !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: translateY(0) !important;
}

.listivo-popup-wrapper .listivo-login-form__tab--active::after {
  display: none !important;
}

.listivo-popup-wrapper .listivo-login-form__inner {
  padding: 60px 0 0 !important;
  border: 0 !important;
  border-radius: 0 0 5px 5px !important;
  background: #fff !important;
  box-shadow: 0 0 30px rgba(42, 57, 70, 0.2) !important;
}

.listivo-popup-wrapper .listivo-login-form__socials {
  padding: 0 60px !important;
}

.listivo-popup-wrapper .listivo-social-auth-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: 60px !important;
  min-height: 60px !important;
  padding: 0 20px !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: 0 5px 20px rgba(42, 57, 70, 0.1) !important;
  color: var(--e-global-color-lcolor1) !important;
  font-family: var(--font-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;
}

.listivo-popup-wrapper .listivo-social-auth-button + .listivo-social-auth-button {
  margin-top: 15px !important;
}

.listivo-popup-wrapper .listivo-social-auth-button__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 31px !important;
  min-width: 31px !important;
  height: 30px !important;
  margin-right: 16px !important;
}

.listivo-popup-wrapper .listivo-login-form__separator {
  height: 24px !important;
  margin: 18px 0 !important;
  color: var(--e-global-color-lcolor1) !important;
  font-size: 15px !important;
}

.listivo-popup-wrapper .listivo-login-form__separator span {
  padding: 0 18px !important;
  background: #fff !important;
}

.listivo-popup-wrapper .listivo-login-form__form {
  padding: 0 60px 60px !important;
}

.listivo-popup-wrapper .listivo-login-form__field {
  position: relative !important;
  width: 100% !important;
  height: 60px !important;
  margin-top: 15px !important;
}

.listivo-popup-wrapper .listivo-login-form__field:first-child {
  margin-top: 0 !important;
}

.listivo-popup-wrapper .listivo-login-form__field.listivo-input-v2 input {
  width: 100% !important;
  height: 60px !important;
  padding: 0 18px 0 60px !important;
  border: 1px solid #dce9f3 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: var(--e-global-color-lcolor1) !important;
  font-family: var(--font-text) !important;
  font-size: 16px !important;
}

.listivo-popup-wrapper .listivo-login-form__field .listivo-input-v2__icon {
  left: 15px !important;
  top: 50% !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  background: #ddecf7 !important;
  color: #374b5c !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.listivo-popup-wrapper .listivo-login-form__field .listivo-input-v2__icon svg {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 16px !important;
  max-height: 16px !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.listivo-popup-wrapper .listivo-login-form__field .listivo-input-v2__icon svg path {
  fill: currentColor !important;
}

.listivo-popup-wrapper .listivo-login-form__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  margin-top: 15px !important;
}

.listivo-popup-wrapper .listivo-login-form__remember,
.listivo-popup-wrapper .listivo-login-form__lost-password,
.listivo-popup-wrapper .listivo-login-form__policy {
  min-height: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-family: var(--font-text) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.listivo-popup-wrapper .listivo-login-form__remember,
.listivo-popup-wrapper .listivo-login-form__policy {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: var(--e-global-color-lcolor1) !important;
}

.listivo-popup-wrapper .listivo-login-form__lost-password {
  color: var(--e-global-color-lprimary1) !important;
}

.listivo-popup-wrapper .listivo-login-form__checkbox {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
}

.listivo-popup-wrapper .listivo-login-form__button {
  margin-top: 25px !important;
}

.listivo-popup-wrapper .listivo-simple-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 60px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: var(--e-global-color-lprimary1) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--font-text) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.listivo-popup-wrapper .listivo-login-form__lost-password-mobile {
  display: none !important;
}

.tublejom-phone-field {
  display: grid !important;
  grid-template-columns: 60px 74px minmax(0, 1fr) !important;
  align-items: center !important;
  border: 1px solid #dce9f3 !important;
  border-radius: 5px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.tublejom-phone-field__icon,
.tublejom-account-type__icon {
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 0 0 15px !important;
  border-radius: 5px !important;
  background: #ddecf7 !important;
  color: #374b5c !important;
  line-height: 0 !important;
}

.tublejom-phone-field__icon svg {
  display: block !important;
  width: 10px !important;
  height: 16px !important;
}

.tublejom-phone-field__icon svg path {
  fill: currentColor !important;
}

.tublejom-phone-field__prefix {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 58px !important;
  border-left: 1px solid #dce9f3 !important;
  border-right: 1px solid #dce9f3 !important;
  background: #f7fbfe !important;
  color: var(--e-global-color-lcolor1) !important;
  font-size: 15px !important;
}

.tublejom-phone-field input {
  width: 100% !important;
  height: 58px !important;
  padding: 0 16px !important;
  border: 0 !important;
  color: var(--e-global-color-lcolor1) !important;
  font-family: var(--font-text) !important;
  font-size: 16px !important;
}

.tublejom-account-type {
  display: grid !important;
  grid-template-columns: 60px minmax(0, 1fr) 110px !important;
  align-items: center !important;
  padding-left: 0 !important;
  border: 1px solid #dce9f3 !important;
  border-radius: 5px !important;
  color: var(--e-global-color-lcolor1) !important;
  font-size: 15px !important;
}

.tublejom-account-type > span:not(.tublejom-account-type__icon) {
  padding-left: 0 !important;
}

.tublejom-account-type__icon {
  font-size: 15px !important;
}

.tublejom-account-type select {
  width: 100% !important;
  height: 58px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-left: 1px solid #dce9f3 !important;
  background: #fff !important;
  color: var(--e-global-color-lcolor1) !important;
  font-family: var(--font-text) !important;
  font-size: 15px !important;
}

.listivo-popup-wrapper .listivo-login-form__policy {
  width: 100% !important;
  margin-top: 18px !important;
}

@media (max-width: 1100px) {
  .listivo-popup-wrapper {
    inset: 76px 0 0 !important;
  }

  .listivo-popup-wrapper::before {
    inset: 76px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .listivo-listivo-cats {
    padding: 76px 0 28px !important;
    overflow: hidden !important;
  }

  .listivo-main-categories {
    display: flex !important;
    flex-flow: row nowrap !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 16px 34px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
    scrollbar-width: none !important;
    overscroll-behavior-inline: contain !important;
  }

  .listivo-main-categories::-webkit-scrollbar {
    display: none !important;
  }

  .listivo-main-categories .listivo-main-category-wrapper {
    flex: 0 0 calc((100vw - 56px) / 4) !important;
    width: calc((100vw - 56px) / 4) !important;
    min-width: 0 !important;
    padding: 0 !important;
    scroll-snap-align: none !important;
  }

  .listivo-main-categories .listivo-main-category-wrapper:last-child {
    margin-right: 16px !important;
  }

  .listivo-main-categories .listivo-main-category {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 112px !important;
    height: 112px !important;
    padding: 6px 3px 28px !important;
    border-radius: 5px !important;
  }

  .listivo-main-categories .listivo-main-category__top {
    width: 62px !important;
    height: 58px !important;
    margin: -48px auto 3px !important;
  }

  .listivo-main-categories .listivo-main-category__icon {
    width: 66px !important;
    height: 58px !important;
  }

  .listivo-main-categories .listivo-main-category__icon img,
  .tublejom-preview .listivo-main-categories .listivo-main-category__icon img {
    width: auto !important;
    height: auto !important;
    max-width: 66px !important;
    max-height: 58px !important;
  }

  .listivo-main-categories .listivo-main-category__bottom {
    width: 100% !important;
    min-height: 28px !important;
  }

  .listivo-main-categories .listivo-main-category__bottom span {
    width: 100% !important;
    font-size: 11px !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere !important;
  }

  .listivo-main-categories .listivo-main-category__arrow {
    bottom: -19px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .listivo-cats-caption {
    margin-top: 30px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
  }

  .listivo-popup-wrapper {
    inset: 74px 0 0 !important;
  }

  .listivo-popup-wrapper::before {
    inset: 74px 0 0 !important;
  }

  .listivo-popup-wrapper__modal {
    width: calc(100% - 30px) !important;
    max-width: 500px !important;
    margin: 60px auto !important;
  }

  .listivo-popup-wrapper .listivo-login-form__inner {
    padding-top: 28px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__socials {
    padding: 0 30px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__form {
    padding: 0 30px 30px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__bottom {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 0 !important;
    margin-top: 25px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__remember {
    justify-content: center !important;
  }

  .listivo-popup-wrapper .listivo-login-form__bottom .listivo-login-form__lost-password {
    display: none !important;
  }

  .listivo-popup-wrapper .listivo-login-form__lost-password-mobile {
    display: block !important;
    width: auto !important;
    margin-top: 22px !important;
    text-align: left !important;
  }
}

@media (max-width: 370px) {
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account {
    grid-template-columns: 44px minmax(60px, 0.7fr) minmax(105px, 1.3fr) !important;
    column-gap: 6px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__avatar {
    width: 44px !important;
    height: 44px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account-link {
    padding: 0 3px !important;
    font-size: 17px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__socials,
  .listivo-popup-wrapper .listivo-login-form__form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .listivo-popup-wrapper .listivo-social-auth-button {
    font-size: 14px !important;
  }
}

/* Mobile header account access and uncropped category artwork. */
.listivo-menu-v2__mobile-account {
  display: none;
}

@media (max-width: 767px) {
  .listivo-menu-v2__container {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    align-items: center !important;
    justify-content: initial !important;
    column-gap: 10px !important;
  }

  .listivo-menu-v2__mobile-button {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }

  .listivo-menu-v2__left {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }

  .listivo-menu-v2__logo {
    margin: 0 auto !important;
  }

  .listivo-menu-v2__mobile-account {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: grid !important;
    place-items: center !important;
    justify-self: end !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border: 1px solid #dcebf5 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--e-global-color-lcolor1) !important;
    cursor: pointer !important;
  }

  .listivo-menu-v2__mobile-account svg {
    width: 24px !important;
    height: 24px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-submit-button {
    order: -1 !important;
    margin: 0 0 8px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account {
    height: auto !important;
    min-height: 110px !important;
    grid-template-rows: 54px 48px !important;
    row-gap: 8px !important;
    overflow: visible !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__avatar,
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account-link {
    align-self: center !important;
  }

  .listivo-listivo-cats {
    padding-top: 42px !important;
  }

  .listivo-main-categories .listivo-main-category {
    min-height: 146px !important;
    height: 146px !important;
    padding: 12px 3px 30px !important;
    overflow: visible !important;
  }

  .listivo-main-categories .listivo-main-category__top {
    width: 74px !important;
    height: 74px !important;
    margin: 0 auto 6px !important;
  }

  .listivo-main-categories .listivo-main-category__icon {
    width: 76px !important;
    height: 74px !important;
  }

  .listivo-main-categories .listivo-main-category__icon img,
  .tublejom-preview .listivo-main-categories .listivo-main-category__icon img {
    width: auto !important;
    height: auto !important;
    max-width: 76px !important;
    max-height: 74px !important;
    object-fit: contain !important;
  }
}
