.featuredPopup.fancybox__content{
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
}
.featuredRight{
    position: relative;
    flex:1;
    height: 100%;
    overflow: hidden;
}
.featuredRight>div {
    width: 100%;
    height: 100%;
}
.featuredLeft{
    position: relative;
    width: clamp(20vw, 400px, 30vw);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:1em;
}
.featuredLeft > p{
    margin: 0;
}
.featuredLeft > *:empty:not(.buttonPrimary){
    display: none;
}
.featuredLeft .propertyId{
    color:var(--colorGray);
    font-size: 0.8em;
}
.featuredLeft li{
    margin: 0;
}
.featuredLeft H2{
    font-size: 1.5em;
    color:var(--colorPrimaryBlue) !important;
    margin: 0;
}
.featuredPanorama{
    width: 100%;
    height: 100%;
    border: none;
}
.panoramaSoldLabel{
    position: absolute;
    top:1rem;
    left:1rem;
    width:300px;
    height: 96px;
    background-image: url('../sold-label.png');
    background-size: contain;
    pointer-events: none;
}
.carouselImage {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.featuredLeft .item_labels {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.featuredLeft .item_labels > div {
    position: relative;
    margin: 0.2em;
    font-size: 0.8em;
    border-radius: 0.5em;
    white-space: nowrap;
    padding: 0.3em 0.7em;
    color:#fff;
    box-shadow:  1px 1px 10px #00000030;
}
.featuredLeft .item_labels > div.assetClass{
    background-color: var(--colorAltBlue);
}
.featuredLeft .item_labels > div.methodOfSale{
    background-color: var(--colorCoral);
}
.featuredLeft .properties{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--colorBeige);
    padding: 1em;
    border-radius: 0.4em 1.5em 1.5em;
    align-items: center;
    font-size: 0.9em;
}
.featuredLeft .properties>div{
    position: relative;
    width: 50%;
    padding: 0.5em 0;
}
.featuredLeft .properties>div:nth-child(odd) {
    font-weight: 600;
}
.featuredButtons{
    text-align: center;
    padding: 1em 0;
    /* background-color: var(--colorBeige);
    border-radius: 0.4em 1.5em 1.5em; */
}
.featuredButtons button{
    padding: 0.7em 1.0em;
    font-size: 0.9em;
}
.featuredLeft .agents>div {
    position: relative;
    width: max(calc(50% - 10px), 100px);
}
.featuredLeft .agents {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    font-size: 0.8em;
    margin-top: auto;
    justify-content: center;
}
.featuredLeft .agents>div>img {
    width: 100%;
    height: auto;
    border-radius: 0.3em 3em 0.3em 0.3em;
    margin-bottom: 0.5em;
}











/* Swiper */
.swiper {
    width: 100%;
    height: 100%;
}
*{
    --swiper-pagination-bottom:0;
    --swiper-pagination-bullet-width:3vw;
    --swiper-pagination-bullet-height:3vw;
    --swiper-pagination-bullet-inactive-opacity:1;
    --swiper-navigation-size:var(--buttonSize);
    --swiper-navigation-color:var(--colorWhite);
}
.swiper-pagination{
    background: rgba(0,0,0,100);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.swiper-pagination-bullet{
    background-color: #000;
    border-radius: 0;
    box-shadow: 0 0 0 2px #ffffff80;
    margin: 0.5vw 0.2vw !important;
    transition: box-shadow 0.3s;
    border-radius: 0.2vw 1vw 1vw;
    overflow: hidden;
}
body.hasHover .swiper-pagination-bullet:hover{
    background-color: #000;
    filter: none;
    box-shadow: 0 0 0 4px #ffffff40, 0 0 0 2px #ffffff80;
}
body.hasHover .swiper-pagination-bullet:hover img{
    filter: none;
}
.swiper-pagination-bullet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.swiper-pagination-bullet-active img{
    filter: none;
}
.swiper-pagination-bullet-active{
    box-shadow: 0 0 0 4px #ffffff !important;
}
.swiper-slide{
    background: var(--gradientPrimary);
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-button-next, .swiper-button-prev {
    background-color: var(--colorPrimaryBlue);
    transition: var(--buttonOverTransition);
    width: var(--swiper-navigation-size);
    border-radius: 50%;
    opacity: 0.8;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0.7rem;
}
body.hasHover .swiper-button-next:hover,
body.hasHover .swiper-button-prev:hover{
    background-color: var(--colorPrimaryGreen);
    box-shadow: var(--buttonOverOutline);
    opacity: 1;
}

.sliderDisclaimer{
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 0.7em;
    width: 25%;
}
.swiper-wrapper{
    background-color: #888;
}
/* Swiper */


/* Featured Close-Open */
.featuredInfoCloseButton{
    background-image: var(--menuCloseIcon);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23ffffff"><path d="M398.08-253.85 171.92-480l226.16-226.15 42.15 43.38L287.46-510h500.62v60H287.46l152.77 152.77-42.15 43.38Z"/></svg>');
    position: absolute;
    background-size: 80%;
    top:5px;
    right:5px;
    z-index: 2;
}
.featuredLeft{
    transition: all 0.3s ease;
}
.featuredLeft.closed{
    width: 0;
    padding: 0;
}
.featuredLeft.closed > *{
    opacity: 0;
}

.featuredInfoOpenButton{
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease !important;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    background-color: var(--colorPrimaryBlue);
    color: #fff;
    padding: 1em 0.75em;
    left: 0;
    top: 0;
    border-radius: 0 1em 1em 0;
    box-shadow: 0 0 0 2px #ffffff40;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    cursor: pointer;
    user-select: none;
    margin-top: 10vh;
    opacity: 0;
    margin-left:-50px;
}
body.hasHover .featuredInfoOpenButton:hover{
    background-color: var(--colorPrimaryGreen);
    box-shadow: 0 0 0 4px #ffffff80;
}
.featuredInfoOpenButton.closed{
    opacity: 1;
    margin-left:0px;
}
/* Featured Close-Open */