.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6 .elementor-element.elementor-element-72068cb.elementor-wc-products ul.products li.product{text-align:center;}.elementor-6 .elementor-element.elementor-element-72068cb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-6 .elementor-element.elementor-element-72068cb.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-6 .elementor-element.elementor-element-72068cb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-72068cb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-72068cb *//*=========================================
 PREMIUM PRODUCT SECTION
=========================================*/

.woocommerce{
    background:linear-gradient(180deg,#02040a,#071624,#02040a);
    padding:90px 7%;
    position:relative;
}

.woocommerce::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    right:-180px;
    top:-200px;
    background:radial-gradient(circle,#1686ff22 0%,transparent 70%);
    filter:blur(60px);
}

.woocommerce::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    left:-150px;
    bottom:-180px;
    background:radial-gradient(circle,#6b4cff15 0%,transparent 70%);
    filter:blur(70px);
}

/* Grid */

.woocommerce ul.products{
    gap:35px!important;
}

/* Product Card */

.woocommerce ul.products li.product{
    background:rgba(255,255,255,.05)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:24px!important;
    padding:20px!important;
    backdrop-filter:blur(18px);
    transition:.45s;
    overflow:hidden;
    position:relative;
}

/* Premium Top Border */

.woocommerce ul.products li.product:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#1798ff,#74cfff,#6b5cff);
    transform:scaleX(0);
    transition:.4s;
}

.woocommerce ul.products li.product:hover:before{
    transform:scaleX(1);
}

.woocommerce ul.products li.product:hover{
    transform:translateY(-12px);
    border-color:#2aa5ff!important;
    box-shadow:0 25px 60px rgba(24,125,255,.30);
}

/* Image */

.woocommerce ul.products li.product img{
    background:#fff;
    border-radius:18px;
    padding:12px;
    transition:.45s;
}

.woocommerce ul.products li.product:hover img{
    transform:scale(1.05);
}

/* Remove Category */

.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .product-category,
.woocommerce ul.products li.product .woocommerce-loop-category__title{
    display:none!important;
}

/* Product Name */

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color:#fff!important;
    font-size:22px!important;
    font-weight:700!important;
    text-align:center;
    margin-top:18px;
    margin-bottom:10px;
}

/* Price */

.woocommerce ul.products li.product .price{
    color:#67caff!important;
    font-size:24px!important;
    font-weight:700!important;
    text-align:center;
}

/* Button */

.woocommerce ul.products li.product a.button{
    width:100%;
    margin-top:18px;
    border-radius:14px;
    padding:15px 20px;
    background:linear-gradient(135deg,#ffffff,#d8f7ff);
    color:#02131d!important;
    font-weight:700;
    transition:.35s;
    border:none;
}

.woocommerce ul.products li.product a.button:hover{
    background:linear-gradient(135deg,#1aa3ff,#6b63ff);
    color:#fff!important;
}

/* Sale Badge */

.woocommerce span.onsale{
    background:linear-gradient(135deg,#18a4ff,#705dff)!important;
    border-radius:30px;
    border:none;
    padding:8px 15px;
    font-weight:700;
}

/* Mobile */

@media(max-width:768px){

.woocommerce{
    padding:60px 20px;
}

.woocommerce ul.products{
    gap:20px!important;
}

.woocommerce ul.products li.product{
    padding:15px!important;
}

}/* End custom CSS */