:root {
    --pv-navy: #06264a;
    --pv-navy-deep: #031a34;
    --pv-blue: #0e4e82;
    --pv-gold: #d79328;
    --pv-gold-light: #f0b653;
    --pv-cream: #fffaf1;
    --pv-ink: #10253f;
    --pv-muted: #68778a;
}

body.module-playaviewcontentagent-listing #columns {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.module-playaviewcontentagent-listing #columns > .row,
body.module-playaviewcontentagent-listing #center_column {
    margin: 0;
    padding: 0;
}

.pv-home {
    overflow: clip;
    color: var(--pv-ink);
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
}

.pv-home,
.pv-home * { box-sizing: border-box; }

.pv-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.pv-hero-wrap {
    position: relative;
    background: #dbe9f3;
}

.pv-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #b6d1e1;
}

.pv-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.pv-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 52%;
}

.pv-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 26, 52, .52) 0%, rgba(3, 26, 52, .2) 48%, rgba(3, 26, 52, .04) 82%), linear-gradient(0deg, rgba(3, 26, 52, .2), transparent 40%);
}

.pv-hero__content {
    position: relative;
    z-index: 3;
    padding: 90px 0 140px;
}

.pv-hero h1,
.pv-section h2,
.pv-property-card h3,
.pv-product-story h2,
#product_info_tab .pv-info-section .room_info_heading span {
    font-family: Georgia, "Times New Roman", serif;
}

