.products-container .woocommerce-loop-product__title,
.products-container .woocommerce-loop-product__title a,
.products-container .product-title,
.products-container .product-title a,
.products-container h3.product_title,
.products-container h3.product_title a,
.products-container .elementor-heading-title,
.products-container .elementor-heading-title a,
.elementor.e-loop-item .elementor-widget-woocommerce-product-title .elementor-heading-title,
.elementor.e-loop-item .elementor-widget-woocommerce-product-title .elementor-heading-title a,
a.products-container + h3.product_title,
a.products-container + h3.product_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.2em;
}

.products-container .woocommerce-loop-product__title a,
.products-container .product-title a,
.products-container h3.product_title a,
.products-container .elementor-heading-title a,
.elementor.e-loop-item .elementor-widget-woocommerce-product-title .elementor-heading-title a,
a.products-container + h3.product_title a {
    text-decoration: inherit;
    color: inherit;
}

a.products-container + .e-con-inner .quantity,
.products-container .quantity,
.elementor.e-loop-item .elementor-widget-wc-add-to-cart .quantity,
.lptl-qty-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #f4f6f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    min-width: 6.25rem;
}

a.products-container + .e-con-inner .quantity .qty,
.products-container .quantity .qty,
.elementor.e-loop-item .elementor-widget-wc-add-to-cart .quantity .qty,
.lptl-qty-wrapper .qty {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    
    color: inherit;
}

a.products-container + .e-con-inner .quantity .qty:focus,
.products-container .quantity .qty:focus,
.elementor.e-loop-item .elementor-widget-wc-add-to-cart .quantity .qty:focus,
.lptl-qty-wrapper .qty:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(56, 194, 136, 0.25);
}

a.products-container + .e-con-inner .quantity .qty::-webkit-outer-spin-button,
a.products-container + .e-con-inner .quantity .qty::-webkit-inner-spin-button,
.products-container .quantity .qty::-webkit-outer-spin-button,
.products-container .quantity .qty::-webkit-inner-spin-button,
.elementor.e-loop-item .elementor-widget-wc-add-to-cart .quantity .qty::-webkit-outer-spin-button,
.elementor.e-loop-item .elementor-widget-wc-add-to-cart .quantity .qty::-webkit-inner-spin-button,
.lptl-qty-wrapper .qty::-webkit-outer-spin-button,
.lptl-qty-wrapper .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a.products-container + .e-con-inner .quantity .qty[type='number'],
.products-container .quantity .qty[type='number'],
.elementor.e-loop-item .elementor-widget-wc-add-to-cart .quantity .qty[type='number'],
.lptl-qty-wrapper .qty[type='number'] {
    -moz-appearance: textfield;
}

.lptl-qty-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    min-width: 1.8rem;
    min-height: 1.8rem;
    border-radius: 100% !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    color: inherit !important;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.1s ease, box-shadow 0.3s ease;
    background-clip: padding-box;
    z-index: 1;
}

.lptl-qty-btn.lptl-qty-decrease {
    left: 0.25rem;
}

.lptl-qty-btn.lptl-qty-increase {
    right: 0.25rem;
}

.lptl-qty-btn:hover,
.lptl-qty-btn:focus {
    background-color: #DADAAF !important;
    color: #161526 !important;
    box-shadow: 0 4px 10px rgba(56, 194, 136, 0.35);
}

.lptl-qty-btn:active {
    transform: translateY(-50%) scale(0.96);
    background-color: #8bae6f !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(42, 154, 107, 0.4);
}

.lptl-qty-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(56, 194, 136, 0.35), 0 4px 10px rgba(56, 194, 136, 0.3);
}

.lptl-cart-button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    max-height:39px;
    min-width: 2.8rem;
    border-radius: 35px;
    gap: 0;
    white-space: nowrap;
    overflow: hidden;
    transform-origin: right center;
    transition: padding 0.3s ease, min-width 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.lptl-cart-button .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
}

.lptl-cart-button .elementor-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
}

.lptl-cart-button .elementor-button-text {
    display: inline-block;
    white-space: nowrap;
    order: 1;
    overflow: hidden;
    max-width: 1.5rem;
    opacity: 1;
    transform: translateX(0);
    margin-right: 0.4rem;
    transition: max-width 0.3s ease, margin-right 0.3s ease;
}

.lptl-cart-button.lptl-cart-expanded {
    padding-left: 1.15rem;
    padding-right: 1.45rem;
    min-width: 7.4rem;
    border-radius: 35px !important;
    box-shadow: 0 6px 16px rgba(56, 194, 136, 0.25);
}

.lptl-cart-button.lptl-cart-expanded .elementor-button-text {
    max-width: 6rem;
    margin-right: 0.6rem;
}

.elementor.e-loop-item {
    border: 15px solid transparent;
    border-radius: 5px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    border-color: #f2f2e4;
    background-color: #f2f2e4;
    box-sizing: border-box;
    box-shadow:0px 0px 3px #1526172c;
}


.elementor.e-loop-item:hover {
    border-color: #2F5244;
    background-color: #2F5244;
}

.elementor.e-loop-item:hover h3.product_title a, .elementor.e-loop-item:hover p.price{
    color:#DADAAF !important;
    font-weight: 400;
}
