.elementor-549 .elementor-element.elementor-element-f2d49c1{--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;--margin-top:040px;--margin-bottom:040px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-549 .elementor-element.elementor-element-1b0a29c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 030px) 0px;text-align:center;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-549 .elementor-element.elementor-element-93b7d06.elementor-wc-products  ul.products{grid-column-gap:18px;grid-row-gap:20px;}.elementor-549 .elementor-element.elementor-element-93b7d06 .woocommerce-loop-category__title .count{font-family:"Montserrat", Sans-serif;font-size:0px;font-weight:600;line-height:1.6em;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(min-width:768px){.elementor-549 .elementor-element.elementor-element-f2d49c1{--content-width:1140px;}}@media(max-width:767px){.elementor-549 .elementor-element.elementor-element-f2d49c1{--min-height:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for wc-categories, class: .elementor-element-93b7d06 */.home-categories ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-categories ul li{
    border-radius: 15px;
    background-color: transparent!important;
}

.home-categories ul li:hover{
    transform: translateY(-6px)!important;
}


.home-categories a img {
    margin-bottom: 0!important;
}

.home-categories li.product-category {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    transition: transform .3s ease;
    overflow: hidden;
}

.home-categories li.product-category a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: transform .3s ease, box-shadow .3s ease;
}

.home-categories li.product-category:hover {
    transform: translateY(-6px);
}

.home-categories li.product-category:hover a {
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.home-categories li.product-category img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-categories li.product-category a:hover img {
    transform: scale(1.05);
}

.home-categories .woocommerce-loop-category__title {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    margin: 0;
    padding: 16px 18px;
    border-radius: 99px;
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #2C2C2C;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: background .4s ease;
}

.home-categories .woocommerce-loop-category__title:hover{
    background: #FFF1FF!important;
}

.home-categories .woocommerce-loop-category__title .count {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #7A7A80;
}

.home-categories .woocommerce-loop-category__title .count {
    display: none !important;
}

@media (max-width: 1024px) {
    .home-categories ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        place-items: center;
    }
}

@media (max-width: 767px) {
    .home-categories ul.products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-categories li.product-category a {
        border-radius: 20px;
    }

    .home-categories .woocommerce-loop-category__title {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
        border-radius: 14px;
        font-size: 15px;
    }

    .home-categories .woocommerce-loop-category__title .count {
        font-size: 12px;
        margin-top: 4px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f2d49c1 */.hero-section-category {
    position: relative;
}

.hero-section-category::before {
    content: "";
    position: absolute;
    top: -300px;
    left: -300px;
    width: 900px;
    height: 900px;
    background: radial-gradient(
        circle,
        rgba(214, 169, 255, 0.25) 0%,
        rgba(214, 169, 255, 0.15) 25%,
        rgba(214, 169, 255, 0.05) 45%,
        rgba(255, 255, 255, 0) 70%
    );
    pointer-events: none;
    z-index: 0;
}

.hero-section-category > * {
    position: relative;
    z-index: 1;
}

/* прибираємо count */
.woocommerce ul.products li.product-category .count,
.woocommerce ul.products li.product-category mark.count {
    display: none !important;
}/* End custom CSS */