.catalog-listing-hero__eyebrow {
    font-size: 0.8rem;
}

.catalog-listing-hero__description {
    font-size: 1rem;
}

.catalog-listing-hero__count {
    font-size: 0.9rem;
}

.catalog-listing-icon--hero svg path {
    fill: currentColor;
}

.catalog-hotel-layout,
.catalog-hotel-layout p,
.catalog-hotel-layout li {
    font-size: 1rem;
}

.catalog-hotel-layout label,
.catalog-hotel-layout button,
.catalog-hotel-layout select {
    font-size: 0.95rem;
}

.catalog-hotel-layout small,
.catalog-hotel-layout .catalog-hotel-filter__hint {
    font-size: 0.9rem;
}

.catalog-hotel-layout {
    display: grid;
    grid-template-columns: minmax(15.5rem, 18rem) minmax(0, 1fr);
    gap: clamp(1.25rem, 2.4vw, 2rem);
    align-items: start;
    width: 100%;
    margin-top: 2.25rem;
}

.catalog-hotel-layout__sidebar,
.catalog-hotel-results {
    min-width: 0;
}

.catalog-hotel-filter {
    position: sticky;
    top: 1rem;
    width: 100%;
    border: 1px solid rgba(21, 76, 124, 0.1);
    border-radius: 1rem;
    background: #fff;
    color: #172033;
    box-shadow: 0 14px 38px rgba(28, 51, 84, 0.09);
}

.catalog-hotel-filter__mobile-head {
    display: none;
}

.catalog-hotel-filter__header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.1rem;
    background: transparent;
}

.catalog-hotel-filter__header > span:last-child {
    min-width: 0;
}

.catalog-hotel-filter__header h2 {
    margin: 0 0 0.25rem;
    color: #172033;
    font-size: 1.25rem;
    line-height: 1.25;
}

.catalog-hotel-filter__header p {
    margin: 0;
    color: #66758a;
    font-size: 0.9rem;
    line-height: 1.45;
}

.catalog-hotel-filter__icon {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 2.7rem;
    place-items: center;
    border-radius: 0.8rem;
    background: #eaf3ff;
    color: #1670cc;
}

.catalog-hotel-filter__group {
    min-width: 0;
    margin: 0;
    padding: 1rem 1.1rem;
    border: 0;
    border-top: 1px solid #e7edf4;
}

.catalog-hotel-filter__group legend,
.catalog-hotel-filter__label {
    display: block;
    width: 100%;
    margin: 0 0 0.7rem;
    padding: 0;
    color: #27364c;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
}

.catalog-hotel-filter__label--second-lift {
    margin-top: 0.9rem;
}

.catalog-hotel-filter__label--second-lift > span {
    color: #718096;
    font-size: 0.8rem;
    font-weight: 700;
}

.catalog-hotel-filter__choices {
    display: grid;
    gap: 0.35rem;
}

.catalog-hotel-filter__choice {
    position: relative;
    display: flex;
    min-height: 2.4rem;
    align-items: center;
    gap: 0.65rem;
    color: #4f6076;
    cursor: pointer;
    line-height: 1.35;
}

.catalog-hotel-filter__choice input {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 1.15rem;
    margin: 0;
    accent-color: #1670cc;
}

.catalog-hotel-filter__choice input:checked + span {
    color: #155ca8;
    font-weight: 800;
}

.catalog-hotel-filter__pool-lead {
    margin: -0.15rem 0 0.75rem;
    color: #66758a;
    font-size: 0.9rem;
    line-height: 1.45;
}

.catalog-hotel-filter__pool-options {
    display: grid;
    gap: 0.45rem;
}

