.home-section:has(.image_elranchero3){
	width:100%;
}
.image_elranchero3 img{
    object-fit: contain;
    height: auto;
}

.home-section:has(.home-search-section) {
	background-color: transparent;
}

.search-slide-section select {
	border: 1px solid #e2e2e2;	
}
.home-section-layout4 {
	background-color: transparent;
}
.home-section-layout4 .inventory-cards-swiper-layout4:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    width: 7vw;
}
.home-section-layout4 .inventory-cards-swiper-layout4:after {
	background: linear-gradient(90deg,rgba(255, 255, 255, 0),#fff 70%);
	width: 7vw;
}
.inventory-container .inventory-cards-swiper-layout4 #view-featured {
	color: var(--primary-color);
}
.inventory-container .inventory-cards-swiper-layout4 #view-featured:hover {
	background-color: var(--primary-color) !important;
	color: white;
}
.home-section-layout4 .inventory-cards-swiper-layout4 .inventory-card {
	background-color: transparent;
}
.inventory_home_slider .inventory-cards-swiper-layout4 .title-holder h4, .home-block-inventory.layout-4 .icon-info-item span {
	color: #000;
}
.inventory-card-pagination-layout4 .swiper-pagination-bullet {
	background-color: #bbb;
}
.inventory-card-pagination-layout4.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: var(--primary-color);
}