.natelo_products_carousel_container .e-loop-item:hover a.elementor-button {
    background-color: var(--wd-primary-color, #0071E3);
    fill: #fff;
    color: #fff;
}

.natelo_products_carousel_container .e-loop-item img {
    transition: transform 0.5s ease;
}

.natelo_products_carousel_container .e-loop-item:hover img {
    transform: scale(1.136);
}

.natelo_products_carousel_container .e-loop-item h2.elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

.natelo_products_carousel_container .e-loop-item .price_container .elementor-shortcode {
    display: flex;
    flex-direction: column;
}

.natelo_products_carousel_container .e-loop-item .price_container .current_price span {
    color: var(--title-color, #1D1D1F);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.natelo_products_carousel_container .e-loop-item .price_container .old_price {
    margin-top: -5px;
}

.natelo_products_carousel_container .e-loop-item .price_container .old_price span {
    color: var(--light-gray, #BCBCBC);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: line-through;
}

.natelo_products_carousel_container .e-loop-item .price_container .discount_percentage {
    display: flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
    padding: 8px;
    margin-top: 4px;
    border-radius: 50px;
    background-color: var(--background, #F5F5F7);
    color: var(--black, #000);
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    justify-content: center;
}

.natelo_products_carousel_container .swiper-pagination-bullet {
    opacity: 1;
}

.natelo_products_carousel_container .swiper-pagination-bullet-active {
    background: var(--title-color, #1D1D1F);
}

.natelo_products_carousel_container .swiper-pagination {
    margin-top: 30px;
    border-radius: 100px;
    border: 1px solid var(--border, #E6E6E6);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25.399999618530273px);
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.natelo_products_carousel_arrows .elementor-widget-container {
    display: flex;
    gap: 10px;
}

.natelo_products_carousel_arrows .next_slide, .natelo_products_carousel_arrows .previous_slide {
    display: flex;
}

.natelo_products_carousel_arrows .next_slide:hover, .natelo_products_carousel_arrows .previous_slide:hover {
    cursor: pointer;
}

.natelo_products_carousel_arrows .next_slide svg circle, .natelo_products_carousel_arrows .previous_slide svg circle, .natelo_products_carousel_arrows .next_slide svg path, .natelo_products_carousel_arrows .previous_slide svg path {
    transition: fill 0.3s ease-out, color 0.3s ease-out;
}

.natelo_products_carousel_arrows .next_slide:hover svg circle, .natelo_products_carousel_arrows .previous_slide:hover svg circle {
    fill: var(--primary40, #EDF5FD);
}

.natelo_products_carousel_arrows .next_slide:hover svg path, .natelo_products_carousel_arrows .previous_slide:hover svg path {
    fill: var(--wd-primary-color, #0071E3);
    color: var(--wd-primary-color, #0071E3);
}

.natelo_products_carousel_fixed_heading {
    flex: 1 !important;
    min-width: 100px;
}

.natelo_products_carousel_auto_heading {
    width: auto;
}

.natelo_products_carousel_container .card_bottom_container a.elementor-button{
  background-color: var( --primary40, #EDF5FD);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  fill: var( --wd-primary-color, #0071E3);
  color: var( --wd-primary-color, #0071E3);
  border-radius: 10px 10px 10px 10px;
  padding: 10px 25px 10px 25px;	
}

.natelo_products_carousel_container .card_bottom_container a.elementor-button.out_of_stock{
	background-color: var( --red-light, #FDF2F2);
  fill: var( --error, #EF4444);
  color: var( --error, #EF4444);	
}

.natelo_products_carousel_container .e-loop-item:hover a.elementor-button.out_of_stock {
    background-color: var(--red, #E30004);
	    fill: #fff;
    color: #fff;
}


@media screen and (min-width: 769px) {
    .natelo_products_carousel_container .swiper-slide {
        width: 372px !important;
        min-width: unset !important;
        max-width: unset !important;
    }

    .natelo_products_carousel_container .swiper-pagination {
        display: none;
    }

    .natelo_products_carousel_container .elementor-loop-container {
        padding-bottom: 0 !important;
    }
}


@media screen and (max-width: 400px) {
    .natelo_products_carousel_container .card_bottom_container {
        flex-direction: column;
    }

    .natelo_products_carousel_container .e-loop-item .price_container .elementor-shortcode {
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
    }

    .natelo_products_carousel_container .e-loop-item .price_container .discount_percentage {
        margin: 4px auto 0 auto;
    }
}