@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@450;500;600;700;800&display=swap");
body.primeview-property-details-page {
--pv-pd-green: #22c55e;
--pv-pd-green-press: #16a34a;
--pv-pd-ink: #0f172a;
--pv-pd-muted: #64748b;
--pv-pd-line: #e8edf2;
--pv-pd-bg: #ffffff;
--pv-pd-soft: #f4f7f9;
--pv-pd-radius: 22px;
--pv-pd-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
--pv-pd-font: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
--pv-pd-cta-h: 72px;
background: var(--pv-pd-bg);
color: var(--pv-pd-ink);
font-family: var(--pv-pd-font);
} body.primeview-property-details-page .primeview-header,
body.primeview-property-details-page .header-main-wrap,
body.primeview-property-details-page .primeview-site-footer,
body.primeview-property-details-page footer.footer-top,
body.primeview-property-details-page .footer-bottom,
body.primeview-property-details-page #footer-wrap,
body.primeview-property-details-page .main-footer {
display: none !important;
}
body.primeview-property-details-page .main-wrap,
body.primeview-property-details-page #main-wrap,
body.primeview-property-details-page .page-wrap,
body.primeview-property-details-page #section-body {
padding: 0 !important;
margin: 0 !important;
background: var(--pv-pd-bg) !important;
}
.pv-pd {
position: relative;
max-width: 480px;
margin: 0 auto;
padding-bottom: calc(var(--pv-pd-cta-h) + env(safe-area-inset-bottom, 0px) + 12px);
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.pv-pd__layout {
display: block;
}
.pv-pd__aside {
display: none;
}
.pv-pd__header-title {
display: none;
}
.pv-pd__header-inner {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 12px;
} .pv-pd__header {
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: 120;
width: 100%;
max-width: 480px;
display: flex;
align-items: center;
justify-content: space-between;
padding: calc(10px + env(safe-area-inset-top, 0px)) 16px 10px;
background: transparent;
pointer-events: none;
transition:
background-color 240ms ease,
backdrop-filter 240ms ease,
box-shadow 240ms ease;
}
.pv-pd__header-inner,
.pv-pd__icon-btn,
.pv-pd__header-actions {
pointer-events: auto;
}
.pv-pd__header.is-solid {
background: rgba(255, 255, 255, 0.86);
-webkit-backdrop-filter: saturate(1.4) blur(16px);
backdrop-filter: saturate(1.4) blur(16px);
box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}
.pv-pd__header-actions {
display: flex;
align-items: center;
gap: 8px;
}
.pv-pd__icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
color: var(--pv-pd-ink);
cursor: pointer;
text-decoration: none;
position: relative;
z-index: 2;
transition: transform 160ms ease, background-color 160ms ease;
-webkit-tap-highlight-color: transparent;
}
.pv-pd__header.is-solid .pv-pd__icon-btn {
background: rgba(244, 247, 249, 0.95);
box-shadow: none;
}
.pv-pd__icon-btn:active {
transform: scale(0.94);
}
.pv-pd__icon-svg {
display: block;
width: 20px;
height: 20px;
color: var(--pv-pd-ink);
flex: 0 0 auto;
}
.pv-pd__icon-btn[aria-pressed='true'] .pv-pd__icon-svg--heart path {
fill: #ef4444;
stroke: #ef4444;
} .pv-pd__hero {
position: relative;
width: 100%;
height: clamp(58vh, 66vh, 72vh);
min-height: 420px;
max-height: 640px;
overflow: hidden;
background: #0b1220;
}
.pv-pd__hero-image,
.pv-pd__hero-tour,
.pv-pd__hero-tour--embed,
.pv-pd__hero-tour--embed iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
display: block;
}
.pv-pd__hero--preview .pv-pd__hero-image {
pointer-events: none;
}
.pv-pd__hero--live .pv-pd__hero-tour,
.pv-pd__hero--live .pv-pd__hero-tour--embed,
.pv-pd__hero--live .pv-pd__hero-tour--embed iframe {
pointer-events: auto;
z-index: 1;
}
.pv-pd__hero-image {
object-fit: cover;
transform: scale(1.02);
animation: pv-pd-hero-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pv-pd__hero-tour {
background: #0b1220;
}
.pv-pd__hero-shade {
position: absolute;
inset: 0;
z-index: 2;
background:
linear-gradient(180deg, rgba(15, 23, 42, 0.28) 0%, rgba(15, 23, 42, 0) 38%, rgba(15, 23, 42, 0.08) 62%, rgba(15, 23, 42, 0.45) 100%);
pointer-events: none;
}
.pv-pd__hero--live .pv-pd__hero-shade {
background:
linear-gradient(180deg, rgba(15, 23, 42, 0.22) 0%, rgba(15, 23, 42, 0) 42%, rgba(15, 23, 42, 0) 70%, rgba(15, 23, 42, 0.36) 100%);
}
.pv-pd__hero-hint {
position: absolute;
left: 50%;
right: auto;
bottom: 28px;
z-index: 3;
transform: translate3d(-50%, 0, 0);
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 10px 16px;
border: 0;
border-radius: 999px;
background: rgba(15, 23, 42, 0.55);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
color: #fff;
font-family: inherit;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.04em;
cursor: pointer;
-webkit-tap-highlight-color: transparent; animation: pv-pd-hint-in 640ms cubic-bezier(0.22, 1, 0.36, 1) 160ms both;
}
.pv-pd__hero-hint--static {
pointer-events: none;
cursor: default;
}
.pv-pd__hero-hint-label {
white-space: nowrap;
}
.pv-pd__tour-cta {
display: flex;
justify-content: stretch;
}
.pv-pd__tour-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
width: 100%;
min-height: 56px;
padding: 0 28px;
border: 1px solid var(--pv-pd-line);
border-radius: 999px;
background: rgba(255, 255, 255, 0.96);
color: var(--pv-pd-ink);
font-family: inherit;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.02em;
box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
cursor: pointer;
transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
-webkit-tap-highlight-color: transparent;
}
.pv-pd__tour-btn:active {
transform: scale(0.98);
background: #fff;
}
.pv-pd__tour-btn-play {
width: 22px;
height: 22px;
border-radius: 50%;
background: var(--pv-pd-green);
position: relative;
flex: 0 0 auto;
}
.pv-pd__tour-btn-play::after {
content: '';
position: absolute;
top: 50%;
left: 53%;
transform: translate(-50%, -50%);
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #fff;
} .pv-pd__photos-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}
.pv-pd__photos-head .pv-pd__section-title {
margin: 0;
}
.pv-pd__photos-hint {
margin: 0;
font-size: 13px;
font-weight: 600;
color: var(--pv-pd-muted);
white-space: nowrap;
}
.pv-pd__photos-scroller {
margin: 0 -22px;
padding: 0 22px;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.pv-pd__photos-scroller::-webkit-scrollbar {
display: none;
}
.pv-pd__photos-track {
display: flex;
gap: 14px;
margin: 0;
padding: 0 4px 4px 0;
list-style: none;
width: max-content;
}
.pv-pd__photo-item {
flex: 0 0 auto;
width: min(68vw, 240px);
}
.pv-pd__photo-card {
display: block;
width: 100%;
padding: 0;
border: 0;
background: transparent;
text-align: left;
cursor: pointer;
font: inherit;
color: inherit;
-webkit-tap-highlight-color: transparent;
}
.pv-pd__photo-image {
display: block;
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: 20px;
background: var(--pv-pd-soft);
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}
.pv-pd__agent-profile {
display: flex;
align-items: center;
gap: 14px;
flex: 1 1 auto;
min-width: 0;
text-decoration: none;
color: inherit;
-webkit-tap-highlight-color: transparent;
}
.pv-pd__agent-profile:active .pv-pd__agent-name {
color: var(--pv-pd-green);
}
.pv-pd__agent-view {
display: block;
margin-top: 4px;
font-size: 12px;
font-weight: 600;
color: var(--pv-pd-green);
}
.pv-pd__legal {
display: flex;
flex-direction: column;
gap: 18px;
padding-top: 4px;
}
.pv-pd__create-listing {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 0 22px;
border-radius: 999px;
border: 1.5px solid var(--pv-pd-green);
background: #fff;
color: var(--pv-pd-green);
font-size: 15px;
font-weight: 700;
letter-spacing: -0.01em;
text-decoration: none;
box-shadow: 0 6px 18px rgba(34, 197, 94, 0.12);
transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
-webkit-tap-highlight-color: transparent;
}
.pv-pd__create-listing:hover {
background: rgba(34, 197, 94, 0.08);
}
.pv-pd__create-listing:active {
transform: scale(0.98);
background: var(--pv-pd-green);
color: #fff;
}
.pv-pd__disclaimer {
padding: 16px 18px;
border-radius: 18px;
background: var(--pv-pd-soft);
border: 1px solid var(--pv-pd-line);
}
.pv-pd__disclaimer-label {
margin: 0 0 6px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--pv-pd-muted);
}
.pv-pd__disclaimer-text {
margin: 0;
font-size: 13px;
line-height: 1.55;
color: #475569;
}
.pv-pd__disclaimer-link {
display: inline-block;
margin-top: 10px;
font-size: 13px;
font-weight: 700;
color: var(--pv-pd-green);
text-decoration: none;
}
.pv-pd__report {
margin: 0;
text-align: center;
}
.pv-pd__report-link {
font-size: 13px;
font-weight: 600;
color: #b07d7d;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: rgba(176, 125, 125, 0.45);
transition: color 160ms ease, text-decoration-color 160ms ease;
}
.pv-pd__report-link:hover,
.pv-pd__report-link:focus-visible {
color: #9a6868;
text-decoration-color: rgba(154, 104, 104, 0.65);
}
.pv-pd__report-link:active {
color: #8a5c5c;
}
.pv-pd__description-body {
margin: 0;
font-size: 15px;
line-height: 1.65;
color: #334155;
}
.pv-pd__description-body p {
margin: 0 0 12px;
}
.pv-pd__description-body p:last-child {
margin-bottom: 0;
}
.pv-pd__agent-card {
display: flex;
align-items: center;
gap: 14px;
padding: 16px;
border-radius: var(--pv-pd-radius);
background: #fff;
border: 1px solid var(--pv-pd-line);
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.pv-pd__agent-avatar {
width: 56px;
height: 56px;
border-radius: 50%;
object-fit: cover;
flex: 0 0 auto;
background: var(--pv-pd-soft);
}
.pv-pd__agent-avatar--empty {
display: inline-block;
background:
radial-gradient(circle at 50% 38%, #cbd5e1 0 28%, transparent 29%),
linear-gradient(180deg, transparent 48%, #cbd5e1 48%);
}
.pv-pd__agent-meta {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-width: 0;
}
.pv-pd__agent-actions {
flex: 0 0 auto;
}
.pv-pd__agent-name {
margin: 0;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 16px;
font-weight: 700;
letter-spacing: -0.02em;
}
.pv-pd__agent-check {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--pv-pd-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 8.2l2.4 2.4L12 5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}
.pv-pd__agent-agency {
display: block;
margin: 4px 0 0;
font-size: 13px;
color: var(--pv-pd-muted);
}
.pv-pd__agent-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
padding: 0 16px;
border-radius: 999px;
background: var(--pv-pd-green);
color: #fff;
font-size: 13px;
font-weight: 700;
text-decoration: none;
box-shadow: 0 8px 18px rgba(34, 197, 94, 0.28);
}
.pv-pd__similar-list {
display: flex;
gap: 14px;
margin: 0 -22px;
padding: 0 22px;
list-style: none;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.pv-pd__similar-list::-webkit-scrollbar {
display: none;
}
.pv-pd__similar-item {
flex: 0 0 min(72vw, 260px);
}
.pv-pd__similar-card {
display: flex;
flex-direction: column;
gap: 12px;
text-decoration: none;
color: inherit;
}
.pv-pd__similar-media {
position: relative;
display: block;
aspect-ratio: 4 / 3;
border-radius: 20px;
overflow: hidden;
background: var(--pv-pd-soft);
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}
.pv-pd__similar-media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pv-pd__similar-body {
display: flex;
flex-direction: column;
gap: 4px;
}
.pv-pd__similar-price {
font-size: 14px;
font-weight: 700;
color: var(--pv-pd-green);
}
.pv-pd__similar-title {
font-size: 15px;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.3;
}
.pv-pd__similar-location {
font-size: 13px;
color: var(--pv-pd-muted);
}
.pv-pd-sheet--photos .pv-pd-sheet__panel--photos {
height: min(92vh, 860px);
}
.pv-pd-sheet__photos {
overflow-y: auto;
padding: 0 18px 28px;
display: flex;
flex-direction: column;
gap: 18px;
-webkit-overflow-scrolling: touch;
}
.pv-pd-sheet__photo {
margin: 0;
}
.pv-pd-sheet__photo img {
display: block;
width: 100%;
border-radius: 18px;
background: var(--pv-pd-soft);
}
.pv-pd-sheet__photo figcaption {
margin-top: 8px;
font-size: 14px;
font-weight: 600;
color: var(--pv-pd-ink);
} .pv-pd__main {
padding: 28px 22px 8px;
display: flex;
flex-direction: column;
gap: 36px;
}
.pv-pd__summary {
display: flex;
flex-direction: column;
gap: 10px;
}
.pv-pd__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0;
}
.pv-pd__tag {
display: inline-flex;
align-items: center;
padding: 5px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
line-height: 1;
background: rgba(34, 197, 94, 0.12);
color: var(--pv-pd-green-deep, #16a34a);
}
.pv-pd__tag--for-sale {
background: rgba(34, 197, 94, 0.12);
color: var(--pv-pd-green-deep, #16a34a);
}
.pv-pd__tag--for-rent {
background: rgba(15, 23, 42, 0.08);
color: var(--pv-pd-ink);
}
.pv-pd__title {
margin: 0;
font-size: clamp(1.55rem, 5.6vw, 1.85rem);
font-weight: 800;
letter-spacing: -0.035em;
line-height: 1.18;
color: var(--pv-pd-ink);
}
.pv-pd__price {
margin: 0;
font-size: 1.125rem;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--pv-pd-green);
}
.pv-pd__rating {
margin: 2px 0 0;
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 600;
color: var(--pv-pd-ink);
}
.pv-pd__stars {
color: #f5b301;
letter-spacing: 1px;
font-size: 14px;
}
.pv-pd__rating-value {
font-variant-numeric: tabular-nums;
}
.pv-pd__location {
margin: 4px 0 0;
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 500;
color: var(--pv-pd-muted);
}
.pv-pd__pin {
width: 14px;
height: 14px;
flex: 0 0 auto;
background: var(--pv-pd-muted);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
} .pv-pd__facts-list {
display: flex;
align-items: stretch;
justify-content: space-between;
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.pv-pd__facts-list::-webkit-scrollbar {
display: none;
}
.pv-pd__fact {
flex: 1 1 0;
min-width: 72px;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
text-align: center;
}
.pv-pd__fact-icon {
width: 44px;
height: 44px;
border-radius: 14px;
background: var(--pv-pd-soft);
position: relative;
}
.pv-pd__fact-icon::after {
content: '';
position: absolute;
inset: 12px;
background: var(--pv-pd-ink);
-webkit-mask: center / contain no-repeat;
mask: center / contain no-repeat;
}
.pv-pd__fact-icon--bed::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M3 11v7M21 18v-7M3 14h18M5 14V9a2 2 0 012-2h6a2 2 0 012 2v5'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M3 11v7M21 18v-7M3 14h18M5 14V9a2 2 0 012-2h6a2 2 0 012 2v5'/%3E%3C/svg%3E");
}
.pv-pd__fact-icon--bath::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M4 12h16v3a4 4 0 01-4 4H8a4 4 0 01-4-4v-3zM6 12V7a2 2 0 012-2h1'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M4 12h16v3a4 4 0 01-4 4H8a4 4 0 01-4-4v-3zM6 12V7a2 2 0 012-2h1'/%3E%3C/svg%3E");
}
.pv-pd__fact-icon--guests::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.2'/%3E%3Cpath d='M3.5 19c.6-3 2.8-4.5 5.5-4.5S14 16 14.5 19M14.5 16.2c1.5-.3 3.2.2 4.3 2.3'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.2'/%3E%3Cpath d='M3.5 19c.6-3 2.8-4.5 5.5-4.5S14 16 14.5 19M14.5 16.2c1.5-.3 3.2.2 4.3 2.3'/%3E%3C/svg%3E");
}
.pv-pd__fact-icon--home::after {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M4 11l8-7 8 7v9a1 1 0 01-1 1h-5v-6H10v6H5a1 1 0 01-1-1v-9z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M4 11l8-7 8 7v9a1 1 0 01-1 1h-5v-6H10v6H5a1 1 0 01-1-1v-9z'/%3E%3C/svg%3E");
}
.pv-pd__fact-label {
font-size: 12px;
font-weight: 600;
line-height: 1.2;
color: var(--pv-pd-ink);
letter-spacing: -0.01em;
max-width: 6.5em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .pv-pd__section-title {
margin: 0 0 16px;
font-size: 1.05rem;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--pv-pd-ink);
}
.pv-pd__amenity-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px 16px;
margin: 0;
padding: 0;
list-style: none;
}
.pv-pd__amenity {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
font-weight: 500;
color: var(--pv-pd-ink);
}
.pv-pd__amenity-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--pv-pd-green);
flex: 0 0 auto;
}
.pv-pd__more-link {
margin-top: 18px;
padding: 0;
border: 0;
background: none;
font-family: inherit;
font-size: 15px;
font-weight: 700;
color: var(--pv-pd-green);
cursor: pointer;
letter-spacing: -0.01em;
}
.pv-pd__more-link:active {
opacity: 0.7;
} .pv-pd__map {
width: 100%;
height: 180px;
border-radius: var(--pv-pd-radius);
overflow: hidden;
background: var(--pv-pd-soft);
box-shadow: var(--pv-pd-shadow);
}
.pv-pd__map .leaflet-control-attribution {
display: none;
}
.pv-pd__maps-btn {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: 14px;
min-height: 48px;
padding: 0 20px;
border-radius: 14px;
border: 1px solid var(--pv-pd-line);
background: #fff;
color: var(--pv-pd-ink);
font-family: inherit;
font-size: 14px;
font-weight: 700;
text-decoration: none;
transition: background-color 160ms ease, transform 160ms ease;
}
.pv-pd__maps-btn:active {
transform: scale(0.98);
background: var(--pv-pd-soft);
} .pv-pd__rules-list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 14px;
}
.pv-pd__rules-list li {
position: relative;
padding-left: 18px;
font-size: 15px;
font-weight: 500;
color: var(--pv-pd-ink);
letter-spacing: -0.01em;
}
.pv-pd__rules-list li::before {
content: '';
position: absolute;
left: 0;
top: 0.55em;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--pv-pd-ink);
opacity: 0.28;
} .pv-pd__cta-bar {
position: fixed;
left: 50%;
bottom: 0;
transform: translateX(-50%);
z-index: 55;
width: 100%;
max-width: 480px;
padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px));
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 28%, #fff 100%);
pointer-events: none;
}
.pv-pd__cta {
pointer-events: auto;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 54px;
border-radius: 16px;
background: var(--pv-pd-green);
color: #fff !important;
font-family: inherit;
font-size: 16px;
font-weight: 700;
letter-spacing: -0.015em;
text-decoration: none !important;
box-shadow: 0 12px 28px rgba(34, 197, 94, 0.38);
transition: transform 160ms ease, background-color 160ms ease;
}
.pv-pd__cta:active {
transform: scale(0.985);
background: var(--pv-pd-green-press);
}
.pv-pd__cta--inline {
width: auto;
min-width: 180px;
padding: 0 22px;
margin-top: 8px;
} .pv-pd-sheet {
position: fixed;
inset: 0;
z-index: 10080;
}
.pv-pd-sheet[hidden] {
display: none !important;
}
.pv-pd-sheet__backdrop {
position: absolute;
inset: 0;
background: rgba(15, 23, 42, 0.45);
opacity: 0;
transition: opacity 220ms ease;
}
.pv-pd-sheet.is-open .pv-pd-sheet__backdrop {
opacity: 1;
}
.pv-pd-sheet__panel {
position: absolute;
left: 0;
right: 0;
bottom: 0;
max-height: min(88vh, 720px);
display: flex;
flex-direction: column;
background: #fff;
border-radius: 24px 24px 0 0;
transform: translate3d(0, 100%, 0);
transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
overflow: hidden;
max-width: 480px;
margin: 0 auto;
}
.pv-pd-sheet.is-open .pv-pd-sheet__panel {
transform: translate3d(0, 0, 0);
}
.pv-pd-sheet--tour .pv-pd-sheet__panel--tour {
max-height: 100vh;
height: 100%;
border-radius: 0;
max-width: none;
}
.pv-pd-sheet__grab {
width: 40px;
height: 4px;
margin: 10px auto 0;
border-radius: 999px;
background: #d1d5db;
flex: 0 0 auto;
}
.pv-pd-sheet__head {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px 8px;
flex: 0 0 auto;
}
.pv-pd-sheet__head--tour {
padding-top: calc(12px + env(safe-area-inset-top, 0px));
background: #fff;
}
.pv-pd-sheet__title {
margin: 0;
font-size: 1.1rem;
font-weight: 700;
letter-spacing: -0.02em;
}
.pv-pd-sheet__close {
width: 36px;
height: 36px;
border: 0;
border-radius: 50%;
background: var(--pv-pd-soft);
cursor: pointer;
position: relative;
}
.pv-pd-sheet__close span,
.pv-pd-sheet__close span::before,
.pv-pd-sheet__close span::after {
display: block;
}
.pv-pd-sheet__close span {
position: absolute;
inset: 0;
}
.pv-pd-sheet__close span::before,
.pv-pd-sheet__close span::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 14px;
height: 2px;
background: var(--pv-pd-ink);
border-radius: 2px;
}
.pv-pd-sheet__close span::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.pv-pd-sheet__close span::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.pv-pd-sheet__body {
padding: 8px 22px calc(28px + env(safe-area-inset-bottom, 0px));
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.pv-pd-sheet__list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 16px;
}
.pv-pd-sheet__list li {
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
font-weight: 500;
color: var(--pv-pd-ink);
}
.pv-pd-sheet__tour-frame {
flex: 1 1 auto;
min-height: 0;
background: #0b1220;
}
.pv-pd-sheet__tour-frame iframe,
.pv-pd-sheet__tour-embed,
.pv-pd-sheet__tour-embed iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
background: #0b1220;
}
.pv-pd-sheet__tour-embed {
min-height: 100%;
}
.pv-pd-sheet__tour-empty {
height: 100%;
min-height: 50vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
padding: 32px;
text-align: center;
color: rgba(255, 255, 255, 0.88);
background: #0b1220;
}
.pv-pd-sheet__tour-empty p {
margin: 0 0 12px;
font-size: 15px;
font-weight: 500;
max-width: 280px;
line-height: 1.45;
} [data-pv-pd-reveal] {
opacity: 0;
transform: translateY(14px);
transition: opacity 420ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
[data-pv-pd-reveal].is-visible {
opacity: 1;
transform: translateY(0);
}
@keyframes pv-pd-hint-in {
from {
opacity: 0;
transform: translate3d(-50%, 12px, 0);
}
to {
opacity: 1;
transform: translate3d(-50%, 0, 0);
}
}
@keyframes pv-pd-hero-in {
from {
opacity: 0.65;
transform: scale(1.08);
}
to {
opacity: 1;
transform: scale(1.02);
}
}
@media (prefers-reduced-motion: reduce) {
.pv-pd__hero-image,
.pv-pd__hero-hint,
.pv-pd__tour-btn,
[data-pv-pd-reveal],
.pv-pd-sheet__panel,
.pv-pd-sheet__backdrop {
animation: none !important;
transition: none !important;
}
[data-pv-pd-reveal] {
opacity: 1;
transform: none;
}
} @media (min-width: 992px) {
body.primeview-property-details-page {
background: #f6f8fa;
}
.pv-pd {
max-width: 1180px;
margin: 0 auto;
padding-bottom: 72px;
background: transparent;
min-height: 100vh;
overflow: visible;
}
.pv-pd__header {
left: 0;
transform: none;
max-width: none;
width: 100%;
padding: 14px 0;
}
.pv-pd__header-inner {
max-width: 1180px;
margin: 0 auto;
padding: 0 40px;
}
.pv-pd__header.is-solid .pv-pd__header-title {
display: block;
flex: 1 1 auto;
margin: 0;
min-width: 0;
padding: 0 16px;
font-size: 15px;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--pv-pd-ink);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.pv-pd__header-title[hidden] {
display: none !important;
}
.pv-pd__header.is-solid .pv-pd__header-title:not([hidden]) {
display: block;
}
.pv-pd__hero {
height: min(72vh, 620px);
min-height: 480px;
max-height: 680px;
border-radius: 0 0 28px 28px;
overflow: hidden;
}
.pv-pd__hero-hint {
bottom: 32px;
}
.pv-pd__tour-cta .pv-pd__tour-btn {
max-width: 420px;
min-height: 60px;
padding: 0 34px;
font-size: 16px;
}
.pv-pd__photos-scroller {
margin: 0;
padding: 0;
}
.pv-pd__photo-item {
width: 220px;
}
.pv-pd__similar-list {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
overflow: visible;
}
.pv-pd__similar-item {
flex: none;
}
.pv-pd__layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 340px;
gap: 48px;
align-items: start;
padding: 40px 40px 0;
}
.pv-pd__main {
padding: 0;
gap: 44px;
}
.pv-pd__aside {
display: block;
position: sticky;
top: 88px;
}
.pv-pd__book-panel {
padding: 28px 26px;
border-radius: 24px;
background: #fff;
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
border: 1px solid rgba(15, 23, 42, 0.05);
display: flex;
flex-direction: column;
gap: 12px;
}
.pv-pd__book-price {
margin: 0;
font-size: 1.35rem;
font-weight: 800;
letter-spacing: -0.03em;
color: var(--pv-pd-ink);
}
.pv-pd__book-rating {
margin: 0;
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 600;
}
.pv-pd__book-location {
margin: 0 0 8px;
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 14px;
font-weight: 500;
color: var(--pv-pd-muted);
line-height: 1.4;
}
.pv-pd__cta--panel {
margin-top: 4px;
min-height: 52px;
border-radius: 14px;
}
.pv-pd__tour-link {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 48px;
padding: 0 16px;
border: 1px solid var(--pv-pd-line);
border-radius: 14px;
background: #fff;
color: var(--pv-pd-ink);
font-family: inherit;
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: background-color 160ms ease, transform 160ms ease;
}
.pv-pd__tour-link:hover {
background: var(--pv-pd-soft);
}
.pv-pd__tour-link:active {
transform: scale(0.985);
}
.pv-pd__tour-link .pv-pd__tour-btn-play {
width: 18px;
height: 18px;
}
.pv-pd__tour-link .pv-pd__tour-btn-play::after {
border-width: 4px 0 4px 7px;
} .pv-pd__summary .pv-pd__price {
display: none;
}
.pv-pd__title {
font-size: clamp(2rem, 2.4vw, 2.4rem);
max-width: 18ch;
}
.pv-pd__facts-list {
justify-content: flex-start;
gap: 28px;
overflow: visible;
}
.pv-pd__fact {
flex: 0 0 auto;
min-width: 96px;
align-items: flex-start;
text-align: left;
}
.pv-pd__fact-icon {
width: 48px;
height: 48px;
border-radius: 16px;
}
.pv-pd__fact-label {
font-size: 13px;
}
.pv-pd__amenity-grid {
grid-template-columns: 1fr 1fr 1fr;
gap: 16px 24px;
max-width: 640px;
}
.pv-pd__map {
height: 260px;
max-width: 640px;
}
.pv-pd__rules-list {
max-width: 420px;
} .pv-pd__cta-bar {
display: none;
} .pv-pd-sheet__panel {
left: 50%;
right: auto;
bottom: auto;
top: 50%;
width: min(440px, calc(100vw - 48px));
max-height: min(72vh, 640px);
border-radius: 24px;
transform: translate(-50%, calc(-45% + 24px)) scale(0.98);
opacity: 0;
transition:
transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
opacity 220ms ease;
}
.pv-pd-sheet.is-open .pv-pd-sheet__panel {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.pv-pd-sheet__grab {
display: none;
}
.pv-pd-sheet--tour .pv-pd-sheet__panel--tour {
left: 0;
top: 0;
width: 100%;
max-width: none;
max-height: 100vh;
height: 100%;
border-radius: 0;
transform: none;
opacity: 1;
}
.pv-pd-sheet--tour.is-open .pv-pd-sheet__panel--tour {
transform: none;
opacity: 1;
}
}
@media (min-width: 1200px) {
.pv-pd,
.pv-pd__header-inner {
max-width: 1240px;
}
.pv-pd__layout {
grid-template-columns: minmax(0, 1fr) 360px;
gap: 56px;
padding-left: 48px;
padding-right: 48px;
}
}