@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.xcat-product-config {
    position: relative;
}

.xcat-buy-card__price,
.xcat-buy-card__price *,
[data-xcat-price],
[data-xcat-price] *,
.product-price,
.product-name *,
.xcat-fallback-card__price,
.xcat-fallback-card__price *,
.xcat-price-list__price,
.xcat-price-list__price * {
    font-family: 'Montserrat-Medium', sans-serif !important;
    font-weight: 500 !important;
    color: var(--contentPrimaryColor);
}

.xcat-product-config__sticky {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.xcat-product-gallery-crumb {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary500, #0A2753);
    font-size: var(--textMsize, 19px);
    line-height: var(--textMheightT, 24px);
    text-decoration: none;
}

.xcat-product-gallery-crumb:hover {
    color: var(--primary600, #081F42);
}

.xcat-product-gallery-crumb::before,
.xcat-product-gallery-crumb::after {
    content: none !important;
}

.xcat-product-gallery-crumb__dot {
    width: 8px;
    height: 8px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .xcat-product-config__sticky {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
    }
}

section .vc_row.full-width .vc_column_container.video{
    max-width: 100vw !important;
}

.xcat-video-band,
.xcat-video-band .vc_section,
.xcat-video-band .vc_row,
.xcat-video-band .vc_column_container,
.xcat-video-band .wpb_wrapper {
  width: 100%;
  max-width: none;
}

.xcat-video-band {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.xcat-video-band .vc_section > *,
.xcat-video-band .vc_row,
.xcat-video-band .vc_column_container > * {
  max-width: none !important;
  width: 100% !important;
}

.xcat-video-band .xleb-clip-wrapper.vc_video-aspect-ratio-169 {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 56.25%;
}

.xcat-video-band .xleb-clip,
.xcat-video-band .xleb-link,
.xcat-video-band .video-preview,
.xcat-video-band iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


.video-main-card .xleb-clip-wrapper{
    background-color: #FCF5EC;
}

.video-main-card video{
    mix-blend-mode: darken;
}

.xcat-product-video.xleb-clip-wrapper {
  width: 100%;
}

.xcat-product-video .xleb-clip,
.xcat-product-video video,
.xcat-product-video .video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.xcat-product-video.xleb-clip-wrapper.vc_video-aspect-ratio-169{
    padding-top: 100% !important;
}

.xcat-product-properties__item{
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media(min-width:992px){
    .xcat-product-properties__item{
        border-right: 1px solid #0A275340;
            padding-right: var(--columnGap);
    }

    .vc_column_container:last-child .xcat-product-properties__item{
        border-right: unset;
    }
}

.xcat-product-properties__img.center{
    width: 60px;
    height: 60px;
}

.xcat-product-properties__item p{
    text-align: center;
}

.vc-spec.textM p:first-child::after {
    content: unset;
    border-bottom: 1px dashed var(--blackOpacity500);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.vc-spec > p:last-child {
    margin: 0;
    text-align: right;
    justify-self: flex-end;
    min-width: 0;
}

.vc-spec.textM.tight:first-child{
    padding-top: var(--gapX5);
    padding-bottom: var(--gapX5);
    border-top: 1px solid var(--dividerDefault);
    border-bottom: 1px solid var(--dividerDefault);
}

.vc-spec.textM.tight:not(:first-child,:last-child){
    padding-top: var(--gapX5);
    padding-bottom: var(--gapX5);
    border-bottom: 1px solid var(--dividerDefault);
}

.vc-spec.textM.tight:last-child{
    border-bottom: 1px solid var(--dividerDefault);
    padding-bottom: var(--gapX5);
    padding-top: var(--gapX5);
}

.spec-list{
    gap: unset;
}

.vc-spec.textM.tight > :is(p.spec-name, p.spec-value){
    font-size: var(--textSsize);
    line-height: var(--textSheightT);
    margin-top: var(--textStopT);
    margin-bottom: var(--textSbottomT);
}

.buttons-row{
    display: flex;
    flex-direction: row;
    gap: var(--gapX4);
    width: 100%;
}

.buttons-row .left.outlined.medium{
    margin-right: auto;
}

.dot-action > .vc_row.vc_inner{
    height: 100%;
}

.dot-action::after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #0A2753;
    position: absolute;
    right: 0;
}

div:has(iframe):not(.vc_row,.wpb-content-wrapper){
    aspect-ratio: 16/9;
    width: 100%;
}

div iframe{
    width: 100%;
    height: 100%;
}

.aurica-residence-map__info > .vc_column-inner,
.aurica-residence-map__media > .vc_column-inner {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.aurica-residence-map__info > .vc_column-inner > .wpb_wrapper {
    min-height: 509px;
    display: flex;
    flex-direction: column;
}

.aurica-residence-map__media > .vc_column-inner > .wpb_wrapper {
    height: 509px;
}

.aurica-residence-map__embed {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    background: #fcf5ec;
}

.aurica-residence-map__embed > a {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.aurica-residence-map__embed iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    filter: grayscale(1);
    opacity: 0.8;
}

@media (max-width: 991.98px) {
    .aurica-residence-map.vc_row {
        flex-direction: column;
        gap: var(--gapX6, 24px);
    }

    .aurica-residence-map.vc_row > .aurica-residence-map__info,
    .aurica-residence-map.vc_row > .aurica-residence-map__media {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: none;
    }

    .aurica-residence-map.vc_row > .aurica-residence-map__info,
    .aurica-residence-map__info > .vc_column-inner > .wpb_wrapper {
        min-height: 0;
    }

    .aurica-residence-map.vc_row > .aurica-residence-map__media,
    .aurica-residence-map__media > .vc_column-inner > .wpb_wrapper,
    .aurica-residence-map__embed {
        height: auto !important;
        aspect-ratio: 904 / 509 !important;
    }
}
/* /Codex: Figma residence map block */

.vc_row:has(.dot-action):hover .dot-action::after{
    background-color: #0A2753;
}

img.properties-size{
    mix-blend-mode: multiply;
}

@media (max-width: 768px){
    .buttons-row{
        flex-wrap: wrap;
    }

    .buttons-row .btn{
        width: 100%;
    }
}

.footer-accordion .accordion-header p{
    font-family: 'Montserrat-Medium', sans-serif !important;
    font-weight: 500 !important;
}

.aurica-contact-widget {
    position: fixed;
    right: var(--outsideGap);
    bottom: var(--outsideGap);
    z-index: 1200;
    font-family: 'Montserrat-Regular', Montserrat, Arial, sans-serif;
    color: var(--contentPrimaryColor, #0A2753);
}

.aurica-contact-widget__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid var(--primary500, #0A2753);
    border-radius: 50%;
    color: #fff;
    background: var(--primary500, #0A2753);
    cursor: pointer;
}

.aurica-contact-widget__button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.aurica-contact-widget__panel {
    position: absolute;
    right: 0;
    bottom: 52px;
    width: max-content;
    max-width: calc(100vw - 48px);
    padding: 20px 24px 20px 16px;
    border-radius: 8px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.aurica-contact-widget.is-open .aurica-contact-widget__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.aurica-contact-widget__header {
    display: none;
}

.aurica-contact-widget__links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aurica-contact-widget__link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    color: var(--contentPrimaryColor, #0A2753);
    font-size: var(--textSsize, 14px);
    line-height: var(--textSheightT, 16px);
    text-decoration: none;
    white-space: nowrap;
}

.aurica-contact-widget__link:hover {
    color: var(--primary600, #081F42);
}

.aurica-contact-widget__link svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.aurica-contact-widget__link span {
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
}

.aurica-contact-widget__overlay,
.aurica-contact-widget__close {
    display: none;
}

@media (max-width: 767.98px) {
    .aurica-contact-widget {
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
    }

    .aurica-contact-widget__button {
        width: 44px;
        height: 44px;
    }

    .aurica-contact-widget.is-open .aurica-contact-widget__button {
        opacity: 0;
        pointer-events: none;
    }

    .aurica-contact-widget__overlay {
        position: fixed;
        inset: 0;
        display: block;
        background: rgba(10, 39, 83, 0.12);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .aurica-contact-widget.is-open .aurica-contact-widget__overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .aurica-contact-widget__panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        max-width: none;
        padding: 20px 16px calc(32px + env(safe-area-inset-bottom));
        border-radius: 0;
        background: #fffbf6;
        transform: translateY(100%);
    }

    .aurica-contact-widget.is-open .aurica-contact-widget__panel {
        transform: translateY(0);
    }

    .aurica-contact-widget__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 20px;
    }

    .aurica-contact-widget__header h2 {
        margin: 0;
        color: var(--contentPrimaryColor, #0A2753);
        font-family: 'LTRemark-Regular', 'LT Remark', serif;
        font-size: var(--titleXXSsize, 18px);
        font-weight: 400;
        line-height: var(--titleXXSheightT, 22px);
    }

    .aurica-contact-widget__close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        color: var(--primaryOpacity500, rgba(10, 39, 83, 0.5));
        background: transparent;
        cursor: pointer;
    }

    .aurica-contact-widget__close svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.2px;
        stroke-linecap: round;
    }

    .aurica-contact-widget__links {
        width: 100%;
    }

    .aurica-contact-widget__link {
        width: 100%;
        white-space: normal;
    }
}


.popup-content:has(.xleb-search-wrap){
    display: flex;
    flex-direction: column;
    width: 714px;
    max-width: min(714px, calc(100vw - 32px));
    height: 100%;
    padding: 32px 36px 40px;
    background: #fffbf6;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-content:has(.xleb-search-wrap) > p{
    display: contents;
}

.popup-content:has(.xleb-search-wrap) .vc_row{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.popup-content:has(.xleb-search-wrap) .vc_column_container,
.popup-content:has(.xleb-search-wrap) .vc_column-inner,
.popup-content:has(.xleb-search-wrap) .wpb_wrapper{
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.popup-content:has(.xleb-search-wrap) .titleXXS h3{
    margin: 0;
    color: #0a2753;
}

.popup-content:has(.xleb-search-wrap) .mfp-close{
    top: 32px;
    right: 36px;
    width: 28px;
    height: 28px;
    padding: 0;
    color: transparent;
    font-size: 0;
    opacity: 1;
}

.popup-content:has(.xleb-search-wrap) .mfp-close::before,
.popup-content:has(.xleb-search-wrap) .mfp-close::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 1.25px;
    border-radius: 2px;
    background: rgba(10, 39, 83, 0.65);
    transform-origin: center;
}

.popup-content:has(.xleb-search-wrap) .mfp-close::before{
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-content:has(.xleb-search-wrap) .mfp-close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px){
    .popup-content:has(.xleb-search-wrap){
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: calc(100vh - 24px);
        padding: 28px 20px 32px;
    }

    .popup-content:has(.xleb-search-wrap) .mfp-close{
        top: 28px;
        right: 20px;
    }
}

.popup-content:has(.xleb-search-wrap) .vc_row:has(.swiper){
    margin-top: auto !important;
}

.popup-content:has(.xleb-search-wrap) .vc_row .swiper .slider-controls{
    display: none;
}

.popup-content:has(.xleb-search-wrap) .vc_row .swiper .description.product-card{
    display: flex;
    flex-direction: column;
    gap: unset;
}

.custom-height-320{
    height: 320px !important;
    padding: var(--gapX5) var(--gapX5) var(--gapX8) var(--gapX6);
    border-right: 1px solid var(--primaryOpacity300);
}

.vc_row:has(.custom-height-320) .custom-height-320:last-child{
    border-right: unset;
}

.vc_row.details:has(.custom-height-320){
    border-top: 1px solid var(--primaryOpacity300);
}

@media(max-width:767px){
    .custom-height-320{
        border-right: unset;
        height: 100% !important;
    }
    .vc_row:has(.custom-height-320){
        border-top: unset;
    }
}

.swiper:has(> .posts-container.from-parent .date-views) {
    padding-bottom: 0;
    margin-bottom: 0;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    pointer-events: none;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls > .swiper-pagination {
    display: none;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls > .navigation-slider {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    gap: 8px;
    order: initial;
    pointer-events: auto;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-prev,
.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-next {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--contentPrimaryColor, #0a2753);
    opacity: 1;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-prev::before,
.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-next::before {
    font-size: 32px;
    line-height: 1;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-prev::after,
.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-next::after {
    content: none;
}

.swiper:has(> .posts-container.from-parent .date-views) > .slider-controls .swiper-button-disabled {
    opacity: .45;
}

@media (max-width: 767.98px) {
    .swiper:has(> .posts-container.from-parent .date-views) {
        padding-bottom: 0;
    }

    .swiper:has(> .posts-container.from-parent .date-views) > .slider-controls {
        display: none;
    }
}