.catalog-hotel-filter__pool-option {
    display: grid;
    min-width: 0;
    min-height: 3.6rem;
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: center;
    padding: 0.55rem 0.65rem;
    border-radius: 0.75rem;
    background: #f5f8fc;
    box-shadow: inset 0 0 0 1px rgba(69, 99, 134, 0.08);
    color: #172033;
    cursor: pointer;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.catalog-hotel-filter__pool-option:has(input:checked) {
    background: #edf6ff;
    box-shadow: inset 0 0 0 1px rgba(22, 112, 204, 0.3);
}

.catalog-hotel-filter__pool-option > input {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    accent-color: #1670cc;
}

.catalog-hotel-filter__pool-icon {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 0.65rem;
    background: #e7eef7;
    color: #56738f;
    transition: background-color 160ms ease, color 160ms ease;
}

.catalog-hotel-filter__pool-option:has(input:checked) .catalog-hotel-filter__pool-icon {
    background: #d8ebff;
    color: #1670cc;
}

.catalog-hotel-filter__pool-copy {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.catalog-hotel-filter__pool-copy strong {
    color: #27364c;
    font-size: 0.95rem;
    line-height: 1.3;
}

.catalog-hotel-filter__pool-copy small {
    color: #718096;
    font-size: 0.9rem;
    line-height: 1.25;
}

.catalog-hotel-filter__pool-divider {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #7b8899;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.catalog-hotel-filter__pool-divider::before,
.catalog-hotel-filter__pool-divider::after {
    height: 1px;
    flex: 1;
    background: #e3eaf2;
    content: "";
}

.catalog-hotel-filter__pool-divider > span {
    flex: 0 0 auto;
}

.catalog-hotel-filter__pool-season {
    margin-top: 0.7rem;
    padding: 0.7rem;
    border-radius: 0.75rem;
    background: #f5f8fc;
    transition: opacity 160ms ease;
}

.catalog-hotel-filter__pool-season.is-disabled {
    opacity: 0.55;
}

.catalog-hotel-filter__pool-season-title {
    display: grid;
    gap: 0.08rem;
    margin-bottom: 0.55rem;
}

.catalog-hotel-filter__pool-season-title strong {
    color: #27364c;
    font-size: 0.95rem;
    line-height: 1.3;
}

.catalog-hotel-filter__pool-season-title small {
    color: #718096;
    font-size: 0.9rem;
    line-height: 1.25;
}

.catalog-hotel-filter__pool-segments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem;
    padding: 0.2rem;
    border-radius: 0.65rem;
    background: #e6edf5;
}

.catalog-hotel-filter__pool-segments label {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.catalog-hotel-filter__pool-segments input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.catalog-hotel-filter__pool-segments span {
    display: flex;
    min-height: 2.65rem;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.4rem 0.3rem;
    border-radius: 0.5rem;
    color: #596b80;
    font-size: 0.95rem;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
}

.catalog-hotel-filter__pool-segments input:checked + span {
    background: #fff;
    box-shadow: 0 3px 10px rgba(28, 51, 84, 0.1);
    color: #155ca8;
}

.catalog-hotel-filter select {
    display: block;
    width: 100%;
    min-height: 3rem;
    padding: 0.65rem 2.3rem 0.65rem 0.75rem;
    border: 1px solid #ccd7e4;
    border-radius: 0.75rem;
    background: #fff;
    color: #172033;
    font-family: inherit;
    line-height: 1.35;
}

.catalog-hotel-filter__hint {
    margin: 0.6rem 0 0;
    color: #66758a;
    line-height: 1.45;
}

.catalog-hotel-filter__switches {
    display: grid;
    gap: 0.85rem;
}

.catalog-hotel-filter__switch {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    cursor: pointer;
}

.catalog-hotel-filter__switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.catalog-hotel-filter__switch-control {
    position: relative;
    width: 2.65rem;
    height: 1.5rem;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background-color 160ms ease;
}

.catalog-hotel-filter__switch-control::after {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(28, 51, 84, 0.25);
    content: "";
    transition: transform 160ms ease;
}

.catalog-hotel-filter__switch input:checked + .catalog-hotel-filter__switch-control {
    background: #1670cc;
}

.catalog-hotel-filter__switch input:checked + .catalog-hotel-filter__switch-control::after {
    transform: translateX(1.15rem);
}

.catalog-hotel-filter__switch input:focus-visible + .catalog-hotel-filter__switch-control {
    outline: 3px solid rgba(22, 112, 204, 0.28);
    outline-offset: 2px;
}

.catalog-hotel-filter__switch > span:last-child {
    display: grid;
    min-width: 0;
    gap: 0.1rem;
}

.catalog-hotel-filter__switch strong {
    color: #27364c;
    line-height: 1.3;
}

.catalog-hotel-filter__switch strong i {
    margin-right: 0.15rem;
    color: #1670cc;
}

.catalog-hotel-filter__switch small {
    color: #66758a;
    line-height: 1.35;
}

.catalog-hotel-filter__actions {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 1.1rem 1.1rem;
    border-top: 1px solid #e7edf4;
}

.catalog-hotel-filter__apply,
.catalog-hotel-filter__reset {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 0.8rem;
    font-family: inherit;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.catalog-hotel-filter__apply {
    border: 0;
    background: #1670cc;
    box-shadow: 0 9px 20px rgba(22, 112, 204, 0.2);
    color: #fff;
    cursor: pointer;
}

.catalog-hotel-filter__reset {
    color: #50657d;
}

.catalog-hotel-results__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    background: transparent;
}

.catalog-hotel-results__header p {
    margin: 0 0 0.25rem;
    color: #1670cc;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-hotel-results__header h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    line-height: 1.25;
}

.catalog-hotel-results__header > span {
    display: grid;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.6rem;
    place-items: center;
    border-radius: 999px;
    background: #eaf3ff;
    color: #155ca8;
    font-size: 0.9rem;
    font-weight: 900;
}

.catalog-hotel-results__sort-note {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.9rem;
    color: #52677e;
    line-height: 1.45;
}

.catalog-hotel-results__sort-note i {
    color: #1670cc;
}

.catalog-hotel-results__active {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.catalog-hotel-results__active a {
    display: inline-flex;
    min-height: 2.2rem;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.45rem 0.35rem 0.7rem;
    border-radius: 999px;
    background: #edf6ff;
    color: #255f96;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.catalog-hotel-results__active a > span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.catalog-hotel-results__remove {
    display: grid;
    width: 1.55rem;
    height: 1.55rem;
    flex: 0 0 1.55rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(22, 112, 204, 0.1);
    font-size: 0.72rem;
}

.catalog-hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-hotel-grid > li {
    min-width: 0;
    margin: 0;
}

.catalog-hotel-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(21, 76, 124, 0.1);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(28, 51, 84, 0.09);
    color: #172033;
    text-decoration: none;
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.catalog-hotel-card__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eaf0f7;
}

.catalog-hotel-card__media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 250ms ease;
}

.catalog-hotel-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(135deg, #edf4fb, #dbe9f6);
    color: #77a2c7;
    font-size: 2.4rem;
}

.catalog-hotel-card__distance {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    display: inline-flex;
    max-width: calc(100% - 1.4rem);
    min-height: 2.15rem;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 5px 16px rgba(28, 51, 84, 0.18);
    color: #155ca8;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.2;
}

.catalog-hotel-card__body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem;
}

.catalog-hotel-card__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.catalog-hotel-card__heading strong {
    color: #172033;
    font-size: 1.08rem;
    line-height: 1.3;
}

.catalog-hotel-card__heading i {
    margin-top: 0.28rem;
    color: #1670cc;
    font-size: 0.8rem;
    transition: transform 170ms ease;
}

.catalog-hotel-card__address {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    color: #66758a;
    line-height: 1.4;
}

.catalog-hotel-card__address i {
    margin-top: 0.2rem;
    color: #4c8ac4;
}

.catalog-hotel-card__details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    margin-top: auto;
    padding-top: 0.1rem;
}

