.elementor-7105 .elementor-element.elementor-element-fab2b8c{--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:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:6px;--padding-left:0px;--padding-right:0px;}.elementor-7105 .elementor-element.elementor-element-5294f4c{--display:flex;}.elementor-7105 .elementor-element.elementor-element-3d45629.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-7105 .elementor-element.elementor-element-2f5de53{--display:flex;--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;}.elementor-7105 .elementor-element.elementor-element-7cf42d4{--display:flex;}.elementor-7105 .elementor-element.elementor-element-4a42036.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-7105 .elementor-element.elementor-element-4a42036.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-7105 .elementor-element.elementor-element-a5fbba5{--display:flex;--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;}.elementor-7105 .elementor-element.elementor-element-cf4d589{--display:flex;}@media(max-width:1024px){.elementor-7105 .elementor-element.elementor-element-4a42036.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-7105 .elementor-element.elementor-element-4a42036.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-categories, class: .elementor-element-3d45629 *//* EASY CATEGORY GRID — SOFT SMOKE VERSION */

.easy-category-grid {
    padding: 0 0 70px;
}

/* Grid */

.easy-category-grid ul.products,
.easy-category-grid .products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.easy-category-grid ul.products::before,
.easy-category-grid ul.products::after,
.easy-category-grid .products::before,
.easy-category-grid .products::after {
    display: none !important;
    content: none !important;
}

/* Card */

.easy-category-grid ul.products li.product,
.easy-category-grid ul.products li.product-category,
.easy-category-grid .product-category {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    list-style: none !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 26px !important;
    background: radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.56) 34%, rgba(255, 255, 255, 0) 62%),
    radial-gradient(circle at 18% 82%, rgba(123, 40, 216, 0.08) 0%, rgba(123, 40, 216, 0) 42%),
    linear-gradient(135deg, #ffffff 0%, #f8f7fb 42%, #eef0f5 100%) !important;
    border: 1px solid rgba(24, 20, 50, 0.075) !important;
    box-shadow: 0 10px 30px rgba(24, 20, 50, 0.055) !important;
    transition: transform 0.6s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.6s cubic-bezier(.22, 1, .36, 1),
    border-color 0.6s cubic-bezier(.22, 1, .36, 1),
    background 0.6s cubic-bezier(.22, 1, .36, 1) !important;
}

.easy-category-grid ul.products li.product::before,
.easy-category-grid ul.products li.product-category::before,
.easy-category-grid .product-category::before {
    content: "" !important;
    position: absolute !important;
    inset: -35% -20% auto auto !important;
    width: 220px !important;
    height: 220px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.58) !important;
    filter: blur(32px) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.easy-category-grid ul.products li.product::after,
.easy-category-grid ul.products li.product-category::after,
.easy-category-grid .product-category::after {
    content: "" !important;
    position: absolute !important;
    inset: auto auto -30% -18% !important;
    width: 190px !important;
    height: 190px !important;
    border-radius: 999px !important;
    background: rgba(120, 125, 145, 0.08) !important;
    filter: blur(28px) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.easy-category-grid ul.products li.product:hover,
.easy-category-grid ul.products li.product-category:hover,
.easy-category-grid .product-category:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 42px rgba(24, 20, 50, 0.105) !important;
    border-color: rgba(123, 40, 216, 0.18) !important;
}

/* Link */

.easy-category-grid ul.products li.product a,
.easy-category-grid ul.products li.product-category a,
.easy-category-grid .product-category a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    min-height: 270px !important;
    padding: 28px 24px 24px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    color: inherit !important;
    z-index: 1 !important;
}

/* Image */

.easy-category-grid ul.products li.product img,
.easy-category-grid ul.products li.product-category img,
.easy-category-grid .product-category img,
.easy-category-grid .woocommerce-loop-category__link img {
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: 78% !important;
    height: 180px !important;
    max-height: 180px !important;
    object-fit: contain !important;
    margin: 0 auto 26px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 2 !important;
    filter: drop-shadow(0 16px 20px rgba(20, 15, 45, 0.12)) !important;
    transition: transform 0.7s cubic-bezier(.22, 1, .36, 1),
    filter 0.7s cubic-bezier(.22, 1, .36, 1) !important;
}

.easy-category-grid ul.products li.product:hover img,
.easy-category-grid ul.products li.product-category:hover img,
.easy-category-grid .product-category:hover img {
    transform: scale(1.018) !important;
    filter: drop-shadow(0 18px 24px rgba(20, 15, 45, 0.16)) !important;
}

/* Title */

.easy-category-grid .woocommerce-loop-category__title {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 3 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #181426 !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
}

.easy-category-grid .woocommerce-loop-category__title::after {
    content: "Explore collection" !important;
    display: block !important;
    margin-top: 8px !important;
    color: #7b28d8 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

/* Hide count */

.easy-category-grid mark.count,
.easy-category-grid .count {
    display: none !important;
}

/* Tablet */

@media (max-width: 1024px) {
    .easy-category-grid ul.products,
    .easy-category-grid .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .easy-category-grid ul.products li.product a,
    .easy-category-grid ul.products li.product-category a,
    .easy-category-grid .product-category a {
        min-height: 250px !important;
    }

    .easy-category-grid ul.products li.product img,
    .easy-category-grid ul.products li.product-category img,
    .easy-category-grid .product-category img,
    .easy-category-grid .woocommerce-loop-category__link img {
        height: 165px !important;
        max-height: 165px !important;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .easy-category-grid {
        padding: 0 0 52px;
    }

    .easy-category-grid ul.products,
    .easy-category-grid .products {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .easy-category-grid ul.products li.product,
    .easy-category-grid ul.products li.product-category,
    .easy-category-grid .product-category {
        border-radius: 22px !important;
    }

    .easy-category-grid ul.products li.product a,
    .easy-category-grid ul.products li.product-category a,
    .easy-category-grid .product-category a {
        min-height: 220px !important;
        padding: 24px 20px 22px !important;
    }

    .easy-category-grid ul.products li.product img,
    .easy-category-grid ul.products li.product-category img,
    .easy-category-grid .product-category img,
    .easy-category-grid .woocommerce-loop-category__link img {
        max-width: 74% !important;
        height: 150px !important;
        max-height: 150px !important;
        margin-bottom: 22px !important;
    }

    .easy-category-grid .woocommerce-loop-category__title {
        font-size: 22px !important;
    }
}/* End custom CSS */