.elementor-1239 .elementor-element.elementor-element-e794b4e{--display:flex;--margin-top:-20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-1239 .elementor-element.elementor-element-0d7839b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-1239 .elementor-element.elementor-element-1ad6cc9{--wd-cat-img-width:343px;}.elementor-1239 .elementor-element.elementor-element-1ad6cc9 > .elementor-widget-container{background-color:#000000;padding:20px 20px 20px 20px;border-radius:10px 10px 10px 10px;}.elementor-1239 .elementor-element.elementor-element-1ad6cc9 [class*="products-bordered-grid"], .elementor-1239 .elementor-element.elementor-element-1ad6cc9 [class*="products-bordered-grid"] .wd-cat{--wd-bordered-brd:#A4A4A487;}.elementor-1239 .elementor-element.elementor-element-1ad6cc9 .wd-products-with-bg, .elementor-1239 .elementor-element.elementor-element-1ad6cc9 .wd-products-with-bg .wd-cat{--wd-prod-bg:#000000;--wd-bordered-bg:#000000;}.elementor-1239 .elementor-element.elementor-element-1ad6cc9 div.product-category .wd-entities-title, .elementor-1239 .elementor-element.elementor-element-1ad6cc9 .wd-nav-product-cat>li>a{font-family:"Sora", Sans-serif;font-size:16px;text-transform:capitalize;}.elementor-1239 .elementor-element.elementor-element-20bf0ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1239 .elementor-element.elementor-element-6e35ee3{--display:flex;}.elementor-1239 .elementor-element.elementor-element-ffd647a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1239 .elementor-element.elementor-element-7e0e964{--display:flex;}.elementor-1239 .elementor-element.elementor-element-fc288f9 .title{font-size:26px;color:#FFFFFF;}.elementor-1239 .elementor-element.elementor-element-db664df{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}.elementor-1239 .elementor-element.elementor-element-ec6c95b .wd-products-with-bg, .elementor-1239 .elementor-element.elementor-element-ec6c95b .wd-products-with-bg :is(.wd-product,.wd-cat){--wd-prod-bg:#000000;--wd-bordered-bg:#000000;}@media(max-width:1024px){.elementor-1239 .elementor-element.elementor-element-e794b4e{--margin-top:-20px;--margin-bottom:5px;--margin-left:0px;--margin-right:0px;}.elementor-1239 .elementor-element.elementor-element-20bf0ad{--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-1239 .elementor-element.elementor-element-ffd647a{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1239 .elementor-element.elementor-element-fc288f9 .title{font-size:25px;}.elementor-1239 .elementor-element.elementor-element-db664df{--justify-content:space-between;}}@media(max-width:768px){.elementor-1239 .elementor-element.elementor-element-20bf0ad{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-1239 .elementor-element.elementor-element-fc288f9 .title{font-size:22px;}}@media(min-width:769px){.elementor-1239 .elementor-element.elementor-element-7e0e964{--width:33.3%;}.elementor-1239 .elementor-element.elementor-element-db664df{--width:66.7%;}}@media(max-width:1024px) and (min-width:769px){.elementor-1239 .elementor-element.elementor-element-7e0e964{--width:100%;}.elementor-1239 .elementor-element.elementor-element-db664df{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-e794b4e *//* =========================
   FIXED PREMIUM CATEGORY UI
========================= */

/* Main Wrapper */
.wd-cats-element{
    padding:20px 0 !important;
    overflow:hidden !important;
    background:transparent !important;
}

/* REMOVE BROKEN FLEX */
.wd-cats-element .slick-track,
.wd-cats-element .owl-stage{
    display:block !important;
}

/* Category Card */
.wd-cats-element .wd-cat{
    position:relative !important;
    overflow:hidden !important;

    border:none !important;
    border-radius:28px !important;

    padding:32px 20px !important;

    background:
        linear-gradient(145deg,#0b0b0b,#151515) !important;

    transition:all .5s cubic-bezier(.22,1,.36,1) !important;

    box-shadow:
        0 10px 30px rgba(0,0,0,.45) !important;

    animation:floatCard 5s ease-in-out infinite;

    margin:0 12px !important;
}

/* Floating Animation */
@keyframes floatCard{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Hover Effect */
.wd-cats-element .wd-cat:hover{
    transform:
        translateY(-10px)
        scale(1.02);

    box-shadow:
        0 20px 45px rgba(0,0,0,.65),
        0 0 25px rgba(57,255,20,.12) !important;
}

/* Glow Background */
.wd-cats-element .wd-cat::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        radial-gradient(
            circle at top left,
            rgba(57,255,20,.10),
            transparent 45%
        );

    opacity:0;
    transition:.5s ease;
    pointer-events:none;
}

.wd-cats-element .wd-cat:hover::before{
    opacity:1;
}

/* Shine Effect */
.wd-cats-element .wd-cat::after{
    content:"";
    position:absolute;

    top:-120%;
    left:-40%;

    width:60%;
    height:300%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.08),
            transparent
        );

    transform:rotate(25deg);

    transition:.8s ease;

    opacity:0;
}

.wd-cats-element .wd-cat:hover::after{
    left:130%;
    opacity:1;
}

/* Content Layer */
.wd-cats-element .wd-cat > *{
    position:relative;
    z-index:2;
}

/* Image */
.wd-cats-element .wd-cat img{
    transition:all .5s ease !important;

    filter:
        drop-shadow(0 0 12px rgba(255,255,255,.08));
}

/* Image Hover */
.wd-cats-element .wd-cat:hover img{
    transform:
        scale(1.08)
        rotate(-2deg);

    filter:
        drop-shadow(0 0 18px rgba(57,255,20,.22));
}

/* Title */
.wd-cats-element .wd-cat-title{
    color:#fff !important;
    font-size:24px !important;
    font-weight:800 !important;

    margin-top:20px !important;

    transition:.35s ease;
}

/* Product Count */
.wd-cats-element .wd-cat-count{
    color:#9f9f9f !important;
    font-size:15px !important;

    transition:.35s ease;
}

/* Hover Text */
.wd-cats-element .wd-cat:hover .wd-cat-title{
    color:#39ff14 !important;
}

.wd-cats-element .wd-cat:hover .wd-cat-count{
    color:#fff !important;
}

/* Remove Borders */
.wd-cats-element .wd-cat *,
.wd-cats-element *{
    border:none !important;
}

/* Hide Arrows */
.wd-nav-arrows,
.slick-arrow,
.owl-nav,
.swiper-button-prev,
.swiper-button-next{
    display:none !important;
}

/* =========================
   MOBILE FIX
========================= */

@media(max-width:767px){

    /* Horizontal Scroll */
    .wd-cats-element{
        overflow-x:auto !important;
        overflow-y:hidden !important;

        white-space:nowrap !important;

        padding:10px 0 20px !important;

        -webkit-overflow-scrolling:touch !important;
    }

    /* Hide Scrollbar */
    .wd-cats-element::-webkit-scrollbar{
        display:none !important;
    }

    /* Mobile Card */
    .wd-cats-element .wd-cat{
        display:inline-block !important;

        width:220px !important;
        min-width:220px !important;

        padding:24px 16px !important;

        border-radius:22px !important;

        margin-right:14px !important;

        vertical-align:top !important;
    }

    /* Image */
    .wd-cats-element .wd-cat img{
        max-width:120px !important;
    }

    /* Hover */
    .wd-cats-element .wd-cat:hover{
        transform:
            translateY(-6px)
            scale(1.01);
    }

    /* Title */
    .wd-cats-element .wd-cat-title{
        font-size:18px !important;
    }

    /* Count */
    .wd-cats-element .wd-cat-count{
        font-size:13px !important;
    }
}/* End custom CSS */
/* Start custom CSS for wd_archive_products, class: .elementor-element-ec6c95b *//* =========================
   SHOW PAGINATION FIX
========================= */

.woocommerce-pagination{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    margin-top:40px !important;

    opacity:1 !important;
    visibility:visible !important;
}

/* Pagination List */
.woocommerce-pagination ul{
    display:flex !important;
    gap:12px !important;

    padding:0 !important;
    margin:0 !important;

    list-style:none !important;
}

/* Pagination Buttons */
.woocommerce-pagination a,
.woocommerce-pagination span{
    width:48px !important;
    height:48px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border:none !important;
    border-radius:14px !important;

    background:#111 !important;
    color:#fff !important;

    font-size:16px !important;
    font-weight:700 !important;

    transition:.3s ease !important;
}

/* Hover */
.woocommerce-pagination a:hover{
    background:#39ff14 !important;
    color:#000 !important;

    transform:translateY(-3px);
}

/* Active */
.woocommerce-pagination .current{
    background:#39ff14 !important;
    color:#000 !important;
}

/* Mobile */
@media(max-width:767px){

    .woocommerce-pagination{
        margin-top:25px !important;
    }

    .woocommerce-pagination ul{
        gap:8px !important;
    }

    .woocommerce-pagination a,
    .woocommerce-pagination span{
        width:42px !important;
        height:42px !important;

        font-size:14px !important;

        border-radius:12px !important;
    }
}
/* Remove Double Arrow */
.woocommerce-pagination .next.page-numbers::after,
.woocommerce-pagination .next.page-numbers i{
    display:none !important;
}

/* Keep Only One Arrow */
.woocommerce-pagination .next.page-numbers{
    font-size:0 !important;
}

.woocommerce-pagination .next.page-numbers::before{
    content:"→" !important;

    font-size:22px !important;
    color:#fff !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-20bf0ad *//* =========================
   SAFE PRODUCT UI FIX
   FULL RESPONSIVE VERSION
========================= */

/* Product Grid */
.woocommerce .products{
    gap:28px !important;
}

/* Product Card */
.woocommerce .products .product-grid-item{
    position:relative !important;

    overflow:hidden !important;

    border:none !important;
    border-radius:28px !important;

    background:
        linear-gradient(145deg,#0b0b0b,#151515) !important;

    padding:18px !important;

    transition:all .45s cubic-bezier(.22,1,.36,1) !important;

    box-shadow:
        0 12px 30px rgba(0,0,0,.45) !important;

    animation:productFloat 5s ease-in-out infinite;
}

/* Floating Animation */
@keyframes productFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Hover */
.woocommerce .products .product-grid-item:hover{
    transform:
        translateY(-10px)
        scale(1.02);

    box-shadow:
        0 20px 45px rgba(0,0,0,.65),
        0 0 25px rgba(57,255,20,.12) !important;
}

/* Glow */
.woocommerce .products .product-grid-item::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        radial-gradient(
            circle at top left,
            rgba(57,255,20,.10),
            transparent 45%
        );

    opacity:0;
    transition:.45s ease;

    pointer-events:none;
}

.woocommerce .products .product-grid-item:hover::before{
    opacity:1;
}

/* Image */
.woocommerce .products .product-grid-item img{
    width:100% !important;
    height:auto !important;

    border-radius:22px !important;

    transition:all .5s ease !important;

    filter:
        drop-shadow(0 0 10px rgba(255,255,255,.08));
}

/* Image Hover */
.woocommerce .products .product-grid-item:hover img{
    transform:
        scale(1.05)
        translateY(-5px);

    filter:
        drop-shadow(0 0 18px rgba(57,255,20,.18));
}

/* Title */
.woocommerce .products .wd-entities-title,
.woocommerce .products .product-title{
    color:#fff !important;

    font-size:22px !important;
    font-weight:800 !important;

    line-height:1.4 !important;

    transition:.35s ease;
}

/* Hover Title */
.woocommerce .products .product-grid-item:hover .wd-entities-title,
.woocommerce .products .product-grid-item:hover .product-title{
    color:#39ff14 !important;
}

/* Category */
.woocommerce .products .wd-product-cats{
    color:#9f9f9f !important;
    font-size:15px !important;
}

/* Price */
.woocommerce .products .price{
    color:#39ff14 !important;

    font-size:20px !important;
    font-weight:800 !important;
}

/* Old Price */
.woocommerce .products del{
    color:#777 !important;
}

/* Button */
.woocommerce .products .button,
.woocommerce .products .add_to_cart_button{
    width:100% !important;
    height:56px !important;

    border:none !important;
    border-radius:18px !important;

    background:#39ff14 !important;
    color:#000 !important;

    font-size:17px !important;
    font-weight:700 !important;

    transition:.35s ease !important;
}

/* Button Hover */
.woocommerce .products .button:hover,
.woocommerce .products .add_to_cart_button:hover{
    background:#fff !important;
    color:#000 !important;

    transform:translateY(-3px);
}

/* Sale Badge */
.woocommerce .products .onsale{
    background:#39ff14 !important;
    color:#000 !important;

    border:none !important;
    border-radius:50px !important;

    padding:8px 14px !important;

    font-weight:700 !important;
}

/* Remove Borders */
.woocommerce .products *{
    border:none !important;
}

/* =========================
   TABLET RESPONSIVE
========================= */

@media(max-width:1024px){

    /* Product Grid */
    .woocommerce .products{
        gap:20px !important;
    }

    /* Product Card */
    .woocommerce .products .product-grid-item{
        border-radius:24px !important;
        padding:16px !important;
    }

    /* Image */
    .woocommerce .products .product-grid-item img{
        border-radius:18px !important;
    }

    /* Title */
    .woocommerce .products .wd-entities-title,
    .woocommerce .products .product-title{
        font-size:19px !important;
    }

    /* Price */
    .woocommerce .products .price{
        font-size:18px !important;
    }

    /* Button */
    .woocommerce .products .button,
    .woocommerce .products .add_to_cart_button{
        height:52px !important;
        font-size:16px !important;
        border-radius:16px !important;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:767px){

    /* Product Grid */
    .woocommerce .products{
        gap:16px !important;
    }

    /* Product Card */
    .woocommerce .products .product-grid-item{
        border-radius:22px !important;

        padding:14px !important;

        animation:none !important;
    }

    /* Hover Small */
    .woocommerce .products .product-grid-item:hover{
        transform:
            translateY(-6px)
            scale(1.01);
    }

    /* Image */
    .woocommerce .products .product-grid-item img{
        border-radius:16px !important;
    }

    /* Title */
    .woocommerce .products .wd-entities-title,
    .woocommerce .products .product-title{
        font-size:16px !important;
        line-height:1.4 !important;
    }

    /* Category */
    .woocommerce .products .wd-product-cats{
        font-size:13px !important;
    }

    /* Price */
    .woocommerce .products .price{
        font-size:16px !important;
    }

    /* Sale Badge */
    .woocommerce .products .onsale{
        font-size:12px !important;

        padding:6px 10px !important;
    }

    /* Button */
    .woocommerce .products .button,
    .woocommerce .products .add_to_cart_button{
        height:46px !important;

        font-size:14px !important;

        border-radius:14px !important;
    }
}/* End custom CSS */