.catalog-hotel-card__lift-distances {
    display: grid;
    gap: 0.3rem;
    padding: 0.65rem 0;
    border-top: 1px solid #e7edf4;
    border-bottom: 1px solid #e7edf4;
}

.catalog-hotel-card__lift-distances > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.4rem;
    color: #52677e;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.catalog-hotel-card__lift-distances i {
    color: #1670cc;
}

.catalog-hotel-card__details > span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #52677e;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.catalog-hotel-card__details i {
    color: #1670cc;
}

.catalog-hotel-empty {
    padding: clamp(2rem, 6vw, 4rem) 1rem;
    text-align: center;
}

.catalog-hotel-empty > span {
    display: grid;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    place-items: center;
    border-radius: 1rem;
    background: #eaf3ff;
    color: #1670cc;
    font-size: 1.4rem;
}

.catalog-hotel-empty h3 {
    margin: 0 0 0.5rem;
    color: #172033;
    font-size: 1.2rem;
}

.catalog-hotel-empty p {
    margin: 0 0 1rem;
    color: #66758a;
}

.catalog-hotel-empty a {
    display: inline-flex;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    border-radius: 0.8rem;
    background: #1670cc;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
}

.catalog-hotel-mobile-backdrop,
.catalog-hotel-mobile-button {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .catalog-hotel-filter__pool-option:hover {
        background: #eef4fa;
    }

    .catalog-hotel-filter__pool-option:has(input:checked):hover {
        background: #e5f2ff;
    }

    .catalog-hotel-filter__apply:hover {
        background: #0f61ae;
    }

    .catalog-hotel-filter__reset:hover {
        color: #1670cc;
    }

    .catalog-hotel-results__active a:hover {
        background: #dceeff;
        color: #124f8d;
    }

    .catalog-hotel-card:hover {
        transform: translateY(-3px);
        border-color: rgba(22, 112, 204, 0.3);
        box-shadow: 0 18px 42px rgba(28, 51, 84, 0.15);
    }

    .catalog-hotel-card:hover .catalog-hotel-card__media > img {
        transform: scale(1.035);
    }

    .catalog-hotel-card:hover .catalog-hotel-card__heading i {
        transform: translateX(3px);
    }
}

