.elementor-1067 .elementor-element.elementor-element-f280790{--display:flex;--padding-top:24px;--padding-bottom:56px;--padding-left:16px;--padding-right:16px;}.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 );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1067 .elementor-element.elementor-element-e650f9a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;text-align:center;}.elementor-1067 .elementor-element.elementor-element-e650f9a .elementor-heading-title{font-family:var( --e-global-typography-e9045b6-font-family ), Sans-serif;font-size:var( --e-global-typography-e9045b6-font-size );font-weight:var( --e-global-typography-e9045b6-font-weight );line-height:var( --e-global-typography-e9045b6-line-height );}.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb{color:var( --e-global-color-primary );font-family:var( --e-global-typography-8477e9e-font-family ), Sans-serif;font-size:var( --e-global-typography-8477e9e-font-size );font-weight:var( --e-global-typography-8477e9e-font-weight );line-height:var( --e-global-typography-8477e9e-line-height );text-align:center;}.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb > a{color:var( --e-global-color-secondary );}.elementor-1067 .elementor-element.elementor-element-fa3fbab{--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;}@media(max-width:1440px){.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-1067 .elementor-element.elementor-element-e650f9a .elementor-heading-title{font-size:var( --e-global-typography-e9045b6-font-size );line-height:var( --e-global-typography-e9045b6-line-height );}.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb{font-size:var( --e-global-typography-8477e9e-font-size );line-height:var( --e-global-typography-8477e9e-line-height );}}@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-1067 .elementor-element.elementor-element-e650f9a .elementor-heading-title{font-size:var( --e-global-typography-e9045b6-font-size );line-height:var( --e-global-typography-e9045b6-line-height );}.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb{font-size:var( --e-global-typography-8477e9e-font-size );line-height:var( --e-global-typography-8477e9e-line-height );}}@media(max-width:767px){.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-1067 .elementor-element.elementor-element-e650f9a .elementor-heading-title{font-size:var( --e-global-typography-e9045b6-font-size );line-height:var( --e-global-typography-e9045b6-line-height );}.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb{font-size:var( --e-global-typography-8477e9e-font-size );line-height:var( --e-global-typography-8477e9e-line-height );}}/* Start custom CSS for woocommerce-breadcrumb, class: .elementor-element-f34cabc */.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb a {
    font-weight: 400;
    transition: color 0.3s ease 0.3s ease;
}

.elementor-1067 .elementor-element.elementor-element-f34cabc .woocommerce-breadcrumb a:hover {
    color: #AF893B; 
    
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e2f91c9 */.brand-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-logo {
    position: relative;
    max-width: 150px;
    margin: 0px;
    transition: transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0; /* Додає рамку для зображень */
    padding: 10px; /* Відступи навколо зображення */
}

.brand-logo a {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
}

.brand-logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Центрує зображення по горизонталі */
}

.brand-logo:hover {
    transform: scale(1.05);
}

/* Стилізація для підказки */
.brand-name {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.brand-logo:hover .brand-name {
    display: block;
    opacity: 1;
    
}

/* Додаткові стилі для підказки */
.brand-name.custom-tooltip {
    background: rgba(255, 255, 255, 0.9); /* Біла підказка */
    color: var(--e-global-color-accent); /* Темний текст */
    border: 1px solid var(--e-global-color-accent); /* Сірий бордер */
    font-size: 14px; /* Розмір тексту */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Тінь */
}

@media (max-width: 480px) {
    .brand-logos {
        gap: 5px;
    }

    .brand-logo {
        max-width: 80px;
    }
}/* End custom CSS */