.elementor-kit-6{--e-global-color-primary:#04519B;--e-global-color-secondary:#57606A;--e-global-color-text:#131313;--e-global-color-accent:#97C23D;--e-global-color-f1dcae8:#FBFBFB;--e-global-color-bd70560:#EFEFEF;--e-global-color-0f94957:#FFFFFF;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-ee739e4-font-family:"Ubuntu";--e-global-typography-ee739e4-font-size:34px;--e-global-typography-ee739e4-font-weight:700;--e-global-typography-ee739e4-text-transform:uppercase;--e-global-typography-0ec9c51-font-family:"Ubuntu";--e-global-typography-0ec9c51-font-size:34px;--e-global-typography-0ec9c51-font-weight:700;--e-global-typography-5f14e32-font-family:"Ubuntu";--e-global-typography-5f14e32-font-size:18px;--e-global-typography-5f14e32-font-weight:400;--e-global-typography-c3dd217-font-family:"Ubuntu";--e-global-typography-c3dd217-font-size:14px;--e-global-typography-c3dd217-font-weight:400;--e-global-typography-b12876d-font-family:"Ubuntu";--e-global-typography-b12876d-font-size:22px;--e-global-typography-b12876d-font-weight:700;--e-global-typography-5bcda16-font-family:"Ubuntu";--e-global-typography-5bcda16-font-size:20px;--e-global-typography-5bcda16-font-weight:500;--e-global-typography-3207745-font-family:"Ubuntu";--e-global-typography-3207745-font-size:18px;--e-global-typography-3207745-font-weight:700;background-color:var( --e-global-color-f1dcae8 );font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{font-family:"Ubuntu", Sans-serif;font-size:44px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h2{font-family:"Ubuntu", Sans-serif;font-size:40px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h3{font-family:"Ubuntu", Sans-serif;font-size:34px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h4{font-family:"Ubuntu", Sans-serif;font-size:34px;font-weight:700;}.elementor-kit-6 h5{font-family:"Ubuntu", Sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h6{font-family:"Ubuntu", Sans-serif;font-size:20px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.wish-badge {
    background-color: #97C23D !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 5px !important;
    right: 7px !important;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Якщо бадж порожній - він невидимий навіть без JS */
.wish-badge:empty {
    display: none !important;
}

.elementor-item {
    position: relative !important;
}


/* Корекція лічильника для мобільного меню (без тексту) */
@media (max-width: 1024px) {
    /* Робимо пункт меню відносним контейнером для баджа */
    #wishlist-menu-item, 
    .elementor-nav-menu--dropdown .elementor-item {
        position: relative !important;
        display: inline-flex !important;
        align-items: center;
    }

    /* Позиціонуємо кружечок поверх іконки */
    .wish-badge {
        position: absolute !important;
        display: inline-flex !important;
        
        /* Налаштування накладання справа зверху */
        top: -2px !important;    /* Підніміть або опустіть (наприклад -5px) */
        right: -8px !important;  /* Зміщуйте вправо/вліво, щоб попасти на іконку */
        
        /* Розміри кружечка */
        width: 16px !important;
        height: 16px !important;
        font-size: 9px !important;
        z-index: 10;
    }

    /* Додаємо невеликий відступ самому посиланню, щоб бадж не лип до краю */
    #wishlist-menu-item {
        padding-right: 10px !important;
    }
}/* End custom CSS */