.catalog-hotel-filter__apply:focus-visible,
.catalog-hotel-filter__reset:focus-visible,
.catalog-hotel-results__active a:focus-visible,
.catalog-hotel-filter select:focus-visible,
.catalog-hotel-filter__choice input:focus-visible,
.catalog-hotel-filter__pool-option:has(input:focus-visible),
.catalog-hotel-filter__pool-segments input:focus-visible + span,
.catalog-hotel-card:focus-visible,
.catalog-hotel-empty a:focus-visible,
.catalog-hotel-mobile-button:focus-visible,
.catalog-hotel-filter__mobile-head button:focus-visible {
    outline: 3px solid rgba(22, 112, 204, 0.3);
    outline-offset: 3px;
}

body.dark .catalog-hotel-filter,
body.dark .catalog-hotel-card {
    border-color: rgba(167, 196, 226, 0.1);
    background: #222b36;
    color: #eef5fc;
    box-shadow: 0 14px 38px rgba(8, 17, 28, 0.24);
}

body.dark .catalog-hotel-filter__header,
body.dark .catalog-hotel-results__header {
    background: transparent;
}

body.dark .catalog-hotel-filter__header h2,
body.dark .catalog-hotel-filter__group legend,
body.dark .catalog-hotel-filter__label,
body.dark .catalog-hotel-filter__pool-copy strong,
body.dark .catalog-hotel-filter__pool-season-title strong,
body.dark .catalog-hotel-filter__switch strong,
body.dark .catalog-hotel-results__header h2,
body.dark .catalog-hotel-card__heading strong,
body.dark .catalog-hotel-empty h3 {
    color: #f1f6fc;
}

body.dark .catalog-hotel-filter__header p,
body.dark .catalog-hotel-filter__hint,
body.dark .catalog-hotel-filter__label--second-lift > span,
body.dark .catalog-hotel-filter__pool-lead,
body.dark .catalog-hotel-filter__pool-copy small,
body.dark .catalog-hotel-filter__pool-season-title small,
body.dark .catalog-hotel-filter__switch small,
body.dark .catalog-hotel-card__address,
body.dark .catalog-hotel-empty p {
    color: #afbdcc;
}

body.dark .catalog-hotel-filter__icon,
body.dark .catalog-hotel-results__header > span,
body.dark .catalog-hotel-empty > span {
    background: #29394a;
    color: #8dccff;
}

body.dark .catalog-hotel-filter__group,
body.dark .catalog-hotel-filter__actions {
    border-top-color: rgba(167, 196, 226, 0.12);
}

body.dark .catalog-hotel-filter__choice {
    color: #c1cedb;
}

body.dark .catalog-hotel-filter__choice input:checked + span {
    color: #95d2ff;
}

body.dark .catalog-hotel-filter__pool-option,
body.dark .catalog-hotel-filter__pool-season {
    background: #29323d;
    box-shadow: inset 0 0 0 1px rgba(167, 196, 226, 0.08);
}

