#property-container{isolation:isolate;display:grid;width:100%;row-gap:1.25rem;align-items:start;grid-template-areas:"image" "hero" "navbar" "tabs" "booking"}#property-image{grid-area:image;position:relative;opacity:0;max-height:450px;width:100%;height:68vh}#property-image-2{grid-area:image2;display:flex;flex-direction:column;gap:1.5rem;width:375px;height:100%}#property-image-2 button{flex:1;height:100%}#property-image-2 button:first-child{height:60%;max-height:254px}#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:#2E2E2E}#property-tabs{grid-area:tabs}#property-booking{grid-area:booking;gap:1.5rem;align-self:start;display:grid;position:sticky;top:8rem}#calendar-fallback-shimmer{background:linear-gradient(90deg,#1a1a1a 0,#1f1f1f 20%,#1a1a1a 40%,#1a1a1a);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:1.5rem;column-gap:1.5rem;row-gap:2.5rem;grid-template-columns:1fr auto;grid-template-areas:"image image image2" "hero hero booking" "navbar navbar booking" "tabs tabs booking"}#property-booking{max-width:375px}#property-image{opacity:1}}