#property-container{isolation:isolate;display:grid;width:100%;row-gap:1.25rem;align-items:start;grid-template-areas:"hero-title" "image" "hero" "navbar" "overview-booking" "full-width"}#property-image{grid-area:image;position:relative;opacity:0;max-height:458px;width:100%;height:68vh}#property-image-2{grid-area:image2;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.5rem;height:100%}#property-image-2 .video-dialog-trigger,#property-image-2 button{height:100%}#property-hero-title{grid-area:hero-title}#property-hero{grid-area:hero}#property-navbar{grid-area:navbar;position:sticky;z-index:51}#property-navbar.is-pinned:before{height:100%;width:100svw;background-color:black;transition:all 1s;content:"";position:absolute;display:block;bottom:0;left:0;overflow:hidden;z-index:-1;pointer-events:none;height:calc(100% + 70px);border-bottom-width:1px;border-color:rgba(var(--color-border-default),1)}#overview-with-booking-container{grid-area:overview-booking}#property-full-width{grid-area:full-width}#property-tabs #property-booking,#property-tabs #property-image,#property-tabs #property-image-2,#property-tabs #property-tab-bar,#property-tabs #property-tabs{display:none}#property-booking{gap:1.5rem;align-self:start;display:grid}#calendar-fallback-shimmer{background:linear-gradient(90deg,#1a1a1a 0,#1f1f1f 20%,#1a1a1a 40%,#1a1a1a);background-size:200% 100%;animation:shimmer 2s linear infinite}html[data-theme=light] #calendar-fallback-shimmer{background:linear-gradient(90deg,#f0f0f0 0,#fafafa 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:1024px){#property-navbar.is-pinned:before{margin:0 auto;width:100vw;transform:translateX(-50%);left:calc(50% + 200px)}#property-container{-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1.5rem;grid-template-areas:"hero-title hero-title" "image image2" "hero hero" "navbar navbar" "overview-booking overview-booking" "full-width full-width"}#property-image{opacity:1}}