body.dark .catalog-hotel-filter__pool-option:has(input:checked) {
    background: #293f55;
    box-shadow: inset 0 0 0 1px rgba(91, 174, 244, 0.34);
}

body.dark .catalog-hotel-filter__pool-icon {
    background: #34404d;
    color: #aabccc;
}

body.dark .catalog-hotel-filter__pool-option:has(input:checked) .catalog-hotel-filter__pool-icon {
    background: #315475;
    color: #a8d9ff;
}

body.dark .catalog-hotel-filter__pool-divider {
    color: #8fa0b2;
}

body.dark .catalog-hotel-filter__pool-divider::before,
body.dark .catalog-hotel-filter__pool-divider::after {
    background: rgba(167, 196, 226, 0.14);
}

body.dark .catalog-hotel-filter__pool-segments {
    background: #202833;
}

body.dark .catalog-hotel-filter__pool-segments span {
    color: #b9c7d5;
}

body.dark .catalog-hotel-filter__pool-segments input:checked + span {
    background: #364657;
    box-shadow: 0 3px 10px rgba(8, 17, 28, 0.2);
    color: #a8d9ff;
}

@media (hover: hover) and (pointer: fine) {
    body.dark .catalog-hotel-filter__pool-option:hover {
        background: #303b47;
    }

    body.dark .catalog-hotel-filter__pool-option:has(input:checked):hover {
        background: #2d465e;
    }
}

body.dark .catalog-hotel-filter select {
    border-color: #485667;
    background: #29323d;
    color: #f1f6fc;
    color-scheme: dark;
}

body.dark .catalog-hotel-filter__switch-control {
    background: #586575;
}

body.dark .catalog-hotel-filter__switch input:checked + .catalog-hotel-filter__switch-control {
    background: #2f85d5;
}

body.dark .catalog-hotel-filter__reset {
    color: #a9c8e5;
}

body.dark .catalog-hotel-results__header p,
body.dark .catalog-hotel-results__sort-note i,
body.dark .catalog-hotel-card__heading i,
body.dark .catalog-hotel-card__address i,
body.dark .catalog-hotel-card__details i {
    color: #8dccff;
}

body.dark .catalog-hotel-results__sort-note,
body.dark .catalog-hotel-card__details > span,
body.dark .catalog-hotel-card__lift-distances > span {
    color: #b9c7d5;
}

body.dark .catalog-hotel-card__lift-distances {
    border-color: rgba(167, 196, 226, 0.12);
}

body.dark .catalog-hotel-card__lift-distances i {
    color: #8dccff;
}

body.dark .catalog-hotel-results__active a {
    background: #29394a;
    color: #c8e5ff;
}

body.dark .catalog-hotel-results__remove {
    background: rgba(141, 204, 255, 0.14);
}

body.dark .catalog-hotel-card__media {
    background: #303b48;
}

