/* Mobilni redizajn kataloga. Desktop namjerno ostaje na postojećem prikazu. */
.mobile-catalog-hero,
.mobile-catalog-summary,
.mobile-catalog-section-heading,
.mobile-catalog-floating-bar {
  display: none;
}

.mobile-catalog-agent-actions {
  display: none;
}

.mobile-catalog-description-toggle {
  display: none;
}

.mobile-catalog-details-toggle {
  display: none;
}

#catalogLeafletMap {
  width: 100%;
  min-height: 520px;
}

.mobile-catalog-gallery-categories {
  display: none;
}

.mobile-catalog-price-panel,
.mobile-catalog-price-content {
  display: contents;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 86px;
  }

  .catalog-header {
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible;
  }

  .catalog-header .header-nav {
    z-index: 10;
    background: #fff !important;
  }

  .catalog-header .header-menu {
    background: #fff !important;
  }

  .catalog-header > .row,
  .catalog-header > .catalog-header-bg {
    display: none !important;
  }

  .mobile-catalog-hero {
    display: block;
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
    background: #151515;
  }

  .mobile-catalog-hero-slide,
  .mobile-catalog-hero-slide img {
    width: 100%;
    height: 100%;
  }

  .mobile-catalog-hero-slide img {
    display: block;
    object-fit: cover;
  }

  .mobile-catalog-hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 45% 0 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
  }

  .mobile-catalog-hero-copy {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: #fff;
  }

  .mobile-catalog-kicker {
    margin-bottom: 5px;
    color: #9e792f;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mobile-catalog-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.55rem, 7vw, 2rem);
    font-weight: 800;
    line-height: 1.08;
  }

  .mobile-catalog-price {
    display: inline-flex;
    margin-top: 12px;
    padding: 8px 13px;
    border-radius: 10px;
    background: #fff;
    color: #111;
    font-size: 1.18rem;
    font-weight: 800;
  }

  .mobile-catalog-counter {
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, .8);
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
  }

  .mobile-catalog-gallery-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
  }

  .mobile-catalog-gallery-cta > img {
    position: absolute;
    inset: 0;
  }

  .mobile-catalog-gallery-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .52);
    backdrop-filter: blur(5px);
  }

  .mobile-catalog-gallery-cta span {
    position: relative;
    z-index: 5;
    display: grid;
    justify-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
  }

  .mobile-catalog-hero.is-gallery-cta-active .mobile-catalog-hero-copy {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-catalog-gallery-cta i {
    font-size: 2rem;
  }

  .mobile-catalog-summary {
    display: block;
    padding: 10px 16px 2px;
    background: #fff;
  }

  .catalog-mobile-order {
    display: flex;
    flex-direction: column;
    overflow-anchor: none;
  }

  .catalog-mobile-order > .mobile-catalog-summary {
    order: 1;
  }

  .catalog-mobile-order > .catalog-hero {
    display: contents;
  }

  .catalog-mobile-order > .catalog-hero > .row {
    order: 2;
    width: 100%;
    margin: 0 !important;
  }

  .catalog-mobile-order > #section1 {
    order: 3;
  }

  .catalog-mobile-order > #section5 {
    order: 4;
  }

  .catalog-mobile-order > #section4,
  .catalog-mobile-order > #section3 {
    order: 5;
  }

  .catalog-mobile-order > .catalog-hero > .mobile-catalog-section-heading {
    order: 8;
    margin-right: 16px;
    margin-left: 16px;
  }

  .catalog-mobile-order > .catalog-hero > .hero {
    display: contents;
  }

  .catalog-mobile-order > .catalog-hero > .hero > .container,
  .catalog-mobile-order > .catalog-hero > .hero > .container > .row {
    display: contents;
  }

  .catalog-mobile-order > .catalog-hero > .hero > .container > .row > :nth-child(1) {
    order: 6;
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-mobile-order > .catalog-hero > .hero > .container > .row > :nth-child(2) {
    order: 9;
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-mobile-order > .catalog-hero > .hero > .container > .row > :nth-child(3) {
    order: 10;
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-mobile-order .mobile-catalog-price-panel,
  .catalog-mobile-order .mobile-catalog-price-content {
    display: block;
  }

  .catalog-mobile-order > #section2 {
    order: 7;
    min-height: 0 !important;
    margin-top: 6px !important;
  }

  .catalog-mobile-order > #section6 {
    order: 11;
  }

  .mobile-catalog-quick-nav {
    display: grid;
    grid-template-columns: 1.35fr 1fr .8fr;
    gap: 8px;
  }

  .mobile-catalog-quick-nav a,
  .mobile-catalog-quick-nav button {
    display: flex;
    min-width: 0;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px;
    border: 1px solid #dedede;
    border-radius: 11px;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: .8rem;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-catalog-features {
    display: grid;
    grid-template-columns: repeat(var(--mobile-feature-count, 5), minmax(0, 1fr));
    margin-top: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-catalog-features::-webkit-scrollbar {
    display: none;
  }

  .mobile-catalog-feature {
    display: grid;
    min-width: 0;
    align-content: start;
    justify-items: center;
    gap: 5px;
    padding: 1px 8px 5px;
    border-right: 1px solid #ececec;
    color: #111;
    text-align: center;
  }

  .mobile-catalog-feature:last-child {
    border-right: 0;
  }

  .mobile-catalog-feature i {
    color: #b17c00;
    font-size: 1.35rem;
  }

  .mobile-catalog-feature span {
    font-family: 'Poppins', sans-serif;
    overflow-wrap: anywhere;
    font-size: .66rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .catalog-hero {
    padding: 0;
    border-radius: 0;
  }

  .catalog-hero .header-text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4px;
    padding: 8px 16px 0 !important;
    text-align: left;
  }

  .catalog-hero .header-text p {
    max-width: none;
    margin-bottom: 6px !important;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.65;
  }

  .mobile-catalog-section-heading {
    display: block;
    margin: 8px 0 6px;
    color: #111;
    font-size: 1.55rem;
    font-weight: 800;
  }

  .catalog-hero .hero {
    margin: 0;
    padding: 0 0 2px;
  }

  .catalog-hero .hero > .container {
    padding: 0;
  }

  .catalog-hero .hero .row {
    row-gap: 5px;
  }

  .catalog-hero .hero .col-12,
  .catalog-hero .hero .col-md-5,
  .catalog-hero .hero .col-md-6 {
    width: 100%;
  }

  .catalog-hero .catalog-info {
    margin: 9px 0 7px;
    padding: 0;
    font-size: 1.15rem;
  }

  .catalog-hero-key-value,
  .catalog-hero-key-value-gray {
    min-height: 32px;
    margin: 0 !important;
    padding: 6px 0;
    border-bottom: 1px solid #ececec;
    font-size: .82rem;
  }

  .mobile-catalog-details-panel,
  .mobile-catalog-price-panel {
    width: auto !important;
    max-width: calc(100% - 32px);
    align-self: stretch;
    box-sizing: border-box;
    margin-right: 16px;
    margin-bottom: 10px;
    margin-left: 16px;
    padding: 0 !important;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
  }

  .mobile-catalog-details-toggle {
    display: grid;
    width: 100%;
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 0;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: .95rem;
    font-weight: 700;
    text-align: left;
  }

  .mobile-catalog-details-icon {
    display: inline-grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #f1f1f1;
  }

  .mobile-catalog-price-panel .mobile-catalog-details-icon {
    background: #ffcc01;
  }

  .mobile-catalog-details-chevron {
    justify-self: end;
  }

  .mobile-catalog-details-panel > .catalog-info,
  .mobile-catalog-price-content .catalog-info {
    display: none;
  }

  .mobile-catalog-details-content {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px 10px;
  }

  .mobile-catalog-details-panel.is-open .mobile-catalog-details-content {
    display: flex;
  }

  .mobile-catalog-price-content {
    display: none !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px 10px;
  }

  .mobile-catalog-price-panel.is-open .mobile-catalog-price-content {
    display: block !important;
  }

  .mobile-catalog-price-content > .col-md-5 {
    width: 100%;
    padding: 0;
  }

  .mobile-catalog-price-content .row,
  .mobile-catalog-details-content.row {
    margin-right: 0;
    margin-left: 0;
  }

  .catalog-hero-key-value .dots,
  .catalog-hero-key-value-gray .dots {
    opacity: .55;
  }

  .catalog-hero-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 8px;
  }

  .catalog-hero-list li {
    min-height: 54px;
    padding: 10px 10px 10px 36px;
    border: 1px solid #ececec;
    border-radius: 10px;
    font-size: .8rem;
  }

  .catalog-hero-list li i {
    top: 13px;
    left: 12px;
    color: #b17c00;
  }

  .catalog-hero .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .catalog-hero .feature {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 62px;
    align-items: center;
    margin: 0;
    padding: 9px 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    font-size: .78rem;
    line-height: 1.35;
  }

  .catalog-hero .feature .icon {
    display: grid !important;
    width: 27px;
    height: 27px;
    margin: 0;
    align-items: center !important;
    justify-items: center !important;
    border-radius: 50%;
    background: #ffcc01;
    color: #111 !important;
    line-height: 1 !important;
    text-align: center;
  }

  .catalog-hero .feature .icon::before {
    content: "";
    width: 7px;
    height: 12px;
    border-right: 1.5px solid #111;
    border-bottom: 1.5px solid #111;
    transform: translateY(-1px) rotate(45deg);
  }

  .catalog-section {
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 8px 0 !important;
  }

  .catalog-section > .container,
  .catalog-section .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-section .catalog-info {
    margin-bottom: 10px !important;
    padding-top: 0;
    font-size: 1.65rem;
  }

  #section5 .catalog-hero-map {
    width: 100% !important;
    max-width: none !important;
    height: auto;
    overflow: hidden;
    border-radius: 14px;
    background: #f2f2f2;
  }

  .catalog-mobile-order > #section5 {
    width: 100% !important;
    align-self: stretch;
  }

  .catalog-mobile-order > #section5 > .container {
    width: 100% !important;
    max-width: none !important;
  }

  /* Galerija, karta i prilozi su na mobilnom jedan kontinuirani tok sadržaja. */
  .catalog-mobile-order > #section1,
  .catalog-mobile-order > #section4,
  .catalog-mobile-order > #section5 {
    min-height: 0 !important;
    margin-top: 0 !important;
    background: #fff !important;
  }

  .catalog-mobile-order > #section1 {
    padding: 8px 0 10px !important;
  }

  .catalog-mobile-order > #section5 {
    padding: 8px 0 6px !important;
  }

  .catalog-mobile-order > #section4 {
    padding: 6px 0 8px !important;
  }

  #catalogLeafletMap {
    width: 100%;
    height: 280px;
    min-height: 280px;
  }

  #section5 .leaflet-control-attribution {
    max-width: calc(100% - 12px);
    font-size: 8px;
    line-height: 1.2;
  }

  #attachmentContainer {
    --product-view-height: 300px !important;
  }

  #attachmentCarousel,
  #attachmentCarousel .f-carousel__slide,
  #attachmentCarousel .f-carousel__viewport,
  #attachmentCarousel .f-carousel__track {
    height: 300px !important;
  }

  #attachmentCarousel .f-carousel__slide img {
    width: 100%;
    height: 280px !important;
    object-fit: contain;
  }

  /* Lokalizirani komentar priloga pojavljuje se samo kad postoji, preko
     cijele donje širine slike – kao opis na glavnoj galeriji. */
  #attachmentContainer {
    --product-view-height: 300px !important;
  }

  #attachmentCarousel,
  #attachmentCarousel .f-carousel__slide,
  #attachmentCarousel .f-carousel__viewport,
  #attachmentCarousel .f-carousel__track {
    height: 300px !important;
  }

  #attachmentCarousel .f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
  }

  #attachmentCarousel .f-carousel__slide > img {
    height: 300px !important;
    border-radius: 14px;
    object-fit: contain;
  }

  #attachmentCarousel .attachmentDescription {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    min-height: 68px;
    align-items: flex-end;
    padding: 28px 14px 12px;
    border: 0;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, .72));
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: .84rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.35;
    pointer-events: none;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .38);
  }

  #attachmentCarousel .attachmentDescription-text {
    display: block;
    width: 100%;
  }

  .property-gallery-group {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 24px !important;
    overflow: hidden;
  }

  .property-gallery-title {
    font-size: 1.65rem !important;
  }

  .gallery-sub-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 6px;
    overflow-x: auto;
    padding: 2px 0 5px;
    border: 0;
    scrollbar-width: none;
    justify-content: start;
  }

  .gallery-sub-tabs::-webkit-scrollbar {
    display: none;
  }

  .gallery-sub-tabs > .nav-item {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .mobile-catalog-gallery-categories {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 6px;
    margin: 0 0 18px;
    overflow-x: auto;
    padding: 2px 0 5px;
    scrollbar-width: none;
    justify-content: start;
  }

  .mobile-catalog-gallery-categories::-webkit-scrollbar {
    display: none;
  }

  .mobile-gallery-row-break {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .mobile-catalog-gallery-categories a {
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
  }

  #section1 .gallery-sub-tabs .gallery-subcategory-button {
    display: inline-flex !important;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: .45rem .7rem !important;
    border: 1px solid #161616 !important;
    border-bottom: 1px solid #161616 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    white-space: nowrap;
    font-size: .68rem;
    font-weight: 400;
    line-height: 1.2;
  }

  #section1 .gallery-sub-tabs .gallery-subcategory-button.active {
    border-color: #ffcc01 !important;
    border-bottom-color: #ffcc01 !important;
    background: #fff !important;
    color: #a87500 !important;
  }

  #section1 .gallery-container,
  #section1 #productContainer,
  #section1 .product-carousel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #section1 #productContainer .f-carousel__slide figcaption {
    z-index: 4;
    padding: 26px 14px 11px;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, .72));
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.35;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  }

  #section2 p,
  #section2 .opis-tekst {
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.65;
  }

  #section2 .mobile-catalog-description {
    position: relative;
    max-height: 340px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.65;
  }

  #section2 .mobile-catalog-description::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70px;
    pointer-events: none;
    background: linear-gradient(transparent, #fff);
  }

  #section2.is-description-expanded .mobile-catalog-description {
    max-height: none;
  }

  #section2.is-description-expanded .mobile-catalog-description::after {
    display: none;
  }

  #section2 .mobile-catalog-description-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9e792f;
    font: inherit;
    font-size: .88rem;
    font-weight: 700;
  }

  #section2.is-description-expanded .mobile-catalog-description-toggle i {
    transform: rotate(180deg);
  }

  #section6 .catalog-contact {
    gap: 22px;
  }

  #section6 .catalog-contact-agent {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #fcfbf7 100%);
    box-shadow: 0 10px 28px rgba(22, 22, 22, .055);
  }

  #section6 .catalog-contact-agent::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 42px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: #ffcc01;
    content: '';
  }

  #section6 .agent-picture-container {
    grid-column: 2;
    grid-row: 1 / span 3;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
  }

  #section6 .agent-picture {
    display: block;
    width: 118px;
    min-width: 0 !important;
    max-width: 100%;
    height: 148px;
    margin: 0;
    border: 3px solid #fff;
    border-radius: 16px;
    box-shadow: 0 9px 20px rgba(22, 22, 22, .12);
    object-fit: cover;
    object-position: center;
  }

  #section6 .contact-name,
  #section6 .agent-sub-info,
  #section6 .mobile-catalog-agent-languages,
  #section6 .mobile-catalog-agent-actions,
  #section6 .agent-social,
  #section6 .social-text {
    grid-column: 1;
  }

  #section6 .agent-sub-info {
    display: none;
  }

  #section6 .mobile-catalog-agent-languages {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 4px;
    margin-top: 16px;
  }

  #section6 .mobile-catalog-agent-languages span {
    padding: 5px 8px;
    border-radius: 999px;
    border: 1px solid #e4dfd3;
    background: rgba(255, 255, 255, .72);
    color: #444;
    font-size: .65rem;
    font-weight: 400;
    line-height: 1;
  }

  #section6 .mobile-catalog-agent-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
  }

  #section6 .mobile-catalog-agent-actions a {
    display: grid;
    min-height: 72px;
    place-content: center;
    justify-items: center;
    gap: 3px;
    border: 1px solid #161616;
    border-radius: 12px;
    background: #fff;
    color: #111;
    font-size: .72rem;
    font-weight: 600;
    text-decoration: none;
  }

  #section6 .mobile-catalog-agent-actions a:first-child {
    border-color: #ffcc01;
    background: #ffcc01;
  }

  #section6 .mobile-catalog-agent-actions small {
    color: #555;
    font-size: .56rem;
    font-weight: 400;
  }

  #section6 .mobile-catalog-agent-actions i {
    display: grid;
    width: auto;
    height: auto;
    place-items: center;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: .9rem;
  }

  #section6 .mobile-catalog-agent-actions a:nth-child(2) i {
    background: transparent;
    color: #111;
  }

  #section6 .mobile-catalog-agent-actions a:nth-child(3) i {
    background: transparent;
    color: #111;
  }

  #section6 .agent-social {
    display: none !important;
  }

  #section6 .social-text {
    display: none !important;
  }

  #section6 .contact-name .title {
    margin: 7px 0 0;
    color: #171717;
    font-size: 1.3rem;
    line-height: 1.18;
    font-weight: 800;
  }

  #section6 .contact-name .title span {
    margin-bottom: 7px;
    color: #9e792f;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .13em;
  }

  #section6 .contact-name .agent-info {
    margin: 9px 0 0;
    max-width: 96%;
    color: #626262;
    font-family: 'Poppins', sans-serif;
    font-size: .7rem;
    font-weight: 300;
    line-height: 1.5;
  }

  #section6 .catalog-contact-info {
    margin-top: 0;
    padding: 20px 8px 0;
    border-top: 1px solid #ececec;
  }

  #section6 .mobile-catalog-address-field {
    display: none;
  }

  #section6 .catalog-form-title .title {
    margin: 0 0 6px;
    font-size: 1.38rem;
    line-height: 1.15;
  }

  #section6 .catalog-form-title .agent-info {
    margin: 0 0 16px;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: .82rem;
    font-weight: 300;
  }

  #section6 .catalog-form {
    padding: 0;
  }

  #section6 .catalog-form .float-label {
    margin-bottom: 10px;
  }

  #section6 .catalog-form .contact-form {
    min-height: 46px;
    padding: 14px 12px 7px;
    border-color: #d8d8d8;
    border-radius: 10px;
    background: #fff;
  }

  #section6 .catalog-form textarea.contact-form {
    min-height: 72px;
  }

  #section6 .catalog-form .checkbox-label {
    display: block;
    margin: 4px 0 0;
    font-size: .7rem;
    line-height: 1.4;
  }

  #section6 .catalog-form button {
    width: 100% !important;
    min-height: 48px;
    margin-top: 12px !important;
  }

  .mobile-catalog-floating-bar {
    position: fixed;
    z-index: 6500;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.45fr 1fr;
    gap: 8px;
    padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border-top: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .08);
    backdrop-filter: blur(12px);
  }

  .mobile-catalog-floating-bar a,
  .mobile-catalog-floating-bar button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #dedede;
    border-radius: 13px;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-catalog-floating-bar .mobile-catalog-inquiry-button {
    border-color: #ffcc01;
    background: #ffcc01;
  }

  .catalog-sub-nav {
    display: none;
  }

  /* Nakon preporučenih nekretnina na mobitelu slijedi odmah footer. */
  .catalog-featured-desktop,
  .catalog-regions-desktop {
    display: none;
  }
}
