.art-property-details-container {
    display: flex;
    place-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 60px 0;
}

@media(min-width:992px) {
    .art-property-content .art-property-content-wrapper {
        display: flex;
        column-gap: 40px;
    }
    .art-property-content .art-property-content-wrapper > div {
        flex-basis: 50%;
    }
}
.art-property-features {
    background-color: var(--medium-grey);
    padding: 15px;
}
.art-property-contact-office-fullwidth {
    background-color: var(--medium-grey);
}
.art-property-sidebar-container {
    display: grid;
    row-gap: 20px;
}
@media(min-width:992px) {
    aside.art-property-contact-office-fullwidth > .art-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}
.art-single-property-hero--thumbslider {
    position: relative;
}
.art-single-property-hero-image img,
.art-single-property-hero--thumbslider .swiper-slide img {
    aspect-ratio: auto;
    height: calc(77vh - 110px);
    max-height: 606px;
    min-height: 500px;
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    object-position: center;    
}
/* .art-single-property-hero--thumbslider-thumbs .swiper-wrapper {
    justify-content: center;
} */
.art-single-property-hero--thumbslider-thumbs .swiper-slide img {
    aspect-ratio: auto;
    cursor: pointer;
}
.art-single-property-hero--thumbslider .swiper-wrapper {
    margin-bottom: 0;
}
.art-single-property-hero-content {
    position: absolute;
    /* bottom: 20px; */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgb(0 0 0 / 50%);
    color: white;
}
.art-single-property-hero--thumbslider.slides-1 .art-single-property-hero-content {
    bottom: 0;
}
.art-single-property-hero--thumbslider {
    margin-bottom: 20px;
}
.art-property-title h1 {
    margin: 0;
}
.art-single-property-hero-content h1 {
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: normal;
    flex-basis: 100%;
}
.art-single-property-hero-content p {
    color: inherit;
    font-size: 28px;
    margin-bottom: 0;
}
span.price-qualifier {
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
}
p.price {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: var(--secondary);
    text-transform: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.art-single-property-hero-content > .art-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.art-single-property-hero-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.art-single-property-hero-title .property-label {
    width: fit-content;
    margin-right: 16px;
    align-self: center;
}
/* .art-single-property-hero-availability {
    grid-column: 1;
} */
/* .art-single-property-hero-icons {
    grid-column: 1;
} */
.art-single-property-hero-media {
    display: none;
}
@media(min-width: 992px) {
    .art-single-property-hero-media {
        display: flex;
        align-items: center;
        justify-content: end;
        grid-column: 2;
        grid-row: 1;
    }
}
.art-single-property-hero-media ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 10px;
    list-style: none;
    place-items: center;
}
.art-single-property-hero-media a,
.art-single-property-hero-media button {
    background: transparent;
    color: var(--highlight);
    border: none;
    display: inline-flex;
    gap: 4px;
    place-items: center;
    font-size: 1.3rem;
    color: white;
    transition: 0.3s ease;
}
.art-single-property-hero-media a:is(:hover, :focus),
.art-single-property-hero-media button:is(:hover, :focus) {
    color: var(--highlight);
}
.art-single-property-hero-icons .single-property-types {
    text-align: left;
    padding: 0;
    margin: 0;
}
/* Property full width CTA */
aside.single-property-fullwidth-cta {
    background: var(--medium-grey);
}
.single-property-fullwidth-cta h2 {
    margin-top: 0;
    text-align: center;
    color: inherit;
}
.single-property-fullwidth-cta p {
    text-align: center;
    color: inherit;
}
/* Top Section 7 */
div#mobile-hero-thumbnail-gallery {
    display: grid;
    gap: 20px;
}
.art-property-sidebar-gallery {
    display: grid;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.art-property-sidebar-gallery img {
    width: 100%;
    height: auto;
}





/* Child styles */
p.price {
    font-family: 'DM Serif Text', sans-serif;
}





/* Custom */
@media (min-width: 992px) {
    aside.art-property-contact-office-fullwidth > .art-container {
        gap: 80px;
    }
    aside.art-property-contact-office-fullwidth > .art-container img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }    
}
aside.single-property-fullwidth-cta {
    background: #171219;
}
aside.single-property-fullwidth-cta {
    color: white;
}
.art-single-property-hero--thumbslider-thumbs .swiper-slide img {
    aspect-ratio: 16/9;
}
/* .art-single-property-hero--thumbslider .swiper-button-next, 
.art-single-property-hero--thumbslider .swiper-button-prev {
    display: none;
} */
.hide-on-load {
    visibility: hidden;
}
