.natelo_products_v2_container .elementor-loop-container .e-loop-item {
    position: relative;
    min-width: 0;
}


.natelo_products_v2_container .nt_subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    color: var(--caption, #6E6E73);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}


.natelo_products_v2_container .e-loop-item .price_container .elementor-shortcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;
}

.natelo_products_v2_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_v2_container .e-loop-item .price_container .old_price {
    margin-top: -5px;
}

.natelo_products_v2_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_v2_container .e-loop-item .price_container .discount_percentage {
    display: flex;
    white-space: nowrap;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: center;
    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_v2_container .e-loop-item img {
    transition: transform 0.5s ease;
}

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


.natelo_products_v2_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_v2_container .elementor-pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 10px;
}

.natelo_products_v2_container .elementor-pagination .page-numbers {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border, #E6E6E6);
    padding: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: all 0.25s ease;
}

.natelo_products_v2_container .elementor-pagination .prev, .natelo_products_v2_container .elementor-pagination .next {
    width: auto;
    border-radius: 10px;
    padding: 5px 15px;
    background: var(--primary40, #EDF5FD);
    color: var(--wd-primary-color, #0071E3);
    border-color: var(--primary40, #EDF5FD);
}

.natelo_products_v2_container .elementor-pagination span.page-numbers {
    opacity: 0.6;
}

.natelo_products_v2_container .elementor-pagination a.page-numbers:hover {
    background-color: var(--wd-primary-color, #0071E3);
    border-color: var(--wd-primary-color, #0071E3);
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .natelo_products_v2_container .elementor-loop-container .e-loop-item.row_product_1, .natelo_products_v2_container .elementor-loop-container .e-loop-item.row_product_2 {
        border-right: 1px solid var(--border, #E6E6E6);
    }

    .natelo_products_v2_container .elementor-loop-container .e-loop-item:last-child {
        border-right: unset !important;
    }


    .natelo_products_v2_container .elementor-loop-container .e-loop-item.row_border_bottom {
        border-bottom: 1px solid var(--border, #E6E6E6);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .natelo_products_v2_container .elementor-loop-container .e-loop-item.tablet_row_product_1 {
        border-right: 1px solid var(--border, #E6E6E6);
    }

    .natelo_products_v2_container .elementor-loop-container .e-loop-item:last-child {
        border-right: unset !important;
    }

    .natelo_products_v2_container .elementor-loop-container .e-loop-item.tablet_row_border_bottom {
        border-bottom: 1px solid var(--border, #E6E6E6);
    }
}

@media screen and (max-width: 768px) {
    .natelo_products_v2_container .elementor-loop-container .e-loop-item {
        border-bottom: 1px solid var(--border, #E6E6E6);
    }

    .natelo_products_v2_container .elementor-loop-container .e-loop-item:last-child {
        border-bottom: unset;
    }
}