body.dark .catalog-hotel-card__placeholder {
    background: linear-gradient(135deg, #303b48, #394858);
    color: #83a8c8;
}

body.dark .catalog-hotel-card__distance {
    background: rgba(41, 50, 61, 0.95);
    color: #d8ecff;
    box-shadow: 0 5px 16px rgba(8, 17, 28, 0.25);
}

@media (max-width: 699px) {
    .catalog-hotel-layout {
        display: block;
        margin-top: 1.5rem;
    }

    .catalog-hotel-layout__sidebar {
        margin-bottom: 1.5rem;
    }

    .catalog-hotel-filter {
        position: static;
        max-height: none;
        overflow-y: visible;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
    }

    .catalog-hotel-results__header {
        align-items: center;
    }

    .catalog-hotel-grid {
        grid-template-columns: 1fr;
    }

    html.has-catalog-hotel-filter-menu .catalog-hotel-layout__sidebar {
        height: 0;
        margin: 0;
    }

    html.has-catalog-hotel-filter-menu .catalog-hotel-filter {
        position: fixed;
        z-index: 1202;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: min(88vh, 48rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        border-width: 1px 0 0;
        border-radius: 1.15rem 1.15rem 0 0;
        box-shadow: 0 -18px 46px rgba(28, 51, 84, 0.2);
        transform: translateY(calc(100% + 1rem));
        visibility: hidden;
        transition: transform 220ms ease, visibility 220ms ease;
    }

    html.has-catalog-hotel-filter-menu .catalog-hotel-filter.is-open {
        transform: translateY(0);
        visibility: visible;
    }

    html.has-catalog-hotel-filter-menu .catalog-hotel-filter__mobile-head {
        position: sticky;
        z-index: 2;
        top: 0;
        display: flex;
        min-height: 3.5rem;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #e7edf4;
        background: #fff;
        color: #172033;
    }

    .catalog-hotel-filter__mobile-head strong {
        font-size: 1rem;
    }

    .catalog-hotel-filter__mobile-head button {
        display: grid;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        place-items: center;
        border: 0;
        border-radius: 0.75rem;
        background: #edf3f9;
        color: #3b536d;
        cursor: pointer;
    }

    html.has-catalog-hotel-filter-menu body .site-footer-wrap {
        padding-bottom: calc(5.75rem + env(safe-area-inset-bottom));
    }

    .catalog-hotel-mobile-backdrop {
        position: fixed;
        z-index: 1201;
        inset: 0;
        display: block;
        border: 0;
        background: rgba(35, 52, 70, 0.48);
        backdrop-filter: blur(2px);
    }

    .catalog-hotel-mobile-button {
        position: fixed;
        z-index: 1200;
        right: max(0.75rem, env(safe-area-inset-right));
        bottom: max(0.75rem, env(safe-area-inset-bottom));
        left: max(0.75rem, env(safe-area-inset-left));
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 0.7rem;
        min-height: 4.15rem;
        align-items: center;
        padding: 0.65rem 0.8rem;
        border: 1px solid rgba(21, 76, 124, 0.1);
        border-radius: 1rem;
        background: #fff;
        box-shadow: 0 12px 34px rgba(28, 51, 84, 0.22);
        color: #172033;
        font-family: inherit;
        text-align: left;
        cursor: pointer;
    }

    .catalog-hotel-mobile-button__icon {
        display: grid;
        width: 2.75rem;
        height: 2.75rem;
        place-items: center;
        border-radius: 0.8rem;
        background: #1670cc;
        color: #fff;
    }

    .catalog-hotel-mobile-button__copy {
        display: grid;
        min-width: 0;
        gap: 0.08rem;
    }

    .catalog-hotel-mobile-button__copy strong {
        overflow: hidden;
        font-size: 0.95rem;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .catalog-hotel-mobile-button__copy small {
        overflow: hidden;
        color: #66758a;
        font-size: 0.9rem;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .catalog-hotel-mobile-button__chevron {
        color: #1670cc;
        transition: transform 180ms ease;
    }

    .catalog-hotel-mobile-button.is-open .catalog-hotel-mobile-button__chevron {
        transform: rotate(180deg);
    }

    .catalog-hotel-mobile-backdrop[hidden],
    .catalog-hotel-mobile-button[hidden] {
        display: none;
    }

    html.has-catalog-hotel-filter-open,
    body.has-catalog-hotel-filter-open {
        overflow: hidden;
    }

    body.dark .catalog-hotel-filter__mobile-head {
        border-bottom-color: rgba(167, 196, 226, 0.12);
        background: #222b36;
        color: #f1f6fc;
    }

    body.dark .catalog-hotel-filter__mobile-head button {
        background: #344150;
        color: #dce9f5;
    }

    body.dark .catalog-hotel-mobile-button {
        border-color: rgba(167, 196, 226, 0.14);
        background: #29323d;
        box-shadow: 0 12px 34px rgba(8, 17, 28, 0.35);
        color: #f1f6fc;
    }

    body.dark .catalog-hotel-mobile-button__copy small {
        color: #afbdcc;
    }

    body.dark .catalog-hotel-mobile-button__chevron {
        color: #8dccff;
    }

    body.dark .catalog-hotel-mobile-backdrop {
        background: rgba(22, 31, 41, 0.58);
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-hotel-card,
    .catalog-hotel-card__media > img,
    .catalog-hotel-card__heading i,
    .catalog-hotel-filter,
    .catalog-hotel-mobile-button__chevron {
        transition: none !important;
    }
}
