.home-slide-001 .sppb-carousel-extended-outer-stage {
    height: auto !important;
}

.home-slide-001 .sppb-carousel-extended-item img {
    object-fit: cover !important;
    aspect-ratio: 8 / 3;
    border-radius: 0;
}

.home-slide-001 .sppb-carousel-extended-nav-control .nav-control.next-control {
    margin-right: 0;
}

.home-slide-001 .sppb-carousel-extended-nav-control .nav-control.prev-control {
    margin-left: 0;
}

@media (max-width: 991px) {
    .home-slide-001 .sppb-carousel-extended-item img { aspect-ratio: 1 / 1; }
}





.home-brand-slider .sppb-carousel-extended-outer-stage {
    height: auto !important;
}

.home-brand-slider .sppb-carousel-extended-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-brand-slider .sppb-carousel-extended-item {
    aspect-ratio: 2 / 1;
}

.home-brand-slider .sppb-carousel-extended-content-wrap,
.home-brand-slider .sppb-carousel-extended-item img,
.home-brand-slider .sppb-carousel-extended-item-overlay {
    border-radius: 0 !important;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: 0.5s;
}

.home-brand-slider .sppb-carousel-extended-content-wrap:hover {
    border-color: #2a67f0;
}

.home-brand-slider div.sppb-carousel-extended-dots { bottom: 20px; }


@media (max-width: 991px) {
  .home-brand-slider .sppb-carousel-extended-item { aspect-ratio: 2 / 1; }
}






/*feature products*/

.home-feature-products .thumbnail span.hikashop_product_stock_count {
    display: none;
}

@media (min-width: 992px) {
    .home-feature-products .thumbnail .hikashop_product_image {
 	   position: absolute;
    	width: 200px;
    	left: 15px;
    	top: 15px;
	}
	.home-feature-products .thumbnail {
    	padding-left: 230px !important;
    	padding-right: 30px !important;
    	position: relative;
    	height: 230px;
    	align-items: center;
    	display: flex;
 }
	.home-feature-products .thumbnail span.hikashop_product_name { margin-top: 0; }
    .home-feature-products .thumbnail a.hikabtn.hikacart {
        color: transparent;
        position: relative;
        width: fit-content;
        display: flex;
        margin: auto;
        margin-right: 0;
        width: 25px;
        height: 25px;
        background: transparent;
        overflow: hidden;
    }
    .home-feature-products .thumbnail a.hikabtn.hikacart:before {
        content: "";
        position: absolute;
        background: url('/images/0_esta/dashboard/cart.png');
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0) invert(1);
        top: 0;
        right: 0;
    }
}

/*end of feature products*/



@media (max-width: 767px) {
  .bg-overlay-001 .sppb-row-overlay { background: rgb(0 0 0 / 70%) !important; }
}