.pv-hero h1 {
    max-width: 780px;
    margin: 8px 0 0;
    font-size: clamp(45px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -.035em;
    text-shadow: 0 6px 24px rgba(0, 0, 0, .22);
}

.pv-kicker {
    margin: 0 0 10px;
    color: var(--pv-gold-light);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.pv-kicker--navy { color: var(--pv-navy); }
.pv-kicker--gold { color: var(--pv-gold-light); }

.pv-script {
    margin: 18px 0 30px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.pv-hero__actions,
.pv-property-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.pv-btn {
    display: inline-flex;
    min-height: 48px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .025em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pv-btn:hover,
.pv-btn:focus {
    color: #fff;
    transform: translateY(-2px);
}

.pv-btn--gold {
    background: linear-gradient(135deg, var(--pv-gold-light), var(--pv-gold));
    box-shadow: 0 10px 24px rgba(193, 126, 26, .3);
}

.pv-btn--navy { background: linear-gradient(135deg, var(--pv-blue), var(--pv-navy)); }
.pv-btn--ghost { border: 1px solid rgba(255, 255, 255, .65); background: rgba(4, 31, 59, .28); backdrop-filter: blur(8px); }

.pv-hero__facts {
    position: absolute;
    right: max(30px, calc((100% - 1180px) / 2));
    bottom: 55px;
    z-index: 4;
    display: grid;
    min-width: 320px;
    padding: 20px 24px;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 14px;
    color: var(--pv-navy);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 38px rgba(10, 35, 65, .14);
    backdrop-filter: blur(8px);
}

.pv-attraction {
    display: grid;
    width: 100%;
    padding: 8px 9px;
    grid-template-columns: 26px 1fr 16px;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 9px;
    color: var(--pv-navy);
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.pv-attraction:hover {
    color: var(--pv-navy-deep);
    background: rgba(240, 182, 83, .16);
    box-shadow: 0 9px 22px rgba(8, 36, 65, .12);
    transform: translateY(-3px);
}

.pv-attraction:focus { outline: none; }
.pv-attraction:focus-visible {
    color: var(--pv-navy-deep);
    background: rgba(240, 182, 83, .16);
    box-shadow: 0 0 0 3px rgba(215, 147, 40, .38), 0 9px 22px rgba(8, 36, 65, .12);
    transform: translateY(-2px);
}

.pv-attraction__icon {
    display: block;
    width: 24px;
    height: 24px;
    color: var(--pv-gold);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.pv-attraction i { width: 24px; color: var(--pv-gold); font-size: 19px; text-align: center; }
.pv-attraction i:last-child { width: 12px; color: #8b98a8; font-size: 11px; }

.pv-section--attention {
    animation: pv-section-attention 1.25s ease;
}

@keyframes pv-section-attention {
    0%, 100% { box-shadow: inset 0 0 0 0 rgba(215, 147, 40, 0); }
    38% { box-shadow: inset 0 0 0 4px rgba(215, 147, 40, .28); }
}

.pv-section { padding: 78px 0; }
.pv-section h2 { margin: 0 0 13px; color: var(--pv-navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.pv-section__lead { max-width: 750px; margin: 0 auto 35px; color: var(--pv-muted); font-size: 17px; line-height: 1.65; text-align: center; }
.pv-apartments { background: linear-gradient(180deg, #fff, var(--pv-cream)); text-align: center; }

.pv-property-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    text-align: left;
}

.pv-property-card {
    overflow: hidden;
    border: 1px solid #e8e1d5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(10, 35, 65, .09);
    transition: transform .25s ease, box-shadow .25s ease;
}

.pv-property-card:hover { transform: translateY(-6px); box-shadow: 0 25px 60px rgba(10, 35, 65, .15); }
.pv-property-card__image { position: relative; display: block; height: 330px; overflow: hidden; }
.pv-property-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.pv-property-card:hover .pv-property-card__image img { transform: scale(1.035); }
.pv-property-card__image > span { position: absolute; right: 16px; bottom: 16px; padding: 9px 13px; border-radius: 8px; color: #fff; background: rgba(3, 26, 52, .88); font-size: 12px; font-weight: 800; }
.pv-property-card__body { padding: 26px; }
.pv-property-card__place { margin: 0 0 6px !important; color: var(--pv-gold) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .16em; }
.pv-property-card h3 { margin: 0 0 8px; color: var(--pv-navy); font-size: 27px; line-height: 1.15; }
.pv-apartment-heading,
.pv-apartment-heading-link {
    display: block;
    max-width: 100%;
    margin: 0 0 9px;
    color: #0b2f6b !important;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: -.025em;
    text-decoration: none !important;
    overflow-wrap: normal;
    word-break: normal;
}
.pv-apartment-heading__brand,
.pv-apartment-heading__location { display: block; }
.pv-apartment-heading__brand {
    font-size: .88em;
    white-space: nowrap;
}
.pv-apartment-heading__location {
    margin-top: 5px;
    color: var(--pv-navy);
    font-size: .70em;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -.012em;
    white-space: nowrap;
}
.pv-property-card__body > p { color: var(--pv-muted); line-height: 1.55; }
.pv-public-location {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    margin: 22px 0 0;
    padding: 17px 18px;
    gap: 12px;
    border: 1px solid #dfe7ef;
    border-radius: 13px;
    color: var(--pv-ink);
    background: #f7fafc;
}
.pv-public-location__icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pv-gold);
}
.pv-public-location strong { display: block; margin-bottom: 4px; color: var(--pv-navy); font-size: 13px; }
.pv-public-location p { margin: 0 !important; color: #455a70 !important; font-size: 13px; line-height: 1.5; }
.pv-public-location__actions { display: flex; margin-top: 9px; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.pv-public-location__actions a { color: var(--pv-blue) !important; font-size: 12px; font-weight: 800; }
.pv-public-location__actions a i,
.pv-public-location__actions small i { margin-right: 6px; }
.pv-public-location__actions small { color: #6c7c8c; font-size: 11px; line-height: 1.4; }
.pv-public-location--compact { margin-top: 15px; padding: 13px; grid-template-columns: 32px minmax(0, 1fr); }
.pv-public-location--compact .pv-public-location__icon { width: 32px; height: 32px; }
.pv-property-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 18px 0 24px; padding: 0; gap: 10px 15px; list-style: none; }
.pv-property-card li { display: flex; align-items: center; gap: 9px; color: #31455c; font-size: 13px; }
.pv-property-card li i { color: var(--pv-gold); }
.pv-property-card__footer { justify-content: space-between; }
.pv-property-card__footer strong { color: var(--pv-navy); font-size: 17px; }
.pv-property-card__footer .pv-btn { min-height: 42px; padding: 10px 15px; font-size: 11px; }

.pv-moments { color: #fff; background: var(--pv-navy-deep); }
.pv-moments .pv-shell { display: grid; grid-template-columns: .72fr 1.6fr; align-items: center; gap: 38px; }
.pv-moments h2 { color: #fff; }
.pv-moments__copy > p:last-child { color: #c8d3e0; font-size: 16px; line-height: 1.75; }
.pv-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pv-gallery__set { display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 250px 120px; gap: 10px; }
.pv-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 11px; }
.pv-gallery__main { grid-column: 1 / -1; }
.pv-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.pv-gallery figure:hover img { transform: scale(1.04); }
.pv-gallery figcaption { position: absolute; inset: auto 0 0; padding: 28px 14px 12px; color: #fff; background: linear-gradient(transparent, rgba(2, 20, 40, .8)); font-size: 12px; font-weight: 800; }

#filter_results { display: none !important; }
.rm_left,
.num_quantity_alert { display: none !important; }

.room_cont .pv-listing-gallery,
.room_type_cont .pv-listing-gallery {
    display: grid;
    width: 100%;
    min-height: 250px;
    grid-template-columns: 1.55fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: hidden;
    border-radius: 12px;
    background: #edf2f6;
}
.room_cont .pv-listing-gallery img,
.room_type_cont .pv-listing-gallery img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}
.room_cont .pv-listing-gallery img:first-child,
.room_type_cont .pv-listing-gallery img:first-child { grid-row: 1 / 3; }

.pv-empty-cart {
    max-width: 720px;
    margin: 38px auto 70px;
    padding: clamp(38px, 7vw, 68px) clamp(24px, 6vw, 58px);
    border: 1px solid #dce6ee;
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #f5f9fc);
    box-shadow: 0 22px 60px rgba(8, 36, 65, .10);
    text-align: center;
}
.pv-empty-cart__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pv-gold);
    font-size: 24px;
    font-weight: 800;
}
.pv-empty-cart h1 { margin: 0 0 12px; color: var(--pv-navy); font-size: clamp(30px, 5vw, 44px); line-height: 1.14; }
.pv-empty-cart p { margin: 0 0 28px; color: var(--pv-muted); font-size: 17px; line-height: 1.6; }
.pv-empty-cart .pv-btn { display: inline-flex; }

#product_info_tab .pv-detail-gallery {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
#product_info_tab .pv-detail-gallery::before,
#product_info_tab .pv-detail-gallery::after { display: none; }
#product_info_tab .pv-detail-gallery .image-item {
    width: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f7;
}
#product_info_tab .pv-detail-gallery .hotel-images-fancybox { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
#product_info_tab .pv-detail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
#product_info_tab .pv-detail-gallery a:hover img { transform: scale(1.035); }

.pv-booking { background: linear-gradient(135deg, #eef5fa, #fff8ec); }
.pv-booking__layout { display: grid; grid-template-columns: .8fr 1.4fr; align-items: center; gap: 38px; }
.pv-booking__layout > div > p:last-child { color: var(--pv-muted); font-size: 16px; line-height: 1.65; }
.pv-search { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 26px; gap: 16px; border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(10, 35, 65, .12); }
.pv-search label { margin: 0; color: var(--pv-navy); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pv-search label span { display: block; margin-bottom: 7px; }
.pv-search input, .pv-search select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid #cfd9e4; border-radius: 7px; color: var(--pv-ink); background: #fff; font-size: 15px; }
.pv-child-ages {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.pv-child-ages[hidden],
.pv-search__error[hidden] { display: none !important; }
.pv-child-age {
    padding: 13px;
    border: 1px solid #dce5ed;
    border-radius: 10px;
    background: #f8fbfd;
}
.pv-search__error {
    grid-column: 1 / -1;
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    color: #8f231e;
    background: #fff1ef;
    font-size: 13px;
    font-weight: 700;
}
.pv-search .pv-btn { grid-column: 1 / -1; width: 100%; }

.pv-contact { color: #fff; background: linear-gradient(135deg, var(--pv-navy), var(--pv-blue)); }
.pv-contact .pv-shell { display: flex; min-height: 86px; align-items: center; justify-content: center; gap: 24px; }
.pv-contact strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.pv-contact a { color: #ffd783 !important; font-weight: 700; }
.pv-footer-note { margin: 8px 0 0; color: #d5dce5; text-align: center; }

body.pv-modal-open { overflow: hidden; }
.pv-attraction-modal {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    padding: 28px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility 0s linear .25s;
}

.pv-attraction-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.pv-attraction-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(5, 25, 47, .62);
    backdrop-filter: blur(5px);
}

.pv-attraction-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(760px, calc(100vh - 56px));
    overflow: auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
    transform: translateY(20px) scale(.98);
    transition: transform .3s ease;
}

.pv-attraction-modal.is-open .pv-attraction-modal__dialog { transform: translateY(0) scale(1); }
.pv-attraction-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: var(--pv-navy);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .14);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.pv-attraction-modal__image,
.pv-attraction-gallery,
.pv-attraction-visual { position: relative; height: 420px; overflow: hidden; border-radius: 20px 20px 0 0; }
.pv-attraction-modal__image img,
.pv-attraction-gallery__slide { width: 100%; height: 100%; object-fit: cover; }
.pv-attraction-gallery__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
.pv-attraction-gallery__slide.is-active { opacity: 1; }
.pv-attraction-gallery__previous,
.pv-attraction-gallery__next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(5, 37, 70, .72);
    transform: translateY(-50%);
    cursor: pointer;
}
.pv-attraction-gallery__previous { left: 18px; }
.pv-attraction-gallery__next { right: 18px; }

.pv-attraction-modal__content { padding: 30px 34px 34px; }
.pv-attraction-modal__content h2 { margin: 0 0 12px; color: var(--pv-navy); font-family: Georgia, "Times New Roman", serif; font-size: 38px; }
.pv-attraction-modal__content > p:not(.pv-kicker) { max-width: 820px; color: #4d6075; font-size: 16px; line-height: 1.7; }
.pv-attraction-modal__meta { display: flex; margin: 18px 0 0; padding: 0; flex-wrap: wrap; gap: 12px; list-style: none; }
.pv-attraction-modal__meta li { padding: 9px 13px; border-radius: 20px; color: var(--pv-navy); background: #eef4f8; font-size: 13px; font-weight: 700; }
.pv-attraction-modal__meta i { margin-right: 8px; color: var(--pv-gold); }
.pv-attraction-modal__actions { display: flex; margin-top: 24px; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.pv-btn--outline { border: 1px solid #b8c7d5; color: var(--pv-navy) !important; background: #fff; }
.pv-btn--outline:hover { color: var(--pv-navy) !important; background: #f4f8fb; }

/* QloApps apartment gallery: retain the native slider logic while making every
   available frame behave like a consistent, premium photographic viewport. */
.room_type_img_containter #image-block {
    position: relative;
    width: 100%;
    height: clamp(430px, 51vw, 640px);
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #edf2f6;
}
.room_type_img_containter #image-block-cont { padding-top: 0 !important; }
.room_type_img_containter #view_full_size,
.room_type_img_containter #view_full_size > a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.room_type_img_containter #image-block img,
.room_type_img_containter #image-block #bigpic {
    position: absolute !important;
    inset: 0 !important;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center center;
}
.room_type_img_containter #image-block .zoomPad {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.room_type_img_containter #image-block .zoomPad > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
.room_type_img_containter #image-block .sale-box {
    display: none !important;
}
.room_type_img_containter #views_block {
    width: 100%;
    margin: 0;
}
.room_type_img_containter #thumbs_list {
    width: 100%;
    overflow: auto;
    scrollbar-width: thin;
}
.room_type_img_containter #thumbs_list_frame li {
    height: 92px !important;
    overflow: hidden;
    border-radius: 8px;
}
.room_type_img_containter #thumbs_list_frame li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
}
.room_type_img_containter #thumbs_list_frame li a.shown,
.room_type_img_containter #thumbs_list_frame li a:hover,
.room_type_img_containter #thumbs_list_frame li a:focus {
    border-color: var(--pv-gold);
}
.room_type_img_containter #thumbs_list_frame li img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center center;
}

.pv-product-story {
    margin: 5px 0 28px;
    padding: 30px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--pv-navy-deep), var(--pv-blue));
    box-shadow: 0 18px 45px rgba(5, 35, 68, .16);
}

.pv-product-story h2 { margin: 0 0 13px; color: #fff; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; }
.pv-product-story > p:last-child { max-width: 930px; margin: 0; color: #e3ebf3; font-size: 16px; line-height: 1.75; }
.pv-product-story > p { max-width: 930px; margin: 0; color: #e3ebf3; font-size: 16px; line-height: 1.75; }
.pv-product-story .pv-public-location {
    max-width: 760px;
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
    background: rgba(255, 255, 255, .09);
}
.pv-product-story .pv-public-location strong,
.pv-product-story .pv-public-location p,
.pv-product-story .pv-public-location__actions small { color: #edf4fb !important; }
.pv-product-story .pv-public-location__actions a { color: #ffd783 !important; }

#product_info_tab .pv-info-section {
    margin: 22px 0;
    padding: 22px 24px;
    border: 1px solid #dfe7ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(6, 38, 74, .07);
}

#product_info_tab .pv-info-section .room_info_heading { margin: 0 0 17px; }
#product_info_tab .pv-info-section .room_info_heading span,
#product_info_tab .pv-info-section .room_info_heading {
    color: var(--pv-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .01em;
    text-transform: none;
}

#product_info_tab .pv-info-section .room_info_heading:after {
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 9px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--pv-gold), var(--pv-gold-light));
    content: "";
}

#product_info_tab .pv-capacity .room_info_content { display: flex; align-items: center; gap: 14px; }
#product_info_tab .pv-capacity-icon, #product_info_tab .pv-feature-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--pv-gold-light), var(--pv-gold));
    box-shadow: 0 6px 15px rgba(190, 124, 24, .2);
}

#product_info_tab .pv-capacity-copy { margin: 0; color: var(--pv-ink); font-size: 18px; line-height: 1.35; }
#product_info_tab .pv-capacity-copy small { display: block; margin-top: 3px; color: var(--pv-muted); font-size: 13px; }
#product_info_tab .pv-checkin .room_info_content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
#product_info_tab .pv-checkin .room_info_content p { display: flex; min-height: 62px; margin: 0; padding: 14px 16px; align-items: center; gap: 12px; border-radius: 12px; color: var(--pv-ink); background: #f3f7fb; }
#product_info_tab .pv-checkin .room_info_content i { color: var(--pv-gold); font-size: 18px; }
#product_info_tab .pv-room-features .room_info_content.row,
#product_info_tab .pv-property-features .room_info_content.row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; }
#product_info_tab .pv-room-features .room_info_content > div,
#product_info_tab .pv-property-features .room_info_content > div { width: auto; min-height: 64px; padding: 0; float: none; }
#product_info_tab .pv-feature-card,
#product_info_tab .pv-property-features .room_info_content > div > div { display: flex; height: 100%; min-height: 64px; padding: 10px 12px; align-items: center; gap: 10px; border: 1px solid #e4eaf0; border-radius: 12px; color: #29415c; background: #fbfcfe; font-size: 14px; font-weight: 600; }
#product_info_tab .pv-feature-card > img { display: none !important; }
#product_info_tab .pv-description h3 { margin: 0 0 10px; color: var(--pv-navy); font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
#product_info_tab .pv-description p { margin: 0; color: #41566e; font-size: 16px; line-height: 1.75; }
#product_info_tab .pv-description .pv-story-level { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--pv-gold); border-radius: 0 12px 12px 0; background: #f7f9fc; }
#product_info_tab .pv-description .pv-story-level h4 { margin: 0 0 8px; color: var(--pv-navy); font-size: 20px; line-height: 1.25; }
#product_info_tab .pv-three-level-advantages { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; }
#product_info_tab .pv-three-level-advantages li { display: flex; min-height: 64px; padding: 10px 12px; align-items: center; gap: 10px; border: 1px solid #e4eaf0; border-radius: 12px; color: #29415c; background: #fbfcfe; font-size: 14px; font-weight: 600; }

@media (min-width: 768px) and (max-width: 1024px) {
    .pv-apartment-heading,
    .pv-apartment-heading-link {
        font-size: 25px !important;
        line-height: 1.15 !important;
    }
    .pv-hero {
        min-height: clamp(560px, 70svh, 700px);
    }

    .pv-hero__content {
        padding: 74px 0 115px;
    }

    .pv-hero__media img {
        object-position: 52% 50%;
    }

    .pv-hero__facts {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(94%, 920px);
        min-width: 0;
        margin: -42px auto 0;
        padding: 14px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        background: rgba(255, 255, 255, .96);
    }

    .pv-attraction {
        min-height: 82px;
        padding: 9px 8px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
        font-size: 12px;
        line-height: 1.25;
        text-align: center;
    }

    .pv-attraction i:last-child { display: none; }
    .pv-property-card__image { height: 265px; }
    .pv-moments .pv-shell,
    .pv-booking__layout { grid-template-columns: 1fr; }
    #product_info_tab .pv-room-features .room_info_content.row,
    #product_info_tab .pv-property-features .room_info_content.row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) and (max-width: 900px) {
    .pv-property-grid { grid-template-columns: 1fr; }
    .pv-property-card__image { height: 330px; }
    .pv-apartment-heading,
    .pv-apartment-heading-link { font-size: 25px !important; }
}

@media (max-width: 767px) {
    #header,
    #header .header-top { min-height: 72px; }
    #header .header-top { height: 72px; }
    #header #header_logo img {
        width: auto !important;
        height: 58px !important;
        max-height: 58px !important;
        margin-top: -3px;
    }
    #header .nav_toggle {
        min-width: 44px;
        min-height: 44px;
        margin-top: -4px;
    }
    #header .shopping_cart > a,
    #header .shopping_cart > a:first-child {
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .pv-shell { width: min(100% - 28px, 1180px); }
    .pv-hero {
        min-height: clamp(600px, 78svh, 740px);
        align-items: center;
    }
    .pv-hero__media img { object-position: 55% 50%; }
    .pv-hero__overlay {
        background:
            linear-gradient(90deg, rgba(3, 26, 52, .42) 0%, rgba(3, 26, 52, .12) 76%, rgba(3, 26, 52, 0) 100%),
            linear-gradient(0deg, rgba(3, 26, 52, .16), transparent 45%);
    }
    .pv-hero__content {
        width: min(100% - 28px, 1180px);
        padding: 54px 0 42px;
    }
    .pv-hero h1 {
        max-width: 90vw;
        font-size: clamp(40px, 11.5vw, 48px);
        line-height: 1;
        overflow-wrap: normal;
        word-break: normal;
    }
    .pv-kicker {
        max-width: 90vw;
        font-size: 11px;
        letter-spacing: .14em;
    }
    .pv-script {
        max-width: 90vw;
        margin: 16px 0 25px;
        font-size: clamp(21px, 6.2vw, 27px);
        line-height: 1.32;
    }
    .pv-hero__actions {
        width: min(90vw, 360px);
        align-items: stretch;
        flex-direction: column;
        gap: 11px;
    }
    .pv-hero__actions .pv-btn {
        width: 100%;
        max-width: 100%;
        min-height: 48px;
        padding: 12px 15px;
        font-size: 11.5px;
        white-space: nowrap;
    }
    .pv-btn--ghost { backdrop-filter: none; }

    .pv-hero__facts {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: calc(100% - 24px);
        max-width: 430px;
        min-width: 0;
        margin: -18px auto 0;
        padding: 7px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        border-radius: 18px;
        background: rgba(244, 248, 251, .97);
        box-shadow: 0 12px 28px rgba(8, 36, 65, .13);
        backdrop-filter: none;
    }
    .pv-attraction {
        min-width: 0;
        height: 76px;
        min-height: 76px;
        padding: 8px 7px 7px;
        grid-template-columns: 1fr;
        grid-template-rows: 25px minmax(0, 1fr);
        place-items: center;
        gap: 4px;
        border: 1px solid rgba(10, 54, 91, .08);
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(8, 36, 65, .07);
        font-size: 11.5px;
        line-height: 1.16;
        text-align: center;
    }
    .pv-attraction > .pv-attraction__icon {
        display: block;
        width: 28px;
        height: 25px;
        color: var(--pv-gold);
        stroke-width: 1.9;
    }
    .pv-attraction > span {
        display: flex;
        min-width: 0;
        height: 100%;
        align-items: center;
        justify-content: center;
        overflow-wrap: anywhere;
    }
    .pv-attraction:hover,
    .pv-attraction:focus { transform: translateY(-2px); }
    .pv-attraction i:last-child { display: none; }
    .pv-attraction:last-child:nth-child(odd) {
        width: calc(50% - 3.5px);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .pv-section { padding: 54px 0; }
    .pv-section h2 { font-size: clamp(32px, 9vw, 42px); }
    .pv-section__lead { margin-bottom: 28px; font-size: 15px; }
    .pv-property-grid { grid-template-columns: 1fr; gap: 22px; }
    .pv-property-card__image { height: 260px; }
    .pv-property-card h3 { font-size: clamp(20px, 5.4vw, 22px); overflow-wrap: normal; word-break: normal; }
    .pv-apartment-heading,
    .pv-apartment-heading-link {
        font-size: clamp(20px, 5.4vw, 22px) !important;
        line-height: 1.15 !important;
        overflow-wrap: normal;
        word-break: normal;
    }
    .pv-apartment-heading__brand { font-size: .86em; }
    .pv-apartment-heading__location { margin-top: 4px; font-size: .68em; }
    html[lang^="fr"] .pv-btn,
    html[lang^="fr"] .pv-search button,
    html[lang^="fr"] .pv-property-card__footer .pv-btn {
        padding-inline: 9px;
        font-size: 10.5px !important;
        letter-spacing: .01em;
    }
    .pv-property-card__body { padding: 22px; }
    .pv-public-location {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 14px;
        gap: 10px;
    }
    .pv-public-location__icon { width: 34px; height: 34px; }
    .pv-public-location__actions { align-items: flex-start; flex-direction: column; gap: 7px; }
    .pv-property-card ul { grid-template-columns: 1fr; }
    .pv-property-card__footer { align-items: stretch; flex-direction: column; }
    .pv-property-card__footer .pv-btn { width: 100%; }

    .pv-gallery { grid-template-columns: 1fr; }
    .pv-gallery__set { grid-template-rows: 260px 120px; }
    #product_info_tab .pv-detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .room_cont .pv-listing-gallery,
    .room_type_cont .pv-listing-gallery { min-height: 220px; }
    .pv-search { grid-template-columns: 1fr; padding: 19px; }
    .pv-child-ages { grid-template-columns: 1fr; gap: 10px; }
    .pv-search .pv-btn { grid-column: auto; }
    .pv-contact .pv-shell { padding: 22px 0; flex-direction: column; gap: 8px; text-align: center; }

    .room_type_img_containter #image-block-cont {
        width: 100%;
        padding: 0;
    }
    .room_type_img_containter #image-block {
        height: clamp(260px, 72vw, 430px);
        border-radius: 10px;
    }
    .room_type_img_containter #views_block {
        margin-top: 10px;
    }
    .room_type_img_containter #thumbs_list {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
    }
    .room_type_img_containter #thumbs_list_frame li {
        width: 96px !important;
        height: 72px !important;
    }

    .pv-attraction-modal {
        padding: 12px;
        align-items: center;
    }
    .pv-attraction-modal__backdrop { backdrop-filter: none; }
    .pv-attraction-modal__dialog {
        width: min(94vw, 980px);
        max-height: calc(100svh - 24px);
        border-radius: 16px;
    }
    .pv-attraction-modal__close {
        top: 10px;
        right: 10px;
        width: 48px;
        height: 48px;
    }
    .pv-attraction-modal__image,
    .pv-attraction-gallery,
    .pv-attraction-visual { height: min(32svh, 290px); border-radius: 16px 16px 0 0; }
    .pv-attraction-modal__content { padding: 22px 18px 24px; }
    .pv-attraction-modal__content h2 { padding-right: 34px; font-size: clamp(27px, 8vw, 34px); }
    .pv-attraction-modal__content > p:not(.pv-kicker) { font-size: 14.5px; line-height: 1.55; }
    .pv-attraction-modal__actions { align-items: stretch; flex-direction: column; }
    .pv-attraction-modal__actions .pv-btn { width: 100%; min-height: 48px; }
    .pv-attraction-gallery__previous,
    .pv-attraction-gallery__next { width: 48px; height: 48px; }

    #product_info_tab .pv-info-section { padding: 18px 16px; }
    #product_info_tab .pv-checkin .room_info_content,
    #product_info_tab .pv-room-features .room_info_content.row,
    #product_info_tab .pv-property-features .room_info_content.row { grid-template-columns: 1fr; }
    #product_info_tab .pv-three-level-advantages { grid-template-columns: 1fr; }
    #product_info_tab .pv-description .pv-story-level { padding: 16px; }
}

@media (min-width: 431px) and (max-width: 767px) {
    .pv-hero { min-height: clamp(610px, 78svh, 750px); }
    .pv-hero h1 { font-size: clamp(42px, 10.5vw, 48px); }
    .pv-property-card__image { height: 285px; }
}

@media (min-width: 375px) and (max-width: 430px) {
    .pv-hero { min-height: clamp(610px, 78svh, 720px); }
    .pv-hero h1 { font-size: clamp(40px, 11vw, 46px); }
    .pv-script { font-size: clamp(21px, 6vw, 25px); }
    .pv-property-card__image { height: 240px; }
}

@media (min-width: 320px) and (max-width: 374px) {
    #header,
    #header .header-top { min-height: 68px; }
    #header .header-top { height: 68px; }
    #header #header_logo img {
        height: 54px !important;
        max-height: 54px !important;
    }
    .pv-shell { width: calc(100% - 24px); }
    .pv-hero { min-height: clamp(570px, 80svh, 690px); }
    .pv-hero__content { width: calc(100% - 24px); padding: 42px 0 34px; }
    .pv-hero h1 { max-width: 92vw; font-size: clamp(36px, 11.5vw, 40px); }
    .pv-kicker { font-size: 10px; letter-spacing: .11em; }
    .pv-script { max-width: 92vw; font-size: 20px; }
    .pv-hero__actions { width: 100%; }
    .pv-hero__actions .pv-btn { min-height: 44px; padding: 11px 10px; font-size: 10.5px; }
    .pv-hero__facts {
        width: calc(100% - 24px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pv-attraction {
        height: 72px;
        min-height: 72px;
        padding-inline: 5px;
        font-size: 11px;
    }
    .pv-property-card__image { height: 220px; }
    .pv-property-card__body { padding: 18px; }
    .pv-property-card h3 { font-size: 20px; }
    .pv-apartment-heading,
    .pv-apartment-heading-link { font-size: 20px !important; }
    .pv-apartment-heading__location { font-size: .88em; }
    .pv-gallery__set { grid-template-rows: 220px 105px; }
}

@media (max-width: 932px) {
    .pv-apartment-heading,
    .pv-apartment-heading-link {
        max-height: 3.65em;
        overflow: hidden;
    }
    .pv-apartment-heading__brand,
    .pv-apartment-heading__location {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 430px) {
    #product_info_tab .pv-detail-gallery { grid-template-columns: 1fr; }
}

@media (min-width: 768px) and (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
    .pv-hero { min-height: 500px; }
    .pv-hero__content { padding: 44px 0 38px; }
    .pv-hero h1 { max-width: 72vw; font-size: 42px; }
    .pv-script { margin: 12px 0 20px; font-size: 21px; }
    .pv-hero__actions { width: auto; max-width: 620px; flex-direction: row; }
    .pv-hero__actions .pv-btn { width: auto; min-width: 220px; }
    .pv-hero__facts { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .pv-attraction:last-child:nth-child(odd) { grid-column: auto; }
}

/* PLAYAVIEW Premium V2.0 photographic collection */
.room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] {
    position: relative !important;
    left: 0 !important;
    display: flex !important;
    width: max-content !important;
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch;
    gap: 8px;
    transform: none !important;
}

.room_type_img_containter #view_scroll_left,
.room_type_img_containter #view_scroll_right {
    display: none !important;
}

.room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] .pv-premium-gallery__item {
    float: none !important;
    width: 104px !important;
    min-width: 104px;
    margin: 0 !important;
}

.room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] a {
    background: #edf2f6;
    box-shadow: 0 4px 15px rgba(6, 37, 70, .08);
}

@media (min-width: 768px) {
    .room_type_img_containter #views_block,
    .room_type_img_containter #thumbs_list {
        max-height: clamp(430px, 51vw, 640px);
    }

    .room_type_img_containter #thumbs_list {
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 4px;
    }

    .room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] {
        width: 100% !important;
        min-width: 0;
        flex-direction: column;
    }

    .room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] .pv-premium-gallery__item {
        width: 100% !important;
        min-width: 0;
        height: 92px !important;
    }
}

.room_type_img_containter #image-block img,
.room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] img,
.room_cont .room_type_img img,
.room_type_cont .room_type_img img,
.product-container .room_type_image img {
    background: #edf2f6;
    object-fit: cover !important;
    object-position: center center !important;
}

.pv-property-card--2 .pv-property-card__image img { object-position: center 54%; }
.pv-property-card--3 .pv-property-card__image img { object-position: center 52%; }

@media (max-width: 767px) {
    .room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] {
        min-width: max-content;
        gap: 7px;
    }

    .room_type_img_containter #thumbs_list_frame[data-pv-premium-gallery] .pv-premium-gallery__item {
        width: 96px !important;
        min-width: 96px;
        height: 72px !important;
    }
}
