
.inventory-homes-block {margin:50px 0;}

.inventory-homes-block h2 {font-size:48px; font-family:var(--font-headline); color:var(--color-brand); text-align:center; margin-bottom:50px;}

.inventory-homes-block .homes.show-grid {display:flex; flex-wrap:wrap; margin:0 -20px;}
.inventory-homes-block .homes.show-grid .home {flex:0 0 calc(33.33% - 40px); margin:0 20px 20px;}

.inventory-homes-block .homes.show-carousel {display:flex; flex-wrap:wrap;}
.inventory-homes-block .homes.show-carousel .slick-arrow {flex:0 0 50px; text-indent:-100vw; overflow:hidden; background:no-repeat center center; background-size:100% auto;}
.inventory-homes-block .homes.show-carousel .slick-arrow.slick-next {background-image:url('../../img/arrow-right.svg')}
.inventory-homes-block .homes.show-carousel .slick-arrow.slick-prev {background-image:url('../../img/arrow-left.svg')}
.inventory-homes-block .homes.show-carousel .slick-list {flex:0 0 calc(100% - 100px);}
.inventory-homes-block .homes.show-carousel .slick-dots {flex:0 0 100%; list-style:none; text-align:center; margin:20px 0 0;}
.inventory-homes-block .homes.show-carousel .slick-dots li {width:10px; height:10px; border-radius:100%; border:1px solid #ccc; text-indent:-100vw; display:inline-block; margin:0 2px; overflow:hidden;}
.inventory-homes-block .homes.show-carousel .slick-dots li.slick-active {background:var(--color-brand); border-color:var(--color-brand);}
.inventory-homes-block .homes.show-carousel .home {margin:0 20px;}

.inventory-homes-block .homes .home .image {position:relative; aspect-ratio:16/9; border:1px solid var(--color-brand); border-width:1px 1px 0;}
.inventory-homes-block .homes .home .image img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.inventory-homes-block .homes .home .details {border:1px solid var(--color-brand); border-width:0 1px 1px; padding:20px; border-radius:0 0 5px 5px;}
.inventory-homes-block .homes .home .details .price {font-family:var(--font-headline); color:var(--color-brand); font-weight:bold; text-align:center; font-size:24px; margin-bottom:5px;}
.inventory-homes-block .homes .home .details .model {font-size:14px; text-align:center; text-transform:uppercase; margin-bottom:10px; letter-spacing:.1em; color:var(--color-brand);}
.inventory-homes-block .homes .home .details ul {list-style:none; margin-bottom:20px; text-align:center;}
.inventory-homes-block .homes .home .details ul li {font-size:16px; display:inline-block; margin:5px; text-transform:uppercase; letter-spacing:.1em;}
.inventory-homes-block .homes .home .details .button-wrapper {text-align:center;}

@media (max-width:700px) {
	.inventory-homes-block .homes.show-carousel {display:block;}
	.inventory-homes-block .homes.show-carousel .slick-list {}
}